Home
last modified time | relevance | path

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

12345678910>>...14

/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.h113 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/
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/valgrind/none/tests/s390x/
Dfpext_warn.stderr.exp3 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
Dfpext_fail.stderr.exp4 That facility is not available on this host
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp246 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/
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.
478 That time it was on a line by itself.
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/
DYuri-Links-in-Headers.text8 (That's also useful)
DLinks-in-Headers.text-out4 <p>(That's also useful)</p>
DLinks-in-Headers.text-res4 <p>(That's also useful)</p>
/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/llvm/lib/ExecutionEngine/Interpreter/
DCMakeLists.txt2 # line. That path can be a compiler's non-default path even when
/external/llvm/test/MC/AArch64/
Darm64-separator.s7 ; tell it to show encodings. That will result in the two 'mov' instructions
/external/proguard/examples/dictionaries/
Dshakespeare.txt20 "What's in a name? That which we call a rose
/external/llvm/test/CodeGen/X86/
D2012-05-17-TwoAddressBug.ll5 ; because of poor pre-RA schedule. That will be fixed by MI scheduler.
/external/fio/
DREPORTING-BUGS15 That's it!
/external/bison/data/
Dbison.m4391 # 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/
Dmultiple-exit-conditions.ll4 ; it can't represent the exact trip count as an expression. That's
/external/llvm/test/MC/ARM/
Delf-thumbfunc-reloc.s30 @@ make sure the relocation is with f. That is one way to make sure it includes
/external/llvm/test/Transforms/GVN/
Dpre-no-cost-phi.ll2 ; This testcase tests insertion of no-cost phis. That is,
/external/iptables/extensions/
Dlibxt_string.man10 Set the offset up to which should be scanned. That is, byte \fIoffset\fP-1
/external/skia/gyp/
Dcanvas_state_lib.gyp15 # This will create the shared library libcanvas_state_lib.so. That can
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-49.ll1 ; That that we don't try to use z196 instructions on z10 for TMHH and TMHL.
/external/libpng/contrib/arm-neon/
DREADME26 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.

12345678910>>...14