/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | bcmip.h | 207 ipv6_exthdr_len(uint8 *h, uint8 *proto) in ipv6_exthdr_len() argument 226 *proto = eh->nexthdr; in ipv6_exthdr_len()
|
/third_party/node/lib/internal/bootstrap/ |
H A D | node.js | 152 setPrototypeOf(target, proto) { 154 return ObjectSetPrototypeOf(target, proto);
|
/third_party/ltp/testcases/kernel/syscalls/connect/ |
H A D | connect01.c | 73 int proto; /* protocol number (usually 0 = default) */ member 225 tdat[testno].proto); in setup1()
|
/third_party/ltp/testcases/kernel/syscalls/recv/ |
H A D | recv01.c | 73 int proto; /* protocol number (usually 0 = default) */ member 197 tdat[testno].proto); in setup1()
|
/third_party/libcoap/examples/riot/examples_libcoap_server/ |
H A D | server-coap.c | 177 ep = coap_new_endpoint(main_coap_context, &info->addr, info->proto); in init_coap_context_endpoints() 179 coap_log_warn("cannot create endpoint for proto %u\n", in init_coap_context_endpoints() 180 info->proto); in init_coap_context_endpoints()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/ |
H A D | XmlRangesSchema.java | 20 import static com.google.i18n.phonenumbers.metadata.proto.Types.ValidNumberType.UNKNOWN; 27 import com.google.i18n.phonenumbers.metadata.proto.Types.ValidNumberType;
|
/third_party/python/Modules/ |
H A D | _scproxy.c | 131 set_proxy(PyObject* proxies, const char* proto, CFDictionaryRef proxyDict, in set_proxy() argument 158 r = PyDict_SetItemString(proxies, proto, in set_proxy()
|
/third_party/skia/buildtools/checkdeps/ |
H A D | checkdeps.py | 9 "#include" and "import" directives in the .cpp, .java, and .proto source files. 88 proto = proto_checker.ProtoChecker( 92 for checker in [java, cpp, proto] for extension in checker.EXTENSIONS)
|
/third_party/python/Lib/test/ |
H A D | test_typing.py | 78 """Runs `test_func` with various values for `proto` argument.""" 82 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 83 with self.subTest(pickle_proto=proto): 84 test_func(self, proto=proto) 1612 def test_pickling_then_unpickling_results_in_same_identity(self, proto): 1615 global_Ts2 = pickle.loads(pickle.dumps(global_Ts1, proto)) 1619 def test_pickling_then_unpickling_unpacked_results_in_same_identity(self, proto): 1624 unpacked2 = pickle.loads(pickle.dumps(unpacked1, proto)) 1628 unpacked4 = pickle.loads(pickle.dumps(unpacked3, proto)) [all...] |
H A D | test_deque.py | 633 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 636 dump = pickle.dumps((itorg, orig), proto) 645 dump = pickle.dumps((itorg, orig), proto) 655 dump = pickle.dumps((itorg, orig), proto) 664 dump = pickle.dumps((itorg, orig), proto) 829 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 830 s = pickle.dumps(d, proto) 840 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 844 e = pickle.loads(pickle.dumps(d, proto)) 854 e = pickle.loads(pickle.dumps(d, proto)) [all...] |
H A D | test_dictviews.py | 302 for proto in range(pickle.HIGHEST_PROTOCOL + 1): 304 pickle.dumps, d.keys(), proto) 306 pickle.dumps, d.values(), proto) 308 pickle.dumps, d.items(), proto)
|
/third_party/lwip/src/include/lwip/prot/ |
H A D | etharp.h | 88 PACK_STRUCT_FIELD(u16_t proto);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_none.c | 47 u16 proto, const u8 *data, size_t data_len) in none_driver_send_ether() 46 none_driver_send_ether(void *priv, const u8 *dst, const u8 *src, u16 proto, const u8 *data, size_t data_len) none_driver_send_ether() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wapi/ |
H A D | wapi_asue_i.h | 65 int proto;
member
|
/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | command_line_interface.cc | 217 // Whether a path is where google/protobuf/descriptor.proto and other well-known 220 // Checking the descriptor.proto file should be good enough. in IsInstalledProtoPath() 221 std::string file_path = path + "/google/protobuf/descriptor.proto"; in IsInstalledProtoPath() 225 // Add the paths where google/protobuf/descriptor.proto and other well-known 1004 file.set_name("empty_message.proto"); in Run() 1155 // assumption that the initial parse of the proto from the filesystem in ParseInputFiles() 1241 DiskSourceTree* source_tree, std::string* proto, in MakeProtoProtoPathRelative() 1247 fallback_database->FindFileByName(*proto, &fallback_file); in MakeProtoProtoPathRelative() 1251 if (access(proto->c_str(), F_OK) < 0) { in MakeProtoProtoPathRelative() 1253 if (source_tree->VirtualFileToDiskFile(*proto, in MakeProtoProtoPathRelative() 1240 MakeProtoProtoPathRelative( DiskSourceTree* source_tree, std::string* proto, DescriptorDatabase* fallback_database) MakeProtoProtoPathRelative() argument [all...] |
/third_party/curl/lib/vtls/ |
H A D | gtls.c | 710 struct alpn_proto_buf proto; in gtls_connect_step1() local 723 Curl_alpn_to_proto_str(&proto, connssl->alpn); in gtls_connect_step1() 724 infof(data, VTLS_INFOF_ALPN_OFFER_1STR, proto.data); in gtls_connect_step1() 1257 gnutls_datum_t proto; in gtls_verifyserver() local 1260 rc = gnutls_alpn_get_selected_protocol(session, &proto); in gtls_verifyserver() 1262 Curl_alpn_set_negotiated(cf, data, proto.data, proto.size); in gtls_verifyserver()
|
/third_party/EGL/api/ |
H A D | reg.py | 454 proto = cmd.find('proto') 464 # Done by walking the tree for <proto> element by element. 468 pdecl += noneStr(proto.text) 469 tdecl += noneStr(proto.text) 472 for elem in proto: 676 # validateGroups() - call to verify that each <proto> or <param> 781 # based on its <proto><name> element. 784 # Required <command> attributes: 'name' or <proto><name> tag contents 788 # it from contents of its <proto><nam [all...] |
/third_party/lwip/src/netif/ppp/ |
H A D | ppp.c | 827 ppp_dbglog("discarding proto 0x%x in phase %d", protocol, pcb->phase); in ppp_input() 1307 int sifnpmode(ppp_pcb *pcb, int proto, enum NPmode mode) { in sifnpmode() argument 1309 LWIP_UNUSED_ARG(proto); in sifnpmode() 1433 u_short proto; member 1569 const char * protocol_name(int proto) { in protocol_name() argument 1572 for (lp = protocol_list; lp->proto != 0; ++lp) { in protocol_name() 1573 if (proto == lp->proto) { in protocol_name()
|
/third_party/openGLES/xml/ |
H A D | reg.py | 453 proto = cmd.find('proto') 463 # Done by walking the tree for <proto> element by element. 467 pdecl += noneStr(proto.text) 468 tdecl += noneStr(proto.text) 471 for elem in proto: 667 # validateGroups() - call to verify that each <proto> or <param> 772 # based on its <proto><name> element. 775 # Required <command> attributes: 'name' or <proto><name> tag contents 779 # it from contents of its <proto><nam [all...] |
/third_party/skia/third_party/externals/opengl-registry/xml/ |
H A D | reg.py | 464 proto = cmd.find('proto') 474 # Done by walking the tree for <proto> element by element. 478 pdecl += noneStr(proto.text) 479 tdecl += noneStr(proto.text) 482 for elem in proto: 678 # validateGroups() - call to verify that each <proto> or <param> 783 # based on its <proto><name> element. 786 # Required <command> attributes: 'name' or <proto><name> tag contents 790 # it from contents of its <proto><nam [all...] |
/third_party/skia/third_party/externals/egl-registry/api/ |
H A D | reg.py | 465 proto = cmd.find('proto') 475 # Done by walking the tree for <proto> element by element. 479 pdecl += noneStr(proto.text) 480 tdecl += noneStr(proto.text) 483 for elem in proto: 687 # validateGroups() - call to verify that each <proto> or <param> 792 # based on its <proto><name> element. 795 # Required <command> attributes: 'name' or <proto><name> tag contents 799 # it from contents of its <proto><nam [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/ |
H A D | osu_client.c | 141 char *proto; in osu_get_certificate() local 144 proto = xml_node_get_attr_value(ctx->xml, getcert, in osu_get_certificate() 146 if (!proto) in osu_get_certificate() 148 wpa_printf(MSG_INFO, "getCertificate - enrollmentProtocol=%s", proto); in osu_get_certificate() 149 write_summary(ctx, "getCertificate - enrollmentProtocol=%s", proto); in osu_get_certificate() 150 if (os_strcasecmp(proto, "EST") != 0) { in osu_get_certificate() 152 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate() 155 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate() 160 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate() 981 char *proto, *por in set_pps_cred_policy_required_proto_port() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/ |
H A D | osu_client.c | 141 char *proto; in osu_get_certificate() local 144 proto = xml_node_get_attr_value(ctx->xml, getcert, in osu_get_certificate() 146 if (!proto) in osu_get_certificate() 148 wpa_printf(MSG_INFO, "getCertificate - enrollmentProtocol=%s", proto); in osu_get_certificate() 149 write_summary(ctx, "getCertificate - enrollmentProtocol=%s", proto); in osu_get_certificate() 150 if (os_strcasecmp(proto, "EST") != 0) { in osu_get_certificate() 152 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate() 155 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate() 160 xml_node_get_attr_value_free(ctx->xml, proto); in osu_get_certificate() 982 char *proto, *por in set_pps_cred_policy_required_proto_port() local [all...] |
/third_party/nghttp2/src/ |
H A D | shrpx_http.h | 61 const StringRef &host, const StringRef &proto);
|
/third_party/lwip/src/include/lwip/apps/ |
H A D | mdns.h | 80 s8_t mdns_resp_add_service(struct netif *netif, const char *name, const char *service, enum mdns_sd_proto proto, u16_t port, u32_t dns_ttl, service_get_txt_fn_t txt_fn, void *txt_userdata);
|