/external/bcc/src/cc/frontends/p4/compiler/ |
D | ebpfAction.py | 16 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/ |
D | mathtest.c | 68 } 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/ |
D | worker.rb | 44 case req.argtype.to_s 62 case req.argtype.to_s
|
D | proxy-worker.rb | 117 case req.argtype.to_s
|
/external/grpc-grpc/test/core/util/ |
D | cmdline.cc | 30 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/ |
D | ServerArgs.php | 16 protected $argtype; variable in Grpc\\Testing\\ServerArgs
|
D | ClientArgs.php | 16 protected $argtype; variable in Grpc\\Testing\\ClientArgs
|
/external/python/cpython3/Parser/ |
D | asdl_c.py | 300 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/ |
D | asdl_c.py | 294 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/ |
D | control.proto | 120 oneof argtype { oneof 154 oneof argtype { oneof
|
/external/grpc-grpc/src/proto/grpc/testing/ |
D | control.proto | 129 oneof argtype { oneof 167 oneof argtype { oneof
|
/external/bcc/src/python/bcc/ |
D | libbcc.py | 120 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/ |
D | function.py | 894 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/ |
D | winpcapy.py | 658 pcap_setmintocopy.argtype = [POINTER(pcap_t), c_int]
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7a1.rst | 2029 Passing 'None' if ctypes argtype is set to POINTER(...) does now always
|
/external/python/cpython3/Misc/ |
D | HISTORY | 14032 - Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...) does now
|