Searched refs:that (Results 176 - 200 of 1027) sorted by relevance

1234567891011>>

/external/svox/pico/tts/
H A DAndroid.mk5 # to the rule below / except that it builds a shared
34 # above, except that it packages things a shared library.
/external/v8/include/
H A Dv8-debug.h3 // modification, are permitted provided that the following conditions are
43 build configuration to ensure that at most one of these is set
117 * debugger event that started the debug message loop.
137 * request that led to the message or NULL if the message is an event. The
191 * \param event the type of the debug event that triggered the callback
248 static bool SetDebugEventListener(EventCallback that,
250 static bool SetDebugEventListener2(EventCallback2 that,
254 static bool SetDebugEventListener(v8::Handle<v8::Object> that,
296 * be processed. Note that debug messages will only be processed if there is
299 * \param provide_locker requires that V
[all...]
H A Dv8-testing.h3 // modification, are permitted provided that the following conditions are
38 build configuration to ensure that at most one of these is set
80 * Get the number of runs of a given test that is required to get the full
/external/valgrind/main/drd/tests/
H A Datomic_var.c22 #error Sorry, but this test program can only be compiled by a compiler that\
33 /* g_dummy[] ensures that s_x and s_y are not in the same cache line. */
H A Dbar_bad.stderr.exp27 destroy a barrier that has waiting threads
36 destroy a barrier that was never initialised
41 Destruction of barrier that is being waited upon: barrier 0x........
/external/valgrind/main/helgrind/tests/
H A Dbar_bad.stderr.exp43 destroy a barrier that has waiting threads
58 destroy a barrier that was never initialised
/external/webkit/LayoutTests/http/tests/resources/
H A Dtripmine.php4 // This script detects requests that could not be sent before cross-site XMLHttpRequest appeared.
/external/doclava/res/assets/templates/components/
H A Dsearch_box.cs1 <?cs # The default search box that goes in the header ?><?cs
/external/doclava/src/com/google/doclava/
H A DMemberInfo.java57 public int compareTo(Object that) { argument
58 return this.htmlPage().compareTo(((MemberInfo) that).htmlPage());
/external/guava/guava/src/com/google/common/collect/
H A DEmptyContiguousSet.java101 Set<?> that = (Set<?>) object;
102 return that.isEmpty();
H A DEmptyImmutableSortedSet.java80 Set<?> that = (Set<?>) object;
81 return that.isEmpty();
H A DEmptyImmutableTable.java57 Table<?, ?, ?> that = (Table<?, ?, ?>) obj;
58 return that.isEmpty();
H A DCut.java60 * (only in the case of types that are unbounded below) BELOW_ALL.
68 public int compareTo(Cut<C> that) { argument
69 if (that == belowAll()) {
72 if (that == aboveAll()) {
75 int result = Range.compareOrThrow(endpoint, that.endpoint);
81 this instanceof AboveValue, that instanceof AboveValue);
92 Cut<C> that = (Cut<C>) obj;
94 int compareResult = compareTo(that);
/external/guava/guava-tests/test/com/google/common/collect/
H A DBstInOrderPathTest.java53 ASSERT.that(pathToList(path)).hasContentsInOrder(a, b, d);
79 ASSERT.that(pathToList(path)).hasContentsInOrder(g, f, d);
104 ASSERT.that(pathToList(path)).hasContentsInOrder(a, b, d);
127 ASSERT.that(pathToList(path)).hasContentsInOrder(g, f, d);
149 ASSERT.that(pathToList(path)).hasContentsInOrder(b, d);
171 ASSERT.that(pathToList(path)).hasContentsInOrder(f, d);
183 ASSERT.that(pathToList(path)).hasContentsInOrder(nodes);
191 ASSERT.that(pathToList(path)).hasContentsInOrder(nodes);
H A DSynchronizedMultimapTest.java95 /* TODO: verify that the Collection is also synchronized? */
139 /* TODO: verify that the Set is also synchronized? */
145 /* TODO: verify that the Set is also synchronized? */
151 /* TODO: verify that the Collection is also synchronized? */
157 /* TODO: verify that the Collection is also synchronized? */
163 /* TODO: verify that the Map is also synchronized? */
176 ASSERT.that(multimap.removeAll("foo")).hasContentsInOrder(3, -1, 2, 4, 1);
178 ASSERT.that(multimap.replaceValues("bar", Arrays.asList(6, 5)))
180 ASSERT.that(multimap.get("bar")).hasContentsInOrder(6, 5);
189 ASSERT.that(multima
[all...]
H A DBstRangeOpsTest.java255 ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, LEFT, pathFactory, d)))
275 ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, LEFT, pathFactory, d)))
279 ASSERT.that(pathToList(BstRangeOps.furthestPath(range2, LEFT, pathFactory, d)))
283 ASSERT.that(pathToList(BstRangeOps.furthestPath(range3, LEFT, pathFactory, d)))
304 ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, LEFT, pathFactory, d)))
308 ASSERT.that(pathToList(BstRangeOps.furthestPath(range2, LEFT, pathFactory, d)))
329 ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, RIGHT, pathFactory, d)))
349 ASSERT.that(pathToList(BstRangeOps.furthestPath(range1, RIGHT, pathFactory, d)))
353 ASSERT.that(pathToList(BstRangeOps.furthestPath(range2, RIGHT, pathFactory, d)))
357 ASSERT.that(pathToLis
[all...]
/external/icu4c/i18n/unicode/
H A Dfieldpos.h109 * DONT_CARE may be specified as the field to indicate that the
158 * @param that the object to be compared with.
162 UBool operator==(const FieldPosition& that) const;
166 * @param that the object to be compared with.
170 UBool operator!=(const FieldPosition& that) const;
/external/llvm/test/MC/MBlaze/
H A Dmblaze_pattern.s3 # Test to ensure that all FPU instructions can be parsed by the
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderList.java45 * of SIPObjects that appear in SIPHeaders
83 * Concatenate the list of stuff that we are keeping around and also the
84 * text corresponding to these structures (that we parsed).
94 * Concatenate the list of stuff that we are keeping around and also the
95 * text corresponding to these structures (that we parsed).
400 SIPHeaderList<SIPHeader> that = (SIPHeaderList<SIPHeader>) other;
401 if (this.hlist == that.hlist)
404 return that.hlist == null || that.hlist.size() == 0;
405 return this.hlist.equals(that
[all...]
/external/v8/src/
H A Dinterface.h3 // modification, are permitted provided that the following conditions are
41 // A frozen module type is one that is fully determined. Unification does not
44 // Undetermined types are unification variables that can be unified freely.
75 void Unify(Interface* that, bool* ok);
151 void DoUnify(Interface* that, bool* ok);
H A Djsregexp.h3 // modification, are permitted provided that the following conditions are
103 // This ensures that the regexp is compiled for the subject, and that
184 // total regexp code compiled including code that has subsequently been freed
198 // caller should ensure that it doesn't leak.
230 // one set that is not in the other, and a bit saying that there are elements
231 // that are in both sets.
311 // The characters that are only covered by the first set are added to
312 // first_set_only_out. the characters that ar
482 Matches(NodeInfo* that) argument
491 AddFromPreceding(NodeInfo* that) argument
506 AddFromFollowing(NodeInfo* that) argument
722 Union(Interval that) argument
845 TextNode(RegExpCharacterClass* that, RegExpNode* on_success) argument
1345 VisitLoopChoice(LoopChoiceNode* that) argument
[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/libvorbis/doc/
H A Da1-encapsulation-ogg.tex24 The Ogg/Vorbis I specification currently dictates that Ogg/Vorbis
41 This is not to say that it is not currently possible to multiplex
118 position of the last packet \emph{completed} on that
121 subsequent block. A page that is entirely spanned by a single
122 packet (that completes on a subsequent page) has no granule
126 Note that the last decoded (fully lapped) PCM sample from a packet
127 is not necessarily the middle sample from that block. If, eg, the
136 that the stream started at position zero. Although the granule
139 inference it may indicate that the PCM position of the beginning
145 A positive starting value simply indicates that thi
[all...]
/external/mesa3d/docs/OLD/
H A DMESA_trace.spec37 amount of static data that is logged can be controlled at runtime.
60 that facilitate this kind of solution, other operating systems
64 that enjoys privileged access, or that they do not wish to separate
76 PBuffers and other render-to-texture solutions demonstrate that
83 RESOLVED: No. It is sufficient to guarantee that all data and commands
185 that <traceName> will be interpreted as a filename in most implementations.
262 confirm that the current state at the time TraceAssertAttrib is
319 The MESA_trace extension can be used in a way that does not affect data
334 entry points to the wrapper functions that execut
[all...]
/external/icu4c/i18n/
H A Dsimpletz.cpp20 * methods that take TimeMode. Whitespace cleanup.
41 // available. Set February to 29 days to accomodate rules with that date
42 // and day-of-week-on-or-before-that-date mode (DOW_LE_DOM_MODE).
231 SimpleTimeZone::operator==(const TimeZone& that) const
233 return ((this == &that) ||
234 (typeid(*this) == typeid(that) &&
235 TimeZone::operator==(that) &&
236 hasSameRules(that)));
251 * Sets the daylight savings starting year, that is, the year this time zone began
253 * not to observe daylight savings time prior to that yea
[all...]

Completed in 572 milliseconds

1234567891011>>