Searched refs:firstArg (Results 1 – 8 of 8) sorted by relevance
51 set firstArg=%~1 variable54 if "%firstArg%"=="" goto launch57 if not "%firstArg%"=="-addMessages" goto notAddMessages63 if not "%firstArg%"=="-computeBugHistory" goto notUpdate69 if not "%firstArg%"=="-xmltotext" goto notXmlToText75 if not "%firstArg%"=="-copyBS" goto notCopyBS81 if not "%firstArg%"=="-defectDensity" goto notDefectDensity87 if not "%firstArg%"=="-filterBugs" goto notFilterBugs93 if not "%firstArg%"=="-listBugDatabaseInfo" goto notListBugDatabaseInfo99 if not "%firstArg%"=="-mineBugHistory" goto notMineBugHistory[all …]
262 int firstArg = -1; in formatAndReplace() local272 firstArg = n; in formatAndReplace()282 if (firstArg < 0) { in formatAndReplace()
260 int firstArg = -1; in formatAndReplace() local270 firstArg = n; in formatAndReplace()280 if (firstArg < 0) { in formatAndReplace()
220 int32_t firstArg = -1; in formatAndReplace() local230 firstArg = n; in formatAndReplace()240 if (firstArg < 0) { in formatAndReplace()
111 boolean firstArg = true; in genCode()113 if (firstArg) { in genCode()115 firstArg = false; in genCode()
621 StkId firstArg = L->top - n; /* first argument */ in resume() local624 if (!luaD_precall(L, firstArg - 1, LUA_MULTRET)) /* Lua function? */ in resume()639 firstArg = L->top - n; /* yield results come from continuation */ in resume()641 luaD_poscall(L, ci, firstArg, n); /* finish 'luaD_precall' */ in resume()
407 int firstArg = originalNumRegisters + numAdditionalRegs; in Java_com_android_dx_mockito_inline_StaticClassTransformer_nativeRedefine() local462 int argReg = firstArg; in Java_com_android_dx_mockito_inline_StaticClassTransformer_nativeRedefine()549 int argReg = firstArg; in Java_com_android_dx_mockito_inline_StaticClassTransformer_nativeRedefine()
90 + (void)fooMethod:(id)firstArg, ... {