Home
last modified time | relevance | path

Searched defs:logFile (Results 1 – 13 of 13) sorted by relevance

/external/llvm-libc/test/src/math/performance_testing/
DBinaryOpSingleOutputPerf.h82 const char *logFile) { in run_perf()
101 static void run_diff(Func myFunc, Func otherFunc, const char *logFile) { in run_diff()
DSingleInputSingleOutputPerf.h70 static void runPerf(Func myFunc, Func otherFunc, const char *logFile) { in runPerf()
/external/slf4j/slf4j-simple/src/main/java/org/slf4j/simple/
DSimpleLoggerConfiguration.java66 private String logFile = LOG_FILE_DEFAULT; field in SimpleLoggerConfiguration
170 private static OutputChoice computeOutputChoice(String logFile, boolean cacheOutputStream) { in computeOutputChoice()
/external/deqp/external/vulkancts/vkscserver/
DvksServices.cpp99 const CmdLineParams &cmdLineParams, const std::string &logFile) in CreateVulkanSCCache()
157 VkscServer *createServerVKSC(const std::string &logFile) in createServerVKSC()
Dserver.cpp101 std::string logFile; member
/external/caliper/caliper/src/test/java/com/google/caliper/config/
DLoggingConfigLoaderTest.java84 File logFile = new File(new File(caliperDirectory, "log"), in testLoadDefaultLogConfiguration() local
/external/cronet/components/cronet/android/test/javatests/src/org/chromium/net/
DCronetUrlRequestContextTest.java779 File logFile = new File(netLogDir, "netlog.json"); in testBoundedFileNetLog() local
842 File logFile = new File(netLogDir, "netlog.json"); in testNoStopBoundedFileNetLog() local
1462 File logFile = new File(netLogDir, "netlog.json"); in testBoundedFileNetLogAfterShutdown() local
1516 File logFile = new File(netLogDir, "netlog.json"); in testBoundedFileNetLogStartMultipleTimes() local
1579 File logFile = new File(netLogDir, "netlog.json"); in testBoundedFileNetLogStopMultipleTimes() local
1638 File logFile = new File(netLogDir, "netlog.json"); in testBoundedFileNetLogWithBytes() local
1657 private boolean hasBytesInNetLog(File logFile) throws Exception { in hasBytesInNetLog()
1661 private boolean containsStringInNetLog(File logFile, String content) throws Exception { in containsStringInNetLog()
/external/v4l2_codec2/tests/c2_e2e_test/src/org/chromium/c2/test/
DE2eTestActivity.java86 String logFile = getIntent().getStringExtra("log-file"); in maybeStartTest() local
/external/apache-xml/test/java/src/org/apache/qetest/xsl/
DResultScanner.java316 String logFile = resultDir + File.separator + "ResultReport"; in main() local
DXSLTestHarness.java670 String logFile = reporterProps.getProperty(Logger.OPT_LOGFILE); in doMain() local
/external/deqp/android/package/src/com/drawelements/deqp/testercore/
DDeqpInstrumentation.java79 final File logFile = new File(m_logFileName); in onStart() local
/external/ksp/compiler-plugin/src/main/kotlin/com/google/devtools/ksp/
DIncremental.kt264 val logFile = File(logsDir, "kspSourceToOutputs.log") in toPath() constant
303 val logFile = File(logsDir, "kspDirtySet.log") in toPath() constant
/external/nist-sip/java/gov/nist/javax/sip/stack/
DServerLog.java187 File logFile = new File(logFileName); in checkLogFile() local