Home
last modified time | relevance | path

Searched refs:traceName (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/util/capture/
Dframe_capture_test_utils.h81 std::string traceName = traceNameStr.str(); in TraceLibrary() local
82 mTraceLibrary.reset(OpenSharedLibrary(traceName.c_str(), SearchType::ModuleDir)); in TraceLibrary()
164 bool LoadTraceInfoFromJSON(const std::string &traceName,
Dframe_capture_test_utils.cpp71 bool LoadTraceInfoFromJSON(const std::string &traceName, in LoadTraceInfoFromJSON() argument
88 strncpy(traceInfoOut->name, traceName.c_str(), kTraceInfoMaxNameLen); in LoadTraceInfoFromJSON()
/third_party/flutter/flutter/packages/flutter_driver/lib/src/driver/
Dtimeline_summary.dart111 String traceName, {
117 final File file = fs.file(path.join(destinationDirectory, '$traceName.timeline.json'));
123 String traceName, {
129 final File file = fs.file(path.join(destinationDirectory, '$traceName.timeline_summary.json'));
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DValidationTest.cpp109 std::string traceName = in SetUp() local
112 mWireHelper->BeginWireTrace(traceName.c_str()); in SetUp()
/third_party/ltp/testcases/network/sockets/
DltpClient.c97 progName[MAX_MSG_LEN], traceName[MAX_MSG_LEN], multiCast = TRUE; in main() local
112 strncpy(traceName, argv[2], MAX_MSG_LEN); in main()
294 ltp_run_traceroute_tests(traceName); in main()
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
Drestricted_traces_autogen.h58 ANGLE_TRACE_EXPORT const TraceInfo &GetTraceInfo(const char *traceName);
Drestricted_traces_autogen.cpp2426 const TraceInfo &GetTraceInfo(const char *traceName) in GetTraceInfo() argument
2431 if (strncmp(tracePair.name, traceName, kTraceInfoMaxNameLen) == 0) in GetTraceInfo()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DTracePerfTest.cpp653 bool FindTraceTestDataPath(const char *traceName, char *testDataDirOut, size_t maxDataDirLen) in FindTraceTestDataPath() argument
657 traceName); in FindTraceTestDataPath()
1177 std::string traceName = traceNameStr.str(); in initializeBenchmark() local
1178 mTraceLibrary.reset(new TraceLibrary(traceName.c_str())); in initializeBenchmark()
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp956 std::string traceName = in SetUp() local
959 mWireHelper->BeginWireTrace(traceName.c_str()); in SetUp()