Home
last modified time | relevance | path

Searched defs:equal (Results 1 – 25 of 107) sorted by relevance

12345

/external/proguard/src/proguard/evaluation/value/
DReferenceValue.java144 public abstract int equal(ReferenceValue other); in equal() method in ReferenceValue
188 public int equal(TypedReferenceValue other) in equal() method in ReferenceValue
212 public int equal(IdentifiedReferenceValue other) in equal() method in ReferenceValue
235 public int equal(ArrayReferenceValue other) in equal() method in ReferenceValue
259 public int equal(IdentifiedArrayReferenceValue other) in equal() method in ReferenceValue
283 public int equal(DetailedArrayReferenceValue other) in equal() method in ReferenceValue
DTypedReferenceValue.java205 public int equal(ReferenceValue other) in equal() method in TypedReferenceValue
493 public int equal(TypedReferenceValue other) in equal() method in TypedReferenceValue
508 public int equal(IdentifiedReferenceValue other) in equal() method in TypedReferenceValue
523 public int equal(ArrayReferenceValue other) in equal() method in TypedReferenceValue
538 public int equal(IdentifiedArrayReferenceValue other) in equal() method in TypedReferenceValue
553 public int equal(DetailedArrayReferenceValue other) in equal() method in TypedReferenceValue
DIdentifiedReferenceValue.java61 public int equal(ReferenceValue other) in equal() method in IdentifiedReferenceValue
76 public int equal(IdentifiedReferenceValue other) in equal() method in IdentifiedReferenceValue
DArrayReferenceValue.java66 public int equal(ReferenceValue other) in equal() method in ArrayReferenceValue
103 public int equal(ArrayReferenceValue other) in equal() method in ArrayReferenceValue
DIdentifiedArrayReferenceValue.java61 public int equal(ReferenceValue other) in equal() method in IdentifiedArrayReferenceValue
106 public int equal(IdentifiedArrayReferenceValue other) in equal() method in IdentifiedArrayReferenceValue
/external/clang/test/Analysis/
DCFContainers.mm18 CFArrayEqualCallBack equal; field
61 CFSetEqualCallBack equal; field
68 CFDictionaryEqualCallBack equal; field
75 CFDictionaryEqualCallBack equal; field
/external/mockito/src/test/java/org/mockito/internal/invocation/
DInvocationImplTest.java38 … Invocation equal = new InvocationBuilder().args(" ").mock("mock").toInvocation(); in shouldKnowIfIsEqualTo() local
51 Invocation equal = new InvocationBuilder().args(" ").mock("mock").seq(2).toInvocation(); in shouldEqualToNotConsiderSequenceNumber() local
/external/skia/tests/
DPathOpsTypesTest.cpp18 bool equal = RoughlyEqualUlps(roughlyTests[index][0], roughlyTests[index][1]); in DEF_TEST() local
DVerticesTest.cpp11 static bool equal(const SkVertices* v0, const SkVertices* v1) { in equal() function
DStrokeTest.cpp15 static bool equal(const SkRect& a, const SkRect& b) { in equal() function
/external/proguard/src/proguard/util/
DObjectUtil.java35 public static boolean equal(Object object1, Object object2) in equal() method in ObjectUtil
DArrayUtil.java38 public static boolean equal(byte[] array1, byte[] array2, int size) in equal() method in ArrayUtil
59 public static boolean equal(short[] array1, short[] array2, int size) in equal() method in ArrayUtil
80 public static boolean equal(int[] array1, int[] array2, int size) in equal() method in ArrayUtil
101 public static boolean equal(Object[] array1, Object[] array2, int size) in equal() method in ArrayUtil
/external/conscrypt/libcore-stub/src/main/java/libcore/util/
DObjects.java29 public static boolean equal(Object a, Object b) { in equal() method in Objects
/external/clang/test/Preprocessor/
Doutput_paste_avoid.cpp31 #define equal = macro
/external/mockito/src/test/java/org/mockito/internal/creation/
DDelegatingMethodTest.java32 DelegatingMethod equal = new DelegatingMethod(someMethod); in equals_should_return_true_when_equal() local
/external/valgrind/none/tests/x86/
Dbug126147-x86.c132 equal (const char *a, const char *b, int number) in equal() function
/external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
Dpush_back_exception_safety.pass.cpp28 bool equal(const CMyClass &rhs) const in equal() function in CMyClass
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
Dpush_front_exception_safety.pass.cpp28 bool equal(const CMyClass &rhs) const in equal() function in CMyClass
Dpush_back_exception_safety.pass.cpp27 bool equal(const CMyClass &rhs) const in equal() function in CMyClass
/external/vulkan-validation-layers/libs/glm/gtx/
Dscalar_relational.inl53 GLM_FUNC_QUALIFIER bool equal function
/external/spirv-llvm/lib/SPIRV/Mangler/
DFunctionDescriptor.cpp39 static bool equal(const TypeVector& l, const TypeVector& r) { in equal() function
/external/clang/test/SemaCXX/
Dbuiltins.cpp13 int equal(const char *s1, const char *s2) { in equal() function
/external/guava/guava-gwt/test-super/com/google/common/collect/testing/super/com/google/common/collect/testing/
DHelpers.java46 static boolean equal(Object a, Object b) { in equal() method in Helpers
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DHelpers.java48 static boolean equal(Object a, Object b) { in equal() method in Helpers
/external/python/cpython2/Lib/lib2to3/
Dmain.py108 def print_output(self, old, new, filename, equal): argument

12345