Home
last modified time | relevance | path

Searched refs:two (Results 1 – 25 of 101) sorted by relevance

12345

/system/unwinding/libbacktrace/
Dbacktrace_testlib.cpp38 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/error_test/no_single_element_safe_union/1.0/
Drequired_error1 Safe union must contain at least two types to be useful
/system/tools/hidl/test/error_test/no_empty_safe_union/1.0/
Drequired_error1 Safe union must contain at least two types to be useful
/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp1149 EXPECT_OK(safeunionInterface->newLargeSafeUnion([&](const LargeSafeUnion& two) { in TEST_F() argument
1150 EXPECT_TRUE(one == two); in TEST_F()
1151 EXPECT_FALSE(one != two); in TEST_F()
1155 EXPECT_OK(safeunionInterface->newLargeSafeUnion([&](const LargeSafeUnion& two) { in TEST_F() argument
1156 EXPECT_FALSE(one == two); in TEST_F()
1157 EXPECT_TRUE(one != two); in TEST_F()
1160 EXPECT_OK(safeunionInterface->newLargeSafeUnion([&](const LargeSafeUnion& two) { in TEST_F() argument
1161 EXPECT_OK(safeunionInterface->setB(two, 1, [&](const LargeSafeUnion& two) { in TEST_F() argument
1162 EXPECT_FALSE(one == two); in TEST_F()
1163 EXPECT_TRUE(one != two); in TEST_F()
[all …]
/system/core/fs_mgr/libsnapshot/
DPowerTest.md8two large files that will be used as the pre-merge and post-merge state. You can take two differen…
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java499 LargeSafeUnion two = safeunionInterface.newLargeSafeUnion(); in runClientSafeUnionTests() local
500 ExpectTrue(one.equals(two)); in runClientSafeUnionTests()
503 ExpectFalse(one.equals(two)); in runClientSafeUnionTests()
505 two = safeunionInterface.setB(two, (byte) 1); in runClientSafeUnionTests()
506 ExpectFalse(one.equals(two)); in runClientSafeUnionTests()
508 two = safeunionInterface.setA(two, (byte) 2); in runClientSafeUnionTests()
509 ExpectFalse(one.equals(two)); in runClientSafeUnionTests()
511 two = safeunionInterface.setA(two, (byte) 1); in runClientSafeUnionTests()
512 ExpectTrue(one.equals(two)); in runClientSafeUnionTests()
520 LargeSafeUnion two = safeunionInterface.newLargeSafeUnion(); in runClientSafeUnionTests() local
[all …]
/system/tools/aidl/tests/lazy_test/
DREADME4 This test can be run in one of two ways:
73 Only two lines are required in this file.
78 The first two lines establish types for aidl_lazy_test_server and aidl_lazy_test_server_exec.
/system/sepolicy/prebuilts/api/28.0/public/
Dbufferhubd.te18 # those two: it talks to mediacodec via Binder and talks to bufferhubd via PDX.
/system/sepolicy/prebuilts/api/26.0/public/
Dbufferhubd.te18 # those two: it talks to mediacodec via Binder and talks to bufferhubd via PDX.
/system/sepolicy/prebuilts/api/27.0/public/
Dbufferhubd.te18 # those two: it talks to mediacodec via Binder and talks to bufferhubd via PDX.
/system/sepolicy/prebuilts/api/29.0/public/
Dbufferhubd.te19 # those two: it talks to hal_omx_server via Binder and talks to bufferhubd via PDX.
Dhal_omx.te17 # between those two: it talks to hal_omx_server via Binder and talks to bufferhubd
/system/sepolicy/public/
Dbufferhubd.te19 # those two: it talks to hal_omx_server via Binder and talks to bufferhubd via PDX.
Dhal_omx.te17 # between those two: it talks to hal_omx_server via Binder and talks to bufferhubd
/system/sepolicy/prebuilts/api/31.0/public/
Dbufferhubd.te19 # those two: it talks to hal_omx_server via Binder and talks to bufferhubd via PDX.
Dhal_omx.te17 # between those two: it talks to hal_omx_server via Binder and talks to bufferhubd
/system/sepolicy/prebuilts/api/30.0/public/
Dbufferhubd.te19 # those two: it talks to hal_omx_server via Binder and talks to bufferhubd via PDX.
/system/timezone/input_tools/android/tzids/src/main/proto/
Dtz_ids_proto.proto47 // before some point in time. After that point in time, the two zones have been judged as
49 // 1974, so the two can be considered equivalent today, but not for dates before that.
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp2446 EXPECT_OK(safeunionInterface->newLargeSafeUnion([&](const LargeSafeUnion& two) { in TEST_F() argument
2447 EXPECT_TRUE(one == two); in TEST_F()
2448 EXPECT_FALSE(one != two); in TEST_F()
2452 EXPECT_OK(safeunionInterface->newLargeSafeUnion([&](const LargeSafeUnion& two) { in TEST_F() argument
2453 EXPECT_FALSE(one == two); in TEST_F()
2454 EXPECT_TRUE(one != two); in TEST_F()
2457 EXPECT_OK(safeunionInterface->newLargeSafeUnion([&](const LargeSafeUnion& two) { in TEST_F() argument
2458 EXPECT_OK(safeunionInterface->setB(two, 1, [&](const LargeSafeUnion& two) { in TEST_F() argument
2459 EXPECT_FALSE(one == two); in TEST_F()
2460 EXPECT_TRUE(one != two); in TEST_F()
[all …]
/system/libhidl/
Dtest_main.cpp552 hidl_string two = "2"; in TEST_F() local
555 EXPECT_EQ(one, Return<hidl_string>(one).withDefault(two)); in TEST_F()
556 EXPECT_EQ(two, ret.withDefault(two)); in TEST_F()
558 hidl_string&& moved = ret.withDefault(std::move(two)); in TEST_F()
/system/unwinding/libunwindstack/tests/
DMemoryTest.cpp49 bool two; member
/system/timezone/distro/core/src/test/com/android/timezone/distro/
DFileUtilsTest.java144 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/chre/doc/
Dnanoapp_clients.md6 as the *client* of the nanoapp. There are two ways to interact with nanoapps
48 `createClient()` API supports two modes of operation, which define how events
/system/bt/gd/packet/parser/test/
Dtest_packets.pdl180 two : TwoRelatedNumbers,
402 two : 16,
/system/hardware/interfaces/net/netd/1.1/
DINetd.hal106 * Enables forwarding between two interfaces, one of which must be in an
112 * two interfaces.

12345