/external/chromium-trace/catapult/third_party/vinn/vinn/test_data/ |
console_time_test.js | 7 equal: function(first, second) { 18 assert.equal(err.message, "No such timer name: AA"); 26 assert.equal(err.message, "No such timer name: AA");
|
/external/skia/tests/ |
PathOpsTypesTest.cpp | 18 bool equal = RoughlyEqualUlps(roughlyTests[index][0], roughlyTests[index][1]); local 19 REPORTER_ASSERT(reporter, equal);
|
StrokeTest.cpp | 15 static bool equal(const SkRect& a, const SkRect& b) { function 74 REPORTER_ASSERT(reporter, equal(outer, fillPath.getBounds())); 82 REPORTER_ASSERT(reporter, equal(nested[0], outer)); 83 REPORTER_ASSERT(reporter, equal(nested[1], inner));
|
/external/v8/test/mjsunit/regress/ |
internalized-string-not-equal.js | 32 function equal(o1, o2) { function 37 equal(a, b); 38 equal(a, b); 39 %OptimizeFunctionOnNextCall(equal); 40 assertTrue(equal(1.3, 1.3));
|
/external/proguard/src/proguard/util/ |
ObjectUtil.java | 35 public static boolean equal(Object object1, Object object2) method in class:ObjectUtil
|
ArrayUtil.java | 38 public static boolean equal(byte[] array1, byte[] array2, int size) method in class:ArrayUtil 59 public static boolean equal(short[] array1, short[] array2, int size) method in class:ArrayUtil 80 public static boolean equal(int[] array1, int[] array2, int size) method in class:ArrayUtil 101 public static boolean equal(Object[] array1, Object[] array2, int size) method in class:ArrayUtil 141 equal(array1, array2, size);
|
/external/chromium-trace/catapult/third_party/vinn/vinn/ |
path_utils_test.js | 7 equal: function(first, second) { 25 assert.equal(path_utils.join('a', 'b'), 'a/b'); 26 assert.equal(path_utils.join('/a', 'b'), '/a/b'); 27 assert.equal(path_utils.join('/a/', 'b/'), '/a/b/'); 28 assert.equal(path_utils.join('/a', '/b/'), '/b/'); 29 assert.equal(path_utils.join('/a', './b/'), '/a/./b/'); 30 assert.equal(path_utils.join('/a/', './b/'), '/a/./b/'); 31 assert.equal(path_utils.join('../', 'b'), '../b'); 32 assert.equal(path_utils.join('../', 'b/'), '../b/'); 33 assert.equal(path_utils.join('a', 'b'), 'a/b') [all...] |
/external/v8/test/promises-aplus/lib/ |
assert.js | 47 function equal(actual, expected, message) { function 85 assert.equal = equal;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/algorithm/ |
equal.hpp | 37 // the end of the loop. They are equal if and only if we have 48 // continue looping if and only if the values are equal 77 // the end of the loop. They are equal if and only if we have 88 // continue looping if and only if the values are equal 113 && std::equal(first1, last1, first2); 126 && std::equal(first1, last1, first2, pred); 131 inline bool equal( SinglePassTraversalReadableIterator1 first1, function in namespace:boost::range_detail 145 inline bool equal( SinglePassTraversalReadableIterator1 first1, function in namespace:boost::range_detail 162 /// \brief template function equal 164 /// range-based version of the equal std algorith 170 inline bool equal( const SinglePassRange1& rng1, const SinglePassRange2& rng2 ) function in namespace:boost::range 182 inline bool equal( const SinglePassRange1& rng1, const SinglePassRange2& rng2, function in namespace:boost::range [all...] |
/external/clang/test/Preprocessor/ |
output_paste_avoid.cpp | 31 #define equal = macro 32 F: >>equal
|
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
push_back_exception_safety.pass.cpp | 26 bool equal(const CMyClass &rhs) const function in class:CMyClass 65 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); }
|
push_front_exception_safety.pass.cpp | 27 bool equal(const CMyClass &rhs) const function in class:CMyClass 65 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); }
|
/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/ |
push_back_exception_safety.pass.cpp | 28 bool equal(const CMyClass &rhs) const function in class:CMyClass 66 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); }
|
/external/proguard/src/proguard/evaluation/value/ |
ArrayReferenceValue.java | 66 public int equal(ReferenceValue other) method in class:ArrayReferenceValue 68 return other.equal(this); 81 // public int equal(IdentifiedReferenceValue other) 83 // return equal((TypedReferenceValue)other); 103 public int equal(ArrayReferenceValue other) method in class:ArrayReferenceValue 105 if (this.arrayLength.equal(other.arrayLength) == NEVER) 110 return equal((TypedReferenceValue)other); 123 // public int equal(IdentifiedArrayReferenceValue other) 125 // return equal((ArrayReferenceValue)other); 138 // public int equal(DetailedArrayReferenceValue other [all...] |
IdentifiedArrayReferenceValue.java | 61 public int equal(ReferenceValue other) method in class:IdentifiedArrayReferenceValue 63 return other.equal(this); 76 // public int equal(IdentifiedReferenceValue other) 78 // return equal((TypedReferenceValue)other); 91 // public int equal(ArrayReferenceValue other) 93 // return equal((TypedReferenceValue)other); 106 public int equal(IdentifiedArrayReferenceValue other) method in class:IdentifiedArrayReferenceValue 109 this.equal((TypedReferenceValue)other); 122 // public int equal(DetailedArrayReferenceValue other) 124 // return equal((IdentifiedArrayReferenceValue)other) [all...] |
IdentifiedReferenceValue.java | 61 public int equal(ReferenceValue other) method in class:IdentifiedReferenceValue 63 return other.equal(this); 76 public int equal(IdentifiedReferenceValue other) method in class:IdentifiedReferenceValue 79 this.equal((TypedReferenceValue)other); 92 // public int equal(ArrayReferenceValue other) 94 // return equal((TypedReferenceValue)other); 107 // public int equal(IdentifiedArrayReferenceValue other) 109 // return equal((ArrayReferenceValue)other); 122 // public int equal(DetailedArrayReferenceValue other) 124 // return equal((IdentifiedArrayReferenceValue)other) [all...] |
/external/valgrind/none/tests/x86/ |
bug126147-x86.c | 130 /* Complain if first two args don't strcmp as equal. */ 132 equal (const char *a, const char *b, int number) function 147 equal (one, "abc", 2); /* Did the copy go right? */ 151 equal (one, "xycdefgh", 3); /* Copy cut by count. */ 155 equal (one, "xyzdefgh", 4); 159 equal (one, "xyz", 5); 160 equal (one+4, "efgh", 6); /* Wrote too much? */ 164 equal (one, "xyz", 7); 165 equal (one+4, "", 8); 166 equal (one+5, "fgh", 9) [all...] |
/libcore/luni/src/main/java/libcore/util/ |
Objects.java | 27 * Returns true if two possibly-null objects are equal. 29 public static boolean equal(Object a, Object b) { method in class:Objects
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/deque/deque.modifiers/ |
push_back_exception_safety.pass.cpp | 26 bool equal(const CMyClass &rhs) const function in class:CMyClass 64 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); }
|
push_front_exception_safety.pass.cpp | 26 bool equal(const CMyClass &rhs) const function in class:CMyClass 64 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); }
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/vector/vector.modifiers/ |
push_back_exception_safety.pass.cpp | 28 bool equal(const CMyClass &rhs) const function in class:CMyClass 66 bool operator==(const CMyClass &lhs, const CMyClass &rhs) { return lhs.equal(rhs); }
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/ |
input_iterator_facade.hpp | 93 bool equal( input_iterator_facade const& rhs ) const function in class:boost::unit_test::input_iterator_facade
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
TextEditor.java | 44 if (equal(newVal, item.getValue())) 69 private static boolean equal(Object a, Object b) { method in class:TextEditor
|
/external/pdfium/fpdfsdk/src/javascript/ |
color.cpp | 39 JS_STATIC_METHOD_ENTRY(equal) 200 FX_BOOL color::equal(IJS_Context* cc, function in class:color
|
/external/tpm2/ |
MemoryLib.c | 78 BOOL equal = TRUE; local 85 equal = (*b1++ == *b2++) && equal; 86 return equal; 142 // This function will compare two TPM2B structures. To be equal, they need to be the same size and the
|