Searched refs:nargs (Results 101 - 125 of 162) sorted by relevance

1234567

/external/chromium_org/third_party/skia/gm/rebaseline_server/
H A Dcompare_configs.py184 'config', nargs=2,
/external/chromium_org/tools/cr/cr/base/
H A Dcontext.py159 action=_ShowHelp, nargs=0,
/external/chromium_org/tools/valgrind/
H A Dtest_suppressions.py118 parser.add_argument('reports', metavar='report file', nargs='+',
/external/chromium_org/v8/src/
H A Druntime.h767 #define F(name, nargs, ressize) k##name,
771 #define F(name, nargs, ressize) kInline##name,
774 #define F(name, nargs, ressize) kInlineOptimized##name,
797 // The number of arguments expected. nargs is -1 if the function takes
799 int nargs; member in struct:v8::internal::Runtime::Function
/external/chromium_org/v8/tools/push-to-trunk/
H A Dmerge_to_branch.py273 parser.add_argument("revisions", nargs="*",
/external/javassist/src/main/javassist/compiler/
H A DMemberCodeGen.java542 int nargs = getMethodArgsLength(args);
543 int[] types = new int[nargs];
544 int[] dims = new int[nargs];
545 String[] cnames = new String[nargs];
H A DTypeChecker.java698 int nargs = getMethodArgsLength(args);
699 int[] types = new int[nargs];
700 int[] dims = new int[nargs];
701 String[] cnames = new String[nargs];
/external/llvm/tools/lto/
H A Dlto.cpp234 int nargs) {
233 lto_codegen_set_assembler_args(lto_code_gen_t cg, const char **args, int nargs) argument
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Define.h65 #define JS_STATIC_METHOD_ENTRY(method_name, nargs) {JS_WIDESTRING(method_name), method_name##_static, nargs},
680 #define JS_STATIC_GLOBAL_FUN_ENTRY(method_name,nargs) JS_STATIC_METHOD_ENTRY(method_name,nargs)
/external/skia/gm/rebaseline_server/
H A Dcompare_configs.py182 'config', nargs=2,
H A Dserver.py637 parser.add_argument('--builders', metavar='BUILDER_REGEX', nargs='+',
/external/wpa_supplicant_8/hostapd/
H A Dwps-ap-nfc.py286 nargs='?')
/external/chromium_org/tools/vim/
H A Dninja-build.vim119 command! -nargs=* CrBuild call CrBuild(<q-args>)
/external/chromium_org/chrome/test/mini_installer/
H A Dtest_installer.py308 parser.add_argument('test', nargs='*',
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dprobe-finder.c1171 tev->nargs = pf->pev->nargs;
1172 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs);
1175 for (i = 0; i < pf->pev->nargs; i++) {
/external/chromium_org/third_party/cython/src/Cython/Compiler/
H A DPyrexTypes.py1792 def lookup_op(self, nargs, op):
1794 return self.binops[nargs, op]
1798 op_name = complex_ops[nargs, op]
1799 self.binops[nargs, op] = func_name = "__Pyx_c_%s%s" % (op_name, self.funcsuffix)
2395 nargs = len(self.args)
2396 if nargs != len(other_type.args):
2401 for i in range(as_cmethod, nargs):
2427 nargs = len(self.args)
2428 if nargs - self.optional_arg_count != len(other_type.args) - other_type.optional_arg_count:
2459 nargs
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dtranslit.cpp787 int32_t nargs; local
791 nargs = 3;
813 msg.format(args, nargs, result, pos, status);
/external/icu/icu4c/source/i18n/
H A Dtranslit.cpp787 int32_t nargs; local
791 nargs = 3;
813 msg.format(args, nargs, result, pos, status);
/external/chromium_org/third_party/libxml/src/
H A Dtestapi.c46761 int nargs; /* the number of arguments */ local
46800 int nargs; /* the number of arguments */ local
46887 int nargs; /* the number of arguments */ local
46926 int nargs; /* the number of arguments */ local
46965 int nargs; /* the number of arguments */ local
47383 int nargs; /* the number of arguments */ local
47422 int nargs; /* the number of arguments */ local
47522 int nargs; /* the number of arguments */ local
47636 int nargs; /* the number of arguments */ local
47675 int nargs; /* the number of arguments */ local
47796 int nargs; /* the number of arguments */ local
47899 int nargs; /* the number of arguments */ local
49165 int nargs; /* the number of arguments */ local
49238 int nargs; /* the number of arguments */ local
49318 int nargs; /* the number of arguments */ local
49595 int nargs; /* the number of arguments */ local
49985 int nargs; /* the number of arguments */ local
50024 int nargs; /* the number of arguments */ local
50097 int nargs; /* the number of arguments */ local
50136 int nargs; /* the number of arguments */ local
50207 int nargs; /* the number of arguments */ local
50246 int nargs; /* the number of arguments */ local
50285 int nargs; /* the number of arguments */ local
50324 int nargs; /* the number of arguments */ local
50445 int nargs; /* the number of arguments */ local
50484 int nargs; /* the number of arguments */ local
51555 int nargs; /* the number of args */ local
[all...]
/external/chromium_org/tools/real_world_impact/
H A Dreal_world_impact.py527 type=int, default=num_sites, nargs='?')
/external/chromium_org/tools/valgrind/asan/third_party/
H A Dasan_symbolize.py416 parser.add_argument('path_to_cut', nargs='*',
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwps-nfc.py461 nargs='?')
/external/valgrind/main/memcheck/
H A Dmc_translate.c1153 Int nargs; local
1194 nargs = -1;
1202 nargs = 1;
1207 nargs = 0;
1215 nargs = 1;
1220 nargs = 0;
1228 nargs = 1;
1233 nargs = 0;
1241 nargs = 1;
1246 nargs
[all...]
/external/elfutils/0.153/src/
H A Dld.c513 const size_t nargs = sizeof (args) / sizeof (args[0]); local
517 for (size_t j = 0; j < nargs; ++j)
/external/chromium_org/gpu/tools/
H A Dcheck_gpu_bots.py561 nargs='+',

Completed in 1281 milliseconds

1234567