Home
last modified time | relevance | path

Searched refs:nextArg (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/extensions/renderer/resources/
Druntime_custom_bindings.js128 var nextArg = 0;
132 if (typeof(arguments[nextArg]) == 'string')
133 targetId = arguments[nextArg++];
137 if (typeof(arguments[nextArg]) == 'object')
138 connectInfo = arguments[nextArg++];
140 if (nextArg != arguments.length)
/external/oprofile/libpopt/
Dpopt.c47 (con->os->nextArg ? con->os->nextArg : ""), in prtcon()
160 con->os->nextArg, cbData); in invokeCallbacksOPTION()
222 os->nextArg = _free(os->nextArg); in cleanOSE()
239 con->os->nextArg = NULL; in poptResetContext()
368 con->os->nextArg = NULL; in handleAlias()
757 con->os->nextArg = xstrdup(origOptString); in poptGetNextOpt()
860 con->os->nextArg = _free(con->os->nextArg); in poptGetNextOpt()
865 con->os->nextArg = longArg; in poptGetNextOpt()
868 con->os->nextArg = longArg; in poptGetNextOpt()
880 con->os->nextArg = NULL; in poptGetNextOpt()
[all …]
Dpoptint.h53 const char * nextArg; member
/external/clang/lib/ASTMatchers/Dynamic/
DParser.cpp276 void nextArg() { in nextArg() function
367 SCE.nextArg(); in parseMatcherExpressionImpl()