Home
last modified time | relevance | path

Searched refs:That (Results 1 – 25 of 898) sorted by relevance

12345678910>>...36

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DStringPool.h90 PooledStringPtr(const PooledStringPtr &That) : S(That.S) { in PooledStringPtr() argument
94 PooledStringPtr &operator=(const PooledStringPtr &That) {
95 if (S != That.S) {
97 S = That.S;
133 inline bool operator==(const PooledStringPtr &That) { return S == That.S; }
134 inline bool operator!=(const PooledStringPtr &That) { return S != That.S; }
DRegistry.h109 bool operator==(const iterator &That) const { return Cur == That.Cur; }
110 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DStringPool.h91 PooledStringPtr(const PooledStringPtr &That) : S(That.S) { in PooledStringPtr() argument
95 PooledStringPtr &operator=(const PooledStringPtr &That) {
96 if (S != That.S) {
98 S = That.S;
134 inline bool operator==(const PooledStringPtr &That) const { return S == That.S; }
135 inline bool operator!=(const PooledStringPtr &That) const { return S != That.S; }
DRegistry.h90 bool operator==(const iterator &That) const { return Cur == That.Cur; }
91 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
/external/llvm/include/llvm/Support/
DStringPool.h89 PooledStringPtr(const PooledStringPtr &That) : S(That.S) { in PooledStringPtr() argument
93 PooledStringPtr &operator=(const PooledStringPtr &That) {
94 if (S != That.S) {
96 S = That.S;
132 inline bool operator==(const PooledStringPtr &That) const { return S == That.S; }
133 inline bool operator!=(const PooledStringPtr &That) const { return S != That.S; }
DRegistry.h88 bool operator==(const iterator &That) const { return Cur == That.Cur; }
89 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
/external/google-breakpad/src/testing/test/
Dgmock-nice-strict_test.cc102 MOCK_METHOD2(That, string(int, bool));
179 nice_bar.That(5, true); in TEST()
190 nice_bar.That(5, true); in TEST()
252 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true), in TEST()
263 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true), in TEST()
/external/googletest/googlemock/test/
Dgmock-nice-strict_test.cc108 MOCK_METHOD2(That, std::string(int, bool));
272 nice_bar.That(5, true); in TEST()
283 nice_bar.That(5, true); in TEST()
375 naggy_bar.That(5, true); in TEST()
386 naggy_bar.That(5, true); in TEST()
458 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true), in TEST()
469 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true), in TEST()
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
DFieldMaskTest.cs49 Assert.That(text, Is.StringContaining("@warning")); in ToString_Invalid()
50 Assert.That(text, Is.StringContaining(input)); in ToString_Invalid()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp253 void FAddendCoef::operator=(const FAddendCoef &That) { in operator =() argument
254 if (That.isInt()) in operator =()
255 set(That.IntVal); in operator =()
257 set(That.getFpVal()); in operator =()
260 void FAddendCoef::operator+=(const FAddendCoef &That) { in operator +=() argument
262 if (isInt() == That.isInt()) { in operator +=()
264 IntVal += That.IntVal; in operator +=()
266 getFpVal().add(That.getFpVal(), RndMode); in operator +=()
271 const APFloat &T = That.getFpVal(); in operator +=()
278 T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode); in operator +=()
[all …]
/external/pcre/dist2/testdata/
Dgrepinputx6 That time it was on a line by itself.
13 That was a complete pair
Dgrepoutput52 6:That time it was on a line by itself.
59 13:That was a complete pair
95 That time it was on a line by itself.
358 ./testdata/grepinputx-6-That time it was on a line by itself.
484 That time it was on a line by itself.
557 6:That time it was on a line by itself.
564 13:That was a complete pair
680 testdata/grepinputx:That was a complete pair
714 testdata/grepinputx:That was a complete pair
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp269 void FAddendCoef::operator=(const FAddendCoef &That) { in operator =() argument
270 if (That.isInt()) in operator =()
271 set(That.IntVal); in operator =()
273 set(That.getFpVal()); in operator =()
276 void FAddendCoef::operator+=(const FAddendCoef &That) { in operator +=() argument
278 if (isInt() == That.isInt()) { in operator +=()
280 IntVal += That.IntVal; in operator +=()
282 getFpVal().add(That.getFpVal(), RndMode); in operator +=()
287 const APFloat &T = That.getFpVal(); in operator +=()
294 T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode); in operator +=()
[all …]
/external/autotest/server/site_tests/firmware_PDProtocol/
Dcontrol18 - That the DUT negotiated PD in dev mode from SSD boot
19 - That the DUT did not negotiate PD when booted from test image from recovery
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
Dread-advance-1.s4 # The vmul can start executing 3cy in advance. That is beause the first use
5 # operand (i.e. %xmm1) is a ReadAfterLd. That means, the memory operand is
Ddependency-breaking-sbb-2.s6 # The SBB does not depend on the value of register EAX. That means, it doesn't
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dvirtregrewriter-subregliveness.mir14 # That will materialize as an implicit use of the big register
27 ; That copy is being coalesced so we should use a KILL
/external/python/cpython3/Modules/
Dgc_weakref.txt69 all callbacks encountered can be run later. That's explained in horrid
86 That's usually true, but not always. Suppose a weakly referenced object
98 [That missed that, in addition, a weakref to CT can exist outside CT, and
121 modules had been torn down. That creates many trash cycles (esp. those
151 [That was always wrong: we can't stop Python code from running when gc
181 [That's so. In addition, now we also invoke (if any) the callbacks on
187 instead. That would have been much easier. Jim Fulton gave a strong
/external/python/cpython2/Modules/
Dgc_weakref.txt69 all callbacks encountered can be run later. That's explained in horrid
86 That's usually true, but not always. Suppose a weakly referenced object
98 [That missed that, in addition, a weakref to CT can exist outside CT, and
121 modules had been torn down. That creates many trash cycles (esp. those
151 [That was always wrong: we can't stop Python code from running when gc
181 [That's so. In addition, now we also invoke (if any) the callbacks on
187 instead. That would have been much easier. Jim Fulton gave a strong
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_close/
Dcoverage.txt3 TEST WAS REMOVED: based on the Austin Group mailing list traffic "That
/external/markdown/MarkdownTest/Tests_2004/
DYuri-Links-in-Headers.text8 (That's also useful)
DLinks-in-Headers.text-out4 <p>(That's also useful)</p>
/external/curl/docs/cmdline-opts/
Dtlsv1.d12 server. That means TLS version 1.0 or higher
/external/sonic/samples/
Dtest1.txt1 …k by the name of The Adventures of Tom Sawyer; but that ain't no matter. That book was made by Mr…
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DCMakeLists.txt2 # line. That path can be a compiler's non-default path even when

12345678910>>...36