Home
last modified time | relevance | path

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

/third_party/node/deps/npm/node_modules/dashdash/etc/
Ddashdash.bash_completion.in123 local argtype
129 argtype=
149 argtype=$(echo "$optargs" | awk -F "-$optname=" '{print $2}' | cut -d' ' -f1)
162argtype=$(echo "$optargs" | awk -F "-$optname=" '{print $2}' | cut -d' ' -f1)
178argtype=$(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/
Dlhash.h180 #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/
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 …]
/third_party/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
/third_party/node/test/js-native-api/test_reference/
Dtest_reference.c73 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/
Dlunit.lua168 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/
Dcmdline.cc36 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/
DServerArgs.php16 protected $argtype; variable in Grpc\\Testing\\ServerArgs
DClientArgs.php16 protected $argtype; variable in Grpc\\Testing\\ClientArgs
/third_party/python/Parser/
Dasdl_c.py355 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/
Dexample.c1808 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()
Devaluate.c2330 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/
Dcontrol.proto134 oneof argtype { oneof
175 oneof argtype { oneof
/third_party/node/deps/npm/node_modules/dashdash/
DCHANGES.md71 $ ddcompletion --none <TAB> # the 'none' argtype
74 $ ddcompletion # a custom 'fruit' argtype
/third_party/python/Misc/
DHISTORY14032 - Issue #4606: Passing 'None' if ctypes argtype is set to POINTER(...) does now