Searched refs:unit (Results 1 – 25 of 62) sorted by relevance
123
/system/core/logd/ |
D | Android.bp | 129 name: "logd-unit-test-defaults", 160 // adb shell /data/nativetest/logd-unit-tests/logd-unit-tests 162 name: "logd-unit-tests", 164 defaults: ["logd-unit-test-defaults"], 169 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/core/logcat/tests/ |
D | Android.bp | 47 // adb shell /data/nativetest/logcat-unit-tests/logcat-unit-tests 49 name: "logcat-unit-tests",
|
/system/core/storaged/ |
D | Android.bp | 96 * adb shell /data/nativetest/storaged-unit-tests/storaged-unit-tests 99 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/core/liblog/tests/ |
D | Android.bp | 79 // adb shell /data/nativetest/liblog-unit-tests/liblog-unit-tests 81 name: "liblog-unit-tests",
|
/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/apex/shim/build/ |
D | additional_file | 3 This file is used for unit testing CtsShimApex related logic in apexd.
|
/system/media/camera/tests/ |
D | Android.bp | 1 // Build the unit tests.
|
/system/bt/ |
D | EventLogTags.logtags | 16 # (<name>|data type[|data unit]) 25 # The data unit is a number taken from the following list:
|
/system/extras/tests/timetest/ |
D | Android.bp | 4 name: "time-unit-tests",
|
/system/apex/apexer/ |
D | apexer_test.py | 132 def round_up(size, unit): argument 133 assert unit & (unit - 1) == 0 134 return (size + unit - 1) & (~(unit - 1))
|
/system/core/liblog/ |
D | event.logtags | 16 # (<name>|data type[|data unit]) 25 # The data unit is a number taken from the following list:
|
/system/bt/btif/ |
D | Android.bp | 122 // btif unit tests for target 174 // btif profile queue unit tests for target 197 // btif rc unit tests for target 230 // btif config cache unit tests for target
|
/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_rootcanal_test.cc: unit tests for the root-canal emulator 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/memory/lmkd/ |
D | event.logtags | 16 # (<name>|data type[|data unit]) 25 # The data unit is a number taken from the following list:
|
/system/bt/device/ |
D | Android.bp | 27 // Bluetooth device unit tests for target
|
/system/bt/audio_a2dp_hw/ |
D | Android.bp | 36 // Audio A2DP library unit tests for target and host
|
/system/core/libsync/ |
D | Android.bp | 43 name: "sync-unit-tests",
|
/system/bt/audio_hearing_aid_hw/ |
D | Android.bp | 35 // Audio A2DP library unit tests for target and host
|
/system/core/deprecated-adf/libadf/tests/ |
D | Android.bp | 18 name: "adf-unit-tests",
|
/system/extras/tests/kernel.config/ |
D | Android.mk | 33 LOCAL_MODULE := kernel-config-unit-tests
|
/system/bt/audio_hal_interface/ |
D | Android.bp | 33 // Bluetooth Audio client interface library unit tests for target and host
|
/system/bt/btcore/ |
D | Android.bp | 29 // libbtcore unit tests for target and host
|
/system/core/trusty/storage/tests/ |
D | Android.bp | 18 name: "secure-storage-unit-test",
|
123