/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | StringPool.h | 90 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; }
|
D | Registry.h | 109 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/ |
D | StringPool.h | 91 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; }
|
D | Registry.h | 90 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/ |
D | StringPool.h | 89 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; }
|
D | Registry.h | 88 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/ |
D | gmock-nice-strict_test.cc | 102 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/ |
D | gmock-nice-strict_test.cc | 108 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/ |
D | FieldMaskTest.cs | 49 Assert.That(text, Is.StringContaining("@warning")); in ToString_Invalid() 50 Assert.That(text, Is.StringContaining(input)); in ToString_Invalid()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 253 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/ |
D | grepinputx | 6 That time it was on a line by itself. 13 That was a complete pair
|
D | grepoutput | 52 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 [1;31mline by itself[0m. 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/ |
D | InstCombineAddSub.cpp | 269 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/ |
D | control | 18 - 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/ |
D | read-advance-1.s | 4 # 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
|
D | dependency-breaking-sbb-2.s | 6 # 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/ |
D | virtregrewriter-subregliveness.mir | 14 # 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/ |
D | gc_weakref.txt | 69 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/ |
D | gc_weakref.txt | 69 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/ |
D | coverage.txt | 3 TEST WAS REMOVED: based on the Austin Group mailing list traffic "That
|
/external/markdown/MarkdownTest/Tests_2004/ |
D | Yuri-Links-in-Headers.text | 8 (That's also useful)
|
D | Links-in-Headers.text-out | 4 <p>(That's also useful)</p>
|
/external/curl/docs/cmdline-opts/ |
D | tlsv1.d | 12 server. That means TLS version 1.0 or higher
|
/external/sonic/samples/ |
D | test1.txt | 1 …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/ |
D | CMakeLists.txt | 2 # line. That path can be a compiler's non-default path even when
|