Home
last modified time | relevance | path

Searched defs:extract_name (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/build/make/tools/
H A Dgenerate-self-extracting-archive.py95 def _generate_extract_command(start, size, extract_name): argument
/aosp_15_r20/external/cronet/net/websockets/
H A Dwebsocket_extension.cc50 auto extract_name = [](const Parameter& param) { return param.name(); }; in Equivalent() local
/aosp_15_r20/external/webrtc/modules/audio_processing/test/py_quality_assessment/quality_assessment/
H A Dcollect_data.py112 extract_name = lambda index, reg_expr: (reg_expr.match(fields[index]). function
/aosp_15_r20/external/pytorch/functorch/dim/
H A Ddim.py69 def extract_name(inst): function
/aosp_15_r20/packages/modules/Bluetooth/system/gd/rust/linux/utils/src/
Dadv_parser.rs93 pub fn extract_name(bytes: &[u8]) -> String { in extract_name() function
/aosp_15_r20/external/dnsmasq/src/
H A Drfc1035.c29 static int extract_name(HEADER* header, size_t plen, unsigned char** pp, char* name, int isExtract, in extract_name() function