Searched refs:traceName (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/angle2/util/capture/ |
D | frame_capture_test_utils.h | 81 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,
|
D | frame_capture_test_utils.cpp | 71 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/ |
D | timeline_summary.dart | 111 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/ |
D | ValidationTest.cpp | 109 std::string traceName = in SetUp() local 112 mWireHelper->BeginWireTrace(traceName.c_str()); in SetUp()
|
/third_party/ltp/testcases/network/sockets/ |
D | ltpClient.c | 97 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/ |
D | restricted_traces_autogen.h | 58 ANGLE_TRACE_EXPORT const TraceInfo &GetTraceInfo(const char *traceName);
|
D | restricted_traces_autogen.cpp | 2426 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/ |
D | TracePerfTest.cpp | 653 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/ |
D | DawnTest.cpp | 956 std::string traceName = in SetUp() local 959 mWireHelper->BeginWireTrace(traceName.c_str()); in SetUp()
|