HomeSort by relevance Sort by last modified time
    Searched refs:Process (Results 251 - 275 of 592) sorted by null

<<11121314151617181920>>

  /packages/apps/Browser/src/com/android/browser/util/
ThreadedCursorAdapter.java 23 import android.os.Process;
94 Process.THREAD_PRIORITY_BACKGROUND);
  /packages/apps/Contacts/src/com/android/contacts/activities/
AttachPhotoActivity.java 131 final int perm = checkUriPermission(inputUri, android.os.Process.myPid(),
132 android.os.Process.myUid(), Intent.FLAG_GRANT_READ_URI_PERMISSION |
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplication.java 25 import android.os.Process;
141 Process.THREAD_PRIORITY_BACKGROUND);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileSystemUtils.java 398 Process proc = null;
447 * Opens the process to the operating system.
450 * @return the process
453 Process openProcess(String[] cmdAttribs) throws IOException {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
UsabilityStudyLogUtils.java 26 import android.os.Process;
62 Process.THREAD_PRIORITY_BACKGROUND);
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 53 bool Process(FileID FileId, SrcMgr::CharacteristicKind FileType);
343 bool InclusionRewriter::Process(FileID FileId,
391 // else now include and recursively process the file
392 } else if (Process(Change->Id, Change->FileType)) {
524 // First let the preprocessor process the entire file and call callbacks.
538 Rewrite->Process(PP.getPredefinesFileID(), SrcMgr::C_User);
539 Rewrite->Process(SM.getMainFileID(), SrcMgr::C_User);
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
rails.php 89 'Pathname', 'Precision', 'Proc', 'Process', 'Process::GID',
90 'Process::Status', 'Process::Sys', 'Process::UID', 'Queue',
  /frameworks/base/services/java/com/android/server/print/
PrintManagerService.java 35 import android.os.Process;
569 if (callingUid == 0 || callingUid == Process.SYSTEM_UID
570 || callingUid == Process.SHELL_UID) {
589 if (callingUid == 0 || callingUid == Process.SYSTEM_UID
590 || callingUid == Process.SHELL_UID) {
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java 148 import android.os.Process;
264 // How long we wait for a launched process to attach to the activity manager
268 // How long we wait for a launched process to attach to the activity manager
269 // before we decide it's never going to come up for real, when the process was
277 // The minimum amount of time between successive GC requests for a process.
280 // The minimum amount of time between successive PSS requests for a process.
283 // The minimum amount of time between successive PSS requests for a process
322 static final int MY_PID = Process.myPid();
420 * Process management.
444 * Counter for assigning isolated process uids, to avoid frequently reusing th
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 33 import android.os.Process;
307 Process.PROC_TAB_TERM|Process.PROC_OUT_STRING| // 0: name
308 Process.PROC_QUOTES,
309 Process.PROC_TAB_TERM|Process.PROC_OUT_LONG, // 1: count
310 Process.PROC_TAB_TERM,
311 Process.PROC_TAB_TERM,
312 Process.PROC_TAB_TERM,
313 Process.PROC_TAB_TERM|Process.PROC_OUT_LONG, // 5: totalTim
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
RemoteService.java 33 import android.os.Process;
47 * different process than the application. Because it can be in another
48 * process, we must use IPC to interact with it. The
54 * running in its own process, the {@link LocalService} sample shows a much
130 return Process.myPid();
208 * process than the rest of the application, which is explicitly started and stopped
329 // unexpectedly disconnected -- that is, its process crashed.
399 // To kill the process hosting our service, we need to know its
406 // kill any process based on its PID, the kernel will
409 // the process running your application and any additiona
    [all...]
  /external/smack/src/org/xbill/DNS/
ResolverConfig.java 395 Process p;
413 Process p;
440 Process p = Runtime.getRuntime().exec("getprop");
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppManager.java 45 import android.os.Process;
103 // used to judge if need continue sending process after received a
406 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLRootView.java 25 import android.os.Process;
315 Process.setThreadPriority(Process.THREAD_PRIORITY_DISPLAY);
  /packages/apps/Settings/src/com/android/settings/
CredentialStorage.java 28 import android.os.Process;
223 if (uid == Process.WIFI_UID && isHardwareBackedKey(value)) {
236 int flags = (uid == Process.WIFI_UID) ? KeyStore.FLAG_NONE : KeyStore.FLAG_ENCRYPTED;
  /packages/apps/Settings/src/com/android/settings/applications/
ProcessStatsDetail.java 31 import android.os.Process;
149 if (mEntry.mUid >= android.os.Process.FIRST_APPLICATION_UID) {
294 if (mEntry.mUiPackage == null || mEntry.mUid < Process.FIRST_APPLICATION_UID) {
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 37 import android.os.Process;
223 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND);
  /cts/tests/tests/os/src/android/os/cts/
RemoteCallbackListTest.java 121 // Process killed. No need to call finishBroadcast, unregister
122 android.os.Process.killProcess(servicePid);
  /cts/tests/tests/security/src/android/security/cts/
ClonedSecureRandomTest.java 85 * This test spawns a Service in a new process to check the initial state of
87 * sees a new process with the same PID twice. The test completes when it
110 int myPid = android.os.Process.myPid();
142 assertFalse("SecureRandomService must run in a different process. Check "
143 + "AndroidManifest.xml to ensure it has a unique android:process=\"...\"",
146 // We didn't get a new process for some reason. Try again.
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyGetFrameRateEvent.java 111 java.lang.Process p = null;
  /external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/
Main.java 229 Process proc = Runtime.getRuntime().exec("dot -Tpng -o" + source + "png " + outputName);
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
ProcessBuilderTest.java 154 Process process = pb.start(); local
155 InputStream in = process.getInputStream();
156 InputStream err = process.getErrorStream();
160 process.waitFor();
  /external/chromium_org/chrome/test/functional/
webrtc_call.py 215 """Returns the Chrome renderer process as a psutil process wrapper."""
219 self.fail('Can not find the tab renderer process.')
220 return psutil.Process(renderer_id)
  /external/chromium_org/content/renderer/media/android/
stream_texture_factory_android_synchronous_impl.cc 14 #include "base/process/process.h"
144 base::Process::Current().handle(),
  /external/chromium_org/content/renderer/media/
webrtc_audio_device_not_impl.cc 30 int32_t WebRtcAudioDeviceNotImpl::Process() {

Completed in 2142 milliseconds

<<11121314151617181920>>