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

<<11121314151617

  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaProvider.java 67 import android.os.Process;
581 HandlerThread ht = new HandlerThread("thumbs thread", Process.THREAD_PRIORITY_BACKGROUND);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 151 * Progress monitor waiting the end of the process to set a persistent value
1126 Process process = Runtime.getRuntime().exec( local
    [all...]
  /system/vold/
VolumeManager.cpp 48 #include "Process.h"
778 Process::killProcessesWithOpenFiles(mountPoint, action);
    [all...]
  /frameworks/base/services/java/com/android/server/
InputMethodManagerService.java 72 import android.os.Process;
298 * connected to or in the process of connecting to.
    [all...]
ConnectivityService.java 87 import android.os.Process;
335 // a process dies
    [all...]
  /external/blktrace/btt/doc/
btt.tex 354 \item[Per Process] As traces are emitted, they are tagged with the
355 process ID of the currently running thread in the kernel. The process
358 provided which breaks down the traces according to process ID (name).
360 One must be aware, however, that the process ID may not have anything
365 (if ever?) going to be associated with the process which submitted
369 per process:
379 \item[Per Process Averages] The average columns from the above charts,
382 \item[Per Device] Similar to the per-process display, \texttt{btt}
533 \item Last we present pairs per-process
    [all...]
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc     [all...]
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java     [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java 59 * another process. The hierarchy is inflated from a layout resource
78 private UserHandle mUser = android.os.Process.myUserHandle();
241 // We first copy the new RemoteViews, as the process of merging modifies the way the actions
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
TabletStatusBar.java 560 // system process dead
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 12 understanding of the Vorbis decode process, which is
260 \subsection{High-level Decode Process}
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 853 ;# Process U,V in parallel.
    [all...]
  /external/webkit/Tools/Scripts/
old-run-webkit-tests 612 # out-of-process plugins in WebKit1. See <http://webkit.org/b/58077>.
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 234 * Returns a mapping containing active process data.
239 * Returns a mapping containing process statistics.
323 * The statistics associated with a particular process.
351 * Returns the number of times the process has been started.
358 * Returns the cpu time spent in microseconds while the process was in the foreground.
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java 63 import android.os.Process;
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java     [all...]
  /external/blktrace/doc/
blktrace.tex 264 Then you could process the events later:
425 originate from a user process, but they may also be initiated by
605 \emph{p} & Process ID \\ \hline
669 \item[\%5p] 5-character field for the process ID.
    [all...]
  /external/chromium-trace/
script.js 2 window.FLATTENED["tracks.slice_track"]=!0;window.FLATTENED.guid=!0;window.FLATTENED["model.slice"]=!0;window.FLATTENED["model.slice_group"]=!0;window.FLATTENED["model.async_slice_group"]=!0;window.FLATTENED["model.sample"]=!0;window.FLATTENED["model.thread"]=!0;window.FLATTENED["model.counter"]=!0;window.FLATTENED["model.process_base"]=!0;window.FLATTENED["model.process"]=!0;window.FLATTENED["model.kernel"]=!0;window.FLATTENED["model.cpu"]=!0;window.FLATTENED.model=!0;
    [all...]
  /external/v8/src/
hydrogen.cc 1031 // Process phi instructions.
    [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java 99 import android.os.Process;
344 * Window tokens that are in the process of exiting, but still
364 * Application tokens that are in the process of exiting, but still
    [all...]
  /external/clang/lib/Driver/
Tools.cpp 34 #include "llvm/Support/Process.h"
    [all...]
  /external/valgrind/main/memcheck/tests/
deep-backtrace.stderr.exp 504 Process terminating with default action of signal 11 (SIGSEGV)
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java 62 import android.os.Process;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 366 // Bits that we are in the process of clearing, so we want to prevent
    [all...]
  /frameworks/base/services/input/tests/
InputReader_test.cpp 820 << "Expected process() to have been called.";
865 virtual void process(const RawEvent* rawEvent) { function in class:android::FakeInputMapper
1414 static void process(InputMapper* mapper, nsecs_t when, int32_t deviceId, int32_t type, function in class:android::InputMapperTest
    [all...]

Completed in 1253 milliseconds

<<11121314151617