Home
last modified time | relevance | path

Searched refs:taskID (Results 1 – 11 of 11) sorted by relevance

/external/skia/infra/bots/task_drivers/perf_puppeteer_canvas/
Dperf_puppeteer_canvas.go37 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/
Dperf_puppeteer_render_skps.go40 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/
Dperf_puppeteer_skottie_frames.go39 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/
DParallelShaderCompileTest.cpp186 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/
Dcompile_wasm_gm_tests.go32 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/
Dsynchronized.m9 …id taskID = [task taskIdentifier]; // expected-warning {{method '-taskIdentifier' not found (retu…
/external/llvm-project/clang/test/SemaObjC/
Dsynchronized.m9 …id taskID = [task taskIdentifier]; // expected-warning {{method '-taskIdentifier' not found (retu…
/external/skia/infra/bots/task_drivers/cifuzz/
Dcifuzz.go34 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/
Drun_wasm_gm_tests.go35 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/
DGrCoverageCountingPathRenderer.cpp172 for (auto& [taskID, paths] : fPendingPaths) { in preFlush()
/external/skia/tests/
DOnFlushCallbackTest.cpp372 for (uint32_t taskID : renderTaskIDs) { in preFlush() local
373 if (LinkedListHeader* list = this->getList(taskID)) { in preFlush()