Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 25 of 483) sorted by relevance

12345678910>>...20

/external/autotest/client/site_tests/platform_CryptohomeTPMReOwn/
Dplatform_CryptohomeTPMReOwn.py37 ready = False
42 ready = True
45 if (ready == False):
67 ready = False
72 ready = True
75 if (ready == False):
95 ready = False
100 ready = True
103 if (ready == False):
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/bytecode/
DClassCacheTest.java40 Assert.assertEquals(false, attempt.ready); in fixForCorberturaAndSonarCodeCoverage()
79 Assert.assertEquals(false, attempt.ready); in fixForCorberturaAndSonarCodeCoverageTheOtherWayAround()
89 public boolean ready = false; field in ClassCacheTest.TestThreadIsWriting
102 ready = true; in run()
107 public boolean ready = false; field in ClassCacheTest.TestThreadSaveAllClassesToCache
120 ready = true; in run()
/external/valgrind/gdbserver_tests/solaris/
Dnlcontrolc.stderr.exp7 Brussels ready to sleep and/or burn
8 London ready to sleep and/or burn
9 Petaouchnok ready to sleep and/or burn
10 main ready to sleep and/or burn
/external/libcxx/test/std/re/re.results/re.results.state/
Dready.pass.cpp25 assert(m.ready() == false); in test1()
27 assert(m.ready() == true); in test1()
35 assert(m.ready() == false); in test2()
37 assert(m.ready() == true); in test2()
/external/valgrind/gdbserver_tests/
Dnlcontrolc.stderr.exp7 Brussels ready to sleep and/or burn
8 London ready to sleep and/or burn
9 Petaouchnok ready to sleep and/or burn
10 main ready to sleep and/or burn
Dnlvgdbsigqueue.stderr.exp7 Brussels ready to sleep and/or burn
8 London ready to sleep and/or burn
9 Petaouchnok ready to sleep and/or burn
10 main ready to sleep and/or burn
DmcinfcallWSRU.stderr.exp2 Brussels ready to sleep and/or burn
3 London ready to sleep and/or burn
4 Petaouchnok ready to sleep and/or burn
5 main ready to sleep and/or burn
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
DMBlazeSchedule3.td20 // ready after the execute stage.
25 [ 2 // result ready after two cycles
34 // ready after the execute stage.
39 [ 4 // result ready after four cycles
46 // source operands are read during the decode stage and the result is ready
52 [ 35 // result ready after 35 cycles
60 // are read during the decode stage and the result is ready after the execute
66 [ 3 // result ready after three cycles
92 // and the destination register is ready after the execute stage.
97 [ 2 // result ready after two cycles
[all …]
DMBlazeSchedule5.td20 // ready after the execute stage.
27 [ 2 // result ready after two cycles
35 // and the result is ready after the execute stage.
42 [ 2 // result ready after two cycles
49 // source operands are read during the decode stage and the result is ready
57 [ 33 // result ready after 33 cycles
65 // ready after the memory access stage.
72 [ 3 // result ready after three cycles
102 // and the destination register is ready after the writeback stage.
109 [ 4 // result ready after four cycles
[all …]
/external/iputils/
Dclockdiff.c131 fd_set ready; in measure() local
147 FD_ZERO(&ready); in measure()
151 FD_SET(sock_raw, &ready); in measure()
152 if (select(FD_SETSIZE, &ready, (fd_set *)0, (fd_set *)0, &tout)) { in measure()
178 FD_ZERO(&ready); in measure()
207 FD_ZERO(&ready); in measure()
208 FD_SET(sock_raw, &ready); in measure()
215 if ((count = select(FD_SETSIZE, &ready, (fd_set *)0, in measure()
308 fd_set ready; in measure_opt() local
324 FD_ZERO(&ready); in measure_opt()
[all …]
/external/syslinux/gpxe/src/core/
Dlinebuf.c41 return ( linebuf->ready ? linebuf->data : NULL ); in buffered_line()
53 linebuf->ready = 0; in empty_line_buffer()
82 if ( linebuf->ready ) in line_buffer()
107 linebuf->ready = 1; in line_buffer()
/external/guava/guava-tests/test/com/google/common/eventbus/
DReentrantEventsTest.java49 boolean ready = true; field in ReentrantEventsTest.ReentrantEventsHater
55 ready = false; in listenForStrings()
59 ready = true; in listenForStrings()
65 assertTrue("I received an event when I wasn't ready!", ready); in listenForDoubles()
/external/eigen/unsupported/Eigen/CXX11/src/ThreadPool/
DSimpleThreadPool.h44 w->ready = true; in ~SimpleThreadPoolTempl()
66 w->ready = true; in Schedule()
96 w.ready = false; in WorkerLoop()
98 while (!w.ready) { in WorkerLoop()
127 bool ready; member
/external/valgrind/helgrind/tests/
Dpth_destroy_cond.c11 int ready = 0; variable
16 ready = 1; in ThreadFunction()
30 while (!ready) { // to insure ourselves against spurious wakeups in main()
/external/valgrind/none/tests/
Dppoll_alarm.c12 static int ready = 0; variable
20 ready = 1; in mythr()
45 while (ready == 0) { in main()
Dpselect_alarm.c13 static int ready = 0; variable
21 ready = 1; in mythr()
46 while (ready == 0) { in main()
/external/r8/src/main/java/com/android/tools/r8/utils/
DClassMap.java183 private volatile boolean ready = false; field in ClassMap.ConcurrentClassLoader
193 if (ready) { in get()
198 if (!ready) { in get()
203 assert !ready; in get()
227 ready = true; in get()
231 assert ready; in get() local
/external/ltp/testcases/kernel/syscalls/ipc/msgctl/
Dmsgctl07.c51 volatile int ready; variable
108 ready = 0; in main()
110 while (!ready) /* make the child wait */ in main()
148 ready = 0; in main()
150 while (!ready) /* make the child wait */ in main()
209 ready++; in alrm()
/external/compiler-rt/test/tsan/
Dsignal_sync2.cc22 int ready[kSignalCount]; variable
32 __atomic_store_n(&ready[pos], 1, __ATOMIC_RELEASE); in handler()
63 while (__atomic_load_n(&ready[pos], __ATOMIC_ACQUIRE) == 0) { in main()
/external/python/cpython2/Lib/test/
Dtest_poll.py20 def find_ready_matching(ready, flag): argument
22 for fd, mode in ready:
56 ready = p.poll()
57 ready_writers = find_ready_matching(ready, select.POLLOUT)
63 ready = p.poll()
64 ready_readers = find_ready_matching(ready, select.POLLIN)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
D16-1.c87 static volatile int ready; variable
135 ready = 1; in threaded()
163 ready = 0; in test_sig()
177 while (!ready) in test_sig()
/external/guice/core/test/com/google/inject/
DBindingOrderTest.java59 final CountDownLatch ready = new CountDownLatch(1); in testBindingWithExtraThreads() local
67 ready.countDown(); in testBindingWithExtraThreads()
76 ready.await(); in testBindingWithExtraThreads()
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
Dpxe_file.c116 int ready; in pxenv_file_select() local
122 if ( ( ready = select ( &fdset, 0 ) ) < 0 ) { in pxenv_file_select()
123 file_select->Status = PXENV_STATUS ( ready ); in pxenv_file_select()
127 file_select->Ready = ( ready ? RDY_READ : 0 ); in pxenv_file_select()
/external/guice/core/src/com/google/inject/internal/
DInitializer.java47 private final CountDownLatch ready = new CountDownLatch(1); field in Initializer
118 ready.countDown(); in injectAll()
148 if (ready.getCount() == 0) { in get()
155 ready.await(); in get()
/external/python/cpython2/Demo/pdist/
Dcmdfw.py49 self.ready()
68 self.ready()
81 def ready(self): member in CommandFrameWork

12345678910>>...20