Searched refs:single (Results 1 – 25 of 41) sorted by relevance
12
/system/tools/aidl/ |
D | ast_cpp_unittest.cpp | 204 MethodCall single("single", "arg"); in TEST_F() local 205 CompareGeneratedCode(single, "single(arg)"); in TEST_F()
|
/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 | 312 if ((p_evt->single.seid < AVDT_SEID_MIN) || in avdt_get_cap_req() 313 (p_evt->single.seid > AVDT_SEID_MAX)) { in avdt_get_cap_req() 314 AVDT_TRACE_ERROR("seid: %d", p_evt->single.seid); in avdt_get_cap_req() 377 getcap.single.seid = seid; in AVDT_GetCapReq() 379 getcap.single.sig_id = AVDT_SIG_GET_ALLCAP; in AVDT_GetCapReq() 381 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() 1663 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/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/tools/xsdc/tests/resources/simple_type/ |
D | simple_type.xsd | 45 <xs:element name="single-choice">
|
/system/bt/test/ |
D | README.md | 30 a single test:
|
/system/netd/resolv/ |
D | README.md | 28 `DnsTlsSocket` interleaves all queries onto a single socket, and reports all 63 (There can only be a single thread because [you can't use different threads 69 a single socket. To avoid confusion at the server, `DnsTlsQueryMap` assigns each
|
/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/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/extras/perfprofd/ |
D | perf_profile.proto | 35 // If "end" and "to" is not provided, "start" represents a single instruction.
|
/system/bt/service/doc/ |
D | IBluetooth.txt | 99 * false, if this device can only advertise a single instance.
|
/system/sepolicy/prebuilts/api/28.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.
|
/system/sepolicy/prebuilts/api/26.0/private/ |
D | mls | 45 # the subject is trusted. Also, files should always be single-level.
|
/system/core/fastboot/ |
D | README.md | 27 1. Host sends a command, which is an ascii string in a single 30 2. Client response with a single packet no greater than 64 bytes. 56 4. Client responds with a single packet no greater than 64 bytes. 135 a single packet starting with "OKAY". Clients
|
12