OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spawned
(Results
51 - 75
of
153
) sorted by null
1
2
3
4
5
6
7
/external/guava/guava-tests/test/com/google/common/util/concurrent/
JdkFutureAdaptersTest.java
235
* listenInPoolThread-
spawned
thread completes:
/external/kernel-headers/original/uapi/linux/
binder.h
317
* Register a
spawned
looper thread with the device.
/external/libavc/encoder/
ih264e_process.h
317
* entry point of a
spawned
encoder thread
ih264e_encode.c
107
* This function joins all the
spawned
threads after successful completion of
125
/* join
spawned
threads */
/external/mesa3d/src/mesa/drivers/dri/i965/
brw_clip.c
83
/* For some reason the thread is
spawned
with only 4 channels
brw_gs.c
70
/* For some reason the thread is
spawned
with only 4 channels
brw_gs_emit.c
50
* - The thread will be
spawned
with the "SVBI Payload Enable" bit set, so GRF
126
* When the thread is
spawned
, GRF 0 contains the primitive type in bits 4:0
226
* Send an FF_SYNC message to ensure that all previously
spawned
GS threads
/frameworks/base/docs/html/guide/topics/processes/
process-lifecycle.jd
31
it terminates the
spawned
thread running in the process. The solution to this problem
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java
54
//
Spawned
by resuming suggestions. Comes from a span that was in the TextView.
/external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc
379
bool
spawned
() const { return spawned_; }
function in class:testing::internal::DeathTestImpl
403
// True if the death test child process has been successfully
spawned
.
529
if (!
spawned
())
638
if (!
spawned
())
802
if (!
spawned
())
[
all
...]
/external/gtest/src/
gtest-death-test.cc
381
bool
spawned
() const { return spawned_; }
function in class:testing::internal::DeathTestImpl
405
// True if the death test child process has been successfully
spawned
.
531
if (!
spawned
())
640
if (!
spawned
())
800
if (!
spawned
())
[
all
...]
/external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc
344
bool
spawned
() const { return spawned_; }
function in class:testing::internal::DeathTestImpl
368
// True if the death test child process has been successfully
spawned
.
494
if (!
spawned
())
602
if (!
spawned
())
766
if (!
spawned
())
[
all
...]
/external/mesa3d/src/gtest/src/
gtest-death-test.cc
341
bool
spawned
() const { return spawned_; }
function in class:testing::internal::DeathTestImpl
365
// True if the death test child process has been successfully
spawned
.
491
if (!
spawned
())
600
if (!
spawned
())
764
if (!
spawned
())
[
all
...]
/external/protobuf/gtest/src/
gtest-death-test.cc
328
bool
spawned
() const { return spawned_; }
function in class:testing::internal::DeathTestImpl
352
// True if the death test child process has been successfully
spawned
.
448
if (!
spawned
())
552
if (!
spawned
())
716
if (!
spawned
())
[
all
...]
/ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc
381
bool
spawned
() const { return spawned_; }
function in class:testing::internal::DeathTestImpl
405
// True if the death test child process has been successfully
spawned
.
531
if (!
spawned
())
640
if (!
spawned
())
800
if (!
spawned
())
[
all
...]
/external/lldb/test/functionalities/register/
TestRegisters.py
250
print "pid of
spawned
process: %d" % pid
/external/llvm/docs/HistoricalNotes/
2001-05-18-ExceptionHandling.txt
40
function, for a
spawned
thread, it corresponds to the thread function.
/libcore/luni/src/main/java/java/lang/
ProcessManager.java
147
* A new child was
spawned
just before we entered
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/pulse/
context.h
205
accessible a new daemon is
spawned
. If api is non-NULL, the functions
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
popen2.py
6
and popen3(cmd) which return two or three pipes to the
spawned
command.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pty.py
182
self.fail("Child
spawned
by pty.fork() did not have a tty as stdout")
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
popen2.py
6
and popen3(cmd) which return two or three pipes to the
spawned
command.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pty.py
182
self.fail("Child
spawned
by pty.fork() did not have a tty as stdout")
/external/lldb/test/functionalities/thread/concurrent_events/
TestConcurrentEvents.py
443
self.assertEqual(self.inferior_process.GetNumThreads(), 1, 'Expected to stop before any additional threads are
spawned
.')
455
# Continue the inferior so threads are
spawned
/ndk/sources/host-tools/make-3.81/
vmsjobs.c
605
* the spawning nor to the
spawned
one. Hence the caller needs to spawn
617
* a 'cc foobar.c'
spawned
in a subprocess but it is unacceptable for
Completed in 8250 milliseconds
1
2
3
4
5
6
7