Searched refs:projectID (Results 1 – 6 of 6) sorted by relevance
/third_party/libxml2/example/ |
D | gjobread.c | 97 xmlChar *projectID; member 129 ret->projectID = xmlGetProp(cur, (const xmlChar *) "ID"); in parseJob() 130 if (ret->projectID == NULL) { in parseJob() 160 if (cur->projectID != NULL) printf("projectID: %s\n", cur->projectID); in printJob()
|
/third_party/skia/infra/bots/task_drivers/compile_wasm_gm_tests/ |
D | compile_wasm_gm_tests.go | 30 projectID = flag.String("project_id", "", "ID of the Google Cloud project.") 42 ctx := td.StartRun(projectID, taskID, taskName, outputSteps, local)
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_canvas/ |
D | perf_puppeteer_canvas.go | 32 projectID = flag.String("project_id", "", "ID of the Google Cloud project.") 56 ctx := td.StartRun(projectID, taskID, taskName, outputSteps, local)
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_render_skps/ |
D | perf_puppeteer_render_skps.go | 35 projectID = flag.String("project_id", "", "ID of the Google Cloud project.") 60 ctx := td.StartRun(projectID, taskID, taskName, outputSteps, local)
|
/third_party/skia/infra/bots/task_drivers/run_wasm_gm_tests/ |
D | run_wasm_gm_tests.go | 34 projectID = flag.String("project_id", "", "ID of the Google Cloud project.") 56 ctx := td.StartRun(projectID, taskID, taskName, outputSteps, local)
|
/third_party/skia/infra/bots/task_drivers/perf_puppeteer_skottie_frames/ |
D | perf_puppeteer_skottie_frames.go | 35 projectID = flag.String("project_id", "", "ID of the Google Cloud project.") 60 ctx := td.StartRun(projectID, taskID, taskName, outputSteps, local)
|