/external/angle/infra/specs/ |
D | test_suite_exceptions.pyl | 22 # 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/ |
D | jit.yml | 41 ./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.rs | 34 b"multiprocess" => Feature::Multiprocess, in into_iter() 53 Multiprocess, enumerator
|
/external/python/rsa/tests/ |
D | test_parallel.py | 1 """Test for multiprocess prime generation.""" 11 """Tests for multiprocess prime generation."""
|
/external/python/cpython3/Lib/wsgiref/ |
D | handlers.py | 164 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/ |
D | base_test_result.py | 99 # 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/ |
D | base_test_result.py | 99 # 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/ |
D | base_test_result.py | 99 # 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/ |
D | BFFaceFinder.h | 47 /* 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/ |
D | RemoteWorkManagerHeapAnalyzer.kt | 6 import androidx.work.multiprocess.RemoteListenableWorker.ARGUMENT_CLASS_NAME 7 import androidx.work.multiprocess.RemoteListenableWorker.ARGUMENT_PACKAGE_NAME
|
/external/autotest/utils/frozen_chromite/lib/ |
D | retry_stats.py | 40 # 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/ |
D | multiprocess_test.h | 20 // 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/ |
D | ActivityData.java | 20 private static final String MULTIPROCESS = "multiprocess"; field in ActivityData 115 return getBooleanAttr(withXMLNS(MULTIPROCESS), false); in isMultiprocess()
|
/external/cronet/stable/base/test/ |
D | multiprocess_test.h | 19 // 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/ |
D | multiprocess_test.h | 19 // 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/ |
D | advanced_usage.md | 115 ## 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/ |
D | base.rs | 73 .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/ |
D | core_impl.rs | 266 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/ |
D | torchbench.yaml | 230 # Models that should only run in --multiprocess mode 231 multiprocess:
|
/external/leakcanary2/gradle/ |
D | libs.versions.toml | 52 androidX-work-multiprocess = { module = "androidx.work:work-multiprocess", version.ref = "workManag…
|
/external/python/oauth2client/oauth2client/contrib/ |
D | multiprocess_file_storage.py | 15 """Multiprocess file credential storage. 190 """Thread-local backend for multiprocess storage. 313 """Multiprocess file credential storage.
|
/external/libopus/dnn/torch/testsuite/ |
D | requirements.txt | 12 multiprocess
|
/external/perfetto/docs/concepts/ |
D | service-model.md | 21 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/ |
D | build.gradle | 12 implementation libs.androidX.work.multiprocess
|
/external/libchrome/base/test/android/java/src/org/chromium/base/ |
D | MultiprocessTestClientService.java | 9 /** The service implementation used to host all multiprocess test client code. */
|