/frameworks/base/tools/preload/ |
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.
|
/frameworks/compile/mclinker/lib/LD/ |
DiagnosticEngine.cpp | 60 // emit - process current diagnostic. 63 bool emitted = m_pInfoMap->process(*this);
|
/frameworks/support/v7/recyclerview/jvm-tests/src/android/support/v7/widget/ |
OpReorderTest.java | 90 process(); method 98 process(); method 106 process(); method 114 process(); method 122 process(); method 130 process(); method 138 process(); method 146 process(); method 154 process(); method 162 process(); method 170 process(); method 183 process(); method 197 process(); method 211 process(); method 225 process(); method 309 void process() { method in class:OpReorderTest [all...] |
/hardware/bsp/intel/peripheral/libupm/doxy/node/ |
docgen.js | 41 .parse(process.argv);
|
/hardware/bsp/intel/peripheral/libupm/examples/javascript/ |
ds1307.js | 40 process.exit(1);
|
l298-stepper.js | 64 process.exit(0);
|
l298.js | 64 process.exit(0);
|
uln200xa.js | 61 process.exit(0);
|
/hardware/libhardware/modules/input/evdev/ |
InputMapper.h | 64 // Process the InputEvent. 65 virtual void process(const InputEvent& event) = 0;
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
ProcessBuilderTest.java | 151 Process process = pb.start(); local 152 InputStream in = process.getInputStream(); 153 InputStream err = process.getErrorStream(); 157 process.waitFor();
|
/packages/services/Car/tests/vehiclenetworkservice_unit_tests/ |
VehiclePropertyAccessControlForTesting.h | 21 bool process(const char* policy);
|
/packages/services/Car/vehicle_network_service/ |
VehiclePropertyAccessControl.h | 49 bool process(const char* policy);
|
/prebuilts/go/darwin-x86/src/runtime/cgo/ |
gcc_windows_386.c | 7 #include <process.h>
|
gcc_windows_amd64.c | 7 #include <process.h>
|
/prebuilts/go/linux-x86/src/runtime/cgo/ |
gcc_windows_386.c | 7 #include <process.h>
|
gcc_windows_amd64.c | 7 #include <process.h>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/ |
SetFolders.java | 26 import org.eclipse.cdt.core.templateengine.process.ProcessArgument; 27 import org.eclipse.cdt.core.templateengine.process.ProcessFailureException; 28 import org.eclipse.cdt.core.templateengine.process.ProcessRunner; 42 public void process(TemplateCore template, ProcessArgument[] args, String processId, method in class:SetFolders
|
SimpleFile.java | 23 import org.eclipse.cdt.core.templateengine.process.ProcessArgument; 24 import org.eclipse.cdt.core.templateengine.process.ProcessFailureException; 25 import org.eclipse.cdt.core.templateengine.process.ProcessRunner; 50 public void process(TemplateCore template, ProcessArgument[] args, String processId, method in class:SimpleFile
|
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/ |
forking.py | 2 # Module for starting a process object using os.fork() or CreateProcess() 40 from multiprocessing import util, process namespace 45 # Check that the current thread is spawning a child process 111 # whose constructor takes a process object as its argument. 139 # Child process not yet created. See #1731717 240 # whose constructor takes a process object as its argument. 245 Start a subprocess to run the code of a process object 257 # start process 334 Run code for process object if this in not the main process [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/ |
forking.py | 2 # Module for starting a process object using os.fork() or CreateProcess() 40 from multiprocessing import util, process namespace 45 # Check that the current thread is spawning a child process 111 # whose constructor takes a process object as its argument. 139 # Child process not yet created. See #1731717 240 # whose constructor takes a process object as its argument. 245 Start a subprocess to run the code of a process object 257 # start process 334 Run code for process object if this in not the main process [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
forking.py | 2 # Module for starting a process object using os.fork() or CreateProcess() 40 from multiprocessing import util, process namespace 45 # Check that the current thread is spawning a child process 111 # whose constructor takes a process object as its argument. 139 # Child process not yet created. See #1731717 240 # whose constructor takes a process object as its argument. 245 Start a subprocess to run the code of a process object 257 # start process 334 Run code for process object if this in not the main process [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
forking.py | 2 # Module for starting a process object using os.fork() or CreateProcess() 40 from multiprocessing import util, process namespace 45 # Check that the current thread is spawning a child process 111 # whose constructor takes a process object as its argument. 139 # Child process not yet created. See #1731717 240 # whose constructor takes a process object as its argument. 245 Start a subprocess to run the code of a process object 257 # start process 334 Run code for process object if this in not the main process [all...] |
/device/google/dragon/audio/hal/dsp/tests/ |
crossover2_test.c | 29 void process(struct crossover2 *xo2, int count, float *data0L, float *data0R, function 63 process(&xo2, frames, data0, data0 + frames, data1, data1 + frames,
|
/external/google-breakpad/src/tools/windows/converter/ |
ms_symbol_server_converter.cc | 160 bool Initialize(HANDLE process, char *path, bool invade_process) { 161 process_ = process; 162 initialized_ = SymInitialize(process, path, invade_process) == TRUE; 235 HANDLE process = GetCurrentProcess(); // CloseHandle is not needed. local 237 if (!symsrv.Initialize(process, 248 if (!SymRegisterCallback64(process, SymCallback, 273 process, NULL, 356 BOOL CALLBACK MSSymbolServerConverter::SymCallback(HANDLE process,
|
/external/icu/tools/srcgen/src/main/java/com/android/icu4j/srcgen/ |
Icu4jTransformRules.java | 24 import com.google.currysrc.api.process.DefaultRule; 25 import com.google.currysrc.api.process.Processor;
|