Home
last modified time | relevance | path

Searched refs:unit (Results 1 – 25 of 49) sorted by relevance

12

/system/memory/libdmabufheap/tests/
DAndroid.bp22 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"],
DTEST_MAPPING4 "name": "dmabufheap-unit-tests"
9 "name": "dmabufheap-unit-tests"
/system/chre/java/test/utils/src/com/google/android/utils/chre/
DContextHubBroadcastReceiver.java70 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()
DContextHubServiceTestHelper.java232 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/
DAndroid.bp19 // 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/
DAndroid.bp169 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"],
Devent.logtags16 # (<name>|data type[|data unit])
25 # The data unit is a number taken from the following list:
/system/logging/logcat/tests/
DAndroid.bp54 // adb shell /data/nativetest/logcat-unit-tests/logcat-unit-tests
56 name: "logcat-unit-tests",
/system/core/storaged/
DAndroid.bp106 * adb shell /data/nativetest/storaged-unit-tests/storaged-unit-tests
109 name: "storaged-unit-tests",
DEventLogTags.logtags16 # (<name>|data type[|data unit])
26 # The data unit is a number taken from the following list:
/system/logging/liblog/tests/
DAndroid.bp101 // adb shell /data/nativetest/liblog-unit-tests/liblog-unit-tests
103 name: "liblog-unit-tests",
/system/server_configurable_flags/aconfigd/
DTEST_MAPPING4 // aconfigd unit tests
/system/apex/shim/build/
Dadditional_file3 This file is used for unit testing CtsShimApex related logic in apexd.
/system/update_engine/scripts/
Dupdate_device.py353 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/
Devent.logtags16 # (<name>|data type[|data unit])
25 # The data unit is a number taken from the following list:
/system/libbase/
Dparsenetaddress_fuzzer.dict1 # Values from the parsenetaddress_test.cpp unit test
/system/memory/lmkd/
Devent.logtags16 # (<name>|data type[|data unit])
26 # The data unit is a number taken from the following list:
/system/chre/doc/
Dframework_testing.md14 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/
DAndroid.bp1 // Build the unit tests.
/system/extras/tests/timetest/
DAndroid.bp14 name: "time-unit-tests",
/system/apex/apexer/
Dapexer_test.py129 def round_up(size, unit): argument
130 assert unit & (unit - 1) == 0
131 return (size + unit - 1) & (~(unit - 1))
/system/core/libsync/
DAndroid.bp60 name: "sync-unit-tests",
/system/gatekeeper/tests/
DAndroid.bp22 name: "gatekeeper-unit-tests",
/system/core/trusty/storage/tests/
DAndroid.bp22 name: "secure-storage-unit-test",
/system/memory/libion/tests/
DAndroid.bp22 name: "ion-unit-tests",

12