Searched defs:that (Results 1 - 25 of 311) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dstreams.rb11 modification, are permitted provided that the following conditions
104 <i>bare-minimum lightweight information</i> that the recognizer needs,
147 ``abstract'' pseudo-methods that demand implementation when it is mixed in to a
148 class that wants to be a Stream. Right now this exists as an artifact of porting class in class:ANTLR3
151 interfaces aren't that useful as programmatic entities -- in fact, it's mildly
158 duck-typing and not type checking on objects. This means that the methods which
159 manipulate stream objects don't usually bother checking that the object is a
160 Stream and assume that the object implements the proper stream interface. Thus,
161 it is not strictly necessary that custom stream objects include ANTLR3::Stream,
295 yield tokens that hav
[all...]
/external/apache-http/src/org/apache/http/
H A DProtocolVersion.java41 * RFC 3261 specifies a message format that is identical to HTTP except
48 * Note that {@link #equals} and {@link #hashCode} are defined as
185 ProtocolVersion that = (ProtocolVersion) obj;
187 return ((this.protocol.equals(that.protocol)) &&
188 (this.major == that.major) &&
189 (this.minor == that.minor));
198 * @param that the protocol version to consider
203 public boolean isComparable(ProtocolVersion that) { argument
204 return (that != null) && this.protocol.equals(that
224 compareToVersion(ProtocolVersion that) argument
[all...]
/external/apache-http/src/org/apache/http/auth/
H A DAuthScope.java202 public int match(final AuthScope that) { argument
204 if (LangUtils.equals(this.scheme, that.scheme)) {
207 if (this.scheme != ANY_SCHEME && that.scheme != ANY_SCHEME) {
211 if (LangUtils.equals(this.realm, that.realm)) {
214 if (this.realm != ANY_REALM && that.realm != ANY_REALM) {
218 if (this.port == that.port) {
221 if (this.port != ANY_PORT && that.port != ANY_PORT) {
225 if (LangUtils.equals(this.host, that.host)) {
228 if (this.host != ANY_HOST && that.host != ANY_HOST) {
249 AuthScope that
[all...]
/external/blktrace/btt/
H A Dproc.c11 * This program is distributed in the hope that it will be useful,
103 static void insert_pid(struct p_info *that, __u32 pid) argument
123 this->pip = that;
129 static void insert_name(struct p_info *that) argument
139 cmp = strcmp(that->name, this->u.name);
150 this->u.name = strdup(that->name);
151 this->pip = that;
/external/caliper/caliper/src/main/java/com/google/caliper/util/
H A DShortDuration.java118 * Returns an instance of this type that represents the sum of this value and {@code
124 * Returns an instance of this type that represents the difference of this value and
130 * Returns an instance of this type that represents the product of this value and the
136 * Returns an instance of this type that represents the product of this value and {@code
139 * <p>If this class represents an amount that is "continuous" rather than discrete, the
145 * Returns an instance of this type that represents this value divided by the integral
148 * <p>If this class represents an amount that is "continuous" rather than discrete, the
154 * Returns an instance of this type that represents this value divided by {@code
157 * <p>If this class represents an amount that is "continuous" rather than discrete, the
188 @Override public int compareTo(ShortDuration that) {
251 compareTo(ShortDuration that) argument
[all...]
/external/caliper/lib/
H A Djersey-client-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
H A Djersey-core-1.11.jar ... .sun.jersey.api.uri.UriBuilderImpl that public javax.ws.rs.core.UriBuilder ...
/external/clang/test/CXX/special/class.init/class.base.init/
H A Dp9-0x.cpp12 T *that = this; member in struct:S::T
/external/clang/test/CodeGen/
H A Dmozilla-ms-inline-asm.c8 void invoke(void* that, unsigned methodIndex, argument
54 mov ecx,that
/external/clang/test/CodeGenCXX/
H A Dconstructor-direct-call.cpp41 Test3(const Test3& that) { a = that.a; b = that.b; c = that.c; } argument
/external/clang/test/Index/
H A Dcomplete-access-checks.cpp32 Z that; local
34 that.
/external/clang/test/OpenMP/
H A Ddistribute_parallel_for_simd_loop_messages.cpp194 // Ok but undefined behavior (in general, cannot check that incr
447 GoodIter &operator=(const GoodIter &that) { return *this; } argument
448 GoodIter &operator=(const Iter0 &that) { return *this; } argument
H A Ddistribute_simd_loop_messages.cpp185 // Ok but undefined behavior (in general, cannot check that incr
445 GoodIter &operator =(const GoodIter &that) { return *this; } argument
446 GoodIter &operator =(const Iter0 &that) { return *this; } argument
H A Dfor_loop_messages.cpp175 // Ok but undefined behavior (in general, cannot check that incr
415 GoodIter &operator=(const GoodIter &that) { return *this; } argument
416 GoodIter &operator=(const Iter0 &that) { return *this; } argument
434 GoodIter1 &operator=(const GoodIter1 &that) { return *this; } argument
H A Dfor_simd_loop_messages.cpp170 // Ok but undefined behavior (in general, cannot check that incr
398 GoodIter &operator=(const GoodIter &that) { return *this; } argument
399 GoodIter &operator=(const Iter0 &that) { return *this; } argument
H A Dparallel_for_loop_messages.cpp144 // Ok but undefined behavior (in general, cannot check that incr
343 GoodIter &operator=(const GoodIter &that) { return *this; } argument
344 GoodIter &operator=(const Iter0 &that) { return *this; } argument
H A Dparallel_for_simd_loop_messages.cpp144 // Ok but undefined behavior (in general, cannot check that incr
345 GoodIter &operator=(const GoodIter &that) { return *this; } argument
346 GoodIter &operator=(const Iter0 &that) { return *this; } argument
H A Dsimd_loop_messages.cpp135 // Ok but undefined behavior (in general, cannot check that incr
339 GoodIter &operator =(const GoodIter &that) { return *this; } argument
340 GoodIter &operator =(const Iter0 &that) { return *this; } argument
H A Dtarget_parallel_for_loop_messages.cpp144 // Ok but undefined behavior (in general, cannot check that incr
343 GoodIter &operator=(const GoodIter &that) { return *this; } argument
344 GoodIter &operator=(const Iter0 &that) { return *this; } argument
H A Dtarget_parallel_for_simd_loop_messages.cpp144 // Ok but undefined behavior (in general, cannot check that incr
343 GoodIter &operator=(const GoodIter &that) { return *this; } argument
344 GoodIter &operator=(const Iter0 &that) { return *this; } argument
H A Dtaskloop_loop_messages.cpp175 // Ok but undefined behavior (in general, cannot check that incr
416 GoodIter &operator=(const GoodIter &that) { return *this; } argument
417 GoodIter &operator=(const Iter0 &that) { return *this; } argument
H A Dtaskloop_simd_loop_messages.cpp175 // Ok but undefined behavior (in general, cannot check that incr
417 GoodIter &operator=(const GoodIter &that) { return *this; } argument
418 GoodIter &operator=(const Iter0 &that) { return *this; } argument
/external/clang/test/PCH/
H A Dcxx-member-init.cpp13 S *that = this; member in struct:S
/external/clang/test/Parser/
H A DMicrosoftExtensions.cpp144 CtorCall& operator=(const CtorCall& that);
149 CtorCall& CtorCall::operator=(const CtorCall& that) argument
151 if (this != &that) {
153 this->CtorCall::CtorCall(that); // expected-warning {{explicit constructor calls are a Microsoft extension}}
384 __assume(f(t)); // expected-warning{{the argument to '__assume' has side effects that will be discarded}}

Completed in 612 milliseconds

1234567891011>>