Home
last modified time | relevance | path

Searched refs:createResult (Results 1 – 3 of 3) sorted by relevance

/external/junit/src/main/java/junit/framework/
DTestCase.java110 protected TestResult createResult() { in createResult() method in TestCase
121 TestResult result = createResult(); in run()
/external/lzma/CPP/7zip/Bundles/SFXSetup/
DSfxSetup.cpp342 BOOL createResult = CreateProcess(NULL, (LPTSTR)(LPCTSTR)appLaunchedSys, in WinMain() local
345 if (createResult == 0) in WinMain()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSarifDiagnostics.cpp279 static json::Object createResult(const LangOptions &LO, in createResult() function
371 Results.push_back(createResult(LO, *D, Artifacts, RuleMapping)); in createRun()