Searched refs:equals (Results 1 - 19 of 19) sorted by relevance

/system/timezone/distro/core/src/main/com/android/timezone/distro/
H A DStagedDistroOperation.java47 public boolean equals(Object o) { method in class:StagedDistroOperation
60 return distroVersion != null ? distroVersion.equals(that.distroVersion)
H A DDistroVersion.java133 public boolean equals(Object o) { method in class:DistroVersion
152 return rulesVersion.equals(that.rulesVersion);
H A DTimeZoneDistro.java99 if (!entryName.equals(name)) {
H A DFileUtils.java127 return !file.getCanonicalPath().equals(canonicalPathExceptBaseName);
/system/update_engine/payload_generator/
H A Dblock_mapping.cc88 bool equals = false; local
89 if (!existing_block.CompareData(block_data, &equals))
91 if (equals)
114 bool* equals) {
116 *equals = block_data == other_block;
126 *equals = blob == other_block;
113 CompareData(const brillo::Blob& other_block, bool* equals) argument
H A Dblock_mapping.h87 // they are equal in |equals|. Returns whether there was an error reading
89 bool CompareData(const brillo::Blob& other_block, bool* equals);
/system/core/libcutils/
H A Dhashmap.c38 bool (*equals)(void* keyA, void* keyB); member in struct:Hashmap
44 int (*hash)(void* key), bool (*equals)(void* keyA, void* keyB)) {
46 assert(equals != NULL);
70 map->equals = equals;
186 bool (*equals)(void*, void*)) {
193 return equals(keyA, keyB);
217 if (equalKeys(current->key, current->hash, key, hash, map->equals)) {
234 if (equalKeys(entry->key, entry->hash, key, hash, map->equals)) {
249 if (equalKeys(entry->key, entry->hash, key, hash, map->equals)) {
185 equalKeys(void* keyA, int hashA, void* keyB, int hashB, bool (*equals)(void*, void*)) argument
[all...]
/system/tools/aidl/tests/java_app/src/android/aidl/tests/
H A DSimpleParcelable.java44 public boolean equals(Object o) { method in class:SimpleParcelable
53 (mName != null && !mName.equals(p.mName))) {
H A DTestServiceClient.java165 if (!query.equals(response)) {
177 if (!query.equals(response)) {
199 if (!Arrays.equals(input, echoed)) {
218 if (!Arrays.equals(input, echoed)) {
237 if (!Arrays.equals(input, echoed)) {
256 if (!Arrays.equals(input, echoed)) {
275 if (!Arrays.equals(input, echoed)) {
294 if (!Arrays.equals(input, echoed)) {
313 if (!Arrays.equals(input, echoed)) {
332 if (!Arrays.equals(inpu
[all...]
/system/core/include/cutils/
H A Dhashmap.h39 * @param equals function which compares keys for equality
42 int (*hash)(void* key), bool (*equals)(void* keyA, void* keyB));
/system/core/libcutils/include/cutils/
H A Dhashmap.h39 * @param equals function which compares keys for equality
42 int (*hash)(void* key), bool (*equals)(void* keyA, void* keyB));
/system/core/libcutils/include_vndk/cutils/
H A Dhashmap.h39 * @param equals function which compares keys for equality
42 int (*hash)(void* key), bool (*equals)(void* keyA, void* keyB));
/system/extras/verity/
H A DVeritySigner.java44 if (args.length > 3 && "-verify".equals(args[3])) {
H A DBootSignature.java190 if (!Arrays.equals(Arrays.copyOfRange(data, 0, 8),
299 if ("-verify".equals(args[0])) {
302 if (args.length >= 4 && "-certificate".equals(args[2])) {
H A DUtils.java221 if ("EC".equals(key.getAlgorithm())) {
242 } else if ("RSA".equals(key.getAlgorithm())) {
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java48 if (args[0].equals("-c")) {
50 } else if (args[0].equals("-s")) {
109 if (result.equals(s)) {
284 ExpectTrue(result.equals(foo));
393 ExpectTrue(out.equals(expectedOut));
439 ExpectTrue(out.equals(expectedOut));
512 java.util.Objects.equals(outVec, expectedOutVec);
547 ExpectTrue(expectedOutVec.equals(proxy.haveAStringVec(stringVec)));
574 ExpectTrue(t1.equals(t2));
577 ExpectTrue(!t1.equals(t
[all...]
/system/timezone/distro/core/src/test/com/android/timezone/distro/
H A DFileUtilsTest.java250 assertTrue(Arrays.equals(contents, allBytes));
253 assertTrue(Arrays.equals(contents, exhaustedFileRead));
/system/bt/btcore/test/
H A Ddevice_class_test.cc154 TEST_F(DeviceClassTest, equals) {
H A Dproperty_test.cc175 TEST_F(PropertyTest, equals) {

Completed in 323 milliseconds