Home
last modified time | relevance | path

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

12345678910>>...35

/aosp_15_r20/out/soong/.intermediates/packages/providers/TelephonyProvider/TelephonyProvider/android_common/manifest_fixer/
DAndroidManifest.xml45 …rities="telephony" android:exported="true" android:singleUser="true" android:multiprocess="false"/>
50 …<provider android:name="SmsProvider" android:authorities="sms" android:multiprocess="false" androi…
52 …d:name="SmsChangesProvider" android:authorities="sms-changes" android:multiprocess="false" android…
60 …<provider android:name="MmsProvider" android:authorities="mms" android:multiprocess="false" androi…
68 …<provider android:name="MmsSmsProvider" android:authorities="mms-sms" android:multiprocess="false"…
70 …nformation" android:exported="true" android:singleUser="true" android:multiprocess="false" android…
72 …pcd_lookup" android:exported="true" android:singleUser="true" android:multiprocess="false" android…
74 …ities="carrier_id" android:exported="true" android:singleUser="true" android:multiprocess="false"/>
76 …satellite" android:exported="false" android:singleUser="true" android:multiprocess="false" android…
/aosp_15_r20/packages/providers/TelephonyProvider/
DAndroidManifest.xml64 android:multiprocess="false" />
71 android:multiprocess="false"
78 android:multiprocess="false"
91 android:multiprocess="false"
104 android:multiprocess="false"
113 android:multiprocess="false"
120 android:multiprocess="false"
127 android:multiprocess="false" />
133 android:multiprocess="false"
/aosp_15_r20/frameworks/base/core/java/com/android/internal/pm/pkg/component/
H A DParsedProviderImpl.java60 private boolean multiProcess; field in ParsedProviderImpl
76 this.multiProcess = other.isMultiProcess(); in ParsedProviderImpl()
132 dest.writeBoolean(this.multiProcess); in writeToParcel()
149 this.multiProcess = in.readBoolean(); in ParsedProviderImpl()
192 boolean multiProcess, in ParsedProviderImpl() argument
202 this.multiProcess = multiProcess; in ParsedProviderImpl()
246 return multiProcess; in isMultiProcess()
290 multiProcess = value; in setMultiProcess()
304 …riPermissions\nprivate boolean forceUriPermissions\nprivate boolean multiProcess\nprivate int i…
/aosp_15_r20/external/python/cpython2/Lib/wsgiref/
Dhandlers.py108 env['wsgi.multiprocess'] = self.wsgi_multiprocess
367 inp,out,err,env, multithread=False, multiprocess=True
372 multithread=True, multiprocess=False argument
379 self.wsgi_multiprocess = multiprocess
414 'multiprocess' (defaulting to 'True' and 'False' respectively) to control
433 'wsgi.multiprocess' of 'True'. It does not take any initialization
449 multithread=False, multiprocess=True
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/wsgiref/
Dhandlers.py164 env['wsgi.multiprocess'] = self.wsgi_multiprocess
442 inp,out,err,env, multithread=False, multiprocess=True
447 multithread=True, multiprocess=False argument
454 self.wsgi_multiprocess = multiprocess
498 'multiprocess' (defaulting to 'True' and 'False' respectively) to control
517 'wsgi.multiprocess' of 'True'. It does not take any initialization
533 read_environ(), multithread=False, multiprocess=True
569 environ, multithread=False, multiprocess=True
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/wsgiref/
H A Dhandlers.py164 env['wsgi.multiprocess'] = self.wsgi_multiprocess
442 inp,out,err,env, multithread=False, multiprocess=True
447 multithread=True, multiprocess=False argument
454 self.wsgi_multiprocess = multiprocess
498 'multiprocess' (defaulting to 'True' and 'False' respectively) to control
517 'wsgi.multiprocess' of 'True'. It does not take any initialization
533 read_environ(), multithread=False, multiprocess=True
569 environ, multithread=False, multiprocess=True
/aosp_15_r20/external/python/cpython3/Lib/wsgiref/
Dhandlers.py164 env['wsgi.multiprocess'] = self.wsgi_multiprocess
442 inp,out,err,env, multithread=False, multiprocess=True
447 multithread=True, multiprocess=False argument
454 self.wsgi_multiprocess = multiprocess
498 'multiprocess' (defaulting to 'True' and 'False' respectively) to control
517 'wsgi.multiprocess' of 'True'. It does not take any initialization
533 read_environ(), multithread=False, multiprocess=True
569 environ, multithread=False, multiprocess=True
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/wsgiref/
Dhandlers.py164 env['wsgi.multiprocess'] = self.wsgi_multiprocess
442 inp,out,err,env, multithread=False, multiprocess=True
447 multithread=True, multiprocess=False argument
454 self.wsgi_multiprocess = multiprocess
498 'multiprocess' (defaulting to 'True' and 'False' respectively) to control
517 'wsgi.multiprocess' of 'True'. It does not take any initialization
533 read_environ(), multithread=False, multiprocess=True
569 environ, multithread=False, multiprocess=True
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/wsgiref/
Dhandlers.py164 env['wsgi.multiprocess'] = self.wsgi_multiprocess
442 inp,out,err,env, multithread=False, multiprocess=True
447 multithread=True, multiprocess=False argument
454 self.wsgi_multiprocess = multiprocess
498 'multiprocess' (defaulting to 'True' and 'False' respectively) to control
517 'wsgi.multiprocess' of 'True'. It does not take any initialization
533 read_environ(), multithread=False, multiprocess=True
569 environ, multithread=False, multiprocess=True
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/wsgiref/
Dhandlers.py164 env['wsgi.multiprocess'] = self.wsgi_multiprocess
442 inp,out,err,env, multithread=False, multiprocess=True
447 multithread=True, multiprocess=False argument
454 self.wsgi_multiprocess = multiprocess
498 'multiprocess' (defaulting to 'True' and 'False' respectively) to control
517 'wsgi.multiprocess' of 'True'. It does not take any initialization
533 read_environ(), multithread=False, multiprocess=True
569 environ, multithread=False, multiprocess=True
/aosp_15_r20/packages/apps/Nfc/
DAndroidManifest.xml108 android:multiprocess="true"
115 android:multiprocess="true"
123 android:multiprocess="true"
192 android:multiprocess="true"
199 android:multiprocess="true"
207 android:multiprocess="true"
/aosp_15_r20/out/soong/.intermediates/packages/apps/Nfc/NfcNciApex/android_common_apex35/manifest_fixer/
DAndroidManifest.xml81 …d:finishOnCloseSystemDialogs="true" android:excludeFromRecents="true" android:multiprocess="true"/>
83 …id:excludeFromRecents="true" android:clearTaskOnLaunch="true" android:multiprocess="true" android:…
85 …e" android:excludeFromRecents="true" android:clearTaskOnLaunch="true" android:multiprocess="true"/>
107 …d:finishOnCloseSystemDialogs="true" android:excludeFromRecents="true" android:multiprocess="true"/>
109 …id:excludeFromRecents="true" android:clearTaskOnLaunch="true" android:multiprocess="true" android:…
111 …e" android:excludeFromRecents="true" android:clearTaskOnLaunch="true" android:multiprocess="true"/>
/aosp_15_r20/packages/providers/ContactsProvider/
DAndroidManifest.xml53 android:multiprocess="false"
73 android:syncable="false" android:multiprocess="false"
84 android:syncable="false" android:multiprocess="false"
92 android:syncable="false" android:multiprocess="false"
104 android:syncable="false" android:multiprocess="false"
/aosp_15_r20/frameworks/base/core/java/android/content/pm/
H A DProviderInfo.java79 public boolean multiprocess = false; field in ProviderInfo
134 multiprocess = orig.multiprocess; in ProviderInfo()
165 out.writeInt(multiprocess ? 1 : 0); in writeToParcel()
195 multiprocess = in.readInt() != 0; in ProviderInfo()
/aosp_15_r20/out/soong/.intermediates/packages/providers/ContactsProvider/ContactsProvider/android_common/manifest_fixer/
DAndroidManifest.xml40 …;com.android.contacts" android:label="@string/provider_label" android:multiprocess="false" android…
47 …ider" android:authorities="call_log" android:syncable="false" android:multiprocess="false" android…
53 …uthorities="call_composer_locations" android:syncable="false" android:multiprocess="false" android…
56 …ndroid:authorities="call_log_shadow" android:syncable="false" android:multiprocess="false" android…
62 …:authorities="com.android.voicemail" android:syncable="false" android:multiprocess="false" android…
/aosp_15_r20/out/soong/.intermediates/packages/apps/Nfc/NfcNciApex/android_common_apex35/manifest_merger/
DAndroidManifest.xml120 android:multiprocess="true"
127 android:multiprocess="true"
134 android:multiprocess="true" />
240 android:multiprocess="true"
247 android:multiprocess="true"
254 android:multiprocess="true" />
/aosp_15_r20/external/angle/infra/specs/
H A 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
/aosp_15_r20/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()
333 // TODO: plumb-through Pid when exposing full multiprocess + extended mode in handle_base()
378 .multiprocess() in handle_base()
395 .multiprocess() in handle_base()
/aosp_15_r20/external/angle/build/android/pylib/base/
H A 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'
/aosp_15_r20/external/neven/Embedded/common/src/b_APIEm/
H A 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
/aosp_15_r20/external/cronet/build/android/pylib/base/
H A 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'
/aosp_15_r20/cts/tests/camera/
H A DAndroidManifest.xml69 <service android:name="android.hardware.multiprocess.camera.cts.ErrorLoggingService"
75 <activity android:name="android.hardware.multiprocess.camera.cts.Camera1Activity"
85 <activity android:name="android.hardware.multiprocess.camera.cts.Camera2Activity"
107 … <activity android:name="android.hardware.multiprocess.camera.cts.MediaRecorderCameraActivity"
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/work/work-runtime-ktx/2.10.0-rc01/
H A Dwork-runtime-ktx-2.10.0-rc01.module37 "module": "work-multiprocess",
116 "module": "work-multiprocess",
195 "module": "work-multiprocess",
264 "module": "work-multiprocess",
/aosp_15_r20/prebuilts/sdk/current/androidx/m2repository/androidx/work/work-testing/2.10.0-rc01/
H A Dwork-testing-2.10.0-rc01.module37 "module": "work-multiprocess",
116 "module": "work-multiprocess",
216 "module": "work-multiprocess",
285 "module": "work-multiprocess",
/aosp_15_r20/cts/tests/tests/companion/multiprocess/
H A DAndroidManifest.xml19 package="android.companion.cts.multiprocess">
23 android:targetPackage="android.companion.cts.multiprocess"
24 android:label="CompanionDeviceManager MultiProcess-CompanionDeviceServices CTS tests">

12345678910>>...35