HomeSort by relevance Sort by last modified time
    Searched refs:That (Results 1 - 25 of 118) sorted by null

1 2 3 4 5

  /external/llvm/include/llvm/Support/
StringPool.h 24 // to another instance. So that interned strings can eventually be freed,
89 PooledStringPtr(const PooledStringPtr &That) : S(That.S) {
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;
    [all...]
Registry.h 88 bool operator==(const iterator &That) const { return Cur == That.Cur; }
89 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
107 /// Use of this template requires that:
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
StringPool.h 24 // to another instance. So that interned strings can eventually be freed,
90 PooledStringPtr(const PooledStringPtr &That) : S(That.S) {
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;
    [all...]
Registry.h 109 bool operator==(const iterator &That) const { return Cur == That.Cur; }
110 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
179 /// Use of this template requires that:
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
StringPool.h 24 // to another instance. So that interned strings can eventually be freed,
91 PooledStringPtr(const PooledStringPtr &That) : S(That.S) {
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;
    [all...]
Registry.h 90 bool operator==(const iterator &That) const { return Cur == That.Cur; }
91 bool operator!=(const iterator &That) const { return Cur != That.Cur; }
111 /// Use of this template requires that:
135 /// strictly speaking that's not allowed by the C++ standard (we would need to
  /external/curl/docs/cmdline-opts/
tlsv1.d 12 server. That means TLS version 1.0 or higher
output.d 9 specifier. That variable will be replaced with the current string for the URL
24 and the order of the -o options and the URLs doesn't matter, just that the
ftp-port.d 21 make curl pick the same IP address that is already used for the control
30 to tell curl what TCP port range to use. That means you specify a port range,
32 that it increases the risk of failure since the port may not be available.
upload-file.d 7 part in the specified URL, curl will append the local file name. NOTE that you
8 must use a trailing / on the last directory to really prove to Curl that there
9 is no file name or curl will think that your last directory name is the remote
10 file name to use. That will most likely cause the upload operation to fail. If
20 supports "globbing" of the --upload-file argument, meaning that you can upload
  /external/google-breakpad/src/testing/test/
gmock-nice-strict_test.cc 5 // modification, are permitted provided that the following conditions are
102 MOCK_METHOD2(That, string(int, bool));
112 // Tests that a nice mock generates no warning for uninteresting calls.
122 // Tests that a nice mock generates no warning for uninteresting calls
123 // that delete the mock object.
135 // Tests that a nice mock generates informational logs for
156 // Tests that a nice mock allows expected calls.
164 // Tests that an unexpected call on a nice mock fails.
172 // Tests that NiceMock works with a mock class that has a non-defaul
    [all...]
  /external/libchrome/third_party/markupsafe/
_speedups.c 45 /* import markup type so that we can mark the return value */
131 /* if the object has an __html__ method that performs the escaping */
189 "sequences. Use this if you need to display text that might contain\n"
196 "Make a string unicode if it isn't already. That way a markup\n"
  /external/llvm/test/MC/AArch64/
arm64-separator.s 3 ; ARM64 uses a multi-character statement separator, "%%". Check that we lex
7 ; tell it to show encodings. That will result in the two 'mov' instructions
9 ; to verify that. For this test, we don't care what the encoding is, just that
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/
arm64-separator.s 3 ; ARM64 uses a multi-character statement separator, "%%". Check that we lex
7 ; tell it to show encodings. That will result in the two 'mov' instructions
9 ; to verify that. For this test, we don't care what the encoding is, just that
  /external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-mca/X86/BtVer2/
dependency-breaking-sbb-2.s 6 # The SBB does not depend on the value of register EAX. That means, it doesn't
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
clear-super-register-2.s 7 # the VDIVPS. That VADDPS also writes to register XMM3, and the upper half of
  /external/llvm/test/MC/ARM/
elf-thumbfunc-reloc.s 30 @@ make sure the relocation is with f. That is one way to make sure it includes
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
elf-thumbfunc-reloc.s 30 @@ make sure the relocation is with f. That is one way to make sure it includes
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
secrel32-undef.s 5 # resulted in an error. That was a mistake. The linker is fully capable of
  /external/googletest/googlemock/test/
gmock-nice-strict_test.cc 5 // modification, are permitted provided that the following conditions are
108 MOCK_METHOD2(That, std::string(int, bool));
135 // Tests that a raw mock generates warnings for uninteresting calls.
151 // Tests that a raw mock generates warnings for uninteresting calls
152 // that delete the mock object.
170 // Tests that a raw mock generates informational logs for
192 // Tests that a nice mock generates no warning for uninteresting calls.
202 // Tests that a nice mock generates no warning for uninteresting calls
203 // that delete the mock object.
215 // Tests that a nice mock generates informational logs fo
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
abbr_offset.s 4 # This test simulates the result of ld -r. That produces files where
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 144 /// Similar to FAddend::drillDownOneStep() except that the value being
253 void FAddendCoef::operator=(const FAddendCoef &That) {
254 if (That.isInt())
255 set(That.IntVal);
257 set(That.getFpVal());
260 void FAddendCoef::operator+=(const FAddendCoef &That) {
262 if (isInt() == That.isInt()) {
264 IntVal += That.IntVal;
266 getFpVal().add(That.getFpVal(), RndMode);
271 const APFloat &T = That.getFpVal()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 163 /// Similar to FAddend::drillDownOneStep() except that the value being
269 void FAddendCoef::operator=(const FAddendCoef &That) {
270 if (That.isInt())
271 set(That.IntVal);
273 set(That.getFpVal());
276 void FAddendCoef::operator+=(const FAddendCoef &That) {
278 if (isInt() == That.isInt()) {
280 IntVal += That.IntVal;
282 getFpVal().add(That.getFpVal(), RndMode);
287 const APFloat &T = That.getFpVal()
    [all...]
  /external/u-boot/
config.mk 11 # That's the reason why this file must be included from spl/Makefile too.

Completed in 756 milliseconds

1 2 3 4 5