HomeSort by relevance Sort by last modified time
    Searched full:multiprocess (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/chromium_org/ui/views_content_client/
README.chromium 2 the multiprocess runtime environment for rendering web content, and establishes
views_content_client.h 23 // Creates a multiprocess views runtime for running an example application.
  /external/llvm/utils/llvm-lit/
CMakeLists.txt 2 # llvm-lit needs suffix.py for multiprocess to find a main module.
Makefile 14 # llvm-lit needs suffix.py for multiprocess to find a main module.
  /external/chromium_org/tools/gn/
run_all_unittests.cc 8 // Don't use the multiprocess test harness. This test suite is fast enough and
  /packages/experimental/RpcPerformance/
AndroidManifest.xml 27 android:multiprocess="false"
34 android:multiprocess="true"
  /packages/providers/TelephonyProvider/
AndroidManifest.xml 35 android:multiprocess="false" />
42 android:multiprocess="false"
53 android:multiprocess="false"
67 android:multiprocess="false"
77 android:multiprocess="false"
  /external/chromium_org/content/ppapi_plugin/
plugin_process_dispatcher.h 16 // from the PPAPI proxy on the Chrome multiprocess infrastructure.
broker_process_dispatcher.h 19 // from the PPAPI proxy on the Chrome multiprocess infrastructure.
  /frameworks/base/packages/SettingsProvider/
AndroidManifest.xml 16 android:multiprocess="false"
  /frameworks/base/core/java/android/content/pm/
ProviderInfo.java 72 public boolean multiprocess = false; field in class:ProviderInfo
111 multiprocess = orig.multiprocess;
135 out.writeInt(multiprocess ? 1 : 0);
164 multiprocess = in.readInt() != 0;
  /cts/tests/tests/content/src/android/content/pm/cts/
ProviderInfoTest.java 77 assertEquals(expected.multiprocess, actual.multiprocess);
  /external/chromium_org/mojo/shell/
switches.cc 20 const char kEnableMultiprocess[] = "enable-multiprocess";
  /packages/apps/Nfc/
AndroidManifest.xml 68 android:multiprocess="true"
75 android:multiprocess="true"
83 android:multiprocess="true"
90 android:multiprocess="true"
  /packages/providers/UserDictionaryProvider/
AndroidManifest.xml 28 android:syncable="false" android:multiprocess="false"
  /sdk/eclipse/scripts/
_mk_icons.sh 33 icon M green multiprocess
  /frameworks/base/services/core/java/com/android/server/am/
ContentProviderRecord.java 87 return (info.multiprocess || info.processName.equals(app.processName))
161 if (info.isSyncable || info.multiprocess || info.initOrder != 0) {
163 pw.print(" multiprocess="); pw.print(info.multiprocess);
  /packages/apps/HTMLViewer/
AndroidManifest.xml 43 android:syncable="false" android:multiprocess="false"
  /packages/apps/UnifiedEmail/
AndroidManifest.xml 133 android:multiprocess="false"
141 android:multiprocess="false"
149 android:multiprocess="false"
156 android:multiprocess="false"
  /external/chromium_org/base/test/
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
75 // To create a multiprocess test simply follow these steps:
  /packages/providers/ContactsProvider/
AndroidManifest.xml 30 android:multiprocess="false"
48 android:syncable="false" android:multiprocess="false"
56 android:syncable="false" android:multiprocess="false"
  /external/neven/Embedded/common/src/b_APIEm/
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
  /cts/tests/app/
AndroidManifest.xml 142 <activity android:name="android.app.cts.LocalScreen" android:multiprocess="true">
144 <activity android:name="android.app.cts.ClearTop" android:multiprocess="true"
147 <activity android:name="android.app.cts.LocalDialog" android:multiprocess="true"
160 <activity android:name="android.app.cts.LaunchpadTabActivity" android:multiprocess="true">
163 <activity android:name="android.app.cts.LocalActivity" android:multiprocess="true">
240 android:multiprocess="true"
272 android:multiprocess="true">
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 108 env['wsgi.multiprocess'] = self.wsgi_multiprocess
367 inp,out,err,env, multithread=False, multiprocess=True
372 multithread=True, multiprocess=False
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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
handlers.py 108 env['wsgi.multiprocess'] = self.wsgi_multiprocess
367 inp,out,err,env, multithread=False, multiprocess=True
372 multithread=True, multiprocess=False
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

Completed in 1688 milliseconds

1 2 3 4 5