Searched refs:that (Results 201 - 225 of 1681) sorted by relevance

1234567891011>>

/external/chromium_org/storage/browser/fileapi/
H A Dfile_system_url.cc2 // Use of this source code is governed by a BSD-style license that can be
152 bool FileSystemURL::operator==(const FileSystemURL& that) const {
153 return origin_ == that.origin_ &&
154 type_ == that.type_ &&
155 path_ == that.path_ &&
156 filesystem_id_ == that.filesystem_id_ &&
157 is_valid_ == that.is_valid_;
/external/chromium_org/third_party/icu/source/common/unicode/
H A Drbbi.h60 * is a subclass, but that relationship is effectively internal to the ICU
75 * A character iterator that refers to the same text as the UText, above.
83 * a characterIterator that wraps that data. Needed only for the
123 * positions that are discovered are stored here, preventing us from having
145 * If present, UStack of LanguageBreakEngine objects that might handle
155 * characters that are in the dictionary set, but not handled by any
227 * @param that The RuleBasedBreakIterator passed to be copied
230 RuleBasedBreakIterator(const RuleBasedBreakIterator& that);
294 * @param that Th
[all...]
H A Duchriter.h22 * A concrete subclass of CharacterIterator that iterates over the
25 * iterator that iterates over an entire UChar array, but also to
26 * create one that iterates over only a subrange of a UChar array
85 * of the same string as "that", and its initial position is the
86 * same as "that"'s current position.
87 * @param that The UCharCharacterIterator to be copied
90 UCharCharacterIterator(const UCharCharacterIterator& that);
100 * range of the same string as "that", and refers to the same
101 * character within that string as "that" doe
[all...]
/external/chromium_org/third_party/skia/platform_tools/android/examples/hello_skia_app/jni/
H A DAndroid.mk15 # Makes this module into shared object that is simply copied into the apk
20 # Sets up the JNI module that our app calls into to draw things with skia.
25 # Name of the module that the app will reference with System.loadLibrary
/external/chromium_org/v8/src/
H A Dinterface.h2 // Use of this source code is governed by a BSD-style license that can be
19 // A frozen type is one that is fully determined. Unification does not
22 // Undetermined types are unification variables that can be unified freely.
23 // There is a natural subsort lattice that reflects the increase of knowledge:
70 void Unify(Interface* that, Zone* zone, bool* ok);
120 bool IsUnified(Interface* that) { argument
121 return Chase() == that->Chase()
122 || (this->IsValue() == that->IsValue() &&
123 this->IsConst() == that->IsConst());
214 void DoUnify(Interface* that, boo
[all...]
/external/guava/guava/src/com/google/common/base/
H A DEquivalence.java62 * false} (provided that neither {@code x} nor {@code y} is modified).
96 * that the hash be distributable accorss <i>inequivalence</i>. If {@code equivalence(x, y)}
131 * <p>Note that {@code function} must be consistent according to {@code this} equivalence
135 * because it's not guaranteed that {@link Object#toString}) always returns the same string
145 * Returns a wrapper of {@code reference} that implements
146 * {@link Wrapper#equals(Object) Object.equals()} such that
156 * Wraps an object so that {@link #equals(Object)} and {@link #hashCode()} delegate to an
160 * that tests equivalence using their lengths:
167 * <p>Note in particular that an equivalence wrapper is never equal to the object it wraps.
199 Wrapper<?> that
[all...]
/external/icu/icu4c/source/common/unicode/
H A Drbbi.h60 * is a subclass, but that relationship is effectively internal to the ICU
75 * A character iterator that refers to the same text as the UText, above.
83 * a characterIterator that wraps that data. Needed only for the
123 * positions that are discovered are stored here, preventing us from having
145 * If present, UStack of LanguageBreakEngine objects that might handle
155 * characters that are in the dictionary set, but not handled by any
227 * @param that The RuleBasedBreakIterator passed to be copied
230 RuleBasedBreakIterator(const RuleBasedBreakIterator& that);
294 * @param that Th
[all...]
H A Duchriter.h22 * A concrete subclass of CharacterIterator that iterates over the
25 * iterator that iterates over an entire UChar array, but also to
26 * create one that iterates over only a subrange of a UChar array
85 * of the same string as "that", and its initial position is the
86 * same as "that"'s current position.
87 * @param that The UCharCharacterIterator to be copied
90 UCharCharacterIterator(const UCharCharacterIterator& that);
100 * range of the same string as "that", and refers to the same
101 * character within that string as "that" doe
[all...]
/external/jemalloc/include/jemalloc/
H A Djemalloc_mangle.sh9 * so that it is possible to use jemalloc in conjunction with another allocator
11 * name mangling that matches the API prefixing that happened as a result of
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/samplegrouping/
H A DSampleGroupDescriptionBox.java34 * track. Each instance of the SampleGroupDescription box has a type code that distinguishes different
169 SampleGroupDescriptionBox that = (SampleGroupDescriptionBox) o;
171 if (defaultLength != that.defaultLength) {
174 if (groupEntries != null ? !groupEntries.equals(that.groupEntries) : that.groupEntries != null) {
177 if (groupingType != null ? !groupingType.equals(that.groupingType) : that.groupingType != null) {
/external/nist-sip/java/gov/nist/core/
H A DGenericObject.java38 * pretty printing that all other classes benifit from.
98 * matcher that relies on regular expressions alone.
101 * filling in the fields that you want to
103 * that is a match template of null matches any parsed SIP object.
107 * that can be done using the Jakarta regexp package for example.
119 *@return the match expression that has previously been set.
210 * SIP message that you have already generated.
214 * Set any fields that you do not want to override as null in the
406 *@param that is the other object to test against.
409 public boolean equals(Object that) { argument
[all...]
/external/skia/platform_tools/android/examples/hello_skia_app/jni/
H A DAndroid.mk15 # Makes this module into shared object that is simply copied into the apk
20 # Sets up the JNI module that our app calls into to draw things with skia.
25 # Name of the module that the app will reference with System.loadLibrary
/external/chromium_org/remoting/webapp/
H A Dbutter_bar.js2 // Use of this source code is governed by a BSD-style license that can be
7 * ButterBar class that is used to show the butter bar with various
23 var that = this;
29 that.onStateLoaded_.bind(that, syncValues));
H A Dwcs_loader.js2 * Use of this source code is governed by a BSD-style license that can be
8 * A class that loads a WCS IQ client and constructs remoting.wcs as a
25 * The WCS client that will be downloaded. This variable is initialized (via
69 var that = this;
71 that.constructWcs_(token, onReady);
86 // suggest that fix.
89 that.validateToken(token, onValidateOk, onValidateError);
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dstsearch.h30 * <tt>StringSearch</tt> is a <tt>SearchIterator</tt> that provides
33 * StringSearch ensures that language eccentricity can be
60 * This search has APIs similar to that of other text iteration mechanisms
73 * starting position will be set as it is specified, please take note that
77 * <li> The midst of a substring that requires normalization.
91 * Using a breakiterator will only give you results that exactly matches the
108 * Currently there are no composite characters that consists of a
155 * the matches that are found. Matches whose start and end
182 * the matches that are found. Matches whose start and end
213 * the matches that ar
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
H A DTranscoderFactory.java42 MultiClassKey that = (MultiClassKey) o;
44 if (!decoded.equals(that.decoded)) {
47 if (!transcoded.equals(that.transcoded)) {
/external/glide/library/src/main/java/com/bumptech/glide/provider/
H A DDataLoadProviderFactory.java39 MultiClassKey that = (MultiClassKey) o;
41 if (!dataClass.equals(that.dataClass)) {
44 if (!resourceClass.equals(that.resourceClass)) {
/external/guava/guava/src/com/google/common/collect/
H A DSingletonImmutableSet.java40 // A race condition is avoided since threads will either see that the value
98 Set<?> that = (Set<?>) object;
99 return that.size() == 1 && element.equals(that.iterator().next());
/external/icu/icu4c/source/i18n/unicode/
H A Dstsearch.h30 * <tt>StringSearch</tt> is a <tt>SearchIterator</tt> that provides
33 * StringSearch ensures that language eccentricity can be
54 * This search has APIs similar to that of other text iteration mechanisms
67 * starting position will be set as it is specified, please take note that
71 * <li> The midst of a substring that requires normalization.
85 * Using a <tt>BreakIterator</tt> will only give you results that exactly matches the
102 * Currently there are no composite characters that consists of a
149 * the matches that are found. Matches whose start and end
176 * the matches that are found. Matches whose start and end
207 * the matches that ar
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowPoint.java53 ShadowPoint that = (ShadowPoint) o;
54 if (this.realPoint.x == that.realPoint.x && this.realPoint.y == that.realPoint.y) return true;
H A DShadowPointF.java55 ShadowPointF that = (ShadowPointF) o;
56 if (this.realPointF.x == that.realPointF.x && this.realPointF.y == that.realPointF.y) return true;
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Drecord-event-listener.rb9 A debug listener that records intercepted events as strings in an array.
/external/apache-http/src/org/apache/http/
H A DHttpHost.java199 HttpHost that = (HttpHost) obj;
200 return this.lcHostname.equals(that.lcHostname)
201 && this.port == that.port
202 && this.schemeName.equals(that.schemeName);
/external/apache-http/src/org/apache/http/message/
H A DBasicHeaderElement.java42 * Some HTTP headers (such as the set-cookie header) have values that
208 BasicHeaderElement that = (BasicHeaderElement) object;
209 return this.name.equals(that.name)
210 && LangUtils.equals(this.value, that.value)
211 && LangUtils.equals(this.parameters, that.parameters);
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dkernel.js2 // Use of this source code is governed by a BSD-style license that can be
40 compareTo: function(that) {
41 return Kernel.compare(this, that);

Completed in 1379 milliseconds

1234567891011>>