/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/core/adb/ |
D | SERVICES.TXT | 48 Ask to switch the connection to one device connected through USB 49 to the host machine. This will fail if there are more than one such 53 Ask to switch the connection to one emulator connected through TCP. 54 This will fail if there is more than one such emulator instance 60 Will fail if there is more than one such device/emulator available. 66 for information related to a specific device. <request> can be in one 71 to the host. This will fail if there is none or more than one. 75 running on the host. This will fail if there is none or more than one. 99 There, <host-prefix> can be one of the 103 the format of <local> is one of: [all …]
|
D | OVERVIEW.TXT | 23 to each one of them: OFFLINE, BOOTLOADER, RECOVERY or ONLINE (more on 26 The ADB server is really one giant multiplexing loop whose purpose is 50 and will start one automatically if none is found. 98 The server should answer a request with one of the following: 120 An ADB transport models a connection between the ADB server and one device 132 Each transport can carry one or more multiplexed streams between clients
|
/system/iorap/docs/binder/ |
D | TaskResult.dot | 26 // graph-easy does not support multiple state syntax {}, write one-by-one
|
/system/bt/osi/test/ |
D | config_test.cc | 85 std::string one = std::string("one"); in TEST_F() local 87 config_get_string(*config, CONFIG_DEFAULT_SECTION, "first_key", &one) in TEST_F() 89 config_get_string(*clone, CONFIG_DEFAULT_SECTION, "first_key", &one) in TEST_F()
|
/system/timezone/input_data/iana/ |
D | NOTICE | 2 this one) are in the public domain. The exceptions are date.c,
|
/system/timezone/input_tools/iana/ |
D | NOTICE | 2 this one) are in the public domain. The exceptions are date.c,
|
/system/timezone/testing/data/test2/output_data/iana/ |
D | NOTICE | 2 this one) are in the public domain. The exceptions are date.c,
|
/system/timezone/testing/data/test1/output_data/iana/ |
D | NOTICE | 2 this one) are in the public domain. The exceptions are date.c,
|
/system/timezone/output_data/iana/ |
D | NOTICE | 2 this one) are in the public domain. The exceptions are date.c,
|
/system/extras/simpleperf/ |
D | report_sample.proto | 40 // Simpleperf generates one sample whenever a specified amount of events happen 41 // while running a monitored thread. So each sample belongs to one event type. 43 // By using '-e' option, we can ask simpleperf to record samples for one or more
|
/system/tools/hidl/test/java_test/ |
D | hidl_test_java_native.cpp | 990 EXPECT_OK(safeunionInterface->newLargeSafeUnion([&](const LargeSafeUnion& one) { in TEST_F() argument 992 EXPECT_TRUE(one == two); in TEST_F() 993 EXPECT_FALSE(one != two); in TEST_F() 996 EXPECT_OK(safeunionInterface->setA(one, 1, [&](const LargeSafeUnion& one) { in TEST_F() argument 998 EXPECT_FALSE(one == two); in TEST_F() 999 EXPECT_TRUE(one != two); in TEST_F() 1004 EXPECT_FALSE(one == two); in TEST_F() 1005 EXPECT_TRUE(one != two); in TEST_F() 1011 EXPECT_FALSE(one == two); in TEST_F() 1012 EXPECT_TRUE(one != two); in TEST_F() [all …]
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 444 LargeSafeUnion one = safeunionInterface.newLargeSafeUnion(); in runClientSafeUnionTests() local 446 ExpectTrue(one.equals(two)); in runClientSafeUnionTests() 448 one = safeunionInterface.setA(one, (byte) 1); in runClientSafeUnionTests() 449 ExpectFalse(one.equals(two)); in runClientSafeUnionTests() 452 ExpectFalse(one.equals(two)); in runClientSafeUnionTests() 455 ExpectFalse(one.equals(two)); in runClientSafeUnionTests() 458 ExpectTrue(one.equals(two)); in runClientSafeUnionTests() 465 LargeSafeUnion one = safeunionInterface.newLargeSafeUnion(); in runClientSafeUnionTests() local 468 one = safeunionInterface.setI(one, testVectorA); in runClientSafeUnionTests() 470 ExpectFalse(one.equals(two)); in runClientSafeUnionTests() [all …]
|
/system/extras/boottime_tools/bootanalyze/ |
D | README.md | 14 To ensure correct adjustment of time, one has to include event in config that will
|
/system/bt/service/common/ |
D | README | 11 one common include path exported to them, and our headers can find eachother
|
/system/hardware/interfaces/net/netd/1.1/ |
D | INetd.hal | 28 * Either both, or one of the ifname and nexthop must be specified. 51 * Either both, or one of the ifname and nexthop must be specified. 106 * Enables forwarding between two interfaces, one of which must be in an
|
/system/sepolicy/prebuilts/api/28.0/private/ |
D | mls | 30 # Datagram send: Sender must be equivalent to the receiver unless one of them 35 # Stream connect: Client must be equivalent to server unless one of them 96 # Presently commented out, as apps are expected to call one another.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | mls | 30 # Datagram send: Sender must be equivalent to the receiver unless one of them 35 # Stream connect: Client must be equivalent to server unless one of them 96 # Presently commented out, as apps are expected to call one another.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | mls | 30 # Datagram send: Sender must be equivalent to the receiver unless one of them 35 # Stream connect: Client must be equivalent to server unless one of them 96 # Presently commented out, as apps are expected to call one another.
|
D | untrusted_app_all.te | 17 ### mac_permissions.xml and assign it one of the pre-existing seinfo values 82 # data stored in that directory to process them one by one.
|
/system/core/libunwindstack/tests/ |
D | MemoryTest.cpp | 48 int one; member
|
/system/sepolicy/ |
D | README | 27 BOARD_SEPOLICY_DIRS search path, then the first one found (at the 64 system.img. If one wishes to view it in a more human friendly format, 83 user, eng or userdebug. Additionally, one can specify "ALL" to map a path to 91 Often times, one will need to integrate an application that was signed by a separate
|
/system/bt/binder/ |
D | Android.bp | 12 /* TODO: Uncomment this files as they get converted one-by-one into native implementation
|
/system/netd/tests/benchmarks/ |
D | README.md | 46 (it's only possible to plot one other value apart from mean). 48 If the graphing ecosystem ever becomes advanced enough to plot multiple outputs from one
|
/system/media/audio_utils/tests/ |
D | statistics_tests.cpp | 197 static constexpr double one[] = { 1. }; in TEST() local 200 android::audio_utils::min(&one[0], &one[0])); in TEST() 203 android::audio_utils::max(&one[0], &one[0])); in TEST()
|