HomeSort by relevance Sort by last modified time
    Searched refs:process (Results 676 - 700 of 2601) sorted by null

<<21222324252627282930>>

  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_thread.h 76 * creates a new thread for the calling process with the SDL_CreateThread()
93 #include <process.h> /* This has _beginthread() and _endthread() defined! */
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_thread.h 76 * creates a new thread for the calling process with the SDL_CreateThread()
93 #include <process.h> /* This has _beginthread() and _endthread() defined! */
  /prebuilts/misc/windows/sdl2/include/
SDL_thread.h 76 * creates a new thread for the calling process with the SDL_CreateThread()
93 #include <process.h> /* This has _beginthread() and _endthread() defined! */
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_thread.h 76 * creates a new thread for the calling process with the SDL_CreateThread()
93 #include <process.h> /* This has _beginthread() and _endthread() defined! */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
System_Events_Suite.py 88 'process' : Processes_Suite.process,
  /system/extras/perfprofd/quipper/original-kernel-headers/tools/perf/util/
event.h 199 perf_event__handler_t process,
202 perf_event__handler_t process,
205 perf_event__handler_t process,
210 perf_event__handler_t process,
  /system/sepolicy/
autoplay_app.te 16 allow autoplay_app self:process execmem;
35 allow autoplay_app zygote:process sigchld;
priv_app.te 12 allow priv_app self:process ptrace;
18 # android.process.media uses /dev/mtp_usb
66 # data stored in that directory to process them one by one.
132 neverallow priv_app mlstrustedsubject:process fork;
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CreateConnectionProcessorTest.java 95 mTestCreateConnectionProcessor.process();
117 mTestCreateConnectionProcessor.process();
138 mTestCreateConnectionProcessor.process();
164 mTestCreateConnectionProcessor.process();
199 mTestCreateConnectionProcessor.process();
226 mTestCreateConnectionProcessor.process();
253 mTestCreateConnectionProcessor.process();
  /external/libchrome/
Android.mk 109 base/process/kill.cc \
110 base/process/kill_posix.cc \
111 base/process/launch.cc \
112 base/process/launch_posix.cc \
113 base/process/process_handle.cc \
114 base/process/process_handle_posix.cc \
115 base/process/process_iterator.cc \
116 base/process/process_metrics.cc \
117 base/process/process_metrics_posix.cc \
118 base/process/process_posix.cc
    [all...]
  /external/autotest/server/
kvm.py 37 echo "process present"
346 of the process specified in the pid file that was written when
350 because the process might terminate on its own anywhere in
370 "process present"):
390 because the process might terminate on its own anywhere in
444 if retval.stdout.strip() == "process present":
  /external/ltrace/sysdeps/linux-gnu/metag/
trace.c 54 \param proc The process that had an event.
59 get_arch_dep(struct process *proc)
65 \param proc Process that had event.
74 syscall_p(struct process *proc, int status, int *sysnum)
159 metag_next_pcs(struct process *proc, uint32_t pc, uint32_t *newpc)
368 arch_sw_singlestep(struct process *proc, struct breakpoint *bp,
394 gimme_arg(enum tof type, struct process *proc, int arg_num,
  /external/testng/src/main/java/org/testng/xml/dom/
DomUtil.java 43 public void process(Node node) {
50 public void process(Node node) {
57 public void process(Node node) {
113 void process(Node node); method in interface:DomUtil.NodeProcessor
126 proc.process(item2);
  /frameworks/base/core/java/android/app/
UiAutomationConnection.java 28 import android.os.Process;
283 java.lang.Process process = null;
286 process = Runtime.getRuntime().exec(command);
288 in = process.getInputStream();
302 if (process != null) {
303 process.destroy();
343 // process is gone the client calling in will be killed.
356 // process is gone the client calling in will be killed.
369 // process is gone the client calling in will be killed
    [all...]
  /frameworks/base/core/java/android/util/
Base64.java 81 * @param finish true if this is the final call to process for
88 public abstract boolean process(byte[] input, int offset, int len, boolean finish); method in class:Base64.Coder
91 * @return the maximum number of bytes a call to process()
160 if (!decoder.process(input, offset, len, true)) {
263 public boolean process(byte[] input, int offset, int len, boolean finish) { method in class:Base64.Decoder
535 encoder.process(input, offset, len, true);
603 public boolean process(byte[] input, int offset, int len, boolean finish) { method in class:Base64.Encoder
  /packages/apps/Messaging/src/com/android/messaging/sms/
ApnsXmlProcessor.java 40 public void process(ContentValues apnValues); method in interface:ApnsXmlProcessor.ApnHandler
44 public void process(String mccMnc, String key, String value, String type); method in interface:ApnsXmlProcessor.MmsConfigHandler
77 // Handler to process one apn
79 // Handler to process one mms_config key/value pair
125 public void process() { method in class:ApnsXmlProcessor
225 * Process one apn
267 mApnHandler.process(apnValues);
272 * Process one mms_config.
302 * Process one mms_config key/value pair
326 mMmsConfigHandler.process(mccMnc, key, value, type)
    [all...]
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/videoproc/
BackDropperFilter.java 569 throw new RuntimeException("Attempting to process input frame with unknown size");
697 public void process(FilterContext context) { method in class:BackDropperFilter
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-apache-oro.jar 
  /external/autotest/site_utils/
gs_offloader.py 55 # Nice setting for process, the higher the number the lower the priority.
118 """Handler for SIGALRM when the offloading process times out.
128 raise TimeoutException('Process Timed Out')
170 process = subprocess.Popen(cmd,
173 stdout_data, stderr_data = process.communicate()
175 if process.returncode != 0:
285 autoserv process, so parsing job can access the results folder.
330 process = None
333 process = subprocess.Popen(
336 process.wait(
    [all...]
  /external/chromium-trace/catapult/telemetry/telemetry/timeline/
trace_event_importer.py 47 """Helper to process an 'async finish' event, which will close an
159 process = self._GetOrCreateProcess(event['pid'])
160 process.name = event['args']['name']
162 process = self._GetOrCreateProcess(event['pid'])
163 process.labels = event['args']['labels']
165 process = self._GetOrCreateProcess(event['pid'])
166 process.SetTraceBufferOverflowTimestamp(event['args']['overflowed_at_ts'])
198 # Dictionary to order dumps by id and process.
206 process = self._GetOrCreateProcess(pid)
207 memory_dump = memory_dump_event.ProcessMemoryDumpEvent(process,
    [all...]
  /frameworks/base/core/tests/coretests/src/android/util/
Base64Test.java 248 encoder.process(input, 0, 3, false);
252 encoder.process(input, 0, 3, false);
256 encoder.process(input, 0, 1, false);
260 encoder.process(input, 0, 1, false);
264 encoder.process(input, 0, 1, false);
268 encoder.process(input, 0, 2, false);
272 encoder.process(input, 0, 2, false);
276 encoder.process(input, 0, 2, false);
280 encoder.process(input, 0, 1, true);
  /prebuilts/tools/common/m2/repository/org/parboiled/parboiled-java/1.0.2/
parboiled-java-1.0.2.jar 
  /external/autotest/client/virt/
kvm_vm.py 36 self.process = None
67 raise virt_vm.VMDeadError(self.process.get_status(),
68 self.process.get_output())
81 Return True if the qemu process is dead.
83 return not self.process or not self.process.is_alive()
146 will be be set to this value for the qemu process (useful for
780 self.process = aexpect.run_bg(qemu_command, None,
789 # Make sure the process was started successfully
790 if not self.process.is_alive()
    [all...]
  /development/scripts/
symbol.py 324 process = subprocess.Popen(cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE)
325 process.stdin.write(mangled_symbol)
326 process.stdin.write("\n")
327 process.stdin.close()
328 demangled_symbol = process.stdout.readline().strip()
329 process.stdout.close()
  /external/libunwind/doc/
unw_init_remote.tex 29 However, other address-spaces may instead expect a process-id, a
36 in \emph{any} process, including the local process in which the

Completed in 745 milliseconds

<<21222324252627282930>>