Searched refs:others (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/make/javax/
H A DMakefile33 SUBDIRS = others
/openjdk7/jdk/make/sun/net/
H A DMakefile31 SUBDIRS = others spi
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DRequestContext.java74 * So we start by maintaining state as a combination of {@link #others}
100 * typed fields nor {@link #others} directly.
120 private final Map<String,Object> others; field in class:RequestContext
243 others = new HashMap<String, Object>();
250 others = new HashMap<String,Object>(that.others);
264 return others.get(key);
274 return others.put(key,value);
310 if(!others.isEmpty()) {
311 packet.invocationProperties.putAll(others);
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djchuff.c714 int others[257]; /* next symbol in current branch of tree */ local
724 others[i] = -1; /* init links to empty */
767 while (others[c1] >= 0) {
768 c1 = others[c1];
772 others[c1] = c2; /* chain c2 onto c1's tree branch */
776 while (others[c2] >= 0) {
777 c2 = others[c2];
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_IR.cpp102 bool XHandlers::equals(XHandlers* others) const {
103 if (others == NULL) return false;
104 if (length() != others->length()) return false;
107 if (!handler_at(i)->equals(others->handler_at(i))) return false;
H A Dc1_IR.hpp130 bool equals(XHandlers* others) const;
/openjdk7/hotspot/make/windows/
H A Dcreate.bat190 REM It doesn't matter which variant we use here, "compiler1" is as good as any of the others - we need the common variables
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A DREADME116 Some platforms may manipulate masks 8-bits at a time and others

Completed in 759 milliseconds