/external/valgrind/auxprogs/ |
D | ppcfround.c | 331 int nargs, in do_N_unary() argument 335 for (i = 0; i < nargs; i++) { in do_N_unary() 343 int nargs, in do_N_binary() argument 347 for (i = 0; i < nargs; i++) { in do_N_binary() 348 for (j = 0; j < nargs; j++) { in do_N_binary() 357 int nargs, in do_N_ternary() argument 361 for (i = 0; i < nargs; i++) { in do_N_ternary() 362 for (j = 0; j < nargs; j++) { in do_N_ternary() 363 for (k = 0; k < nargs; k++) { in do_N_ternary() 374 int nargs = 21; in main() local [all …]
|
/external/lldb/utils/vim-lldb/plugin/ |
D | lldb.vim | 44 …command -complete=custom,s:CompleteWindow -nargs=1 Lhide python ctrl.doHide('<args>') 45 …command -complete=custom,s:CompleteWindow -nargs=0 Lshow python ctrl.doShow('<args>') 48 …command -nargs=* Lstart python ctrl.doLaunch(True, … 49 …command -nargs=* Lrun python ctrl.doLaunch(False,… 50 …command -nargs=1 Lattach python ctrl.doAttach('<args… 51 command -nargs=0 Ldetach python ctrl.doDetach() 56 …command -complete=custom,s:CompleteCommand -nargs=* Lregexpattach python ctrl.doCommand('_reg… 57 …command -complete=custom,s:CompleteCommand -nargs=* Lregexpbreak python ctrl.doCommand('_reg… 58 …command -complete=custom,s:CompleteCommand -nargs=* Lregexpbt python ctrl.doCommand('_reg… 59 …command -complete=custom,s:CompleteCommand -nargs=* Lregexpdown python ctrl.doCommand('_reg… [all …]
|
/external/valgrind/none/tests/ppc32/ |
D | test_gx.c | 74 double* args, int nargs, in do_one() argument 81 for (i = 0; i < nargs; i++) { in do_one() 94 int nargs = 19; in main() local 95 double* args = malloc(nargs * sizeof(double)); in main() 116 do_one( "fre", do_fre, args, nargs, "%e", "%4.1e"); in main() 117 do_one( "fres", do_fres, args, nargs, "%e", "%4.1e"); in main() 119 do_one( "frsqrte", do_frsqrte, args, nargs, "%e", "%4.1e"); in main() 120 do_one( "frsqrtes", do_frsqrtes, args, nargs, "%e", "%4.1e"); in main()
|
D | test_fx.c | 39 double* args, int nargs, in do_one() argument 46 for (i = 0; i < nargs; i++) { in do_one() 59 int nargs = 19; in main() local 60 double* args = malloc(nargs * sizeof(double)); in main() 81 do_one( "fsqrt", do_fsqrt, args, nargs, "%e", "%20.14e"); in main() 82 do_one( "fsqrts", do_fsqrts, args, nargs, "%e", "%e"); in main()
|
/external/libxml2/include/libxml/ |
D | xpathInternals.h | 298 if (nargs != (x)) \ 595 XMLPUBFUN void XMLCALL xmlXPathLastFunction(xmlXPathParserContextPtr ctxt, int nargs); 596 XMLPUBFUN void XMLCALL xmlXPathPositionFunction(xmlXPathParserContextPtr ctxt, int nargs); 597 XMLPUBFUN void XMLCALL xmlXPathCountFunction(xmlXPathParserContextPtr ctxt, int nargs); 598 XMLPUBFUN void XMLCALL xmlXPathIdFunction(xmlXPathParserContextPtr ctxt, int nargs); 599 XMLPUBFUN void XMLCALL xmlXPathLocalNameFunction(xmlXPathParserContextPtr ctxt, int nargs); 600 XMLPUBFUN void XMLCALL xmlXPathNamespaceURIFunction(xmlXPathParserContextPtr ctxt, int nargs); 601 XMLPUBFUN void XMLCALL xmlXPathStringFunction(xmlXPathParserContextPtr ctxt, int nargs); 602 XMLPUBFUN void XMLCALL xmlXPathStringLengthFunction(xmlXPathParserContextPtr ctxt, int nargs); 603 XMLPUBFUN void XMLCALL xmlXPathConcatFunction(xmlXPathParserContextPtr ctxt, int nargs); [all …]
|
/external/selinux/prebuilts/bin/ |
D | seinfo.py | 36 parser.add_argument("policy", help="Path to the SELinux policy to query.", nargs="?") 47 nargs='?', const=True, metavar="ATTR") 49 nargs='?', const=True, metavar="BOOL") 51 nargs='?', const=True, metavar="CLASS") 53 nargs='?', const=True, metavar="ROLE") 55 nargs='?', const=True, metavar="TYPE") 57 nargs='?', const=True, metavar="USER") 59 nargs='?', const=True, metavar="CAT") 61 nargs='?', const=True, metavar="COMMON") 63 nargs='?', const=True, metavar="CLASS") [all …]
|
/external/ltrace/ |
D | param.c | 45 struct expr_node *args, size_t nargs, int own_args, in param_init_pack() argument 47 size_t nargs, in param_init_pack() 58 param->u.pack.nargs = nargs; in param_init_pack() 70 struct value cb_args[param->u.pack.nargs]; in param_pack_init() 80 for (i = 0; i < param->u.pack.nargs; ++i) { in param_pack_init() 86 ret = param->u.pack.init(cb_args, param->u.pack.nargs, fargs); in param_pack_init() 131 for (i = 0; i < param->u.pack.nargs; ++i) in param_destroy()
|
D | param.h | 81 size_t nargs; member 86 size_t nargs, 128 struct expr_node *args, size_t nargs, int own_args, 130 size_t nargs,
|
/external/e2fsprogs/intl/ |
D | plural-exp.c | 37 .nargs = 0, 42 .nargs = 0, 51 .nargs = 2, 79 plvar.nargs = 0; in init_germanic_plural() 82 plone.nargs = 0; in init_germanic_plural() 86 GERMANIC_PLURAL.nargs = 2; in init_germanic_plural()
|
D | plural.y | 63 new_exp (int nargs, enum operator op, struct expression * const *args) in new_exp() argument 69 for (i = nargs - 1; i >= 0; i--) in new_exp() 77 newp->nargs = nargs; in new_exp() 79 for (i = nargs - 1; i >= 0; i--) in new_exp() 85 for (i = nargs - 1; i >= 0; i--) in new_exp() 215 switch (exp->nargs)
|
/external/selinux/policycoreutils/load_policy/ |
D | load_policy.c | 28 int ret, opt, quiet = 0, nargs, init=0, enforce=0; in main() local 54 nargs = argc - optind; in main() 55 if (nargs > 2) in main() 57 if (nargs >= 1 && !quiet) { in main() 62 if (nargs == 2 && ! quiet) { in main()
|
/external/vboot_reference/utility/ |
D | tpmc.c | 35 int nargs; variable 111 if (nargs != 5) { in HandlerDefineSpace() 130 if (nargs < 3) { in HandlerWrite() 138 size = nargs - 3; in HandlerWrite() 172 if (nargs != 3) { in HandlerPCRRead() 195 if (nargs != 4) { in HandlerRead() 220 if (nargs != 3) { in HandlerGetPermissions() 238 if (nargs != 2) { in HandlerGetOwnership() 254 if (nargs != 3) { in HandlerGetRandom() 330 if (nargs == 2) { in HandlerSendRaw() [all …]
|
/external/libxml2/os400/libxmlrpg/ |
D | xpathInternals.rpgle | 533 d nargs 10i 0 value 538 d nargs 10i 0 value 543 d nargs 10i 0 value 548 d nargs 10i 0 value 553 d nargs 10i 0 value 559 d nargs 10i 0 value 564 d nargs 10i 0 value 570 d nargs 10i 0 value 575 d nargs 10i 0 value 580 d nargs 10i 0 value [all …]
|
/external/regex-re2/re2/testing/ |
D | regexp_generator.cc | 125 int nargs = CountArgs(fmt); in GeneratePostfix() local 126 if (nargs <= nstk) { in GeneratePostfix() 128 GeneratePostfix(post, nstk - nargs + 1, ops + 1, atoms); in GeneratePostfix() 155 int nargs = CountArgs(fmt); in GenerateRandomPostfix() local 156 if (nargs <= nstk) { in GenerateRandomPostfix() 158 bool ret = GenerateRandomPostfix(post, nstk - nargs + 1, in GenerateRandomPostfix()
|
/external/pdfium/third_party/freetype/src/cff/ |
D | cffgload.c | 1495 FT_Int nargs; in cff_decoder_parse_charstrings() local 1503 nargs = num_args - num_args % 6; in cff_decoder_parse_charstrings() 1506 cff_check_points( builder, nargs / 2 ) ) in cff_decoder_parse_charstrings() 1509 args -= nargs; in cff_decoder_parse_charstrings() 1529 FT_Int nargs; in cff_decoder_parse_charstrings() local 1540 nargs = num_args & ~2; in cff_decoder_parse_charstrings() 1545 args -= nargs; in cff_decoder_parse_charstrings() 1547 if ( nargs & 1 ) in cff_decoder_parse_charstrings() 1551 nargs--; in cff_decoder_parse_charstrings() 1554 if ( cff_check_points( builder, 3 * ( nargs / 4 ) ) ) in cff_decoder_parse_charstrings() [all …]
|
/external/freetype/src/cff/ |
D | cffgload.c | 1495 FT_Int nargs; in cff_decoder_parse_charstrings() local 1503 nargs = num_args - num_args % 6; in cff_decoder_parse_charstrings() 1506 cff_check_points( builder, nargs / 2 ) ) in cff_decoder_parse_charstrings() 1509 args -= nargs; in cff_decoder_parse_charstrings() 1529 FT_Int nargs; in cff_decoder_parse_charstrings() local 1540 nargs = num_args & ~2; in cff_decoder_parse_charstrings() 1545 args -= nargs; in cff_decoder_parse_charstrings() 1547 if ( nargs & 1 ) in cff_decoder_parse_charstrings() 1551 nargs--; in cff_decoder_parse_charstrings() 1554 if ( cff_check_points( builder, 3 * ( nargs / 4 ) ) ) in cff_decoder_parse_charstrings() [all …]
|
/external/strace/ |
D | prctl.c | 88 for (i = 3; i < tcp->s_ent->nargs; i++) in prctl_enter() 100 for (i = 2; i < tcp->s_ent->nargs; i++) in prctl_enter() 131 for (i = 2; i < tcp->s_ent->nargs; i++) in prctl_enter() 157 for (i = 2; i < tcp->s_ent->nargs; i++) in prctl_enter() 168 for (i = 1; i < tcp->s_ent->nargs; i++) in prctl_enter()
|
/external/v8/src/compiler/ |
D | js-generic-lowering.cc | 198 int nargs) { in ReplaceWithBuiltinCall() argument 200 CodeFactory::CallFunction(isolate(), nargs - 1, NO_CALL_FUNCTION_FLAGS); in ReplaceWithBuiltinCall() 202 linkage()->GetStubCallDescriptor(callable.descriptor(), nargs); in ReplaceWithBuiltinCall() 220 int nargs = (nargs_override < 0) ? fun->nargs : nargs_override; in ReplaceWithRuntimeCall() local 222 linkage()->GetRuntimeCallDescriptor(f, nargs, properties); in ReplaceWithRuntimeCall() 224 Node* arity = Int32Constant(nargs); in ReplaceWithRuntimeCall() 229 PatchInsertInput(node, nargs + 1, ref); in ReplaceWithRuntimeCall() 230 PatchInsertInput(node, nargs + 2, arity); in ReplaceWithRuntimeCall()
|
/external/strace/linux/mips/ |
D | get_syscall_args.c | 20 if (tcp->s_ent->nargs > 4) { 22 (tcp->s_ent->nargs - 4) * sizeof(tcp->u_arg[0]),
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | probe-event.c | 1060 pev->nargs = argc - 1; in parse_perf_probe_command() 1061 pev->args = zalloc(sizeof(struct perf_probe_arg) * pev->nargs); in parse_perf_probe_command() 1066 for (i = 0; i < pev->nargs && ret >= 0; i++) { in parse_perf_probe_command() 1089 for (i = 0; i < pev->nargs; i++) in perf_probe_event_need_dwarf() 1164 tev->nargs = argc - 2; in parse_probe_trace_command() 1165 tev->args = zalloc(sizeof(struct probe_trace_arg) * tev->nargs); in parse_probe_trace_command() 1170 for (i = 0; i < tev->nargs; i++) { in parse_probe_trace_command() 1298 for (i = 0; i < pev->nargs; i++) { 1420 for (i = 0; i < tev->nargs; i++) { in synthesize_probe_trace_command() 1456 pev->nargs = tev->nargs; in convert_to_perf_probe_event() [all …]
|
/external/selinux/policycoreutils/sepolicy/ |
D | sepolicy.py | 343 group.add_argument("-d", "--domain", nargs="+", 357 action=CheckPort, nargs="+", type=int, 360 action=CheckPortType,nargs="+", 363 action=CheckDomain, nargs="+", 366 nargs="+", 412 group.add_argument("-b", "--boolean", dest="booleans", nargs="+", 539 group.add_argument("-i", "--interfaces", nargs="+", dest="interfaces", 552 action=CheckDomain, nargs="*", 568 pol.add_argument("-t", "--type", dest="types", default=[], nargs="*", 573 pol.add_argument("-w", "--writepath", dest="writepaths", nargs="*", default = [], [all …]
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page_parser.cpp | 1021 int nargs = m_ParamCount; in Handle_SetColor_Fill() local 1022 if (nargs > 4) { in Handle_SetColor_Fill() 1023 nargs = 4; in Handle_SetColor_Fill() 1025 for (int i = 0; i < nargs; i ++) { in Handle_SetColor_Fill() 1026 values[i] = GetNumber(nargs - i - 1); in Handle_SetColor_Fill() 1028 m_pCurStates->m_ColorState.SetFillColor(NULL, values, nargs); in Handle_SetColor_Fill() 1036 int nargs = m_ParamCount; in Handle_SetColor_Stroke() local 1037 if (nargs > 4) { in Handle_SetColor_Stroke() 1038 nargs = 4; in Handle_SetColor_Stroke() 1040 for (int i = 0; i < nargs; i ++) { in Handle_SetColor_Stroke() [all …]
|
/external/javassist/src/main/javassist/compiler/ |
D | JvstTypeChecker.java | 239 int nargs = getMethodArgsLength(args); in compileInvokeSpecial() local 240 atMethodArgs(args, new int[nargs], new int[nargs], in compileInvokeSpecial() 241 new String[nargs]); in compileInvokeSpecial()
|
/external/javasqlite/src/main/java/SQLite/ |
D | Database.java | 466 public void create_function(String name, int nargs, Function f) { in create_function() argument 468 _create_function(name, nargs, f); in create_function() 472 private native void _create_function(String name, int nargs, Function f); in _create_function() argument 482 public void create_aggregate(String name, int nargs, Function f) { in create_aggregate() argument 484 _create_aggregate(name, nargs, f); in create_aggregate() 488 private native void _create_aggregate(String name, int nargs, Function f); in _create_aggregate() argument
|
/external/clang/utils/check_cfc/ |
D | obj_diff.py | 68 parser.add_argument('objfilea', nargs=1) 69 parser.add_argument('objfileb', nargs=1)
|