/system/core/libbacktrace/ |
D | backtrace_testlib.cpp | 38 int test_level_four(int one, int two, int three, int four, void (*callback_func)(void*), in test_level_four() argument 46 return one + two + three + four; in test_level_four() 49 int test_level_three(int one, int two, int three, int four, void (*callback_func)(void*), in test_level_three() argument 51 return test_level_four(one + 3, two + 6, three + 9, four + 12, callback_func, data) + 3; in test_level_three() 54 int test_level_two(int one, int two, int three, int four, void (*callback_func)(void*), void* data)… in test_level_two() argument 55 return test_level_three(one + 2, two + 4, three + 6, four + 8, callback_func, data) + 2; in test_level_two() 58 int test_level_one(int one, int two, int three, int four, void (*callback_func)(void*), void* data)… in test_level_one() argument 59 return test_level_two(one + 1, two + 2, three + 3, four + 4, callback_func, data) + 1; in test_level_one()
|
/system/tools/hidl/test/java_test/ |
D | hidl_test_java_native.cpp | 991 EXPECT_OK(safeunionInterface->newLargeSafeUnion([&](const LargeSafeUnion& two) { in TEST_F() argument 992 EXPECT_TRUE(one == two); in TEST_F() 993 EXPECT_FALSE(one != two); in TEST_F() 997 EXPECT_OK(safeunionInterface->newLargeSafeUnion([&](const LargeSafeUnion& two) { in TEST_F() argument 998 EXPECT_FALSE(one == two); in TEST_F() 999 EXPECT_TRUE(one != two); in TEST_F() 1002 EXPECT_OK(safeunionInterface->newLargeSafeUnion([&](const LargeSafeUnion& two) { in TEST_F() argument 1003 EXPECT_OK(safeunionInterface->setB(two, 1, [&](const LargeSafeUnion& two) { in TEST_F() argument 1004 EXPECT_FALSE(one == two); in TEST_F() 1005 EXPECT_TRUE(one != two); in TEST_F() [all …]
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 445 LargeSafeUnion two = safeunionInterface.newLargeSafeUnion(); in runClientSafeUnionTests() local 446 ExpectTrue(one.equals(two)); in runClientSafeUnionTests() 449 ExpectFalse(one.equals(two)); in runClientSafeUnionTests() 451 two = safeunionInterface.setB(two, (byte) 1); in runClientSafeUnionTests() 452 ExpectFalse(one.equals(two)); in runClientSafeUnionTests() 454 two = safeunionInterface.setA(two, (byte) 2); in runClientSafeUnionTests() 455 ExpectFalse(one.equals(two)); in runClientSafeUnionTests() 457 two = safeunionInterface.setA(two, (byte) 1); in runClientSafeUnionTests() 458 ExpectTrue(one.equals(two)); in runClientSafeUnionTests() 466 LargeSafeUnion two = safeunionInterface.newLargeSafeUnion(); in runClientSafeUnionTests() local [all …]
|
/system/tools/hidl/test/error_test/no_single_element_safe_union/1.0/ |
D | required_error | 1 Safe union must contain at least two types to be useful
|
/system/tools/hidl/test/error_test/no_empty_safe_union/1.0/ |
D | required_error | 1 Safe union must contain at least two types to be useful
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | bufferhubd.te | 18 # those two: it talks to mediacodec via Binder and talks to bufferhubd via PDX.
|
D | mediacodec.te | 45 # between those two: it talks to mediacodec via Binder and talks to bufferhubd
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | bufferhubd.te | 18 # those two: it talks to mediacodec via Binder and talks to bufferhubd via PDX.
|
D | mediacodec.te | 48 # between those two: it talks to mediacodec via Binder and talks to bufferhubd
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | bufferhubd.te | 18 # those two: it talks to mediacodec via Binder and talks to bufferhubd via PDX.
|
/system/core/libunwindstack/tests/ |
D | MemoryTest.cpp | 49 bool two; member
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | bufferhubd.te | 19 # those two: it talks to hal_omx_server via Binder and talks to bufferhubd via PDX.
|
D | hal_omx.te | 17 # between those two: it talks to hal_omx_server via Binder and talks to bufferhubd
|
/system/sepolicy/public/ |
D | bufferhubd.te | 19 # those two: it talks to hal_omx_server via Binder and talks to bufferhubd via PDX.
|
D | hal_omx.te | 17 # between those two: it talks to hal_omx_server via Binder and talks to bufferhubd
|
/system/libhidl/ |
D | test_main.cpp | 443 hidl_string two = "2"; in TEST_F() local 446 EXPECT_EQ(one, Return<hidl_string>(one).withDefault(two)); in TEST_F() 447 EXPECT_EQ(two, ret.withDefault(two)); in TEST_F() 449 hidl_string&& moved = ret.withDefault(std::move(two)); in TEST_F()
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 2440 EXPECT_OK(safeunionInterface->newLargeSafeUnion([&](const LargeSafeUnion& two) { in TEST_F() argument 2441 EXPECT_TRUE(one == two); in TEST_F() 2442 EXPECT_FALSE(one != two); in TEST_F() 2446 EXPECT_OK(safeunionInterface->newLargeSafeUnion([&](const LargeSafeUnion& two) { in TEST_F() argument 2447 EXPECT_FALSE(one == two); in TEST_F() 2448 EXPECT_TRUE(one != two); in TEST_F() 2451 EXPECT_OK(safeunionInterface->newLargeSafeUnion([&](const LargeSafeUnion& two) { in TEST_F() argument 2452 EXPECT_OK(safeunionInterface->setB(two, 1, [&](const LargeSafeUnion& two) { in TEST_F() argument 2453 EXPECT_FALSE(one == two); in TEST_F() 2454 EXPECT_TRUE(one != two); in TEST_F() [all …]
|
/system/timezone/distro/core/src/test/com/android/timezone/distro/ |
D | FileUtilsTest.java | 144 File two = new File(one, "two"); in testEnsureDirectoryExists() local 145 File three = new File(two, "three"); in testEnsureDirectoryExists() 148 assertDirExistsAndIsAccessible(two, true /* requireWorldReadable */); in testEnsureDirectoryExists()
|
/system/hardware/interfaces/net/netd/1.1/ |
D | INetd.hal | 106 * Enables forwarding between two interfaces, one of which must be in an 112 * two interfaces.
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | security_classes | 101 # These two were previously mapped to rawip_socket.
|
/system/sepolicy/reqd_mask/ |
D | security_classes | 104 # These two were previously mapped to rawip_socket.
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | security_classes | 104 # These two were previously mapped to rawip_socket.
|
/system/sepolicy/private/ |
D | security_classes | 104 # These two were previously mapped to rawip_socket.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | security_classes | 100 # These two were previously mapped to rawip_socket.
|
/system/extras/ANRdaemon/ |
D | README | 27 whole 20secs (because from systrace's view, the two 20 sec apart sched trace
|