HomeSort by relevance Sort by last modified time
    Searched full:process (Results 151 - 175 of 5187) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/core/java/android/app/
StatusBarManager.java 80 // system process is dead anyway.
92 // system process is dead anyway.
104 // system process is dead anyway.
113 // system process is dead anyway.
122 // system process is dead anyway.
131 // system process is dead anyway.
  /frameworks/base/tools/preload/
Operation.java 35 /** Process this operation occurred in. */
36 final Proc process; field in class:Operation
41 /** Index of this operation relative to its process. */
57 Operation(Proc process, LoadedClass loadedClass, long startTimeNanos,
59 this.process = process;
Root.java 55 Proc process = processes.get(record.pid); local
84 o = process.endOperation(record.tid, record.className,
93 process.startOperation(record.tid, loadedClass, record.time,
98 process.startOperation(record.tid, loadedClass, record.time,
113 * Indexes information about the process from the given record.
119 // Create a new process object.
  /external/chromium/base/
process_util_win.cc 57 // TODO(maruel): Walk up the process chain if deemed necessary.
120 void CloseProcessHandle(ProcessHandle process) {
121 CloseHandle(process);
124 ProcessId GetProcId(ProcessHandle process) {
125 // Get a handle to |process| that has PROCESS_QUERY_INFORMATION rights.
128 if (DuplicateHandle(current_process, process, current_process,
160 // If the caller wants the process handle, we won't close it.
211 // Attempts to kill the process identified by the given process
215 HANDLE process = OpenProcess(PROCESS_TERMINATE | SYNCHRONIZE local
439 HANDLE process = OpenProcess(SYNCHRONIZE, local
    [all...]
process_linux.cc 5 #include "base/process.h"
16 bool Process::IsProcessBackgrounded() const {
21 bool Process::SetProcessBackgrounded(bool background) {
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-death-test.h 46 // meaning that the death test child process will re-execute the test binary
48 // meaning that the child process will execute the test logic immediately
63 // 2. The parent process forks a sub-process and runs the death test
64 // in it; the sub-process exits with code 0 at the end of the death
67 // 3. The parent process waits for the sub-process to terminate.
69 // 4. The parent process checks the exit code and error message of
70 // the sub-process.
74 // It's not safe to call exit() if the current process is forked fro
    [all...]
  /external/dropbear/libtomcrypt/src/mac/xcbc/
xcbc_process.c 15 XCBC Support, process blocks with XCBC
20 /** Process data through XCBC-MAC
22 @param in Input data to process
  /external/guava/src/com/google/common/io/
ByteProcessor.java 22 * A callback interface to process bytes from a stream.
33 * input stream. The implementation should process the bytes
37 * @param buf the byte array containing the data to process
  /external/bluetooth/glib/glib/gnulib/
Makefile.am 0 ## Process this file with automake to produce Makefile.in
  /external/e2fsprogs/include/nonunix/
unistd.h 6 #include <process.h>
  /external/icu4c/layout/
GlyphSubstitutionTables.h 28 le_int32 process(LEGlyphStorage &glyphStorage,
NonContextualGlyphSubstProc.h 27 virtual void process(LEGlyphStorage &glyphStorage) = 0;
SegmentArrayProcessor.h 28 virtual void process(LEGlyphStorage &glyphStorage);
SegmentSingleProcessor.h 28 virtual void process(LEGlyphStorage &glyphStorage);
SimpleArrayProcessor.h 28 virtual void process(LEGlyphStorage &glyphStorage);
SingleTableProcessor.h 28 virtual void process(LEGlyphStorage &glyphStorage);
SubtableProcessor.h 24 virtual void process(LEGlyphStorage &glyphStorage) = 0;
  /external/iproute2/doc/
do-psnup 3 # $2 = File to process . "string"
  /external/kernel-headers/original/linux/nfsd/
auth.h 21 * Set the current process's fsuid/fsgid etc to those of the NFS
  /external/proguard/examples/annotations/examples/
Applet.java 8 * You can then process it with:
Application.java 8 * You can then process it with:
  /external/webkit/WebCore/html/
HTMLBaseElement.cpp 48 process();
51 process();
59 process();
72 void HTMLBaseElement::process() function in class:WebCore::HTMLBaseElement
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDebug.java 24 * Provides debugging info about all SQLite databases running in the current process.
68 * Contains statistics about the active pagers in the current process.
73 /** The total number of bytes in all pagers in the current process
78 /** The number of bytes in referenced pages in all pagers in the current process
83 /** The number of bytes in all database files opened in the current process
88 /** The number of pagers opened in the current process
144 * return all pager and database stats for the current process.
155 * Gathers statistics about all pagers in the current process.
179 * heap segments of this process. pages[0] returns the number of
  /frameworks/base/core/tests/coretests/EnabledTestApp/
AndroidManifest.xml 38 android:process=":disabled.provider.process" />
50 android:process=":enabled.provider.process" />
  /frameworks/base/packages/SettingsProvider/
AndroidManifest.xml 7 android:process="system"

Completed in 1727 milliseconds

1 2 3 4 5 67 8 91011>>