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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/base/
task.h 50 // Process*() function, you return an integer for the next state. You do
60 // to process something for you, you feed your task some information and
61 // then you Wake() it. Don't tell it to process it right away. If it
89 // When you define more task states, just override Process(int state) and
91 // Task::Process, you can effectively delegate to its switch statement.
157 virtual int Process(int state);
task.cc 116 int new_state = Process(state_);
211 int Task::Process(int state) {
  /external/chromium_org/third_party/ots/test/
perf.cc 65 bool r = ots::Process(&output, data, st.st_size);
idempotent.cc 175 bool r = ots::Process(&output, data, file_size);
185 r = ots::Process(&output2, result, result_len);
  /external/chromium_org/tools/android/memdump/
memreport.py 85 for process in processes_stats:
87 print (',Process ' + str(i) + ',private,private_unevictable,shared_app,' +
90 if not v in process:
95 total_map[v]['resident'] += (process[v]['private'] +
96 process[v]['shared_app'])
97 total_map[v]['unevictable'] += process[v]['private_unevictable']
100 _ConvertMemoryField(process[v]['private']) + ',' +
101 _ConvertMemoryField(process[v]['private_unevictable']) + ',' +
102 _ConvertMemoryField(process[v]['shared_app']) + ',' +
103 _ConvertMemoryField(process[v]['shared_other']) + ','
    [all...]
  /external/smali/util/src/main/java/org/jf/util/
ConsoleUtil.java 89 Process p = Runtime.getRuntime().exec(command);
  /frameworks/ex/variablespeed/jni/
sola_time_scaler.h 84 // @param sample_rate sample rate of the signal to process
85 // @param num_channels number of channels of the signal to process
98 // Indicates that we are done with the input and won't call Process anymore
118 // @returns number of frames for the next Process() call
158 bool Process();
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 38 import android.os.Process;
127 // separate thread because the service normally runs in the process's
179 Process.setThreadPriority(Process.THREAD_PRIORITY_BACKGROUND +
180 Process.THREAD_PRIORITY_LESS_FAVORABLE);
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 30 import android.os.Process;
76 * process.
78 * When a backup or restore pass is run, the application's process is launched
81 * that process, and the agent's {@link #onCreate()} method is invoked. This prepares the
171 * sort of shutdown process after backup or restore is completed.
296 if (Process.myUid() != Process.SYSTEM_UID) {
339 if (Process.myUid() != Process.SYSTEM_UID) {
389 * Scan the dir tree (if it actually exists) and process each entry we find. If th
    [all...]
  /frameworks/base/core/java/android/os/
Process.java 34 * Something prevented the zygote process startup from happening normally
45 public class Process {
46 private static final String LOG_TAG = "Process";
51 * Name of a process for running the platform's media services.
54 public static final String ANDROID_SHARED_MEDIA = "com.android.process.media";
57 * Name of the process that Google content providers can share.
60 public static final String GOOGLE_SHARED_APP_CONTENT = "com.google.process.content";
85 * Defines the UID/GID for the WIFI supplicant process.
91 * Defines the UID/GID for the mediaserver process.
97 * Defines the UID/GID for the DRM process
    [all...]
  /external/chromium_org/chrome/browser/renderer_host/
render_process_host_chrome_browsertest.cc 64 // the renderer process to be created or foregrounded, returning the process
80 // When we hit the max number of renderers, verify that the way we do process
82 // when we hit the max process limit, that renderers of each type will wind up
83 // in a process of that type, even if that means creating a new process.
102 // Create a new TYPE_TABBED tab. It should be in its own process.
119 // Create another TYPE_TABBED tab. It should share the previous process.
132 // Create another TYPE_WEBUI tab. It should share the process with newtab.
148 // Create a TYPE_EXTENSION tab. It should be in its own process
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
DragState.java 30 import android.os.Process;
127 mDragWindowHandle.ownerPid = Process.myPid();
128 mDragWindowHandle.ownerUid = Process.myUid();
209 * process, so it's safe for the caller to call recycle() on the event afterwards.
236 if (Process.myPid() != newWin.mSession.mPid) {
293 final int myPid = Process.myPid();
370 final int myPid = Process.myPid();
  /cts/tests/ProcessTest/src/com/android/cts/process/
ProcessTest.java 17 package com.android.cts.process;
28 import com.android.cts.process.activity.NoSharePidActivity;
29 import com.android.cts.process.activity.SharePidActivity;
30 import com.android.cts.process.activity.SharePidSubActivity;
36 String enableApp = "com.android.cts.process.shareuidapp";
37 String disableApp = "com.android.cts.process.noshareuidapp";
55 // share pid will use same process
73 // no share pid will create a new process
83 // kill the process after test
84 android.os.Process.killProcess(noSharePid)
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyGetAppFrameRateEvent.java 24 import java.lang.Process;
124 Process p = null;
  /external/chromium/third_party/libjingle/source/talk/base/
task.cc 116 int new_state = Process(state_);
218 int Task::Process(int state) {
  /external/chromium_org/chrome/browser/resources/
about_nacl.js 15 // Process the template.
  /external/clang/tools/diagtool/
TreeView.cpp 23 #include "llvm/Support/Process.h"
45 out << llvm::sys::Process::OutputColor(Color, false, false);
50 out << llvm::sys::Process::ResetColor();
  /external/valgrind/main/memcheck/tests/
badjump.stderr.exp 8 Process terminating with default action of signal 11 (SIGSEGV)
  /external/webrtc/src/system_wrappers/source/
event_posix.cc 242 return static_cast<EventPosix*>(obj)->Process();
245 bool EventPosix::Process()
  /frameworks/base/core/java/android/app/
UiAutomationConnection.java 25 import android.os.Process;
174 // process is gone the client calling in will be killed.
187 // process is gone the client calling in will be killed.
200 // process is gone the client calling in will be killed.
212 // process is gone the client calling in will be killed.
216 // process is gone the client calling in will be killed.
242 if (callingUid != mOwningUid && mOwningUid != Process.SYSTEM_UID
  /frameworks/base/core/java/com/android/internal/os/
ZygoteConnection.java 21 import android.os.Process;
68 * mSocket is retained in the child process in "peer wait" mode, so
69 * that it closes when the child process terminates. In other cases,
122 * method in child process
154 * exception is thrown in that child while in the parent process,
163 * method in child process
276 * <li> --setuid=<i>uid of child process, defaults to 0</i>
277 * <li> --setgid=<i>gid of child process, defaults to 0</i>
284 * This parameter is only applied if the uid of the new process will
538 * See android.os.Process.zygoteSendArgsAndGetPid(
    [all...]
  /libcore/support/src/test/java/tests/support/
Support_Exec.java 76 * Starts the specified process, collects its output from standard out and
80 * <p>This method assumes the target process will complete within thirty
84 Process process = builder.start(); local
88 streamToStringCallable(process.getErrorStream()));
90 streamToStringCallable(process.getInputStream()));
118 * Starts the process described by 'builder', and asserts that it sees
124 Process process = builder.start(); local
128 executorService.submit(streamToStringCallable(process.getErrorStream()))
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
Profile.java 21 import android.os.Process;
72 Process.THREAD_PRIORITY_FOREGROUND);
  /packages/apps/Settings/src/com/android/settings/
AppPicker.java 34 import android.os.Process;
92 if (ai.uid == Process.SYSTEM_UID) {
  /packages/apps/Settings/src/com/android/settings/location/
RecentLocationApps.java 26 import android.os.Process;
105 // Process the AppOps list and generate a preference list.
112 boolean isAndroidOs = (uid == Process.SYSTEM_UID)

Completed in 2033 milliseconds

1 2 3 4 5 67 8 91011>>