Searched defs:that (Results 151 - 175 of 216) sorted by relevance

123456789

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DAssertionSet.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
127 result &= add(assertion); // this is here to ensure that vocabulary is built correctly as well
236 * Searches for assertions with given name. Only assertions that are contained as immediate children of the assertion set are
279 * @param that other alternative to compare with
281 public int compareTo(final AssertionSet that) { argument
282 if (this.equals(that)) {
288 final Iterator<QName> vIterator2 = that.getVocabulary().iterator();
303 return -1; // we have more entries in that vocabular
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/subject/
H A DWsdlBindingSubject.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
148 public boolean equals(final Object that) { argument
149 if (this == that) {
153 if (that == null || !(that instanceof WsdlBindingSubject)) {
157 final WsdlBindingSubject thatSubject = (WsdlBindingSubject) that;
/openjdk7/jdk/src/share/classes/sun/text/
H A DIntHashtable.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
94 public boolean equals (Object that) { argument
95 if (that.getClass() != this.getClass()) return false;
97 IntHashtable other = (IntHashtable) that;
123 // has value. This helps to make sure we affect all the bits and that
/openjdk7/langtools/test/tools/javac/multicatch/7030606/
H A DDisjunctiveTypeWellFormednessTest.java9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
66 boolean disjoint(Alternative that) { argument
67 return disjoint[this.ordinal()][that.ordinal()];
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DInterfaceEntry.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
56 protected InterfaceEntry (InterfaceEntry that) argument
58 super (that);
59 _derivedFromNames = (Vector)that._derivedFromNames.clone ();
60 _derivedFrom = (Vector)that._derivedFrom.clone ();
61 _methods = (Vector)that._methods.clone ();
62 _allMethods = (Vector)that._allMethods.clone ();
63 forwardedDerivers = (Vector)that
68 InterfaceEntry(SymtabEntry that, IDLID clone) argument
[all...]
H A DSymtabEntry.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
71 SymtabEntry (SymtabEntry that, IDLID clone) argument
73 _module = that._module;
74 _name = that._name;
75 _type = that._type;
76 _typeName = that._typeName;
77 _sourceFile = that._sourceFile;
78 _info = that
90 SymtabEntry(SymtabEntry that) argument
[all...]
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DLocalObject.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
36 * operations and any other ORB-specific support mechanisms that are
41 * <P>Methods that do not apply to local objects throw
76 * @param that the object reference with which to check for equivalence
79 * Note that <code>false</code> indicates only that the two
80 * object references are distinct, not necessarily that
83 public boolean _is_equivalent(org.omg.CORBA.Object that) { argument
[all...]
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DObjectImpl.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
50 * The field that stores the <code>Delegate</code> instance for
105 * @return an <code>orb.omg.CORBA.Object</code> object that is
137 * @param that an instance of <code>ObjectImpl</code> to compare with
143 public boolean _is_equivalent(org.omg.CORBA.Object that) { argument
144 return _get_delegate().is_equivalent(this, that);
151 * @return <code>true</code> if the ORB knows authoritatively that the
159 * Retrieves the hash code that serve
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DFilePermission.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
42 * of a pathname and a set of actions valid for that pathname.
45 * actions. A pathname that ends in "/*" (where "/" is
47 * all the files and directories contained in that directory. A pathname
48 * that ends with "/-" indicates (recursively) all files
49 * and subdirectories contained in that directory. A pathname consisting of
89 * directory it's in (or a subdirectory of that directory); it does not
215 // replaced to avoid calling it with paths that ar
347 impliesIgnoreMask(FilePermission that) argument
[all...]
/openjdk7/jdk/src/share/classes/java/nio/charset/
H A DCharset.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
60 * constructing a map that contains every charset for which support is
103 * is not a legal charset name. Charset names are not case-sensitive; that is,
117 * <p> Some charsets have an <i>historical name</i> that is defined for
139 * ensure compatibility it is recommended that no alias ever be removed from a
140 * charset, and that if the canonical name of a charset is changed then its
225 * In that document a <i>charset</i> is defined as the combination of
254 * character sets that i
884 compareTo(Charset that) argument
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DCollator.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
69 * if you need to modify that strategy.
112 * a <code>String</code> to a series of bits that can be compared bitwise
177 * will only produce correct results for languages that do not use accents.
185 * set, characters that are canonical variants according to Unicode
202 * characters to be collated, but also characters that have special formats
242 // Check whether a provider can provide an implementation that's closer
281 // Now that RuleBasedCollato
474 equals(Object that) argument
[all...]
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DgcTaskManager.cpp9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
142 void GCTaskQueue::destroy(GCTaskQueue* that) { argument
147 that,
148 that->is_c_heap_obj() ? "true" : "false");
152 if (that != NULL) {
153 that->destruct();
154 assert(that->is_empty(), "should be empty");
155 if (that->is_c_heap_obj()) {
156 FreeHeap(that);
[all...]
/openjdk7/jdk/src/share/classes/java/awt/
H A DAWTEvent.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
253 /* ensure that the necessary native libraries are loaded */
317 * Initialize JNI field and method IDs for fields that may be
582 * Copies all private data from this event into that.
583 * Space is allocated for the copied data that will be
584 * freed when the that is finalized. Upon completion,
587 void copyPrivateDataInto(AWTEvent that) { argument
588 that
[all...]
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiGetLoadedClasses.cpp9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
53 static void set_this(JvmtiGetLoadedClassesClosure* that) { argument
55 thread->set_jvmti_get_loaded_classes_closure(that);
61 JvmtiGetLoadedClassesClosure* that = get_this(); local
62 assert(that == NULL, "JvmtiGetLoadedClassesClosure in use");
71 JvmtiGetLoadedClassesClosure* that = get_this(); local
72 assert(that == NULL, "JvmtiGetLoadedClassesClosure in use");
81 JvmtiGetLoadedClassesClosure* that = get_this(); local
82 assert(that !
170 JvmtiGetLoadedClassesClosure* that = JvmtiGetLoadedClassesClosure::get_this(); local
182 JvmtiGetLoadedClassesClosure* that = JvmtiGetLoadedClassesClosure::get_this(); local
191 JvmtiGetLoadedClassesClosure* that = JvmtiGetLoadedClassesClosure::get_this(); local
198 JvmtiGetLoadedClassesClosure* that = JvmtiGetLoadedClassesClosure::get_this(); local
216 JvmtiGetLoadedClassesClosure* that = JvmtiGetLoadedClassesClosure::get_this(); local
232 JvmtiGetLoadedClassesClosure* that = JvmtiGetLoadedClassesClosure::get_this(); local
241 JvmtiGetLoadedClassesClosure* that = JvmtiGetLoadedClassesClosure::get_this(); local
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJPackage.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
201 public int compareTo(JPackage that) { argument
202 return this.name.compareTo(that.name);
299 // note that c may not be a member of classes.
330 * Returns an iterator that walks the top-level classes defined in this
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DPropertyInfoImpl.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
67 * Object that reads annotations.
132 // that must be an error of the user
294 // make sure that the refereced type has ID
306 * so return that as the upstream.
375 public int compareTo(PropertyInfoImpl that) { argument
376 return this.getName().compareTo(that.getName());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/org/jvnet/staxex/
H A DBase64Data.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
50 // (note that having both is allowed)
68 * Use {@link DataHandler#getContentType()} in that case.
80 * @param that needs to be cloned
82 public Base64Data(Base64Data that) { argument
83 that.get();
84 if (that.dataCloneByRef) {
85 this.data = that
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/message/
H A DHeaderList.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
76 * track of headers that are understood and headers that are not.
82 * (that is, if it did enough computing with the header to claim that
84 * header as "understood". For example, when a pipe that handles JAX-WSA
85 * examins the &lt;wsa:To> header, it can claim that it understood the header.
86 * But for example, if a pipe that doe
150 HeaderList(HeaderList that) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DRequestContext.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
53 * We expect the user to set a few properties and then use that same
56 * then use that computed value during a method invocation again and again.
70 * We make an assumption that a request context is mostly used to just
118 * Stores properties that don't fit the strongly-typed fields.
197 * Note that the way the transport sends this value out depends on
200 * For HTTP transport and SOAP 1.1, BP requires that SOAPAction
249 private RequestContext(RequestContext that) { argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/handler/
H A DHandlerTube.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
76 protected HandlerTube(HandlerTube that, TubeCloner cloner) { argument
77 super(that,cloner);
78 if(that.cousinTube != null) {
79 this.cousinTube = cloner.copy(that.cousinTube);
81 this.port = that.port;
180 * Must be overridden by HandlerTube that drives other handler tubes for processing a message.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/transport/http/client/
H A DHttpTransportPipe.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
62 * {@link Tube} that sends a request to a remote HTTP server.
112 private HttpTransportPipe(HttpTransportPipe that, TubeCloner cloner) { argument
113 this(that.codec.copy(), that.binding);
114 cloner.add(that,this);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/
H A DNamespaceSupport.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
77 * <p>Note that this class is optimized for the use case where most
98 * <p>This is the Namespace URI that is automatically mapped
121 public NamespaceSupport(NamespaceSupport that) { argument
122 contexts = new Context[that.contexts.length];
124 contextPos = that.contextPos;
128 for (int i = 0; i < that.contexts.length; i++) {
129 Context thatContext = that
472 Context(Context that, Context newParent) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/pipe/
H A DAbstractSchemaValidationTube.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
76 * {@link Tube} that does the schema validation.
96 protected AbstractSchemaValidationTube(AbstractSchemaValidationTube that, TubeCloner cloner) { argument
97 super(that, cloner);
98 this.binding = that.binding;
99 this.feature = that.feature;
100 this.sf = that.sf;
303 * (for each schema document in the WSDL with that targe
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/apt/
H A DFilerImpl.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
60 * is disallowed as is opening a text file that happens to have
67 * Additionally, creating a source file that corresponds to an
71 * Filer is used to create a text file named *.java that happens
76 * The reason for this difference is that source files and class
78 * declarations to the next round of processing. Files that are
79 * just named *.java and *.class are not processed in that manner;
87 void register(File file, String name, FilerImpl that) throw
118 register(File file, String name, FilerImpl that) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DTreeScanner.java9 * by Oracle in the LICENSE file that accompanied this code.
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
40 * If you write code that depends on this, you do so at your own risk.
291 public void visitTypeBoundKind(TypeBoundKind that) { argument

Completed in 168 milliseconds

123456789