Searched refs:unit (Results 1 - 20 of 20) sorted by relevance

/system/core/adf/libadf/tests/
H A DAndroid.mk20 LOCAL_MODULE := adf-unit-tests
/system/core/toolbox/
H A Ddf.c11 char unit = 'K'; local
18 unit = 'M';
23 unit = 'G';
27 printf("%4lld.%1lld%c", t/10, t%10, unit);
/system/vold/tests/
H A DAndroid.mk1 # Build the unit tests.
/system/core/gatekeeperd/tests/
H A DAndroid.mk20 LOCAL_MODULE := gatekeeperd-unit-tests
/system/core/libsync/tests/
H A DAndroid.mk21 LOCAL_MODULE := sync-unit-tests
/system/core/logd/tests/
H A DAndroid.mk45 # adb shell /data/nativetest/logd-unit-tests/logd-unit-tests
47 LOCAL_MODULE := $(test_module_prefix)unit-tests
/system/gatekeeper/tests/
H A DAndroid.mk20 LOCAL_MODULE := gatekeeper-unit-tests
/system/extras/perfprofd/tests/
H A DAndroid.mk1 # Build the unit tests.
7 # Static library with mockup utilities layer (called by unit test).
20 # Canned perf.data files needed by unit test.
/system/core/libion/tests/
H A DAndroid.mk20 LOCAL_MODULE := ion-unit-tests
/system/core/libnativebridge/tests/
H A DAndroid.mk1 # Build the unit tests.
8 # Build the unit tests.
/system/core/logcat/tests/
H A DAndroid.mk54 # adb shell /data/nativetest/logcat-unit-tests/logcat-unit-tests
56 LOCAL_MODULE := $(test_module_prefix)unit-tests
/system/media/camera/tests/
H A DAndroid.mk1 # Build the unit tests.
/system/media/audio_utils/tests/
H A DAndroid.mk1 # Build the unit tests for audio_utils
/system/core/liblog/tests/
H A DAndroid.mk75 # adb shell /data/nativetest/liblog-unit-tests/liblog-unit-tests
77 LOCAL_MODULE := $(test_module_prefix)unit-tests
/system/bt/doc/
H A Ddirectory_layout.md9 * test/ - All unit tests for the subsystem.
/system/bt/main/
H A DAndroid.mk158 # itself. This is to avoid issues with some of the unit/system tests
/system/bt/stack/avrc/
H A Davrc_api.c628 msg.unit.unit_type = (*p_data & AVRC_SUBTYPE_MASK) >> AVRC_SUBTYPE_SHIFT;
629 msg.unit.unit = *p_data & AVRC_SUBID_MASK;
631 AVRC_BE_STREAM_TO_CO_ID(msg.unit.company_id, p_data);
/system/bt/stack/include/
H A Dgatt_api.h241 UINT16 unit; /* as UUIUD defined by SIG */ member in struct:__anon1098
H A Davrc_defs.h95 #define AVRC_OP_UNIT_INFO 0x30 /* Report unit information */
773 UINT8 unit; /* This value is vendor dependent and typically zero. */ member in struct:__anon911
831 tAVRC_MSG_UNIT unit; /* UNIT INFO message. */ member in union:__anon916
/system/bt/bta/include/
H A Dbta_gatt_api.h155 UINT16 unit; /* as UUIUD defined by SIG */ member in struct:__anon349

Completed in 352 milliseconds