Home
last modified time | relevance | path

Searched defs:arglist (Results 1 – 25 of 167) sorted by relevance

1234567

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/CMake/
DCMakeLists.txt143 set(arglist) variable
145 set(arglist ${arglist} ../test/${a}.cpp) variable
156 set(arglist) variable
158 set(arglist ${arglist} ../test/${a}.cpp) variable
180 set(arglist) variable
182 set(arglist ${arglist} ../test/${a}.cpp) variable
/aosp_15_r20/external/toybox/toys/net/
H A Drfkill.c43 struct arglist { in rfkill_main() struct
44 char *name; in rfkill_main()
45 int idx; in rfkill_main()
/aosp_15_r20/external/libtextclassifier/native/utils/strings/
H A Dappend.cc29 va_list arglist) { in SStringAppendV()
49 va_list arglist; in SStringAppendF() local
56 va_list arglist; in StringPrintf() local
/aosp_15_r20/external/icing/icing/legacy/core/
H A Dicing-string-util.cc63 const char *fmt, va_list arglist) { in SStringAppendV()
82 va_list arglist; in SStringAppendF() local
89 va_list arglist; in StringPrintf() local
/aosp_15_r20/external/llvm-libc/src/__support/
H A Dcommon.h42 #define LLVM_LIBC_FUNCTION_IMPL(type, name, arglist) \ argument
49 #define LLVM_LIBC_FUNCTION_IMPL(type, name, arglist) type name arglist argument
53 #define LLVM_LIBC_FUNCTION(type, name, arglist) \ argument
/aosp_15_r20/external/python/cpython2/Tools/bgen/bgen/
Dscantools.py676 def repairarglist(self, functionname, arglist): argument
724 def generate(self, tp, name, arglist, modifiers=[]): argument
754 def destination(self, type, name, arglist): argument
769 def unmanageable(self, type, name, arglist): argument
/aosp_15_r20/system/libufdt/utils/src/
H A Dmkdtboimg.py583 def parse_dt_entry(global_args, arglist): argument
800 def parse_dump_cmd_args(arglist): argument
821 def parse_config_create_cmd_args(arglist): argument
/aosp_15_r20/external/skia/experimental/tools/
H A Dpdf-comparison.py181 def shard(fn, arglist): argument
197 def shardsum(fn, arglist): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dfast_module_type.cc162 PyObject *arglist = Py_BuildValue("(OO)", self, name); in CallFunc() local
197 PyObject *arglist = Py_BuildValue("(O)", name); in FastTpGetattro() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
Dansidecl.h197 #define PROTO(type, name, arglist) type name arglist argument
199 #define DEFUN(name, arglist, args) name(args) argument
/aosp_15_r20/external/edid-decode/vs/
H A Dgetopt.c517 CHAR **arglist = (char **)(argv); in getopt_parse() local
589 CHAR **arglist = (CHAR **)(argv); in getopt_parse() local
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/
H A Dbenchmark_register.cc251 std::vector<int64_t> arglist; in Range() local
281 [](const std::size_t res, const std::vector<int64_t>& arglist) { in ArgsProduct()
/aosp_15_r20/external/google-benchmark/src/
H A Dbenchmark_register.cc251 std::vector<int64_t> arglist; in Range() local
281 [](const std::size_t res, const std::vector<int64_t>& arglist) { in ArgsProduct()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dsdt.h45 # define _SDT_PROBE(provider, name, n, arglist) \ argument
75 # define _SDT_PROBE(provider, name, n, arglist) \ argument
/aosp_15_r20/external/python/cpython2/Mac/Modules/ibcarbon/
DIBCarbonscan.py26 def destination(self, type, name, arglist): argument
/aosp_15_r20/external/ltp/testcases/misc/math/float/bessel/
H A Dgenbessel.c59 char *arglist[] = { func_name, NULL }; in create_file() local
/aosp_15_r20/external/ltp/testcases/misc/math/float/power/
H A Dgenpower.c58 char *arglist[] = { func_name, NULL }; in create_file() local
/aosp_15_r20/external/ltp/testcases/misc/math/float/exp_log/
H A Dgenexp_log.c58 char *arglist[] = { func_name, NULL }; in create_file() local
/aosp_15_r20/external/ltp/testcases/misc/math/float/iperb/
H A Dgeniperb.c59 char *arglist[] = { func_name, NULL }; in create_file() local
/aosp_15_r20/external/one-true-awk/
H A Dawkgram.y38 Node *arglist = 0; /* list of args for current function */ variable
/aosp_15_r20/external/python/cpython2/Mac/Modules/res/
Dresscan.py28 def destination(self, type, name, arglist): argument
/aosp_15_r20/external/ltp/testcases/misc/math/float/trigo/
H A Dgentrigo.c59 char *arglist[] = { func_name, NULL }; in create_file() local
/aosp_15_r20/external/python/cpython2/Mac/Modules/carbonevt/
DCarbonEvtscan.py37 def destination(self, type, name, arglist): argument
/aosp_15_r20/external/python/cpython2/Mac/Modules/menu/
Dmenuscan.py23 def destination(self, type, name, arglist): argument
/aosp_15_r20/external/python/cpython2/Mac/Modules/ae/
Daescan.py29 def destination(self, type, name, arglist): argument

1234567