HomeSort by relevance Sort by last modified time
    Searched defs:Parallel (Results 1 - 8 of 8) 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()
86 ctx.BottomUp("arch", archMutator).Parallel()
87 ctx.TopDown("arch_hooks", archHookMutator).Parallel()
205 Parallel() MutatorHandle
208 func (mutator *mutator) Parallel() MutatorHandle {
209 mutator.parallel = true
  /build/soong/ui/build/
config.go 40 parallel int
71 ret.parallel = runtime.NumCPU() + 2
260 c.parallel = parseArgNum(c.parallel)
468 func (c *configImpl) Parallel() int {
469 return c.parallel
497 // gomacc) are run in parallel. Note the parallelism of all other jobs is
498 // still limited by Parallel()
  /build/blueprint/
context.go 277 parallel bool
457 // Returns a MutatorHandle, on which Parallel can be called to set the mutator to visit modules in
458 // parallel while maintaining ordering.
484 // Returns a MutatorHandle, on which Parallel can be called to set the mutator to visit modules in
485 // parallel while maintaining ordering.
505 // Set the mutator to visit modules in parallel while maintaining ordering. Calling any
508 Parallel() MutatorHandle
511 func (mutator *mutatorInfo) Parallel() MutatorHandle {
512 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 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 522 milliseconds