/external/llvm/include/llvm/Support/ |
H A D | StringPool.h | 89 PooledStringPtr(const PooledStringPtr &That) : S(That.S) { argument 93 PooledStringPtr &operator=(const PooledStringPtr &That) { argument 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; }
|
H A 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/swiftshader/third_party/LLVM/include/llvm/Support/ |
H A D | StringPool.h | 90 PooledStringPtr(const PooledStringPtr &That) : S(That.S) { argument 94 PooledStringPtr &operator=(const PooledStringPtr &That) { argument 95 if (S != That.S) { 97 S = That.S; 133 inline bool operator==(const PooledStringPtr &That) { return S == That.S; } argument 134 inline bool operator!=(const PooledStringPtr &That) { return S != That.S; } argument
|
H A 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/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/ |
H A D | FieldMaskTest.cs | 49 Assert.That(text, Is.StringContaining("@warning")); 50 Assert.That(text, Is.StringContaining(input));
|
H A D | AnyTest.cs | 99 Assert.That(text, Is.StringContaining("\"@value\": \"" + message.ToByteString().ToBase64() + "\""));
|
/external/valgrind/none/tests/s390x/ |
H A D | fpext_fail.stderr.exp | 4 That facility is not available on this host
|
H A 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
|
/external/google-breakpad/src/testing/test/ |
H A D | gmock-nice-strict_test.cc | 102 MOCK_METHOD2(That, string(int, bool)); 179 nice_bar.That(5, true); 190 nice_bar.That(5, true); 252 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true), 263 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true),
|
/external/googletest/googlemock/test/ |
H A D | gmock-nice-strict_test.cc | 103 MOCK_METHOD2(That, string(int, bool)); 226 nice_bar.That(5, true); 237 nice_bar.That(5, true); 319 naggy_bar.That(5, true); 330 naggy_bar.That(5, true); 392 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true), 403 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true),
|
/external/v8/testing/gmock/test/ |
H A D | gmock-nice-strict_test.cc | 103 MOCK_METHOD2(That, string(int, bool)); 226 nice_bar.That(5, true); 237 nice_bar.That(5, true); 319 naggy_bar.That(5, true); 330 naggy_bar.That(5, true); 392 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true), 403 EXPECT_NONFATAL_FAILURE(strict_bar.That(5, true),
|
/external/libmojo/third_party/markupsafe/ |
H A D | _speedups.c | 196 "Make a string unicode if it isn't already. That way a markup\n"
|
/external/llvm/test/MC/AArch64/ |
H A D | arm64-separator.s | 7 ; tell it to show encodings. That will result in the two 'mov' instructions
|
/external/llvm/test/MC/ARM/ |
H A D | elf-thumbfunc-reloc.s | 30 @@ make sure the relocation is with f. That is one way to make sure it includes
|
/external/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 253 void FAddendCoef::operator=(const FAddendCoef &That) { argument 254 if (That.isInt()) 255 set(That.IntVal); 257 set(That.getFpVal()); 260 void FAddendCoef::operator+=(const FAddendCoef &That) { argument 262 if (isInt() == That.isInt()) { 264 IntVal += That.IntVal; 266 getFpVal().add(That.getFpVal(), RndMode); 271 const APFloat &T = That.getFpVal(); 278 T.add(createAPFloatFromInt(T.getSemantics(), That 281 operator *=(const FAddendCoef &That) argument [all...] |
/external/llvm/lib/Support/Windows/ |
H A D | Program.inc | 78 // Lets attach the extension manually. That is needed for files
|
/external/llvm/lib/Linker/ |
H A D | IRMover.cpp | 1265 bool IRMover::StructTypeKeyInfo::KeyTy::operator==(const KeyTy &That) const { 1266 return IsPacked == That.IsPacked && ETypes == That.ETypes; 1269 bool IRMover::StructTypeKeyInfo::KeyTy::operator!=(const KeyTy &That) const { 1270 return !this->operator==(That);
|
/external/autotest/docs/ |
H A D | test-that.md | 101 That told me that my job ID was 5196037. I could follow along by going to 112 - By default, jobs will be scheduled in the `suites` machine pool. That can be
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
H A D | HTMLScanner.java | 293 * next state = statetable[value + 3]. That is, the value points
|
/external/ImageMagick/www/api/ |
H A D | channel.php | 134 <p>GetImageAlphaChannel() returns MagickFalse if the image alpha channel is not activated. That is, the image is RGB rather than RGBA or CMYK rather than CMYKA.</p>
|
H A D | morphology.php | 65 <p>The floating point values in the kernel can also include a special value known as 'nan' or 'not a number' to indicate that this value is not part of the kernel array. This allows you to shaped the kernel within its rectangular area. That is 'nan' values provide a 'mask' for the kernel shape. However at least one non-nan value must be provided for correct working of a kernel.</p> 180 <dd> FreiChen:{angle} Frei-Chen Edge Detector is based on a kernel that is similar to the Sobel Kernel, but is designed to be isotropic. That is it takes into account the distance of the diagonal in the kernel. </dd> 234 <dd> NOTE: That a low radii Disk kernels produce the same results as many of the previously defined kernels, but differ greatly at larger radii. Here is a table of equivalences... "Disk:1" => "Diamond", "Octagon:1", or "Cross:1" "Disk:1.5" => "Square" "Disk:2" => "Diamond:2" "Disk:2.5" => "Octagon" "Disk:2.9" => "Square:2" "Disk:3.5" => "Octagon:3" "Disk:4.5" => "Octagon:4" "Disk:5.4" => "Octagon:5" "Disk:6.4" => "Octagon:6" All other Disk shapes are unique to this kernel, but because a "Disk" is more circular when using a larger radius, using a larger radius is preferred over iterating the morphological operation. </dd> 385 <p>That is after each row is 'Sync'ed' into the image, the next row makes use of those values as part of the calculation of the next row. It repeats, but going in the oppisite (bottom-up) direction.</p>
|
/external/libvorbis/doc/ |
H A D | a1-encapsulation-ogg.tex | 26 form only. That is:
|
/external/mesa3d/docs/ |
H A D | MESA_texture_signed_rgba.spec | 96 in Table 2.9 for component conversions. That conversion says:
|
/external/libunwind/doc/ |
H A D | libunwind.tex | 135 employ both local-only and generic unwinding. That is, whether or not 195 unwinding works exactly like in the local case. That is, you can use
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
H A D | BaseTreeAdaptor.as | 12 * track ourselves. That's ok, it's only for debugging, though it's
|