Home
last modified time | relevance | path

Searched refs:proto (Results 151 - 175 of 689) sorted by relevance

12345678910>>...28

/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_control/
H A Drpc_clnt_control.c49 char proto[8] = "udp"; in main() local
54 clnt = clnt_create(argc[1], progNum, VERSNUM, proto); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnt_create/
H A Drpc_clnt_create_stress.c50 char proto[8] = "tcp"; in main() local
58 clnt = clnt_create(argc[1], progNum, VERSNUM, proto); in main()
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_createdestroy_clnt_destroy/
H A Drpc_clnt_destroy_stress.c50 char *proto = "tcp"; in main() local
58 clnt = clnt_create(argc[1], progNum, VERSNUM, proto); in main()
/third_party/protobuf/js/commonjs/
H A Dimport_test.js44 googleProtobuf.exportSymbol('proto.jspb.test.framing.FramingMessage', test7_pb.FramingMessage, global);
48 var framing1 = new proto.jspb.test.framing.FramingMessage([]);
49 var framing2 = new proto.jspb.test.framing.FramingMessage([]);
/third_party/protobuf/js/compatibility_tests/v3.0.0/commonjs/
H A Dimport_test.js44 googleProtobuf.exportSymbol('proto.jspb.test.framing.FramingMessage', test7_pb.FramingMessage, global);
48 var framing1 = new proto.jspb.test.framing.FramingMessage([]);
49 var framing2 = new proto.jspb.test.framing.FramingMessage([]);
/third_party/python/Lib/test/
H A Dtest_range.py369 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
371 with self.subTest(proto=proto, test=t):
373 self.assertEqual(list(pickle.loads(pickle.dumps(r, proto))),
386 for proto in range(pickle.HIGHEST_PROTOCOL + 1):
388 with self.subTest(proto=proto, t=t):
392 d = pickle.dumps(it, proto)
402 d = pickle.dumps(it, proto)
407 for proto i
[all...]
/third_party/curl/src/
H A Dtool_libinfo.c198 const char *proto_token(const char *proto) in proto_token() argument
202 if(!proto) in proto_token()
205 if(curl_strequal(*builtin, proto)) in proto_token()
/third_party/node/deps/v8/tools/
H A Dgenerate-builtins-tests.py60 proto = function["prototype"]
68 for prop in proto:
69 proto_property = proto[prop]
/third_party/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
H A Drpc_clnt_call_dataint.c53 char proto[8] = "udp"; in main() local
73 clnt = clnt_create(argc[1], progNum, VERSNUM, proto); in main()
78 printf("Proto : %s\n", proto); in main()
/third_party/protobuf/conformance/
H A Dbinary_json_conformance_suite.h106 void ExpectParseFailureForProtoWithProtoVersion(const std::string& proto,
110 void ExpectParseFailureForProto(const std::string& proto,
113 void ExpectHardParseFailureForProto(const std::string& proto,
/foundation/communication/ipc/ipc/native/c/manager/include/
H A Dipc_thread_pool.h39 int32_t proto; member
61 int32_t SpawnNewThread(ThreadPool *threadPool, int32_t policy, int32_t proto);
H A Diremote_invoker.h44 RemoteInvoker *InitRemoteInvoker(int32_t proto);
45 void DeinitRemoteInvoker(RemoteInvoker *invoker, int32_t proto);
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_tcp.py23 def __init__(self, address, socket_family=socket.AF_INET, socket_type=socket.SOCK_STREAM, proto=0, fileno=None):
25 self.socket = socket.socket(socket_family, socket_type, proto, fileno)
/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-proxy-object.c239 * Note: if `proto` is non-null, the reference from the object is released
241 * @return compressed pointer to the `proto` value
244 ecma_proxy_object_prototype_to_cp (ecma_value_t proto) /**< ECMA_VALUE_NULL or object */ in ecma_proxy_object_prototype_to_cp() argument
246 JERRY_ASSERT (ecma_is_value_null (proto) || ecma_is_value_object (proto)); in ecma_proxy_object_prototype_to_cp()
248 if (ecma_is_value_null (proto)) in ecma_proxy_object_prototype_to_cp()
254 ecma_object_t *proto_obj_p = ecma_get_object_from_value (proto); in ecma_proxy_object_prototype_to_cp()
397 ecma_value_t proto) /**< new prototype object */ in ecma_proxy_object_set_prototype_of()
402 JERRY_ASSERT (ecma_is_value_object (proto) || ecma_is_value_null (proto)); in ecma_proxy_object_set_prototype_of()
396 ecma_proxy_object_set_prototype_of(ecma_object_t *obj_p, ecma_value_t proto) ecma_proxy_object_set_prototype_of() argument
[all...]
/third_party/python/Modules/_ctypes/
H A Dstgdict.c43 Py_CLEAR(self->proto); in PyCStgDict_clear()
96 Py_XINCREF(dst->proto); in PyCStgDict_clone()
210 _fields_ descriptors from descr->proto, create new descriptors with offset
221 fields = PyObject_GetAttrString(descr->proto, "_fields_"); in MakeFields()
239 fdescr = (CFieldObject *)PyObject_GetAttr(descr->proto, fname); in MakeFields()
271 new_descr->proto = fdescr->proto; in MakeFields()
272 Py_XINCREF(new_descr->proto); in MakeFields()
763 edict = PyType_stgdict(dict->proto); in PyCStructUnionType_update_stgdict()
862 edict = PyType_stgdict(dict->proto); in PyCStructUnionType_update_stgdict()
[all...]
/third_party/skia/third_party/externals/angle2/scripts/
H A Dregistry_xml.py413 proto = command_node.find('proto')
414 cmd_name = proto.find('name').text
568 proto = command_node.find('proto')
569 proto_text = "".join(proto.itertext())
/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h94 // Defined in descriptor.proto
154 // See the comments in SourceCodeInfo.Location (descriptor.proto) for details.
165 // example, the C++ code generation for fields in the proto compiler) rely on
251 // The .proto file in which this message type was defined. Never nullptr.
258 // Get options for this message type. These are specified in the .proto file
260 // Allowed options are defined by MessageOptions in descriptor.proto, and any
267 void CopyTo(DescriptorProto* proto) const;
317 // These are returned in the order they were defined in the .proto file.
346 // These are returned in the order they were defined in the .proto file.
357 // These are returned in the order they were defined in the .proto fil
[all...]
/third_party/python/Modules/
H A D_pickle.c647 int proto; /* Pickle protocol number, >= 0 */ member
648 int bin; /* Boolean, true if proto > 0 */
649 int framing; /* True when framing is enabled, proto >= 4 */
705 int proto; /* Protocol of the pickle loaded. */ member
1129 self->proto = 0; in _Pickler_New()
1157 long proto; in _Pickler_SetProtocol() local
1160 proto = DEFAULT_PROTOCOL; in _Pickler_SetProtocol()
1163 proto = PyLong_AsLong(protocol); in _Pickler_SetProtocol()
1164 if (proto < 0) { in _Pickler_SetProtocol()
1165 if (proto in _Pickler_SetProtocol()
4441 PyObject *proto; save() local
[all...]
/third_party/protobuf/editors/
H A Dproto.vim35 " 1. cp proto.vim ~/.vim/syntax/
39 " au! BufRead,BufNewFile *.proto setfiletype proto
42 " Or just create a new file called ~/.vim/ftdetect/proto.vim with the
105 let b:current_syntax = "proto"
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A DextensionStubSource.py243 proto = cmd.find('proto')
249 pfnDecl += noneStr(proto.text)
252 nameTag = proto.find('name')
254 returnType = noneStr(proto.find('type').text)
261 for elem in proto:
/third_party/ffmpeg/libavformat/
H A Dutils.c357 void av_url_split(char *proto, int proto_size, in av_url_split() argument
367 proto[0] = 0; in av_url_split()
377 av_strlcpy(proto, url, FFMIN(proto_size, p + 1 - url)); in av_url_split()
579 const char *proto = avio_find_protocol_name(filename); in ff_is_http_proto() local
580 return proto ? (!av_strcasecmp(proto, "http") || !av_strcasecmp(proto, "https")) : 0; in ff_is_http_proto()
/third_party/libcoap/src/
H A Dcoap_io_lwip.c157 LWIP_ASSERT("Proto not supported for LWIP", COAP_PROTO_NOT_RELIABLE(session->proto)); in coap_recvc()
166 if (session->proto == COAP_PROTO_DTLS) { in coap_recvc()
178 if (!coap_pdu_parse(session->proto, p->payload, p->len, pdu)) { in coap_recvc()
248 LWIP_ASSERT("Proto not supported for LWIP", COAP_PROTO_NOT_RELIABLE(session->proto)); in coap_recvs()
253 if (session->proto == COAP_PROTO_DTLS) { in coap_recvs()
266 if (!coap_pdu_parse(ep->proto, p->payload, p->len, pdu)) { in coap_recvs()
299 pbuf_realloc(pdu->pbuf, pdu->used_size + coap_pdu_parse_header_size(session->proto, in coap_socket_send_pdu()
/third_party/mbedtls/library/
H A Dnet_sockets.c164 const char *port, int proto) in mbedtls_net_connect()
176 hints.ai_socktype = proto == MBEDTLS_NET_PROTO_UDP ? SOCK_DGRAM : SOCK_STREAM; in mbedtls_net_connect()
177 hints.ai_protocol = proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_connect()
222 int mbedtls_net_bind(mbedtls_net_context *ctx, const char *bind_ip, const char *port, int proto) in mbedtls_net_bind() argument
234 hints.ai_socktype = proto == MBEDTLS_NET_PROTO_UDP ? SOCK_DGRAM : SOCK_STREAM; in mbedtls_net_bind()
235 hints.ai_protocol = proto == MBEDTLS_NET_PROTO_UDP ? IPPROTO_UDP : IPPROTO_TCP; in mbedtls_net_bind()
277 if (proto == MBEDTLS_NET_PROTO_TCP) { in mbedtls_net_bind()
163 mbedtls_net_connect(mbedtls_net_context *ctx, const char *host, const char *port, int proto) mbedtls_net_connect() argument
/third_party/nghttp2/src/
H A Dshrpx_live_check.cc213 switch (addr_->proto) { in initiate_connection()
361 if (addr_->proto == Proto::HTTP2) { in connected()
417 auto proto = StringRef{next_proto, next_proto_len}; in tls_handshake() local
419 switch (addr_->proto) { in tls_handshake()
421 if (proto.empty() || proto == StringRef::from_lit("http/1.1")) { in tls_handshake()
426 if (util::check_h2_is_selected(proto)) { in tls_handshake()
/third_party/lwip/src/netif/ppp/
H A Ddemand.c318 demand_rexmit(proto, newip) in demand_rexmit()
319 int proto; in demand_rexmit()
338 if (PPP_PROTOCOL(pkt->data) == proto) {
339 if ( (proto == PPP_IP) && newip ) {
438 int proto, i; local
443 proto = PPP_PROTOCOL(p);
456 if (protp->protocol < 0xC000 && (protp->protocol & ~0x8000) == proto) {

Completed in 19 milliseconds

12345678910>>...28