HomeSort by relevance Sort by last modified time
    Searched full:process (Results 701 - 725 of 18366) sorted by null

<<21222324252627282930>>

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/
FileProcessor.java 29 /** Collects files recursively, filtering by file name. Callbacks are provided to process files and the results are collected,
108 * @see #process(File, File) */
109 public ArrayList<Entry> process (String inputFileOrDir, String outputRoot) throws Exception { method in class:FileProcessor
110 return process(new File(inputFileOrDir), outputRoot == null ? null : new File(outputRoot));
116 public ArrayList<Entry> process (File inputFileOrDir, File outputRoot) throws Exception { method in class:FileProcessor
119 return process(new File[] {inputFileOrDir}, outputRoot);
121 return process(inputFileOrDir.listFiles(), outputRoot);
127 public ArrayList<Entry> process (File[] files, File outputRoot) throws Exception { method in class:FileProcessor
132 process(files, outputRoot, outputRoot, dirToEntries, 0); method
174 private void process (File[] files, File outputRoot, File outputDir, LinkedHashMap<File, ArrayList<Entry>> dirToEntries (…) method in class:FileProcessor
    [all...]
  /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/com/android/internal/os/
Zygote.java 65 * root capabilities. The new process is expected to call capset()</b>.
67 * @param uid the UNIX uid that the new process should setuid() to after
69 * @param gid the UNIX gid that the new process should setgid() to after
71 * @param gids null-ok; a list of UNIX gids that the new process should
79 * the new process.
80 * @param niceName null-ok a string specifying the process name.
98 // Enable tracing as soon as possible for the child process.
114 * Special method to start the system server process. In addition to the
116 * process is recorded such that the death of the child process will caus
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/24/changes/
android.os.Process.html 10 android.os.Process
74 Class android.os.<A HREF="../../../../reference/android/os/Process.html" target="_top"><font size="+2"><code>Process</code></font></A>
86 <A NAME="android.os.Process.getExclusiveCores_added()"></A>
87 <nobr><code>int[]</code>&nbsp;<A HREF="../../../../reference/android/os/Process.html#getExclusiveCores()" target="_top"><code>getExclusiveCores</code></A>()</nobr>
93 <A NAME="android.os.Process.getStartElapsedRealtime_added()"></A>
94 <nobr><code>long</code>&nbsp;<A HREF="../../../../reference/android/os/Process.html#getStartElapsedRealtime()" target="_top"><code>getStartElapsedRealtime</code></A>()</nobr>
100 <A NAME="android.os.Process.getStartUptimeMillis_added()"></A>
101 <nobr><code>long</code>&nbsp;<A HREF="../../../../reference/android/os/Process.html#getStartUptimeMillis()" target="_top"><code>getStartUptimeMillis</code></A>()</nobr>
107 <A NAME="android.os.Process.isApplicationUid_added(int)"></A
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/pm/
ShortcutManagerTest7.java 29 import android.os.Process;
86 mInjectedCallingUid = Process.SYSTEM_UID;
96 mInjectedCallingUid = Process.ROOT_UID;
105 mInjectedCallingUid = Process.SHELL_UID;
114 mInjectedCallingUid = Process.SHELL_UID;
131 mInjectedCallingUid = Process.SHELL_UID;
152 mInjectedCallingUid = Process.SHELL_UID;
183 mInjectedCallingUid = Process.SHELL_UID;
204 mInjectedCallingUid = Process.SHELL_UID;
235 mInjectedCallingUid = Process.SHELL_UID
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
resource.h 35 /* Per-process CPU limit, in seconds. */
103 /* Maximum CPU time in µs that a process scheduled under a real-time
162 /* The calling process. */
204 /* Number of times a process was swapped out of physical memory. */
217 /* Number of voluntary context switches, i.e. because the process
218 gave up the process before it had to (usually to wait for some
221 /* Number of involuntary context switches, i.e. a higher priority process
222 became runnable or the current process used up its time slice. */
227 #define PRIO_MIN -20 /* Minimum priority a process can have. */
228 #define PRIO_MAX 20 /* Maximum priority a process can have. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
resource.h 35 /* Per-process CPU limit, in seconds. */
103 /* Maximum CPU time in µs that a process scheduled under a real-time
162 /* The calling process. */
204 /* Number of times a process was swapped out of physical memory. */
217 /* Number of voluntary context switches, i.e. because the process
218 gave up the process before it had to (usually to wait for some
221 /* Number of involuntary context switches, i.e. a higher priority process
222 became runnable or the current process used up its time slice. */
227 #define PRIO_MIN -20 /* Minimum priority a process can have. */
228 #define PRIO_MAX 20 /* Maximum priority a process can have. *
    [all...]
  /system/bt/build/secondary/third_party/libchrome/
BUILD.gn 95 "base/process/internal_linux.cc",
96 "base/process/kill.cc",
97 "base/process/kill_posix.cc",
98 "base/process/launch.cc",
99 "base/process/launch_posix.cc",
100 "base/process/process_handle_linux.cc",
101 "base/process/process_handle_posix.cc",
102 "base/process/process_iterator.cc",
103 "base/process/process_iterator_linux.cc",
104 "base/process/process_metrics.cc"
    [all...]
  /external/autotest/client/virt/
aexpect.py 82 # Child process: run the command in a subshell
85 # Parent process
135 # If there's data to read from the child process --
221 return ("Process terminated while looking for %s "
244 # Raised when the shell process itself (e.g. ssh, netcat, telnet)
251 return ("Shell process terminated while waiting for command to "
287 @param termination_func: A function to call when the process terminates
298 process = Tail(command=command,
304 while time.time() < end_time and process.is_alive():
307 return process
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 88 "Indicates how to run a death test in a forked child process: "
89 "\"threadsafe\" (child process re-executes the test binary "
91 "\"fast\" (child process runs the death test immediately "
113 "process is a sub-process launched for running a thread-safe "
122 // child process of a fast style death test.
126 // executing in the context of the death test child process. Tools such as
206 // Returns true if exit_status describes a process that was terminated
236 // conclude. DIED means that the process died while executing the test
237 // code; LIVED means that process lived beyond the end of the test code
    [all...]
  /external/gtest/src/
gtest-death-test.cc 88 "Indicates how to run a death test in a forked child process: "
89 "\"threadsafe\" (child process re-executes the test binary "
91 "\"fast\" (child process runs the death test immediately "
113 "process is a sub-process launched for running a thread-safe "
122 // child process of a fast style death test.
126 // executing in the context of the death test child process. Tools such as
206 // Returns true if exit_status describes a process that was terminated
236 // conclude. DIED means that the process died while executing the test
237 // code; LIVED means that process lived beyond the end of the test code
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 88 "Indicates how to run a death test in a forked child process: "
89 "\"threadsafe\" (child process re-executes the test binary "
91 "\"fast\" (child process runs the death test immediately "
113 "process is a sub-process launched for running a thread-safe "
122 // child process of a fast style death test.
126 // executing in the context of the death test child process. Tools such as
206 // Returns true if exit_status describes a process that was terminated
236 // conclude. DIED means that the process died while executing the test
237 // code; LIVED means that process lived beyond the end of the test code
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 88 "Indicates how to run a death test in a forked child process: "
89 "\"threadsafe\" (child process re-executes the test binary "
91 "\"fast\" (child process runs the death test immediately "
113 "process is a sub-process launched for running a thread-safe "
122 // child process of a fast style death test.
126 // executing in the context of the death test child process. Tools such as
206 // Returns true if exit_status describes a process that was terminated
236 // conclude. DIED means that the process died while executing the test
237 // code; LIVED means that process lived beyond the end of the test code
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 150 _POSIX_THREAD_PROCESS_SHARED Process-shared synchronization supported.
186 which the calling process is a member.
422 /* Schedule an alarm. In SECONDS seconds, the process will get a SIGALRM.
431 /* Make the process sleep for SECONDS seconds, or until a signal arrives
460 /* Suspend the process until a signal arrives.
492 /* Change the process's working directory to PATH. */
496 /* Change the process's working directory to the one FD is open on. */
544 /* Replace the current process, executing PATH with arguments ARGV and
592 /* Add INC to priority of the current process. */
622 /* Get the process ID of the calling process. *
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
unistd.h 150 _POSIX_THREAD_PROCESS_SHARED Process-shared synchronization supported.
186 which the calling process is a member.
426 /* Schedule an alarm. In SECONDS seconds, the process will get a SIGALRM.
435 /* Make the process sleep for SECONDS seconds, or until a signal arrives
465 /* Suspend the process until a signal arrives.
497 /* Change the process's working directory to PATH. */
501 /* Change the process's working directory to the one FD is open on. */
550 /* Replace the current process, executing PATH with arguments ARGV and
598 /* Add INC to priority of the current process. */
628 /* Get the process ID of the calling process. *
    [all...]
  /docs/source.android.com/src/devices/media/
framework-hardening.jd 28 <code>mediaserver</code> process into multiple processes with permissions and
29 capabilities restricted to only those required by each process. These changes
42 Android code often assumes everything runs in the same process, vendors must
50 <code>mediaserver</code> process with great many permissions (camera access,
52 7.0 splits the <code>mediaserver</code> process into several new processes that
59 <p>This new architecture ensures that even if a process is compromised,
70 <p>In Android 7.0, the <code>mediaserver</code> process exists for driving
79 process, which uses it to read from the file using Binder IPC. (The
84 extractor to the <code>mediaserver</code> process.</li>
87 <li>Calls into the <code>mediacodec</code> process to create codecs of th
    [all...]
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
ErrorMessages.java 256 protected String process(String s) { return s; } method in class:ErrorMessages.ComponentBuilderMessages
260 return process("@Component has more than one @Component.Builder: %s");
264 return process("@Component.Builder classes must have exactly one constructor,"
269 return process("@Component.Builder types must not have any generic types");
273 return process("@Component.Builder types must be nested within a @Component");
277 return process("@Component.Builder types must be abstract classes or interfaces");
281 return process("@Component.Builder types must not be private");
285 return process("@Component.Builder types must be static");
289 return process("@Component.Builder types must be abstract");
293 return process("@Component.Builder types must have exactly one no-args method that
366 @Override protected String process(String s) { method in class:ErrorMessages.SubcomponentBuilderMessages
384 @Override protected String process(String s) { method in class:ErrorMessages.ProductionComponentBuilderMessages
    [all...]
  /external/webrtc/webrtc/modules/pacing/
paced_sender_unittest.cc 166 send_bucket_->Process();
178 send_bucket_->Process();
195 send_bucket_->Process();
216 send_bucket_->Process();
225 EXPECT_EQ(0, send_bucket_->Process());
230 EXPECT_EQ(0, send_bucket_->Process());
252 send_bucket_->Process();
281 send_bucket_->Process();
293 EXPECT_EQ(0, send_bucket_->Process());
298 EXPECT_EQ(0, send_bucket_->Process());
    [all...]
  /external/autotest/client/tests/cgroup/
cgroup_common.py 85 @return: subprocess.Popen() process
87 logging.debug("cg.test(): executing paralel process '%s'", cmd)
89 process = subprocess.Popen(cmd, shell=True, stdin=subprocess.PIPE,
92 return process
97 Checks if the 'pid' process is in 'pwd' cgroup
98 @param pid: pid of the process
110 Checks if the 'pid' process is in root cgroup (WO cgroup)
111 @param pid: pid of the process
120 @param pid: pid of the process
139 @param pid: pid of the process
    [all...]
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
update_engine_performance_monitor.py 42 @return a list of process identifiers.
50 """Get information about a process.
53 the process name and the second element is the RSS size in
55 same process) will be set in the |pids_processed| set.
59 @param pids_processed: set of process identifiers.
71 # Mark all tasks belonging to the process to avoid
100 # same process.
130 Periodically sample and process performance data until the
132 process. Returns recorded data as a string.
176 """Daemonizes and prints the daemon process pid on stdout an
    [all...]
  /external/libbrillo/brillo/
process.cc 5 #include "brillo/process.h"
20 #include <base/process/process_metrics.h>
36 Process::Process() {
39 Process::~Process() {
42 bool Process::ProcessExists(pid_t pid) {
196 // by this process later on.
233 // Executing inside the child process.
281 // Reset signal mask for the child process if not inheriting signal mas
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
trace.c 73 "tracing other processes. You can disable this process attach protection by\n"
89 /* There's a (hopefully) brief period of time after the child process
91 * prepare the process. */
95 /* man ptrace: PTRACE_ATTACH attaches to the process specified
121 trace_set_options(struct process *proc)
173 /* Only really continue the process if there are no events in
174 the queue for this process. Otherwise just wait for the
216 task_stopped(struct process *task, void *data)
242 task_blocked(struct process *task, void *data)
256 task_vforked(struct process *task, void *data
    [all...]
  /external/chromium-trace/catapult/tracing/tracing/extras/vsync/
vsync_auditor.html 89 var process = model.processes[pid];
90 // Traverse process counters.
91 for (var cid in process.counters) {
93 var counter = process.counters[cid];
102 for (var tid in process.threads) {
103 var thread = process.threads[tid];
  /external/compiler-rt/test/tsan/
allocator_returns_null.cc 2 // By default (allocator_may_return_null=0) the process should crash.
55 // CHECK-mCRASH: ThreadSanitizer's allocator is terminating the process
57 // CHECK-cCRASH: ThreadSanitizer's allocator is terminating the process
59 // CHECK-coCRASH: ThreadSanitizer's allocator is terminating the process
61 // CHECK-rCRASH: ThreadSanitizer's allocator is terminating the process
63 // CHECK-mrCRASH: ThreadSanitizer's allocator is terminating the process
  /external/deqp/execserver/
xsWin32TestProcess.cpp 390 // Process
392 Process::Process (void)
402 Process::~Process (void)
419 void Process::cleanupHandles (void)
492 void Process::start (const char* commandLine, const char* workingDirectory)
503 throw std::runtime_error("Process already running");
506 // Process finished, clean up old cruft.
534 // Startup info for process
    [all...]

Completed in 609 milliseconds

<<21222324252627282930>>