Searched refs:that (Results 101 - 125 of 1027) sorted by relevance

1234567891011>>

/external/v8/src/
H A Dast.cc3 // modification, are permitted provided that the following conditions are
788 void VisitCharacterRange(CharacterRange that);
804 void* RegExpUnparser::VisitDisjunction(RegExpDisjunction* that, void* data) { argument
806 for (int i = 0; i < that->alternatives()->length(); i++) {
808 that->alternatives()->at(i)->Accept(this, data);
815 void* RegExpUnparser::VisitAlternative(RegExpAlternative* that, void* data) { argument
817 for (int i = 0; i < that->nodes()->length(); i++) {
819 that->nodes()->at(i)->Accept(this, data);
826 void RegExpUnparser::VisitCharacterRange(CharacterRange that) { argument
827 stream()->Add("%k", that
835 VisitCharacterClass(RegExpCharacterClass* that, void* data) argument
849 VisitAssertion(RegExpAssertion* that, void* data) argument
874 VisitAtom(RegExpAtom* that, void* data) argument
885 VisitText(RegExpText* that, void* data) argument
900 VisitQuantifier(RegExpQuantifier* that, void* data) argument
914 VisitCapture(RegExpCapture* that, void* data) argument
922 VisitLookahead(RegExpLookahead* that, void* data) argument
931 VisitBackReference(RegExpBackReference* that, void* data) argument
938 VisitEmpty(RegExpEmpty* that, void* data) argument
[all...]
/external/icu4c/i18n/
H A Dstsearch.cpp161 StringSearch::StringSearch(const StringSearch &that) : argument
162 SearchIterator(that.m_text_, that.m_breakiterator_),
164 m_pattern_(that.m_pattern_)
172 if (that.m_strsrch_ == NULL) {
182 that.m_strsrch_->collator,
183 (UBreakIterator *)that.m_breakiterator_,
208 StringSearch & StringSearch::operator=(const StringSearch &that) argument
210 if ((*this) != that) {
212 m_text_ = that
[all...]
/external/llvm/lib/VMCore/
H A DConstantsContext.h329 bool operator==(const ExprMapKeyType& that) const {
330 return this->opcode == that.opcode &&
331 this->subclassdata == that.subclassdata &&
332 this->subclassoptionaldata == that.subclassoptionaldata &&
333 this->operands == that.operands &&
334 this->indices == that.indices;
336 bool operator<(const ExprMapKeyType & that) const {
337 if (this->opcode != that.opcode) return this->opcode < that.opcode;
338 if (this->operands != that
[all...]
/external/chromium/base/
H A Dfile_path.h2 // Use of this source code is governed by a BSD-style license that can be
35 // has an impact on correctness on platforms that do not have well-defined
89 // allow older applications that require drive letters to support UNC paths
116 // here so that the same setting can be used in both the implementation and
158 FilePath(const FilePath& that);
161 FilePath& operator=(const FilePath& that);
163 bool operator==(const FilePath& that) const;
165 bool operator!=(const FilePath& that) const;
168 bool operator<(const FilePath& that) const {
169 return path_ < that
[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/icu4c/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
225 * @param that The RuleBasedBreakIterator passed to be copied
228 RuleBasedBreakIterator(const RuleBasedBreakIterator& that);
296 * @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/iptables/iptables/
H A DAndroid.mk15 # Accommodate arm-eabi-4.4.3 tools that don't set __ANDROID__
38 # Accommodate arm-eabi-4.4.3 tools that don't set __ANDROID__
65 # Accommodate arm-eabi-4.4.3 tools that don't set __ANDROID__
/external/llvm/test/Bindings/Ocaml/
H A Danalysis.ml9 (* Note that this takes a moment to link, so it's best to keep the number of
28 (* Test that valid constructs verify. *)
37 (* Test that invalid constructs do not verify.
/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/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/icu4c/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/icu4c/layout/
H A DGlyphIterator.h29 GlyphIterator(GlyphIterator &that);
31 GlyphIterator(GlyphIterator &that, FeatureMask newFeatureMask);
33 GlyphIterator(GlyphIterator &that, le_uint16 newLookupFlags);
/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.java194 HttpHost that = (HttpHost) obj;
195 return this.lcHostname.equals(that.lcHostname)
196 && this.port == that.port
197 && 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
203 BasicHeaderElement that = (BasicHeaderElement) object;
204 return this.name.equals(that.name)
205 && LangUtils.equals(this.value, that.value)
206 && LangUtils.equals(this.parameters, that.parameters);
/external/chromium-trace/trace-viewer/src/tracks/
H A Dtimeline_track.js2 // Use of this source code is governed by a BSD-style license that can be
43 var that = this;
45 that.style.display = 'None';
/external/clang/test/Sema/
H A Dincomplete-decl.c6 struct foo f; // expected-error{{tentative definition has type 'struct foo' that is never completed}}
10 expected-error{{tentative definition has type 'struct foo' that is never completed}}
/external/doclava/res/assets/templates/components/
H A Dapi_filter.cs1 <?cs # The default API filter selector that goes in the header ?><?cs
/external/llvm/include/llvm/ADT/
H A DSetVector.h10 // This file implements a set that has insertion order iteration
11 // characteristics. This is useful for keeping a set of things that need to be
30 /// This adapter class provides a way to keep a set of things that also has the
33 /// @brief A vector that has set insertion semantics.
154 bool operator==(const SetVector &that) const {
155 return vector_ == that.vector_;
158 bool operator!=(const SetVector &that) const {
159 return vector_ != that.vector_;
167 /// SmallSetVector - A SetVector that performs no allocations if smaller than
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DRequestLine.java48 /** uri field. Note that this can be a SIP URI or a generic URI
187 *@param other object to compare with. We assume that all fields
195 RequestLine that = (RequestLine) other;
198 this.method.equals(that.method)
199 && this.uri.equals(that.uri)
200 && this.sipVersion.equals(that.sipVersion);
223 * Converts indentation tabs to spaces so that we have a uniform indentation policy in the whole project.
/external/webkit/Source/JavaScriptCore/wtf/
H A DThreadSpecificWin.cpp9 * This library is distributed in the hope that it will be useful,
26 #error This file should not be compiled by ports that do not use Windows native ThreadSpecific implementation.
/external/guava/guava-tests/test/com/google/common/collect/
H A DObjectArraysTest.java101 ASSERT.that(result).hasContentsInOrder("a", "b");
109 ASSERT.that(result).hasContentsInOrder("a", "b");
117 ASSERT.that(result).hasContentsInOrder("a", "b", "c", "d");
173 ASSERT.that(result).hasContentsInOrder("foo");
178 ASSERT.that(result).hasContentsInOrder("foo", "bar");
183 ASSERT.that(result).hasContentsInOrder("foo", "bar", "baz");
188 ASSERT.that(result).hasContentsInOrder("foo");
193 ASSERT.that(result).hasContentsInOrder("foo", "bar");
198 ASSERT.that(result).hasContentsInOrder("foo", "bar", "baz");
H A DImmutableSortedSetTest.java166 ASSERT.that(set.headSet("g")).hasContentsInOrder("e");
174 ASSERT.that(set.tailSet("c")).hasContentsInOrder("e");
175 ASSERT.that(set.tailSet("e")).hasContentsInOrder("e");
182 ASSERT.that(set.subSet("c", "g")).hasContentsInOrder("e");
183 ASSERT.that(set.subSet("e", "g")).hasContentsInOrder("e");
208 ASSERT.that(set).hasContentsInOrder("a", "b", "c", "d", "e", "f");
212 * Tests that we workaround GWT bug #3621 (or that it is already fixed).
214 * A call to of() with a parameter that is not a plain Object[] (here,
215 * Interface[]) creates a RegularImmutableSortedSet backed by an array of that
[all...]

Completed in 552 milliseconds

1234567891011>>