/frameworks/ml/nn/runtime/test/generated/tests/ |
D | equal.mod.py.cpp | 5 namespace equal { namespace 13 execute(equal::CreateModel, in TEST_F() 14 equal::is_ignored, in TEST_F() 15 equal::get_examples_simple()); in TEST_F() 17 TEST_AVAILABLE_SINCE(V1_2, equal_simple, equal::CreateModel) in TEST_AVAILABLE_SINCE() 20 execute(equal::CreateModel_int32, in TEST_AVAILABLE_SINCE() 21 equal::is_ignored_int32, in TEST_AVAILABLE_SINCE() 22 equal::get_examples_simple_int32()); in TEST_AVAILABLE_SINCE() 24 TEST_AVAILABLE_SINCE(V1_2, equal_simple_int32, equal::CreateModel_int32) in TEST_AVAILABLE_SINCE() 27 execute(equal::CreateModel_float16, in TEST_AVAILABLE_SINCE() [all …]
|
/frameworks/native/cmds/surfacereplayer/replayer/ |
D | Android.bp | 15 "-Wno-float-equal", 60 "-Wno-float-equal",
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/Tests/ |
D | GPBDictionaryTests+Bool.m | 164 // 1/1Prime should be different objects, but equal. 170 // 2 is same keys, different values; not equal. 173 // 3 is different keys, same values; not equal. 176 // 4 Fewer pairs; not equal 198 // Should be new object but equal. 220 // Should be new pointer, but equal objects. 465 // 1/1Prime should be different objects, but equal. 471 // 2 is same keys, different values; not equal. 474 // 3 is different keys, same values; not equal. 477 // 4 Fewer pairs; not equal [all …]
|
D | GPBDictionaryTests+Int32.m | 208 // 1/1Prime should be different objects, but equal. 214 // 2 is same keys, different values; not equal. 217 // 3 is different keys, same values; not equal. 220 // 4 extra pair; not equal 242 // Should be new object but equal. 264 // Should be new pointer, but equal objects. 565 // 1/1Prime should be different objects, but equal. 571 // 2 is same keys, different values; not equal. 574 // 3 is different keys, same values; not equal. 577 // 4 extra pair; not equal [all …]
|
D | GPBDictionaryTests+UInt64.m | 208 // 1/1Prime should be different objects, but equal. 214 // 2 is same keys, different values; not equal. 217 // 3 is different keys, same values; not equal. 220 // 4 extra pair; not equal 242 // Should be new object but equal. 264 // Should be new pointer, but equal objects. 565 // 1/1Prime should be different objects, but equal. 571 // 2 is same keys, different values; not equal. 574 // 3 is different keys, same values; not equal. 577 // 4 extra pair; not equal [all …]
|
D | GPBDictionaryTests+Int64.m | 208 // 1/1Prime should be different objects, but equal. 214 // 2 is same keys, different values; not equal. 217 // 3 is different keys, same values; not equal. 220 // 4 extra pair; not equal 242 // Should be new object but equal. 264 // Should be new pointer, but equal objects. 565 // 1/1Prime should be different objects, but equal. 571 // 2 is same keys, different values; not equal. 574 // 3 is different keys, same values; not equal. 577 // 4 extra pair; not equal [all …]
|
D | GPBDictionaryTests+UInt32.m | 208 // 1/1Prime should be different objects, but equal. 214 // 2 is same keys, different values; not equal. 217 // 3 is different keys, same values; not equal. 220 // 4 extra pair; not equal 242 // Should be new object but equal. 264 // Should be new pointer, but equal objects. 565 // 1/1Prime should be different objects, but equal. 571 // 2 is same keys, different values; not equal. 574 // 3 is different keys, same values; not equal. 577 // 4 extra pair; not equal [all …]
|
D | GPBDictionaryTests+String.m | 208 // 1/1Prime should be different objects, but equal. 214 // 2 is same keys, different values; not equal. 217 // 3 is different keys, same values; not equal. 220 // 4 extra pair; not equal 242 // Should be new object but equal. 264 // Should be new pointer, but equal objects. 565 // 1/1Prime should be different objects, but equal. 571 // 2 is same keys, different values; not equal. 574 // 3 is different keys, same values; not equal. 577 // 4 extra pair; not equal [all …]
|
D | GPBArrayTests.m | 203 //% // 1/1Prime should be different objects, but equal. 209 //% // 1/2/3 shouldn't be equal. 230 //% // Should be new object but equal. 247 //% // Should be new pointer, but equal objects. 536 // 1/1Prime should be different objects, but equal. 542 // 1/2/3 shouldn't be equal. 563 // Should be new object but equal. 580 // Should be new pointer, but equal objects. 869 // 1/1Prime should be different objects, but equal. 875 // 1/2/3 shouldn't be equal. [all …]
|
D | GPBDictionaryTests.pddm | 173 //% // 1/1Prime should be different objects, but equal. 179 //% // 2 is same keys, different ##VNAME##s; not equal. 182 //% // 3 is different keys, same ##VNAME##s; not equal. 185 //% // 4 extra pair; not equal 207 //% // Should be new object but equal. 229 //% // Should be new pointer, but equal objects. 470 //% // 1/1Prime should be different objects, but equal. 476 //% // 2 is same keys, different values; not equal. 479 //% // 3 is different keys, same values; not equal. 482 //% // 4 extra pair; not equal [all …]
|
/frameworks/base/tools/aapt2/ |
D | formats.md | 16 | `4` | `magic` | The magic bytes must equal `'AAPT'` or `0x54504141`. | 29 If the `entry_type` is equal to `RES_TABLE (0x00000000)`, the `data` field contains a serialized 32 If the `entry_type` is equal to `RES_FILE (0x00000001)`, the `data` field contains the following:
|
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
D | MockUtils.java | 47 return Objects.equal(((UserHandle) item).getIdentifier(), userId); in checkUserHandle() 63 return Objects.equal(((Intent) item).getComponent(), component); in checkIntentComponent() 79 return Objects.equal(((Intent) item).getAction(), action); in checkIntentAction()
|
/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 128 bool equal = in operator ==() local 149 if (!equal) { in operator ==() 154 equal = in operator ==() 157 if (!equal) { in operator ==()
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_cache.cpp | 87 bool equal = !strcmp(BC_EXT_STR, exts); in initialize() local 92 if (equal || atStart || atEnd || inMiddle) { in initialize()
|
/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/ |
D | Android.bp | 24 "-Wno-float-equal",
|
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | shared.rsh | 81 /* Max ULPs while still being considered "equal". Only used when this number 91 /* Check if two floats are essentially equal. Will fail with some values
|
/frameworks/rs/rsov/tests/RSoVTest/src/com/android/rs/rsov/test/ |
D | shared.rsh | 84 /* Max ULPs while still being considered "equal". Only used when this number 94 /* Check if two floats are essentially equal. Will fail with some values
|
/frameworks/native/services/surfaceflinger/layerproto/ |
D | Android.bp | 30 "-Wno-float-equal",
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | shared.rsh | 100 /* Max ULPs while still being considered "equal". Only used when this number 110 /* Check if two floats are essentially equal. Will fail with some values
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | shared.rsh | 102 /* Max ULPs while still being considered "equal". Only used when this number 112 /* Check if two floats are essentially equal. Will fail with some values
|
/frameworks/native/libs/math/tests/ |
D | vec_test.cpp | 194 EXPECT_TRUE(all(equal(v0, v0))); in TEST_F() 197 EXPECT_FALSE(any(equal(v0, v1))); in TEST_F()
|
/frameworks/ml/nn/runtime/ |
D | TypeManager.cpp | 51 bool equal(const Extension& a, const Extension& b) { in equal() function 228 } else if (!equal(extension, it->second)) { in registerExtension()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBUnknownFieldSet.m | 118 BOOL equal = NO; 122 equal = YES; 124 equal = CFEqual(fields_, set->fields_); 127 return equal;
|
/frameworks/native/vulkan/libvulkan/ |
D | Android.bp | 60 "-Wno-float-equal",
|
/frameworks/base/test-runner/src/android/test/ |
D | MoreAsserts.java | 68 if (equal(unexpected, actual)) { in assertNotEqual() 581 private static boolean equal(Object a, Object b) { in equal() method in MoreAsserts
|