/third_party/node/deps/npm/node_modules/dashdash/etc/ |
D | dashdash.bash_completion.in | 123 local argtype 129 argtype= 149 argtype=$(echo "$optargs" | awk -F "-$optname=" '{print $2}' | cut -d' ' -f1) 162 … argtype=$(echo "$optargs" | awk -F "-$optname=" '{print $2}' | cut -d' ' -f1) 178 … argtype=$(echo "$optargs" | awk -F "-$optname=" '{print $2}' | cut -d' ' -f1) 182 … trace " takes arg (rest of this arg, word='$word', argtype='$argtype')" 187 trace " takes arg (word='$word', argtype='$argtype')" 204 argtype="${argtypes[$(( $nargs - 1 ))]}" 205 if [[ -z "$argtype" ]]; then 208 argtype="${argtypes[@]: -1:1}" [all …]
|
/third_party/openssl/include/openssl/ |
D | lhash.h | 180 #define IMPLEMENT_LHASH_DOALL_ARG_CONST(type, argtype) \ argument 181 int_implement_lhash_doall(type, argtype, const type) 183 #define IMPLEMENT_LHASH_DOALL_ARG(type, argtype) \ argument 184 int_implement_lhash_doall(type, argtype, type) 186 #define int_implement_lhash_doall(type, argtype, cbargtype) \ argument 188 lh_##type##_doall_##argtype(LHASH_OF(type) *lh, \ 189 void (*fn)(cbargtype *, argtype *), \ 190 argtype *arg) \
|
/third_party/optimized-routines/math/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 …]
|
/third_party/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
|
/third_party/node/test/js-native-api/test_reference/ |
D | test_reference.c | 73 napi_valuetype argtype; in CheckExternal() local 74 NAPI_CALL(env, napi_typeof(env, arg, &argtype)); in CheckExternal() 76 NAPI_ASSERT(env, argtype == napi_external, "Expected an external value."); in CheckExternal()
|
/third_party/grpc/third_party/upb/third_party/lunit/ |
D | lunit.lua | 168 local argtype = type(arg) 169 if argtype == "string" then 171 elseif argtype == "number" or argtype == "boolean" or argtype == "nil" then
|
/third_party/grpc/test/core/util/ |
D | cmdline.cc | 36 typedef enum { ARGTYPE_INT, ARGTYPE_BOOL, ARGTYPE_STRING } argtype; typedef 41 argtype type; 87 argtype type, void* value) { in add_arg()
|
/third_party/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
|
/third_party/python/Parser/ |
D | asdl_c.py | 355 for argtype, argname, opt in args: 356 if not opt and argtype != "int": 380 for argtype, argname, opt in args: 382 for argtype, argname, opt in attrs: 388 for argtype, argname, opt in args: 390 for argtype, argname, opt in attrs:
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | example.c | 1808 struct symbol *sym, *argtype; in set_up_arch_entry() local 1818 PREPARE_PTR_LIST(sym->arguments, argtype); in set_up_arch_entry() 1829 int bits = argtype ? argtype->bit_size : 0; in set_up_arch_entry() 1840 NEXT_PTR_LIST(argtype); in set_up_arch_entry() 1842 FINISH_PTR_LIST(argtype); in set_up_arch_entry()
|
D | evaluate.c | 2330 struct symbol *argtype; in evaluate_arguments() local 2333 PREPARE_PTR_LIST(argtypes, argtype); in evaluate_arguments() 2342 target = argtype; in evaluate_arguments() 2365 NEXT_PTR_LIST(argtype); in evaluate_arguments() 2367 FINISH_PTR_LIST(argtype); in evaluate_arguments()
|
/third_party/grpc/src/proto/grpc/testing/ |
D | control.proto | 134 oneof argtype { oneof 175 oneof argtype { oneof
|
/third_party/node/deps/npm/node_modules/dashdash/ |
D | CHANGES.md | 71 $ ddcompletion --none <TAB> # the 'none' argtype 74 $ ddcompletion # a custom 'fruit' argtype
|
/third_party/python/Misc/ |
D | HISTORY | 14032 - Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...) does now
|