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

<<21222324252627282930>>

  /external/v8/src/
icu_util.h 13 // Call this function to load ICU's data tables for the current process. This
  /external/valgrind/drd/tests/
pth_process_shared_mutex.c 2 * Test program that locks and unlocks a process-shared mutex.
  /external/valgrind/gdbserver_tests/
mcmain_pic.stdinB.gdb 3 echo vgdb launched process attached\n
mssnapshot.stdinB.gdb 3 echo vgdb launched process attached\n
  /external/webrtc/webrtc/modules/audio_processing/
rms_level.h 26 // Process(). When enough chunks have been accumulated to form a packet, call
39 // Pass each chunk of audio to Process() to accumulate the level.
40 void Process(const int16_t* data, size_t length);
46 // Computes the RMS level over all data passed to Process() since the last
  /external/webrtc/webrtc/tools/barcode_tools/
build_zxing.py 25 process = subprocess.Popen(cmd, stdout=sys.stdout, stderr=sys.stderr)
26 process.wait()
27 if process.returncode != 0:
29 return process.returncode
  /frameworks/base/packages/SettingsProvider/test/
Android.mk 6 # because this test is not an instrumentation test. (because the target runs in the system process.)
  /ndk/sources/android/libthread_db/
README 9 target process. Its API and ABI are not stable and may change in the
  /ndk/tests/device/test-gnustl-full/unit/
cstdlib_header_test.cpp 12 # include <process.h>
  /ndk/tests/device/test-stlport/unit/
cstdlib_header_test.cpp 12 # include <process.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
coda_psdev.h 19 wait_queue_head_t uc_sleep; /* process' wait queue */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
coda_psdev.h 19 wait_queue_head_t uc_sleep; /* process' wait queue */
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
mp_fork_bomb.py 11 p = multiprocessing.Process(target=foo, args=(w,))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
mp_fork_bomb.py 11 p = multiprocessing.Process(target=foo, args=(w,))
  /prebuilts/gradle-plugin/com/android/tools/sdk-common/24.2.0-alpha1/
sdk-common-24.2.0-alpha1-sources.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
mp_fork_bomb.py 11 p = multiprocessing.Process(target=foo, args=(w,))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
mp_fork_bomb.py 11 p = multiprocessing.Process(target=foo, args=(w,))
  /prebuilts/tools/common/proguard/proguard4.7/examples/ant/
applications1.xml 1 <!-- This Ant build file illustrates how to process applications,
  /prebuilts/tools/common/proguard/proguard4.7/examples/
proguardall.pro 2 # This ProGuard configuration file illustrates how to process ProGuard
11 # We'll read all jars from the lib directory, process them, and write the
51 # If we have ant.jar, we can properly process the Ant task.
60 # If we have kenv.zip, we can process the J2ME WTK plugin.
  /art/test/137-cfi/src/
Main.java 27 // Unwinding another process, modelling debuggerd.
30 // We fork ourself to create the secondary process for remote unwinding.
80 // First do the in-process unwinding.
95 Process p = exec(secCmdLine);
100 throw new RuntimeException("Couldn't parse process");
103 // Wait until the forked process had time to run until its sleep phase.
114 System.out.println("Unwinding other process failed.");
117 // Kill the forked process if it is not already dead.
122 private static Process exec(String[] args) {
130 private static int getPid(Process p)
    [all...]
  /external/autotest/client/tests/unixbench/
control 19 - Process creation - number of times a process can fork and reap
20 - Shell Scripts - number of times a process can start and reap a script
  /external/chromium-trace/catapult/tracing/tracing/model/
activity.html 14 * in the process.
16 * running in the foreground of the process.
18 * the currently active window of the process.
  /external/clang/test/CXX/temp/temp.decls/temp.alias/
p2.cpp 23 void process(Vec<T>& v) // expected-note {{previous definition is here}} function in namespace:StdExample
27 void process(vector<T, Alloc<T>>& w) // expected-error {{redefinition of 'process'}} function in namespace:StdExample
  /external/google-breakpad/src/client/windows/crash_generation/
crash_generation_client.h 44 // Abstraction of client-side implementation of out of process
47 // The process that desires to have out-of-process crash dump
52 // with the server process and check the return value. If
53 // registration is not successful, out-of-process crash dump
75 // Registers the client process with the crash server.
104 // from opening the named pipe directly, the server process may open the
105 // handle and duplicate it into the client process with this helper method.
106 // Returns INVALID_HANDLE_VALUE on failure. The process must have been opened
142 // Pipe handle duplicated from server process. Only valid befor
    [all...]
  /external/icu/icu4c/source/layout/
PairPositioningSubtables.h 44 le_uint32 process(const LEReferenceTo<PairPositioningSubtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
52 le_uint32 process(const LEReferenceTo<PairPositioningFormat1Subtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
81 le_uint32 process(const LEReferenceTo<PairPositioningFormat2Subtable> &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;

Completed in 296 milliseconds

<<21222324252627282930>>