Searched refs:secondArg (Results 1 – 2 of 2) sorted by relevance
52 set secondArg=%~2 variable181 if "%firstArg%"=="-home" set FINDBUGS_HOME=%secondArg%184 if "%firstArg%"=="-jvmArgs" set jvmargs=%secondArg%187 if "%firstArg%"=="-maxHeap" set maxheap=%secondArg%196 if "%firstArg%"=="-javahome" set javahome=%secondArg%\bin\199 if "%firstArg%"=="-property" set javaProps=-D%secondArg% %javaProps%
1226 char const* secondArg = "" );8156 …pressionWithSecondArgument( std::string const& capturedExpression, std::string const& secondArg ) { in capturedExpressionWithSecondArgument() argument8157 return secondArg.empty() || secondArg == "\"\"" in capturedExpressionWithSecondArgument()8159 : capturedExpression + ", " + secondArg; in capturedExpressionWithSecondArgument()8165 char const* secondArg ) in ResultBuilder() argument8166 …me, lineInfo, capturedExpressionWithSecondArgument( capturedExpression, secondArg ), resultDisposi… in ResultBuilder()