Searched refs:unit (Results 1 – 25 of 69) sorted by relevance
123
/system/memory/libdmabufheap/tests/ |
D | Android.bp | 22 name: "dmabufheap-unit-tests-default", 42 name: "dmabufheap-vts-unit-tests", 43 defaults: ["dmabufheap-unit-tests-default"], 44 test_config: "dmabufheap-vts-unit-tests.xml", 52 name: "dmabufheap-unit-tests", 53 defaults: ["dmabufheap-unit-tests-default"],
|
D | TEST_MAPPING | 4 "name": "dmabufheap-unit-tests"
|
/system/logging/logd/ |
D | Android.bp | 140 name: "logd-unit-test-defaults", 175 // adb shell /data/nativetest/logd-unit-tests/logd-unit-tests 177 name: "logd-unit-tests", 179 defaults: ["logd-unit-test-defaults"], 187 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 | 100 * adb shell /data/nativetest/storaged-unit-tests/storaged-unit-tests 103 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/bt/gd/ |
D | README.md | 19 use a unit test. 24 write a unit test as this not a good use of your time. Write a [cert test](./cert_test.md) instead
|
/system/logging/liblog/tests/ |
D | Android.bp | 86 // adb shell /data/nativetest/liblog-unit-tests/liblog-unit-tests 88 name: "liblog-unit-tests",
|
/system/apex/shim/build/ |
D | additional_file | 3 This file is used for unit testing CtsShimApex related logic in apexd.
|
/system/bt/ |
D | EventLogTags.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/logging/liblog/ |
D | event.logtags | 16 # (<name>|data type[|data unit]) 25 # The data unit is a number taken from the following list:
|
/system/bt/gd/docs/architecture/ |
D | style_guide.md | 44 * One build target for all unit tests (i.e. one cc_test) 84 * Header, source code, and unit test should live in the same directory with 104 * alarm_test.cc: unit test for alarm.h 114 * hci_hal_android_hidl_test.cc: unit tests for the Android HIDL 118 * hci_hal_host_test.cc: unit tests for the socket based HAL (root-canal) 141 * data_pipeline_manager_mock.h: Mock of this class, used in unit tests 144 * dynamic_channel_allocator_test.cc: GTest unit test of this class
|
/system/media/camera/tests/ |
D | Android.bp | 1 // Build the unit tests.
|
/system/memory/lmkd/ |
D | event.logtags | 16 # (<name>|data type[|data unit]) 25 # The data unit is a number taken from the following list:
|
/system/chre/doc/ |
D | framework_testing.md | 12 Currently, unit tests exist for various core components and utilities. Since 33 also PAL unit tests in the same directory. The unit tests are added to the
|
/system/extras/tests/timetest/ |
D | Android.bp | 13 name: "time-unit-tests",
|
/system/apex/apexer/ |
D | apexer_test.py | 133 def round_up(size, unit): argument 134 assert unit & (unit - 1) == 0 135 return (size + unit - 1) & (~(unit - 1))
|
/system/bt/audio_hearing_aid_hw/ |
D | Android.bp | 34 // Audio A2DP library unit tests for target and host
|
/system/bt/btif/ |
D | Android.bp | 141 // btif unit tests for target 197 // btif profile queue unit tests for target 220 // btif rc unit tests for target 256 // btif config cache unit tests for target
|
/system/bt/hci/ |
D | Android.bp | 61 // HCI unit tests for target 100 // HCI native unit tests for target
|
/system/core/libsync/ |
D | Android.bp | 57 name: "sync-unit-tests",
|
/system/bt/device/ |
D | Android.bp | 36 // Bluetooth device unit tests for target
|
/system/core/trusty/storage/tests/ |
D | Android.bp | 22 name: "secure-storage-unit-test",
|
123