Searched refs:that (Results 226 - 250 of 1681) sorted by relevance

1234567891011>>

/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
H A Dnacl.scons3 # Use of this source code is governed by a BSD-style license that can be
13 # We are also checking that crash dumping does not work
14 # unexpectedly, since that might indicate that Breakpad was enabled
15 # without checking that it works securely.
27 # This tests that crashes in Chromium's browser process successfully
71 # This tests a crash that occurs inside a syscall handler.
103 # the same reasons that the previous test fails.
/external/chromium_org/remoting/webapp/
H A Dtoolbar.js2 // Use of this source code is governed by a BSD-style license that can be
71 var that = this;
73 if (that.timerId_) {
74 window.clearTimeout(that.timerId_);
75 that.timerId_ = null;
H A Dhost_list.js2 // Use of this source code is governed by a BSD-style license that can be
17 * have a common parent that contains only host-list UI as it will be hidden
96 var that = this;
100 that.refresh(that.display.bind(that));
113 var that = this;
119 that.hosts_ = /** @type {Array} */ cached;
171 var that = this;
181 that
[all...]
H A Dfullscreen_v1.js2 // Use of this source code is governed by a BSD-style license that can be
46 var that = this;
48 that.removeListener(callbackAndRemoveListener);
H A Dfullscreen_v2.js2 // Use of this source code is governed by a BSD-style license that can be
55 var that = this;
57 that.removeListener(callbackAndRemoveListener);
/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/iptables/libiptc/
H A DAndroid.mk11 # Accommodate arm-eabi-4.4.3 tools that don't set __ANDROID__
35 # Accommodate arm-eabi-4.4.3 tools that don't set __ANDROID__
/external/llvm/test/MC/ARM/
H A Ddwarf-cfi-initial-state.s14 # field, we can check that here too.
/external/llvm/test/MC/Mips/
H A Dhigher-highest-addressing.s8 # Test that R_MIPS_HIGHER and R_MIPS_HIGHEST relocations are created. By using
9 # NEXT we also test that none of the expressions from the test2 generates
33 # is chosen so that it is just below the value that triggers the addition of +1
/external/llvm/test/MC/X86/AlignedBundling/
H A Drelax-at-bundle-end.s4 # Test that an instruction near a bundle end gets properly padded
/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/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DHandshake.java81 /** Returns a possibly-empty list of certificates that identify the remote peer. */
86 /** Returns the remote peer's principle, or null if that peer is anonymous. */
93 /** Returns a possibly-empty list of certificates that identify this peer. */
107 Handshake that = (Handshake) other;
108 return cipherSuite.equals(that.cipherSuite)
109 && peerCertificates.equals(that.peerCertificates)
110 && localCertificates.equals(that.localCertificates);
/external/strace/
H A Dstrace-log-merge11 It is assumed that STRACE_LOGs were produced by strace with -tt[t]
/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...]
H A DLinkedHashMultimapTest.java89 ASSERT.that(multimap.get("foo")).hasContentsInOrder(5, 3);
90 ASSERT.that(multimap.get("bar")).hasContentsInOrder(4, 1);
91 ASSERT.that(multimap.get("cow")).hasContentsInOrder(2);
93 ASSERT.that(multimap.keySet()).hasContentsInOrder("foo", "bar", "cow");
94 ASSERT.that(multimap.values()).hasContentsInOrder(5, 4, 3, 2, 1);
108 ASSERT.that(entry.getValue()).hasContentsInOrder(5, 3);
111 ASSERT.that(entry.getValue()).hasContentsInOrder(4, 1);
114 ASSERT.that(entry.getValue()).hasContentsInOrder(2);
120 ASSERT.that(multimap.replaceValues("foo", asList(6, 7))).hasContentsInOrder(5, 3);
121 ASSERT.that(multima
[all...]
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheExpirationTest.java93 // ensure that no new notifications are sent
166 // ensure that no new notifications are sent
263 ASSERT.that(keySet).hasContentsAnyOrder(0, 1, 2, 3, 4, 5, 6, 7, 8, 9);
267 ASSERT.that(keySet).hasContentsAnyOrder(1, 2, 3, 4, 5, 6, 7, 8, 9);
273 ASSERT.that(keySet).hasContentsAnyOrder(3, 4, 5, 6, 7, 8, 9, 0, 1, 2);
277 ASSERT.that(keySet).hasContentsAnyOrder(4, 5, 6, 7, 8, 9, 0, 1, 2);
282 ASSERT.that(keySet).hasContentsAnyOrder(4, 6, 8, 0, 1, 2, 5, 7, 9);
286 ASSERT.that(keySet).hasContentsAnyOrder(6, 8, 0, 1, 2, 5, 7, 9);
288 ASSERT.that(keySet).hasContentsAnyOrder(6, 8, 0, 1, 2, 5, 7, 9);
292 ASSERT.that(keySe
[all...]
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DBitSet.pm23 # turns out that, for powers of two, this mod operation is
266 A stripped-down version of org.antlr.misc.BitSet that is just good enough to
306 These normally consist of either subroutines that may be exported, or methods
307 that may be called on objects belonging to the classes that the module provides.
312 context to help them understand the methods that are subsequently described.
317 A list of every error and warning message that the module can generate
318 (even the ones that will "never happen"), with a full explanation of each
327 meaning of any environment variables or properties that can be set. These
334 A list of all the other modules that thi
[all...]
/external/chromium_org/v8/src/
H A Dtypes.cc2 // Use of this source code is governed by a BSD-style license that can be
14 // NOTE: If code is marked as being a "shortcut", this means that removing
240 // because it means that the template isn't actually parametric.
395 bool TypeImpl<Config>::SimplyEquals(TypeImpl* that) { argument
398 return that->IsClass()
399 && *this->AsClass()->Map() == *that->AsClass()->Map();
402 return that->IsConstant()
403 && *this->AsConstant()->Value() == *that->AsConstant()->Value();
406 return that->IsContext()
407 && this->AsContext()->Outer()->Equals(that
434 SlowIs(TypeImpl* that) argument
473 NowIs(TypeImpl* that) argument
505 Maybe(TypeImpl* that) argument
[all...]
/external/apache-http/src/org/apache/http/auth/
H A DUsernamePasswordCredentials.java117 UsernamePasswordCredentials that = (UsernamePasswordCredentials) o;
118 if (LangUtils.equals(this.principal, that.principal)) {
/external/chromium_org/android_webview/tools/WebViewTelemetryShell/
H A DAndroid.mk2 # Use of this source code is governed by a BSD-style license that can be
/external/chromium_org/media/midi/
H A Dusb_midi_input_stream.h2 // Use of this source code is governed by a BSD-style license that can be
40 bool operator==(const JackUniqueKey& that) const;
41 bool operator<(const JackUniqueKey& that) const;
/external/chromium_org/storage/browser/fileapi/
H A Dmount_points.h2 // Use of this source code is governed by a BSD-style license that can be
41 bool operator<(const MountPointInfo& that) const {
42 return name < that.name;
84 // Note that |path| is set to empty paths if the filesystem type is isolated
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dparsepos.h98 UBool operator==(const ParsePosition& that) const;
105 UBool operator!=(const ParsePosition& that) const;

Completed in 608 milliseconds

1234567891011>>