Home
last modified time | relevance | path

Searched full:multiprocess (Results 1 – 25 of 129) sorted by relevance

123456

/external/angle/infra/specs/
Dtest_suite_exceptions.pyl22 # anglebug.com/352528974 suspecting OOM caused by multiprocess
32 # anglebug.com/352528974 suspecting OOM caused by multiprocess
41 # anglebug.com/40644897 suspecting device lost caused by multiprocess
100 # anglebug.com/40644897 suspecting device lost caused by multiprocess
/external/python/cpython3/.github/workflows/
Djit.yml41 ./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
116 … ${{ matrix.debug && '-d' || '' }} -p ${{ matrix.architecture }} -q --multiprocess 0 --timeout 450…
134 ./python.exe -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
143 ./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
164 …./python -m test --ignorefile=Tools/jit/ignore-tests-emulated-linux.txt --multiprocess 0 --timeout…
183 ./python -m test --multiprocess 0 --timeout 4500 --verbose2 --verbose3
/external/rust/android-crates-io/crates/gdbstub/src/protocol/commands/
D_qSupported.rs34 b"multiprocess" => Feature::Multiprocess, in into_iter()
53 Multiprocess, enumerator
/external/python/rsa/tests/
Dtest_parallel.py1 """Test for multiprocess prime generation."""
11 """Tests for multiprocess prime generation."""
/external/python/cpython3/Lib/wsgiref/
Dhandlers.py164 env['wsgi.multiprocess'] = self.wsgi_multiprocess
448 inp,out,err,env, multithread=False, multiprocess=True
453 multithread=True, multiprocess=False argument
460 self.wsgi_multiprocess = multiprocess
501 'multiprocess' (defaulting to 'True' and 'False' respectively) to control
520 'wsgi.multiprocess' of 'True'. It does not take any initialization
536 read_environ(), multithread=False, multiprocess=True
572 environ, multithread=False, multiprocess=True
/external/cronet/stable/build/android/pylib/base/
Dbase_test_result.py99 # a Webview multiprocess mode suffix and an AwSettings mutation suffix.
100 # If both are present, the mutation suffix will come after the multiprocess
116 # At this stage, the name will only have the multiprocess suffix appended,
123 # then check for multiprocess mode suffix and strip it, if present
127 ), 'multiprocess mode test raw name should have the corresponding suffix'
/external/cronet/tot/build/android/pylib/base/
Dbase_test_result.py99 # a Webview multiprocess mode suffix and an AwSettings mutation suffix.
100 # If both are present, the mutation suffix will come after the multiprocess
116 # At this stage, the name will only have the multiprocess suffix appended,
123 # then check for multiprocess mode suffix and strip it, if present
127 ), 'multiprocess mode test raw name should have the corresponding suffix'
/external/angle/build/android/pylib/base/
Dbase_test_result.py99 # a Webview multiprocess mode suffix and an AwSettings mutation suffix.
100 # If both are present, the mutation suffix will come after the multiprocess
116 # At this stage, the name will only have the multiprocess suffix appended,
123 # then check for multiprocess mode suffix and strip it, if present
127 ), 'multiprocess mode test raw name should have the corresponding suffix'
/external/neven/Embedded/common/src/b_APIEm/
DBFFaceFinder.h47 /* number of detected faces in last call of multiProcess in face data buffer */
50 /* number of available faces in last call of multiProcess in face data buffer */
183 * multiProcess().
197 * multiProcess().
241 * wraps function multiProcess
/external/leakcanary2/leakcanary-android-core/src/main/java/leakcanary/
DRemoteWorkManagerHeapAnalyzer.kt6 import androidx.work.multiprocess.RemoteListenableWorker.ARGUMENT_CLASS_NAME
7 import androidx.work.multiprocess.RemoteListenableWorker.ARGUMENT_PACKAGE_NAME
/external/autotest/utils/frozen_chromite/lib/
Dretry_stats.py40 # After Setup, contains a multiprocess proxy array.
56 # Create a new stats collection structure that is multiprocess usable.
90 # Convert the multiprocess proxy list into a local simple list.
/external/libchrome/base/test/
Dmultiprocess_test.h20 // Helpers to spawn a child for a multiprocess test and execute a designated
22 // fixture, but you want (some) of your tests to be multiprocess (otherwise you
89 // To create a multiprocess test simply follow these steps:
/external/robolectric/resources/src/main/java/org/robolectric/manifest/
DActivityData.java20 private static final String MULTIPROCESS = "multiprocess"; field in ActivityData
115 return getBooleanAttr(withXMLNS(MULTIPROCESS), false); in isMultiprocess()
/external/cronet/stable/base/test/
Dmultiprocess_test.h19 // Helpers to spawn a child for a multiprocess test and execute a designated
21 // fixture, but you want (some) of your tests to be multiprocess (otherwise you
93 // To create a multiprocess test simply follow these steps:
/external/cronet/tot/base/test/
Dmultiprocess_test.h19 // Helpers to spawn a child for a multiprocess test and execute a designated
21 // fixture, but you want (some) of your tests to be multiprocess (otherwise you
93 // To create a multiprocess test simply follow these steps:
/external/crosvm/docs/book/src/running_crosvm/
Dadvanced_usage.md115 ## Multiprocess Mode
117 By default crosvm runs in multiprocess mode. Each device that supports running inside of a sandbox
154 - run in multiprocess mode (run in single process mode with `--disable-sandbox`)
/external/rust/android-crates-io/crates/gdbstub/src/stub/core_impl/
Dbase.rs73 .multiprocess() in report_reasonable_stop_reason()
108 Feature::Multiprocess => self.features.set_multiprocess(supported), in handle_base()
116 res.write_str(concat!(";vContSupported+", ";multiprocess+",))?; in handle_base()
356 // TODO: plumb-through Pid when exposing full multiprocess + extended mode in handle_base()
401 .multiprocess() in handle_base()
418 .multiprocess() in handle_base()
/external/rust/android-crates-io/crates/gdbstub/src/stub/
Dcore_impl.rs266 const MULTIPROCESS = 1 << 1; constant
282 fn multiprocess(&self) -> bool { in multiprocess() method
283 self.contains(ProtocolFeatures::MULTIPROCESS) in multiprocess()
288 self.set(ProtocolFeatures::MULTIPROCESS, val) in set_multiprocess()
/external/pytorch/benchmarks/dynamo/
Dtorchbench.yaml230 # Models that should only run in --multiprocess mode
231 multiprocess:
/external/leakcanary2/gradle/
Dlibs.versions.toml52 androidX-work-multiprocess = { module = "androidx.work:work-multiprocess", version.ref = "workManag…
/external/python/oauth2client/oauth2client/contrib/
Dmultiprocess_file_storage.py15 """Multiprocess file credential storage.
190 """Thread-local backend for multiprocess storage.
313 """Multiprocess file credential storage.
/external/libopus/dnn/torch/testsuite/
Drequirements.txt12 multiprocess
/external/perfetto/docs/concepts/
Dservice-model.md21 trace. In a multiprocess model, a producer almost always corresponds to a client
77 In a multiprocess scenario, each producer and each consumer interact with the
/external/leakcanary2/leakcanary-android-process/
Dbuild.gradle12 implementation libs.androidX.work.multiprocess
/external/libchrome/base/test/android/java/src/org/chromium/base/
DMultiprocessTestClientService.java9 /** The service implementation used to host all multiprocess test client code. */

123456