Home
last modified time | relevance | path

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

123

/system/core/logd/tests/
DAndroid.bp22 name: "logd-unit-test-defaults",
47 // adb shell /data/nativetest/logd-unit-tests/logd-unit-tests
49 name: "logd-unit-tests",
50 defaults: ["logd-unit-test-defaults"],
55 defaults: ["logd-unit-test-defaults"],
/system/core/logcat/tests/
DAndroid.bp47 // adb shell /data/nativetest/logcat-unit-tests/logcat-unit-tests
49 name: "logcat-unit-tests",
/system/core/liblog/tests/
DAndroid.bp74 // adb shell /data/nativetest/liblog-unit-tests/liblog-unit-tests
76 name: "liblog-unit-tests",
/system/core/storaged/
DAndroid.bp98 * adb shell /data/nativetest/storaged-unit-tests/storaged-unit-tests
101 name: "storaged-unit-tests",
DEventLogTags.logtags16 # (<name>|data type[|data unit])
26 # The data unit is a number taken from the following list:
/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/core/liblog/
Devent.logtags16 # (<name>|data type[|data unit])
25 # The data unit is a number taken from the following list:
/system/core/logd/
Devent.logtags16 # (<name>|data type[|data unit])
25 # The data unit is a number taken from the following list:
/system/core/lmkd/
Devent.logtags16 # (<name>|data type[|data unit])
25 # The data unit is a number taken from the following list:
/system/apex/apexer/
Dapexer.py125 def RoundUp(size, unit): argument
126 assert unit & (unit - 1) == 0
127 return (size + unit - 1) & (~(unit - 1))
/system/netd/resolv/
DREADME.md42 annotations) to minimize the likelihood of a latent threading bug. The unit tests are
114 For unit testing, we would like to be able to mock out `DnsTlsSocket`. This is
115 particularly required for unit testing of `DnsTlsDispatcher` and `DnsTlsTransport`.
116 To make these unit tests possible, this code uses a dependency injection pattern:
121 which in production is a `DnsTlsSocketFactory`. However, in unit tests, we can
122 substitute a test factory that returns a fake socket, so that the unit tests can
/system/core/libsync/
DAndroid.bp36 name: "sync-unit-tests",
/system/extras/perfprofd/tests/
DAndroid.bp1 // Build the unit tests.
/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/bt/audio_hearing_aid_hw/
DAndroid.bp35 // Audio A2DP library unit tests for target and host
/system/bt/audio_hal_interface/
DAndroid.bp33 // Bluetooth Audio client interface library unit tests for target and host
/system/extras/tests/kernel.config/
DAndroid.mk33 LOCAL_MODULE := kernel-config-unit-tests
/system/core/deprecated-adf/libadf/tests/
DAndroid.bp18 name: "adf-unit-tests",
/system/bt/btcore/
DAndroid.bp29 // libbtcore unit tests for target and host
/system/gatekeeper/tests/
DAndroid.bp18 name: "gatekeeper-unit-tests",
/system/core/libion/tests/
DAndroid.bp18 name: "ion-unit-tests",

123