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

<<11121314151617

  /development/cmds/monkey/src/com/android/commands/monkey/
Monkey.java 29 import android.os.Process;
164 /** Failure process name */
172 /** Kill the process after a timeout or crash. */
444 // Process must be fully qualified here because android.os.Process
446 java.lang.Process p = Runtime.getRuntime().exec(command);
453 // pipe everything from process stdout -> System.err
506 // Set the process name showing in "ps" or "top"
507 Process.setArgV0("com.android.commands.monkey");
746 * Process the command-line option
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
checkerbase.py 212 self._metadata_pass.Process(token)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
UnpackUpdateJars.java 92 Process proc = null;
  /external/jdiff/src/jdiff/
JDiff.java 9 import java.lang.Process;
  /external/jhead/
jhead.h 88 int Process;
263 #define M_SOF1 0xC1 // N indicates which compression process
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_neon.S 104 @ Process two more samples:
126 @ If there's still one more sample, process it here.
  /frameworks/base/core/java/android/app/
Instrumentation.java 33 import android.os.Process;
151 * @return To allow normal system exception process to occur, return false.
178 * application process to exit, removing this instrumentation from the next
313 * (has no more events to process).
357 * different process. In addition, if the given Intent resolves to
385 throw new RuntimeException("Intent in process "
386 + myProc + " resolved to different process "
866 * its display as a result, it may still be in the process of doing that.
    [all...]
ContextImpl.java 86 import android.os.Process;
246 * Override this class for services to be cached process-wide.
681 // If somebody else (some other process) changed the prefs
    [all...]
  /frameworks/base/tools/preload/
MemoryUsage.java 232 final Process process = Runtime.getRuntime().exec(commands); local
234 final InputStream err = process.getErrorStream();
247 new InputStreamReader(process.getInputStream()));
258 process.destroy();
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 28 import android.os.Process;
104 * @param cacheDir A directory the current process can write to
776 LOW (Process.THREAD_PRIORITY_BACKGROUND + (5 * Process.THREAD_PRIORITY_LESS_FAVORABLE)),
777 NORMAL (Process.THREAD_PRIORITY_DISPLAY);
    [all...]
  /packages/apps/LegacyCamera/tests/src/com/android/camera/functional/
VideoCaptureIntentTest.java 30 import android.os.Process;
  /packages/apps/Settings/src/com/android/settings/wifi/
AdvancedWifiSettings.java 103 intent.putExtra(Credentials.EXTRA_INSTALL_AS_UID, android.os.Process.WIFI_UID);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DexDumpAction.java 165 final Process process = Runtime.getRuntime().exec(command); local
172 process,
SdkManagerAction.java 193 Process process = Runtime.getRuntime().exec(command);
195 process,
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java 40 import android.os.Process;
116 threadPriority = Process.THREAD_PRIORITY_DEFAULT;
136 Process.setThreadPriority(threadPriority);
647 // Just in case the cleanup process wasn't properly executed. This shouldn't happen.
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
Settings.java 57 import android.os.Process;
684 if (uid > Process.LAST_APPLICATION_UID) {
688 if (uid >= Process.FIRST_APPLICATION_UID) {
690 final int index = uid - Process.FIRST_APPLICATION_UID;
715 if (uid >= Process.FIRST_APPLICATION_UID) {
717 final int index = uid - Process.FIRST_APPLICATION_UID;
725 if (uid >= Process.FIRST_APPLICATION_UID) {
727 final int index = uid - Process.FIRST_APPLICATION_UID;
735 if (uid >= Process.FIRST_APPLICATION_UID) {
737 final int index = uid - Process.FIRST_APPLICATION_UID
    [all...]
  /frameworks/base/services/java/com/android/server/power/
PowerManagerService.java 50 import android.os.Process;
116 // The screen should be off or in the process of being turned off by the display controller.
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
httpbase.cc 80 HttpParser::Process(const char* buffer, size_t len, size_t* processed,
296 // complete the I/O process, which means that our wrapper is not in danger
339 // so restart the I/O process now that we've removed ourselves.
544 // Attempt to process the data already in our buffer.
561 // Process data in our buffer. Process is not guaranteed to process all
565 // necessary to call Process with an empty buffer, since the state machine
568 ProcessResult process_result = Process(buffer_, len_, &processed,
856 // Break out of Process loop, since our I/O model just changed
    [all...]
  /external/v8/test/mjsunit/
debug-references.js 56 // Process the request and check expectation.
  /external/webrtc/src/system_wrappers/source/
trace_impl.cc 484 return static_cast<TraceImpl*>(obj)->Process();
487 bool TraceImpl::Process()
  /frameworks/base/core/java/android/appwidget/
AppWidgetHostView.java 34 import android.os.Process;
118 mUser = Process.myUserHandle();
342 * Process a set of {@link RemoteViews} coming in as an update from the
445 * Process data-changed notifications for the specified view in the specified
  /frameworks/base/core/java/android/content/
ContentProvider.java 38 import android.os.Process;
83 * cross-process calls.</p>
153 * ContentProvider object if it is running in the local process. This can
154 * be used if you know you are running in the same process as a provider,
    [all...]
  /frameworks/base/core/tests/coretests/src/android/os/
PerformanceCollectorTest.java 377 long start = Process.getElapsedCpuTime();
380 while (Process.getElapsedCpuTime() - start < period) {
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 84 return ms.createSecureContainer(fullId, size, filesystem, key, android.os.Process.myUid(),
93 return ms.mountSecureContainer(fullId, key, android.os.Process.myUid());
  /frameworks/base/services/java/com/android/server/wm/
Session.java 34 import android.os.Process;
52 * Session object per process that is interacting with the window manager.
78 if (mUid < Process.FIRST_APPLICATION_UID) {

Completed in 599 milliseconds

<<11121314151617