HomeSort by relevance Sort by last modified time
    Searched refs:jobs (Results 51 - 73 of 73) sorted by null

1 23

  /build/soong/android/
defs.go 100 // Used only when USE_GOMA=true is set, to restrict non-goma jobs to the local parallelism value
package_ctx.go 256 // When USE_GOMA=true is set and the rule is not supported by goma, restrict jobs to the
  /external/mesa3d/src/gallium/drivers/vc4/
vc4_context.h 216 /* Hash table key for vc4->jobs */
326 struct hash_table *jobs; member in struct:vc4_context
331 * Primarily for flushing jobs rendering to textures that are now
  /external/smali/smali/src/main/java/org/jf/smali/
Smali.java 96 ExecutorService executor = Executors.newFixedThreadPool(options.jobs);
  /external/syzkaller/syz-ci/
jobs.go 67 jp.Errorf("failed to poll jobs: %v", err)
163 dir := osutil.Abs(filepath.Join("jobs", mgr.managercfg.TargetOS))
syz-ci.go 44 // jobs/
83 // Enable patch testing jobs.
  /external/v8/tools/vim/
ninja-build.vim 16 " Bumps the number of parallel jobs in ninja automatically if goma is
  /external/mesa3d/src/gallium/drivers/vc5/
vc5_context.h 185 /* Hash table key for vc5->jobs */
308 struct hash_table *jobs; member in struct:vc5_context
313 * Primarily for flushing jobs rendering to textures that are now
  /external/syzkaller/dashboard/dashapi/
dashapi.go 109 // Jobs workflow:
110 // - syz-ci sends JobPollReq periodically to check for new jobs,
113 // if no new jobs available ID is set to empty string.
  /external/skia/infra/bots/
gen_tasks.go 65 // Name prefix for upload jobs.
82 // Top-level list of all jobs to run at each commit; loaded from
83 // jobs.json.
84 JOBS []string
221 jobsFile = flag.String("jobs", "", "JSON file containing jobs to run.")
895 // is listed in JOBS.
896 if !util.In(name, JOBS) {
897 glog.Fatalf("Job %q is missing from the JOBS list!", name)
    [all...]
  /external/skqp/infra/bots/
gen_tasks.go 66 // Name prefix for upload jobs.
84 // Top-level list of all jobs to run at each commit; loaded from
85 // jobs.json.
86 JOBS []string
223 jobsFile = flag.String("jobs", "", "JSON file containing jobs to run.")
902 // is listed in JOBS.
903 if !util.In(name, JOBS) {
904 glog.Fatalf("Job %q is missing from the JOBS list!", name)
    [all...]
  /external/syzkaller/dashboard/app/
reporting_email.go 139 jobs, err := pollCompletedJobs(c, emailType)
143 for _, job := range jobs {
entities.go 131 // Later we may want to extend this to other types of jobs (hense the generic name):
jobs_test.go 373 // Testing on a wrong repo must fail and no test jobs passed to manager.
  /build/kati/cmd/kati/
main.go 66 flag.IntVar(&jobsFlag, "j", 1, "Allow N jobs at once.")
  /build/soong/ui/build/
config.go 496 // RemoteParallel controls how many remote jobs (i.e., commands which contain
497 // gomacc) are run in parallel. Note the parallelism of all other jobs is
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.13.0.v20180512-1138.jar 
org.eclipse.core.runtime_3.14.0.v20180417-0825.jar 
org.eclipse.jdt.core_3.14.0.v20180528-0519.jar 
  /build/soong/cmd/multiproduct_kati/
main.go 51 var numJobs = flag.Int("j", detectNumJobs(), "number of parallel kati jobs")
  /build/soong/ui/status/ninja_frontend/
frontend.pb.go 178 // Number of jobs Ninja will run in parallel.
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 792 milliseconds

1 23