Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/vkscserver/
DvksServices.cpp97 …t caseFraction, vector<u8>& binary, const CmdLineParams& cmdLineParams, const std::string& logFile) in CreateVulkanSCCache()
160 VkscServer* createServerVKSC(const std::string& logFile) in createServerVKSC()
Dserver.cpp89 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.java511 File logFile = new File(netLogDir, "netlog.json"); in testBoundedFileNetLog() local
571 File logFile = new File(netLogDir, "netlog.json"); in testNoStopBoundedFileNetLog() local
996 File logFile = new File(netLogDir, "netlog.json"); in testBoundedFileNetLogAfterShutdown() local
1044 File logFile = new File(netLogDir, "netlog.json"); in testBoundedFileNetLogStartMultipleTimes() local
1101 File logFile = new File(netLogDir, "netlog.json"); in testBoundedFileNetLogStopMultipleTimes() local
1156 File logFile = new File(netLogDir, "netlog.json"); in testBoundedFileNetLogWithBytes() local
1176 private boolean hasBytesInNetLog(File logFile) throws Exception { in hasBytesInNetLog()
1180 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/deqp/android/package/src/com/drawelements/deqp/testercore/
DDeqpInstrumentation.java82 final File logFile = new File(m_logFileName); in onStart() local
/external/mesa3d/src/mesa/main/
Derrors.c57 const char *logFile = getenv("MESA_LOG_FILE"); in output_if_debug() local
/external/nist-sip/java/gov/nist/javax/sip/stack/
DServerLog.java187 File logFile = new File(logFileName); in checkLogFile() local
/external/slf4j/slf4j-simple/src/main/java/org/slf4j/impl/
DSimpleLogger.java212 private static PrintStream computeTargetStream(String logFile) { in computeTargetStream()