/system/memory/libdmabufheap/tests/ |
D | Android.bp | 22 name: "dmabufheap-unit-tests-default", 41 name: "dmabufheap-vts-unit-tests", 42 defaults: ["dmabufheap-unit-tests-default"], 43 test_config: "dmabufheap-vts-unit-tests.xml", 51 name: "dmabufheap-unit-tests", 52 defaults: ["dmabufheap-unit-tests-default"],
|
D | TEST_MAPPING | 4 "name": "dmabufheap-unit-tests" 9 "name": "dmabufheap-unit-tests"
|
/system/chre/java/test/utils/src/com/google/android/utils/chre/ |
D | ContextHubBroadcastReceiver.java | 70 TimeUnit unit, in pollIntentEvent() argument 76 event = sQueue.poll(timeout, unit); in pollIntentEvent() 115 public static void assertNoIntentEventReceived(long timeout, TimeUnit unit) { in assertNoIntentEventReceived() argument 118 event = sQueue.poll(timeout, unit); in assertNoIntentEventReceived()
|
D | ContextHubServiceTestHelper.java | 232 TimeUnit unit) { in assertTransactionSuccessSync() argument 238 response = transaction.waitForResponse(timeout, unit); in assertTransactionSuccessSync() 254 public void runConcurrentTasks(List<Runnable> tasks, long timeout, TimeUnit unit) in runConcurrentTasks() argument 261 boolean unused = executorService.awaitTermination(timeout, unit); in runConcurrentTasks()
|
/system/extras/libatrace_rust/ |
D | Android.bp | 19 // Host support is for unit tests. 53 // Host support is for unit tests. 85 // Host support is for unit tests. 101 // Host support is for unit tests.
|
/system/logging/logd/ |
D | Android.bp | 169 name: "logd-unit-test-defaults", 207 // adb shell /data/nativetest/logd-unit-tests/logd-unit-tests 209 name: "logd-unit-tests", 211 defaults: ["logd-unit-test-defaults"], 219 defaults: ["logd-unit-test-defaults"],
|
D | event.logtags | 16 # (<name>|data type[|data unit]) 25 # The data unit is a number taken from the following list:
|
/system/logging/logcat/tests/ |
D | Android.bp | 54 // adb shell /data/nativetest/logcat-unit-tests/logcat-unit-tests 56 name: "logcat-unit-tests",
|
/system/core/storaged/ |
D | Android.bp | 106 * adb shell /data/nativetest/storaged-unit-tests/storaged-unit-tests 109 name: "storaged-unit-tests",
|
D | EventLogTags.logtags | 16 # (<name>|data type[|data unit]) 26 # The data unit is a number taken from the following list:
|
/system/logging/liblog/tests/ |
D | Android.bp | 101 // adb shell /data/nativetest/liblog-unit-tests/liblog-unit-tests 103 name: "liblog-unit-tests",
|
/system/server_configurable_flags/aconfigd/ |
D | TEST_MAPPING | 4 // aconfigd unit tests
|
/system/apex/shim/build/ |
D | additional_file | 3 This file is used for unit testing CtsShimApex related logic in apexd.
|
/system/update_engine/scripts/ |
D | update_device.py | 353 unit = 1 356 unit = 1024 358 unit = 1024 * 1024 360 unit = 1024 * 1024 * 1024 362 unit = 1024 * 1024 * 1024 * 1024 366 return int(float(arg[:-1]) * unit)
|
/system/logging/liblog/ |
D | event.logtags | 16 # (<name>|data type[|data unit]) 25 # The data unit is a number taken from the following list:
|
/system/libbase/ |
D | parsenetaddress_fuzzer.dict | 1 # Values from the parsenetaddress_test.cpp unit test
|
/system/memory/lmkd/ |
D | event.logtags | 16 # (<name>|data type[|data unit]) 26 # The data unit is a number taken from the following list:
|
/system/chre/doc/ |
D | framework_testing.md | 14 Currently, unit tests exist for various core components and utilities capable 27 ### On-device unit tests 34 modifications to on-host unit tests to run on-device are easier. 106 also PAL unit tests in the same directory. The unit tests are added to the
|
/system/media/camera/tests/ |
D | Android.bp | 1 // Build the unit tests.
|
/system/extras/tests/timetest/ |
D | Android.bp | 14 name: "time-unit-tests",
|
/system/apex/apexer/ |
D | apexer_test.py | 129 def round_up(size, unit): argument 130 assert unit & (unit - 1) == 0 131 return (size + unit - 1) & (~(unit - 1))
|
/system/core/libsync/ |
D | Android.bp | 60 name: "sync-unit-tests",
|
/system/gatekeeper/tests/ |
D | Android.bp | 22 name: "gatekeeper-unit-tests",
|
/system/core/trusty/storage/tests/ |
D | Android.bp | 22 name: "secure-storage-unit-test",
|
/system/memory/libion/tests/ |
D | Android.bp | 22 name: "ion-unit-tests",
|