Searched refs:That (Results 1 - 25 of 47) sorted by relevance

12

/external/llvm/include/llvm/Support/
H A DStringPool.h89 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 DRegistry.h88 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 DStringPool.h90 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 DRegistry.h109 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 DFieldMaskTest.cs49 Assert.That(text, Is.StringContaining("@warning"));
50 Assert.That(text, Is.StringContaining(input));
H A DAnyTest.cs99 Assert.That(text, Is.StringContaining("\"@value\": \"" + message.ToByteString().ToBase64() + "\""));
/external/valgrind/none/tests/s390x/
H A Dfpext_fail.stderr.exp4 That facility is not available on this host
H A 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
/external/google-breakpad/src/testing/test/
H A Dgmock-nice-strict_test.cc102 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 Dgmock-nice-strict_test.cc103 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 Dgmock-nice-strict_test.cc103 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.c196 "Make a string unicode if it isn't already. That way a markup\n"
/external/llvm/test/MC/AArch64/
H A Darm64-separator.s7 ; tell it to show encodings. That will result in the two 'mov' instructions
/external/llvm/test/MC/ARM/
H A Delf-thumbfunc-reloc.s30 @@ make sure the relocation is with f. That is one way to make sure it includes
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp253 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 DProgram.inc78 // Lets attach the extension manually. That is needed for files
/external/llvm/lib/Linker/
H A DIRMover.cpp1265 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 Dtest-that.md101 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 DHTMLScanner.java293 * next state = statetable[value + 3]. That is, the value points
/external/ImageMagick/www/api/
H A Dchannel.php134 <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 Dmorphology.php65 <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" =&gt; "Diamond", "Octagon:1", or "Cross:1" "Disk:1.5" =&gt; "Square" "Disk:2" =&gt; "Diamond:2" "Disk:2.5" =&gt; "Octagon" "Disk:2.9" =&gt; "Square:2" "Disk:3.5" =&gt; "Octagon:3" "Disk:4.5" =&gt; "Octagon:4" "Disk:5.4" =&gt; "Octagon:5" "Disk:6.4" =&gt; "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 Da1-encapsulation-ogg.tex26 form only. That is:
/external/mesa3d/docs/
H A DMESA_texture_signed_rgba.spec96 in Table 2.9 for component conversions. That conversion says:
/external/libunwind/doc/
H A Dlibunwind.tex135 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 DBaseTreeAdaptor.as12 * track ourselves. That's ok, it's only for debugging, though it's

Completed in 5319 milliseconds

12