Searched refs:single (Results 1 – 25 of 54) sorted by relevance
123
/system/tools/hidl/lint/test/interfaces/unhandled_comments/1.0/ |
D | ISingleComment.hal | 19 // All single line comments are unhandled
|
/system/tools/aidl/ |
D | ast_cpp_unittest.cpp | 220 MethodCall single("single", "arg"); in TEST_F() local 221 CompareGeneratedCode(single, "single(arg)"); in TEST_F()
|
/system/bt/gd/docs/testing/ |
D | gtest.md | 19 All Gd unit test classes are compiled into a single binary 30 filegroup is then included in a single cc_test() target that produce a 31 single test binary 33 A single test binary simplifies the configuration effort needed for 60 * To run a single test case, use `<test_binary>:<test_class>#<test_method>`
|
/system/libufdt/tests/ |
D | README | 7 * gen_test.sh: The script to run a single test case.
|
/system/extras/tests/mmc_tracepoints/ |
D | README | 20 to a single line per event, which includes the duration of the event.
|
/system/media/camera/docs/ |
D | CameraMetadataKeys.mako | 28 ## Generate a single key and docs 77 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
|
D | ACameraMetadata.mako | 20 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
|
D | CameraMetadataEnums.mako | 58 % for outer_namespace in metadata.outer_namespaces: ## assumes single 'android' namespace
|
/system/bt/stack/avdt/ |
D | avdt_api.cc | 319 if ((p_evt->single.seid < AVDT_SEID_MIN) || in avdt_get_cap_req() 320 (p_evt->single.seid > AVDT_SEID_MAX)) { in avdt_get_cap_req() 321 AVDT_TRACE_ERROR("seid: %d", p_evt->single.seid); in avdt_get_cap_req() 386 getcap.single.seid = seid; in AVDT_GetCapReq() 388 getcap.single.sig_id = AVDT_SIG_GET_ALLCAP; in AVDT_GetCapReq() 390 getcap.single.sig_id = AVDT_SIG_GETCAP; in AVDT_GetCapReq()
|
D | avdt_scb_act.cc | 655 tAVDT_EVT_HDR single; in avdt_scb_hdl_setconfig_rsp() local 662 single.seid = p_scb->peer_seid; in avdt_scb_hdl_setconfig_rsp() 664 avdt_scb_evt.msg.single = single; in avdt_scb_hdl_setconfig_rsp()
|
D | avdt_msg.cc | 347 AVDT_MSG_BLD_SEID(*p, p_msg->single.seid); in avdt_msg_bld_single() 700 AVDT_MSG_PRS_SEID(p, p_msg->single.seid); in avdt_msg_prs_single() 702 if (avdt_scb_by_hdl(p_msg->single.seid) == NULL) { in avdt_msg_prs_single() 1675 scb_hdl = msg.single.seid; in avdt_msg_ind()
|
D | avdt_ccb_act.cc | 211 p_scb = avdt_scb_by_hdl(p_data->msg.single.seid); in avdt_ccb_hdl_getcap_cmd() 446 avdt_msg_send_cmd(p_ccb, NULL, sig_id, (tAVDT_MSG*)&p_data->getcap.single); in avdt_ccb_snd_getcap_cmd()
|
/system/tools/xsdc/tests/resources/simple_type/ |
D | simple_type.xsd | 46 <xs:element name="single-choice">
|
/system/core/fs_mgr/libfiemap/ |
D | README.md | 45 On these devices, a block device for an image will consist of a single 58 If an image was too large to store a single file on the underlying filesystem,
|
/system/bt/test/ |
D | README.md | 30 a single test:
|
/system/core/adb/ |
D | SERVICES.TXT | 70 A variant of host-serial used to target the single USB device connected 74 A variant of host-serial used to target the single emulator instance 79 interpreted as 'any single device or emulator connected to/running on 233 Note that there is no single-shot service to retrieve the list only once.
|
/system/extras/partition_tools/ |
D | README.md | 25 Example usage. This specifies a 10GB super partition for an A/B device, with a single 64MiB "cache"… 38 lpdump displays pretty-printed partition metadata. It accepts a single argument, which can be:
|
/system/core/liblog/ |
D | README.protocol.md | 72 single character priority, followed by a variable length null terminated string for the tag, and
|
/system/apex/shim/ |
D | README.md | 14 * `apex_payload.img` of the pre-installed shim apexcontains a single text
|
/system/security/keystore/ |
D | operation_config.proto | 23 // A single operation config
|
/system/netd/tests/benchmarks/ |
D | README.md | 37 This should be roughly inversely proportional to **real_time** for single-threaded
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/ |
D | flatbuffers_types.fbs | 88 * may be combined together into a single ScanRecord by adding up values to
|
/system/bt/service/doc/ |
D | IBluetooth.txt | 99 * false, if this device can only advertise a single instance.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | mls | 45 # the subject is trusted. Also, files should always be single-level.
|
/system/sepolicy/prebuilts/api/27.0/private/ |
D | mls | 45 # the subject is trusted. Also, files should always be single-level.
|
123