Searched defs:parallel (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/cython/src/Tools/
H A Dcystdlib.py8 Pass '-j N' to get a parallel build with N processes.
87 parallel=None):
110 nthreads=parallel,
143 help='run builds in N parallel jobs (default: 1)')
169 print("Building in %d parallel processes" % parallel_jobs)
171 print("Not building in parallel")
175 parallel=parallel_jobs, variable
/external/chromium_org/build/android/pylib/utils/
H A Dparallelizer_test.py21 parallel = parallelizer.Parallelizer variable in class:ParallelizerTestObject
92 ParallelizerTestObject.parallel(devices).doSetTheThing(False).pFinish(1)
97 results = ParallelizerTestObject.parallel(
106 p = ParallelizerTestObject.parallel(devices).doRaiseTheThing()
125 p = ParallelizerTestObject.parallel(devices)
141 p = ParallelizerTestObject.parallel(devices)
151 results = (ParallelizerTestObject.parallel(devices).helper
160 results = ParallelizerTestObject.parallel(devices)[9].pGet(1)
/external/chromium_org/build/android/pylib/device/
H A Ddevice_utils.py849 def parallel(devices=None, async=False): member in class:DeviceUtils
/external/chromium_org/third_party/skia/src/core/
H A DSkStrokerPriv.cpp44 SkVector parallel; local
45 normal.rotateCW(&parallel);
49 path->setLastPt(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY);
50 path->lineTo(pivot.fX - normal.fX + parallel.fX, pivot.fY - normal.fY + parallel.fY);
54 path->lineTo(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY);
55 path->lineTo(pivot.fX - normal.fX + parallel.fX, pivot.fY - normal.fY + parallel
[all...]
/external/skia/src/core/
H A DSkStrokerPriv.cpp44 SkVector parallel; local
45 normal.rotateCW(&parallel);
49 path->setLastPt(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY);
50 path->lineTo(pivot.fX - normal.fX + parallel.fX, pivot.fY - normal.fY + parallel.fY);
54 path->lineTo(pivot.fX + normal.fX + parallel.fX, pivot.fY + normal.fY + parallel.fY);
55 path->lineTo(pivot.fX - normal.fX + parallel.fX, pivot.fY - normal.fY + parallel
[all...]
/external/chromium_org/third_party/cython/src/Cython/
H A DShadow.py397 The cython.parallel module.
400 __all__ = ['parallel', 'prange', 'threadid']
402 def parallel(self, num_threads=None): member in class:CythonDotParallel
418 sys.modules['cython.parallel'] = CythonDotParallel()
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDLineIntersection.cpp10 /* Determine the intersection point of two lines. This assumes the lines are not parallel,
44 void SkIntersections::cleanUpParallelLines(bool parallel) { argument
48 if (fUsed == 2 && !parallel) {
141 // detect parallel lines the same way here and in SkOpAngle operator <
142 // so that non-parallel means they are also sortable
247 fMax = 3; // clean up parallel at the end will limit the result to 2 at the most
335 fMax = 3; // cleanup parallel lines will bring this back line
/external/skia/src/pathops/
H A DSkDLineIntersection.cpp10 /* Determine the intersection point of two lines. This assumes the lines are not parallel,
44 void SkIntersections::cleanUpParallelLines(bool parallel) { argument
48 if (fUsed == 2 && !parallel) {
141 // detect parallel lines the same way here and in SkOpAngle operator <
142 // so that non-parallel means they are also sortable
244 fMax = 3; // clean up parallel at the end will limit the result to 2 at the most
332 fMax = 3; // cleanup parallel lines will bring this back line
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h3014 ChardevHostdev * parallel; member in union:ChardevBackend::__anon30072
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
H A Dpdebuild-ant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/internal/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 3248 milliseconds