Home
last modified time | relevance | path

Searched defs:ext_id (Results 1 – 17 of 17) sorted by relevance

/external/autotest/client/common_lib/cros/
Dkiosk_utils.py17 def get_webview_contexts(browser, ext_id): argument
47 def get_webview_context(browser, ext_id): argument
79 def wait_for_kiosk_ext(browser, ext_id): argument
101 def config_riseplayer(browser, ext_id, app_config_id): argument
/external/executorch/backends/xnnpack/runtime/
DXNNExecutor.cpp79 uint32_t ext_id = externals_[i].id; in prepare_args() local
191 uint32_t ext_id = externals_[i].id; in resize_outputs() local
/external/autotest/client/cros/multimedia/
Dkiosk_facade.py23 def config_rise_player(self, ext_id, app_config_id): argument
/external/autotest/server/cros/multimedia/
Dkiosk_facade_adapter.py28 def config_rise_player(self, ext_id, app_config_id ): argument
/external/scapy/scapy/contrib/isotp/
Disotp_scanner.py37 def send_multiple_ext(sock, ext_id, packet, number_of_packets): argument
/external/trusty/arm-trusted-firmware/drivers/brcm/
Dspi_flash.c21 #define FINFO(jedec_id, ext_id, _sector_size, _n_sectors, _page_size, _flags) \ argument
/external/arm-trusted-firmware/drivers/brcm/
Dspi_flash.c21 #define FINFO(jedec_id, ext_id, _sector_size, _n_sectors, _page_size, _flags) \ argument
/external/pytorch/torch/csrc/jit/backends/xnnpack/
Dxnnpack_graph_builder.cpp226 uint32_t ext_id = XNN_INVALID_VALUE_ID; in defineAllTensorValues() local
/external/libxaac/encoder/
Dixheaace_asc_write.c403 WORD32 ext_id = 0; in ixheaace_get_audiospecific_config_bytes() local
/external/harfbuzz_ng/src/graph/
Dgsubgpos-graph.hh228 unsigned ext_id = create_extension_subtable (c, subtable_id, type); in add_sub_tables() local
/external/v4l-utils/lib/libdvbv5/
Ddvb-scan.c141 int ext_id; member
/external/openthread/third_party/mbedtls/repo/library/
Dssl_tls12_client.c1450 unsigned int ext_id = MBEDTLS_GET_UINT16_BE(ext, 0); in ssl_parse_server_hello() local
Dssl_tls12_server.c1319 unsigned int ext_id; in ssl_parse_client_hello() local
/external/mbedtls/library/
Dssl_tls12_client.c1450 unsigned int ext_id = ((ext[0] << 8) in ssl_parse_server_hello() local
Dssl_tls12_server.c1320 unsigned int ext_id; in ssl_parse_client_hello() local
/external/wpa_supplicant_8/src/common/
Dieee802_11_common.c295 u8 ext_id; in ieee802_11_parse_extension() local
/external/wpa_supplicant_8/src/ap/
Dbeacon.c2800 static bool is_restricted_ext_eid_in_sta_profile(u8 ext_id) in is_restricted_ext_eid_in_sta_profile()