Home
last modified time | relevance | path

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

123

/system/core/logd/
DAndroid.bp129 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"],
Devent.logtags16 # (<name>|data type[|data unit])
25 # The data unit is a number taken from the following list:
/system/core/logcat/tests/
DAndroid.bp47 // adb shell /data/nativetest/logcat-unit-tests/logcat-unit-tests
49 name: "logcat-unit-tests",
/system/core/storaged/
DAndroid.bp96 * adb shell /data/nativetest/storaged-unit-tests/storaged-unit-tests
99 name: "storaged-unit-tests",
DEventLogTags.logtags16 # (<name>|data type[|data unit])
26 # The data unit is a number taken from the following list:
/system/core/liblog/tests/
DAndroid.bp79 // adb shell /data/nativetest/liblog-unit-tests/liblog-unit-tests
81 name: "liblog-unit-tests",
/system/bt/gd/
DREADME.md19 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/
Dadditional_file3 This file is used for unit testing CtsShimApex related logic in apexd.
/system/media/camera/tests/
DAndroid.bp1 // Build the unit tests.
/system/bt/
DEventLogTags.logtags16 # (<name>|data type[|data unit])
25 # The data unit is a number taken from the following list:
/system/extras/tests/timetest/
DAndroid.bp4 name: "time-unit-tests",
/system/apex/apexer/
Dapexer_test.py132 def round_up(size, unit): argument
133 assert unit & (unit - 1) == 0
134 return (size + unit - 1) & (~(unit - 1))
/system/core/liblog/
Devent.logtags16 # (<name>|data type[|data unit])
25 # The data unit is a number taken from the following list:
/system/bt/btif/
DAndroid.bp122 // 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/
Dstyle_guide.md44 * 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/
Devent.logtags16 # (<name>|data type[|data unit])
25 # The data unit is a number taken from the following list:
/system/bt/device/
DAndroid.bp27 // Bluetooth device unit tests for target
/system/bt/audio_a2dp_hw/
DAndroid.bp36 // Audio A2DP library unit tests for target and host
/system/core/libsync/
DAndroid.bp43 name: "sync-unit-tests",
/system/bt/audio_hearing_aid_hw/
DAndroid.bp35 // Audio A2DP library unit tests for target and host
/system/core/deprecated-adf/libadf/tests/
DAndroid.bp18 name: "adf-unit-tests",
/system/extras/tests/kernel.config/
DAndroid.mk33 LOCAL_MODULE := kernel-config-unit-tests
/system/bt/audio_hal_interface/
DAndroid.bp33 // Bluetooth Audio client interface library unit tests for target and host
/system/bt/btcore/
DAndroid.bp29 // libbtcore unit tests for target and host
/system/core/trusty/storage/tests/
DAndroid.bp18 name: "secure-storage-unit-test",

123