/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 | 113 bool operator==(const iterator &That) const { return Cur == That.Cur; } 114 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/valgrind/none/tests/s390x/ |
D | fpext_warn.stderr.exp | 3 The specified rounding mode cannot be supported. That 9 The specified rounding mode cannot be supported. That 15 The specified rounding mode cannot be supported. That
|
D | fpext_fail.stderr.exp | 4 That facility is not available on this host
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 246 void FAddendCoef::operator=(const FAddendCoef &That) { in operator =() argument 247 if (That.isInt()) in operator =() 248 set(That.IntVal); in operator =() 250 set(That.getFpVal()); in operator =() 253 void FAddendCoef::operator+=(const FAddendCoef &That) { in operator +=() argument 255 if (isInt() == That.isInt()) { in operator +=() 257 IntVal += That.IntVal; in operator +=() 259 getFpVal().add(That.getFpVal(), RndMode); in operator +=() 264 const APFloat &T = That.getFpVal(); in operator +=() 271 T.add(createAPFloatFromInt(T.getSemantics(), That.IntVal), RndMode); in operator +=() [all …]
|
/external/pcre/dist/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. 478 That time it was on a [1;31mline by itself[00m. 550 6:That time it was on a line by itself. 557 13:That was a complete pair 645 testdata/grepinputx:That was a complete pair 679 testdata/grepinputx:That was a complete pair
|
/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>
|
D | Links-in-Headers.text-res | 4 <p>(That's also useful)</p>
|
/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/llvm/lib/ExecutionEngine/Interpreter/ |
D | CMakeLists.txt | 2 # line. That path can be a compiler's non-default path even when
|
/external/llvm/test/MC/AArch64/ |
D | arm64-separator.s | 7 ; tell it to show encodings. That will result in the two 'mov' instructions
|
/external/proguard/examples/dictionaries/ |
D | shakespeare.txt | 20 "What's in a name? That which we call a rose
|
/external/llvm/test/CodeGen/X86/ |
D | 2012-05-17-TwoAddressBug.ll | 5 ; because of poor pre-RA schedule. That will be fixed by MI scheduler.
|
/external/fio/ |
D | REPORTING-BUGS | 15 That's it!
|
/external/bison/data/ |
D | bison.m4 | 391 # Mimic muscle_percent_define_get in ../src/muscle-tab.h. That is, if 409 # Mimic muscle_percent_define_get_loc in ../src/muscle-tab.h exactly. That is, 429 # That is, if the %define variable VARIABLE is undefined, complain fatally 445 # Mimic muscle_percent_define_ifdef in ../src/muscle-tab.h exactly. That is, 460 # Mimic muscle_percent_define_flag_if in ../src/muscle-tab.h exactly. That is, 483 # Mimic muscle_percent_define_default in ../src/muscle-tab.h exactly. That is, 502 # except that the VALUES structure is more appropriate for M4. That is, VALUES
|
/external/llvm/test/Transforms/LoopDeletion/ |
D | multiple-exit-conditions.ll | 4 ; it can't represent the exact trip count as an expression. That's
|
/external/llvm/test/MC/ARM/ |
D | elf-thumbfunc-reloc.s | 30 @@ make sure the relocation is with f. That is one way to make sure it includes
|
/external/llvm/test/Transforms/GVN/ |
D | pre-no-cost-phi.ll | 2 ; This testcase tests insertion of no-cost phis. That is,
|
/external/iptables/extensions/ |
D | libxt_string.man | 10 Set the offset up to which should be scanned. That is, byte \fIoffset\fP-1
|
/external/skia/gyp/ |
D | canvas_state_lib.gyp | 15 # This will create the shared library libcanvas_state_lib.so. That can
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-49.ll | 1 ; That that we don't try to use z196 instructions on z10 for TMHH and TMHL.
|
/external/libpng/contrib/arm-neon/ |
D | README | 26 is unsupported. That means that it is not even compiled on a regular basis and 51 That function must return 1 if ARM NEON instructions are supported, 0 if not.
|