Home
last modified time | relevance | path

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

12345678910>>...19

/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.h111 bool operator==(const iterator &That) const { return Cur == That.Cur; }
112 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
/external/gmock/test/
Dgmock-nice-strict_test.cc103 MOCK_METHOD2(That, string(int, bool));
226 nice_bar.That(5, true); in TEST()
237 nice_bar.That(5, true); in TEST()
319 naggy_bar.That(5, true); in TEST()
330 naggy_bar.That(5, true); in TEST()
392 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true), in TEST()
403 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true), in TEST()
/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.cpp247 void FAddendCoef::operator=(const FAddendCoef &That) { in operator =() argument
248 if (That.isInt()) in operator =()
249 set(That.IntVal); in operator =()
251 set(That.getFpVal()); in operator =()
254 void FAddendCoef::operator+=(const FAddendCoef &That) { in operator +=() argument
256 if (isInt() == That.isInt()) { in operator +=()
258 IntVal += That.IntVal; in operator +=()
260 getFpVal().add(That.getFpVal(), RndMode); in operator +=()
265 const APFloat &T = That.getFpVal(); in operator +=()
272 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/fio/
DREPORTING-BUGS15 That's it!
/external/llvm/test/CodeGen/X86/
D2012-05-17-TwoAddressBug.ll5 ; because of poor pre-RA schedule. That will be fixed by MI scheduler.
/external/chromium-trace/catapult/third_party/beautifulsoup4/scripts/
Ddemonstration_markup.txt17 <div><a style={height:21px;}>That attribute value was bogus</a></div>
19 <div><table><td nowrap>That boolean attribute had no value</td></table></div>
/external/llvm/test/Transforms/LoopDeletion/
Dmultiple-exit-conditions.ll4 ; it can't represent the exact trip count as an expression. That's
/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/MC/ARM/
Delf-thumbfunc-reloc.s30 @@ make sure the relocation is with f. That is one way to make sure it includes
/external/autotest/client/site_tests/desktopui_Respawn/
Dcontrol17 normal conditions. That is, that the UI will cease restarting after a certain
/external/llvm/test/Transforms/GVN/
Dpre-no-cost-phi.ll2 ; This testcase tests insertion of no-cost phis. That is,
/external/v8/build/git-hooks/
Dpre-commit54 You are trying to commit a change to .gitmodules. That is not allowed.

12345678910>>...19