Home
last modified time | relevance | path

Searched refs:argtype (Results 1 – 16 of 16) sorted by relevance

/external/bcc/src/cc/frontends/p4/compiler/
DebpfAction.py16 def __init__(self, name, argtype): argument
18 self.argtype = argtype
71 argtype = ebpfScalarType.EbpfScalarType(p4action, width,
73 actionData = EbpfActionData(param, argtype)
90 argtype = arg.argtype
91 assert isinstance(argtype, ebpfType.EbpfType)
92 argtype.declare(serializer, arg.name, False)
352 self.width = caller.arguments[argument.idx].argtype.widthInBits()
/external/arm-optimized-routines/test/
Dmathtest.c68 } argtype; member
117 int is_double_argtype(int argtype) { in is_double_argtype() argument
118 switch(argtype) { in is_double_argtype()
129 int is_single_argtype(int argtype) { in is_single_argtype() argument
130 switch(argtype) { in is_single_argtype()
163 int is_complex_argtype(int argtype) { in is_complex_argtype() argument
164 switch(argtype) { in is_complex_argtype()
715 int argtype=2, rettype=2; /* for do_op */ in parsetest() local
765 if(is_single_argtype(ret.func->argtype)) in parsetest()
766 argtype = 0; in parsetest()
[all …]
/external/grpc-grpc/src/ruby/qps/
Dworker.rb44 case req.argtype.to_s
62 case req.argtype.to_s
Dproxy-worker.rb117 case req.argtype.to_s
/external/grpc-grpc/test/core/util/
Dcmdline.cc30 typedef enum { ARGTYPE_INT, ARGTYPE_BOOL, ARGTYPE_STRING } argtype; typedef
35 argtype type;
81 argtype type, void* value) { in add_arg()
/external/grpc-grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DServerArgs.php16 protected $argtype; variable in Grpc\\Testing\\ServerArgs
DClientArgs.php16 protected $argtype; variable in Grpc\\Testing\\ClientArgs
/external/python/cpython3/Parser/
Dasdl_c.py300 for argtype, argname, opt in args:
301 if not opt and argtype != "int":
325 for argtype, argname, opt in args:
327 for argtype, argname, opt in attrs:
333 for argtype, argname, opt in args:
335 for argtype, argname, opt in attrs:
/external/python/cpython2/Parser/
Dasdl_c.py294 for argtype, argname, opt in args:
296 if not opt and not (argtype == "bool" or argtype == "int"):
320 for argtype, argname, opt in args:
322 for argtype, argname, opt in attrs:
328 for argtype, argname, opt in args:
/external/grpc-grpc-java/benchmarks/src/main/proto/grpc/testing/
Dcontrol.proto120 oneof argtype { oneof
154 oneof argtype { oneof
/external/grpc-grpc/src/proto/grpc/testing/
Dcontrol.proto129 oneof argtype { oneof
167 oneof argtype { oneof
/external/bcc/src/python/bcc/
Dlibbcc.py120 lib.bpf_attach_perf_event.argtype = [ct.c_int, ct.c_uint, ct.c_uint, ct.c_ulonglong, ct.c_ulonglong,
124 lib.bpf_close_perf_event_fd.argtype = [ct.c_int]
/external/tensorflow/tensorflow/python/framework/
Dfunction.py894 for (argname, argtype, argshape) in zip(arg_names, arg_types, arg_shapes):
895 argholder = array_ops.placeholder(argtype, shape=argshape, name=argname)
/external/scapy/scapy/modules/
Dwinpcapy.py658 pcap_setmintocopy.argtype = [POINTER(pcap_t), c_int]
/external/python/cpython2/Misc/NEWS.d/
D2.7a1.rst2029 Passing 'None' if ctypes argtype is set to POINTER(...) does now always
/external/python/cpython3/Misc/
DHISTORY14032 - Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...) does now