Searched refs:unit (Results 1 – 25 of 58) sorted by relevance
123
/system/core/logd/tests/ |
D | Android.bp | 22 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/ |
D | Android.bp | 47 // adb shell /data/nativetest/logcat-unit-tests/logcat-unit-tests 49 name: "logcat-unit-tests",
|
/system/core/liblog/tests/ |
D | Android.bp | 74 // adb shell /data/nativetest/liblog-unit-tests/liblog-unit-tests 76 name: "liblog-unit-tests",
|
/system/core/storaged/ |
D | Android.bp | 98 * adb shell /data/nativetest/storaged-unit-tests/storaged-unit-tests 101 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/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/core/liblog/ |
D | event.logtags | 16 # (<name>|data type[|data unit]) 25 # The data unit is a number taken from the following list:
|
/system/core/logd/ |
D | event.logtags | 16 # (<name>|data type[|data unit]) 25 # The data unit is a number taken from the following list:
|
/system/core/lmkd/ |
D | event.logtags | 16 # (<name>|data type[|data unit]) 25 # The data unit is a number taken from the following list:
|
/system/apex/apexer/ |
D | apexer.py | 125 def RoundUp(size, unit): argument 126 assert unit & (unit - 1) == 0 127 return (size + unit - 1) & (~(unit - 1))
|
/system/netd/resolv/ |
D | README.md | 42 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/ |
D | Android.bp | 36 name: "sync-unit-tests",
|
/system/extras/perfprofd/tests/ |
D | Android.bp | 1 // Build the unit tests.
|
/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/bt/audio_hearing_aid_hw/ |
D | Android.bp | 35 // Audio A2DP library unit tests for target and host
|
/system/bt/audio_hal_interface/ |
D | Android.bp | 33 // Bluetooth Audio client interface library unit tests for target and host
|
/system/extras/tests/kernel.config/ |
D | Android.mk | 33 LOCAL_MODULE := kernel-config-unit-tests
|
/system/core/deprecated-adf/libadf/tests/ |
D | Android.bp | 18 name: "adf-unit-tests",
|
/system/bt/btcore/ |
D | Android.bp | 29 // libbtcore unit tests for target and host
|
/system/gatekeeper/tests/ |
D | Android.bp | 18 name: "gatekeeper-unit-tests",
|
/system/core/libion/tests/ |
D | Android.bp | 18 name: "ion-unit-tests",
|
123