/external/skia/infra/bots/task_drivers/perf_puppeteer_canvas/ |
D | perf_puppeteer_canvas.go | 37 taskID = flag.String("task_id", "", "task id this data was generated on") 56 ctx := td.StartRun(projectID, taskID, taskName, outputSteps, local) 67 outputWithoutResults, err := makePerfObj(*gitHash, *taskID, os.Getenv("SWARMING_BOT_ID"), keys) 87 outputFile := filepath.Join(outputAbsPath, fmt.Sprintf("perf-%s.json", *taskID)) 95 func makePerfObj(gitHash, taskID, machineID string, keys map[string]string) (perfJSONFormat, error)… argument 100 if taskID == "" { 104 rv.SwarmingTaskID = taskID
|
/external/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/ |
D | perf_puppeteer_render_skps.go | 40 taskID = flag.String("task_id", "", "task id this data was generated on") 60 ctx := td.StartRun(projectID, taskID, taskName, outputSteps, local) 71 outputWithoutResults, err := makePerfObj(*gitHash, *taskID, os.Getenv("SWARMING_BOT_ID"), keys) 92 outputFile := filepath.Join(outputAbsPath, fmt.Sprintf("perf-%s.json", *taskID)) 100 func makePerfObj(gitHash, taskID, machineID string, keys map[string]string) (perfJSONFormat, error)… argument 105 if taskID == "" { 109 rv.SwarmingTaskID = taskID
|
/external/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/ |
D | perf_puppeteer_skottie_frames.go | 39 taskID = flag.String("task_id", "", "task id this data was generated on") 59 ctx := td.StartRun(projectID, taskID, taskName, outputSteps, local) 70 outputWithoutResults, err := makePerfObj(*gitHash, *taskID, os.Getenv("SWARMING_BOT_ID"), keys) 91 outputFile := filepath.Join(outputAbsPath, fmt.Sprintf("perf-%s.json", *taskID)) 99 func makePerfObj(gitHash, taskID, machineID string, keys map[string]string) (perfJSONFormat, error)… argument 104 if taskID == "" { 108 rv.SwarmingTaskID = taskID
|
/external/angle/src/tests/gl_tests/ |
D | ParallelShaderCompileTest.cpp | 186 ClearColorWithDraw(int taskID) : Task(taskID) in ClearColorWithDraw() argument 188 auto color = static_cast<GLubyte>(taskID * 255 / kTaskCount); in ClearColorWithDraw() 256 ImageLoadStore(int taskID) : Task(taskID) {} in ImageLoadStore() argument
|
/external/skia/infra/bots/task_drivers/compile_wasm_gm_tests/ |
D | compile_wasm_gm_tests.go | 32 taskID = flag.String("task_id", "", "task id this data was generated on") 42 ctx := td.StartRun(projectID, taskID, taskName, outputSteps, local)
|
/external/clang/test/SemaObjC/ |
D | synchronized.m | 9 …id taskID = [task taskIdentifier]; // expected-warning {{method '-taskIdentifier' not found (retu…
|
/external/llvm-project/clang/test/SemaObjC/ |
D | synchronized.m | 9 …id taskID = [task taskIdentifier]; // expected-warning {{method '-taskIdentifier' not found (retu…
|
/external/skia/infra/bots/task_drivers/cifuzz/ |
D | cifuzz.go | 34 taskID = flag.String("task_id", "", "task id this data was generated on") 44 ctx := td.StartRun(projectID, taskID, taskName, outputSteps, local)
|
/external/skia/infra/bots/task_drivers/run_wasm_gm_tests/ |
D | run_wasm_gm_tests.go | 35 taskID = flag.String("task_id", "", "task id this data was generated on") 55 ctx := td.StartRun(projectID, taskID, taskName, outputSteps, local)
|
/external/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 172 for (auto& [taskID, paths] : fPendingPaths) { in preFlush()
|
/external/skia/tests/ |
D | OnFlushCallbackTest.cpp | 372 for (uint32_t taskID : renderTaskIDs) { in preFlush() local 373 if (LinkedListHeader* list = this->getList(taskID)) { in preFlush()
|