Searched refs:equal (Results 226 - 250 of 349) sorted by relevance

1234567891011>>

/external/skia/tests/
H A DMatrixTest.cpp22 SkDebugf("not equal %g %g\n", (float)a[i], (float)b[i]);
32 bool equal = a == b; local
34 if (equal != cheapEqual) {
35 if (equal) {
65 return equal;
/external/guava/guava-testlib/src/com/google/common/testing/
H A DClassSanityTester.java183 checkArgument(!Objects.equal(value1, value2), "Duplicate value provided.");
254 * when equal parameters are passed, the result instance should also be equal; and vice versa.
294 * equal parameters are equal and vice versa, thus indirectly tests the builder equality.
460 * static methods, by asserting that when equal parameters are passed to the same static method,
461 * the return value should also be equal; and vice versa.
599 if (newArg == null || Objects.equal(args.get(i), newArg)) {
613 * Returns dummy factory arguments that are equal to {@code args} but may be different instances,
625 // Two newFreshValueGenerator() instances should normally generate equal valu
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DBytesTrieTest.java42 byte[] equal=new byte[] { 0x3d }; // "="
43 builder_.add(equal, 1, 0).add(equal, 1, 1);
/external/libhevc/common/arm/
H A Dihevc_sao_edge_offset_class0.s254 BNE PU1_SRC_LOOP @If not equal jump to the inner loop
262 BGT WIDTH_LOOP_16 @If not equal jump to width_loop
337 BNE PU1_SRC_LOOP_RESIDUE @If not equal jump to the pu1_src loop
H A Dihevc_sao_edge_offset_class0_chroma.s272 BNE PU1_SRC_LOOP @If not equal jump to the inner loop
280 BGT WIDTH_LOOP_16 @If not equal jump to width_loop
423 BNE PU1_SRC_LOOP_RESIDUE @If not equal jump to the pu1_src loop
/external/llvm/unittests/Support/
H A DPath.cpp415 bool equal; local
416 ASSERT_NO_ERROR(fs::equivalent(Twine(TempPath), Twine(TempPath2), equal)); local
417 EXPECT_TRUE(equal);
/external/v8/src/compiler/ia32/
H A Dcode-generator-ia32.cc132 __ Assert(equal, kWrongFunctionContext);
416 __ j(equal, tlabel);
491 cc = equal;
/external/v8/test/cctest/
H A Dtest-disasm-ia32.cc307 __ j(equal, &Ljcc);
326 __ j(equal, &Ljcc);
438 __ cmov(equal, eax, Operand(ebx, 0));
H A Dtest-disasm-x64.cc277 __ j(equal, &Ljcc);
296 __ j(equal, &Ljcc);
403 __ cmovq(equal, rax, Operand(rbx, 0));
H A Dtest-assembler-ia32.cc326 __ j(equal, &equal_l);
375 __ j(equal, &target);
H A Dtest-assembler-x64.cc154 // Assemble a function that compare argument byte returing 1 if equal else 0.
161 __ j(equal, &done);
518 __ j(equal, &target);
/external/libvorbis/doc/
H A D04-codec.tex67 Vorbis I. \varname{[blocksize_0]} must be less than or equal to
292 \item decode blocksize \varname{[n]} is equal to \varname{[blocksize_0]} if
293 \varname{[vorbis_mode_blockflag]} is 0, else \varname{[n]} is equal to \varname{[blocksize_1]}.
447 \item if channel \varname{[j]} in submap \varname{[i]} (vector \varname{[vorbis_mapping_mux]} element \varname{[j]} is equal to \varname{[i]})
468 \item if channel \varname{[j]} is in submap \varname{[i]} (vector \varname{[vorbis_mapping_mux]} element \varname{[j]} is equal to \varname{[i]})
/external/cmockery/cmockery_0_1_2/src/
H A Dcmockery.c683 /* Returns 1 if the specified values are equal. If the values are not equal
687 const int equal = left == right; local
688 if (!equal) {
691 return equal;
694 /* Returns 1 if the specified values are not equal. If the values are equal
769 /* Determine whether the specified strings are equal. If the strings are equal
770 * 1 is returned. If they're not equal a
[all...]
/external/v8/src/compiler/x64/
H A Dcode-generator-x64.cc226 __ Assert(equal, kWrongFunctionContext);
638 __ j(equal, tlabel);
713 cc = equal;
/external/clang/lib/Parse/
H A DParseDeclCXX.cpp106 if (Tok.is(tok::equal)) {
252 assert(Tok.is(tok::equal) && "Not equal token");
560 bool IsAliasDecl = Tok.is(tok::equal);
2029 /// brace-or-equal-initializer or pure-specifier.
2035 // declarator brace-or-equal-initializer[opt]
2179 /// [C++11] declarator brace-or-equal-initializer[opt]
2394 if (getLangOpts().MicrosoftExt && Tok.is(tok::equal) &&
2416 } else if (Tok.is(tok::equal)) {
2483 if ((Tok.is(tok::equal) || To
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedHashMultimap.java59 * key-value pair equal to an existing key-value pair has no effect.
174 return smearedValueHash == smearedVHash && Objects.equal(getValue(), v);
/external/llvm/include/llvm/ADT/
H A DSTLExtras.h389 /// A functor like C++14's std::equal<void> in its absence.
390 struct equal { struct in namespace:llvm
/external/llvm/lib/AsmParser/
H A DLLParser.cpp261 if (ParseToken(lltok::equal, "expected '=' after target triple") ||
268 if (ParseToken(lltok::equal, "expected '=' after target datalayout") ||
283 if (ParseToken(lltok::equal, "expected '=' after deplibs") ||
305 if (ParseToken(lltok::equal, "expected '=' after name") ||
332 if (ParseToken(lltok::equal, "expected '=' after name") ||
408 if (ParseToken(lltok::equal, "expected '=' after name"))
444 if (ParseToken(lltok::equal, "expected '=' in global variable") ||
466 if (ParseToken(lltok::equal, "expected '=' here"))
550 if (ParseToken(lltok::equal, "expected '=' here") ||
581 ParseToken(lltok::equal, "expecte
[all...]
/external/pdfium/third_party/bigint/
H A DBigUnsigned.cc93 // If no blocks differed, the numbers are equal.
94 return equal;
/external/protobuf/src/google/protobuf/
H A Drepeated_field_unittest.cc1354 EXPECT_TRUE(std::equal(fibonacci.begin(),
1357 EXPECT_TRUE(std::equal(protobuffer.repeated_int32().begin(),
1363 EXPECT_TRUE(std::equal(halves.begin(),
1366 EXPECT_TRUE(std::equal(protobuffer.repeated_double().begin(),
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx1y.cpp163 constexpr bool equal(Iterator1 a, Iterator1 ae, Iterator2 b, Iterator2 be) { function in namespace:string_assign
173 return equal(stuff, stuff + n, stuff2, stuff2 + n);
/external/deqp/framework/common/
H A DtcuVectorUtil.hpp108 template<typename T> inline bool equal (T a, T b) { return (a == b); } function in namespace:tcu
226 inline Vector<bool, Size> equal (const Vector<T, Size>& a, const Vector<T, Size>& b) function in namespace:tcu
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dant.bat56 rem CLASSPATH must not be used if it is equal to ""
/external/mesa3d/docs/
H A DMESA_swap_frame_usage.spec122 the swap is committed before target_msc, and is greater than or equal to
/external/v8/src/x87/
H A Dassembler-x87.h209 equal = 4,
225 zero = equal,

Completed in 833 milliseconds

1234567891011>>