HomeSort by relevance Sort by last modified time
    Searched defs:Parallel (Results 1 - 17 of 17) sorted by null

  /build/soong/android/
mutator.go 38 if t.parallel {
39 handle.Parallel()
57 mctx.BottomUp("deps", depsMutator).Parallel()
77 ctx.TopDown("load_hooks", loadHookMutator).Parallel()
85 ctx.BottomUp("arch", archMutator).Parallel()
86 ctx.TopDown("arch_hooks", archHookMutator).Parallel()
199 Parallel() MutatorHandle
202 func (mutator *mutator) Parallel() MutatorHandle {
203 mutator.parallel = true
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
testing.go 68 parallel = flag.Int("test.parallel", runtime.GOMAXPROCS(0), "maximum test parallelism")
127 startParallel chan bool // Parallel tests will wait on this.
200 // Parallel signals that this test is to be run in parallel with (and only with)
201 // other parallel tests in this CPU group.
202 func (t *T) Parallel() {
268 // collector merges in one channel all the upstream signals from parallel tests.
303 if out == nil { // Parallel run.
316 if running < *parallel && numParallel > 0
67 parallel = flag.Int("test.parallel", runtime.GOMAXPROCS(0), "maximum test parallelism") var
    [all...]
  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.go 68 parallel = flag.Int("test.parallel", runtime.GOMAXPROCS(0), "maximum test parallelism")
127 startParallel chan bool // Parallel tests will wait on this.
200 // Parallel signals that this test is to be run in parallel with (and only with)
201 // other parallel tests in this CPU group.
202 func (t *T) Parallel() {
268 // collector merges in one channel all the upstream signals from parallel tests.
303 if out == nil { // Parallel run.
316 if running < *parallel && numParallel > 0
67 parallel = flag.Int("test.parallel", runtime.GOMAXPROCS(0), "maximum test parallelism") var
    [all...]
  /build/soong/ui/build/
config.go 39 parallel int
61 ret.parallel = runtime.NumCPU() + 2
230 c.parallel = parseArgNum(c.parallel)
438 func (c *configImpl) Parallel() int {
439 return c.parallel
453 // gomacc) are run in parallel. Note the parallelism of all other jobs is
454 // still limited by Parallel()
  /prebuilts/go/darwin-x86/src/testing/
testing.go 63 // If a benchmark needs to test performance in a parallel setting, it may use
168 // run in parallel with each other, and only with each other, regardless of
175 // t.Parallel()
181 // Run does not return until parallel subtests have completed, providing a way
182 // to clean up after a group of parallel tests:
185 // // This Run will not return until the parallel tests finish.
270 parallel = flag.Int("test.parallel", runtime.GOMAXPROCS(0), "run at most `n` tests in parallel")
304 barrier chan bool // To signal parallel subtests they may start
269 parallel = flag.Int("test.parallel", runtime.GOMAXPROCS(0), "run at most `n` tests in parallel") var
    [all...]
  /prebuilts/go/linux-x86/src/testing/
testing.go 63 // If a benchmark needs to test performance in a parallel setting, it may use
168 // run in parallel with each other, and only with each other, regardless of
175 // t.Parallel()
181 // Run does not return until parallel subtests have completed, providing a way
182 // to clean up after a group of parallel tests:
185 // // This Run will not return until the parallel tests finish.
270 parallel = flag.Int("test.parallel", runtime.GOMAXPROCS(0), "run at most `n` tests in parallel")
304 barrier chan bool // To signal parallel subtests they may start
269 parallel = flag.Int("test.parallel", runtime.GOMAXPROCS(0), "run at most `n` tests in parallel") var
    [all...]
  /build/blueprint/
context.go 271 parallel bool
450 // Returns a MutatorHandle, on which Parallel can be called to set the mutator to visit modules in
451 // parallel while maintaining ordering.
477 // Returns a MutatorHandle, on which Parallel can be called to set the mutator to visit modules in
478 // parallel while maintaining ordering.
498 // Set the mutator to visit modules in parallel while maintaining ordering. Calling any
501 Parallel() MutatorHandle
504 func (mutator *mutatorInfo) Parallel() MutatorHandle {
505 mutator.parallel = true
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyBios.h 477 UINT16 Address; ///< I/O address assigned to the parallel port.
478 UINT8 Irq; ///< IRQ assigned to the parallel port.
479 UINT8 Dma; ///< DMA assigned to the parallel port.
480 PARALLEL_MODE Mode; ///< Mode of the parallel port. Values are defined below.
516 DEVICE_PRODUCER_PARALLEL Parallel[3]; ///< Data for parallel port x. Type DEVICE_PRODUCER_PARALLEL is defined below.
    [all...]
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Guid/
SetupVariable.h 115 UINT8 Parallel;
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 1163 milliseconds