Home
last modified time | relevance | path

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

1234567891011

/external/robolectric/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/
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
DmcinfcallRU.stdinB.gdb6 # We will interrupt in a few seconds (be sure the main task is ready).
7 # Once it is ready, we still have to wait to be sure it is running.
Dsleepers.c43 static pthread_cond_t ready = PTHREAD_COND_INITIALIZER; variable
52 rc = pthread_cond_signal(&ready); in signal_ready()
107 rc = pthread_cond_wait(&ready, &ready_mutex); in wait_ready()
/external/libcxx/test/std/re/re.results/re.results.state/
Dready.pass.cpp24 assert(m.ready() == false); in test1()
26 assert(m.ready() == true); in test1()
34 assert(m.ready() == false); in test2()
36 assert(m.ready() == true); in test2()
/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/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/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/mesa3d/src/gallium/drivers/nv50/
Dnv50_query.c45 boolean ready; member
68 if (q->ready) in nv50_query_allocate()
191 q->ready = FALSE; in nv50_query_begin()
236 q->ready = q->flushed = FALSE; in nv50_query_end()
242 return q->ready || (!q->is64bit && (q->data[0] == q->sequence)); in nv50_query_ready()
256 if (!q->ready) /* update ? */ in nv50_query_result()
257 q->ready = nv50_query_ready(q); in nv50_query_result()
258 if (!q->ready) { in nv50_query_result()
270 q->ready = TRUE; in nv50_query_result()
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
Dnv50_ir_emit_nvc0.cpp1974 void recordRd(const Value *, const int ready);
1975 void recordWr(const Value *, const int ready);
2119 int delay = 0, ready = cycle; in calcDelay() local
2129 ready = score->res.sfu; in calcDelay()
2133 ready = score->res.imul; in calcDelay()
2136 ready = score->res.tex; in calcDelay()
2139 ready = score->res.ld[insn->src(0).getFile()]; in calcDelay()
2142 ready = score->res.st[insn->src(0).getFile()]; in calcDelay()
2148 ready = MAX2(ready, score->res.tex); in calcDelay()
2150 delay = MAX2(delay, ready - cycle); in calcDelay()
[all …]
/external/libcxx/test/std/thread/futures/futures.unique_future/
Dwait_for.pass.cpp57 assert(f.wait_for(ms(300)) == std::future_status::ready); in main()
73 assert(f.wait_for(ms(300)) == std::future_status::ready); in main()
89 assert(f.wait_for(ms(300)) == std::future_status::ready); in main()
Dwait_until.pass.cpp79 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::ready); in main()
100 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::ready); in main()
121 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::ready); in main()
/external/libcxx/test/std/thread/futures/futures.shared_future/
Dwait_for.pass.cpp57 assert(f.wait_for(ms(300)) == std::future_status::ready); in main()
73 assert(f.wait_for(ms(300)) == std::future_status::ready); in main()
89 assert(f.wait_for(ms(300)) == std::future_status::ready); in main()
Dwait_until.pass.cpp79 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::ready); in main()
100 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::ready); in main()
121 assert(f.wait_until(Clock::now() + ms(10)) == std::future_status::ready); in main()
/external/selinux/policycoreutils/gui/
DmodulesPage.py119 self.ready()
139 self.ready()
151 self.ready()
184 self.ready()
DbooleansPage.py161 def ready(self): member in booleansPage
177 self.ready()
231 self.ready()
238 self.ready()
DusersPage.py110 self.ready()
126 self.ready()
142 self.ready()
/external/guava/guava/src/com/google/common/io/
DMultiReader.java78 @Override public boolean ready() throws IOException { in ready() method in MultiReader
79 return (current != null) && current.ready(); in ready()
/external/llvm/docs/tutorial/
DLangImpl4.rst28 ready> def test(x) 1+2+x;
41 ready> def test(x) 1+2+x;
73 ready> def test(x) (1+2+x)*(x+(1+2));
74 ready> Read function definition:
193 ready> def test(x) (1+2+x)*(x+(1+2));
194 ready> Read function definition:
252 Once the ``ExecutionEngine`` is created, the JIT is ready to be used.
288 ready> 4+5;
304 ready> def testfunc(x y) x + y*2;
313 ready> testfunc(4, 10);
[all …]
/external/libcxx/src/
Dfuture.cpp99 __state_ |= __constructed | ready; in set_value()
126 __state_ |= ready; in set_exception()
148 __state_ |= ready; in __make_ready()
/external/llvm/include/llvm/IR/
DIntrinsicsXCore.td98 // If any of the resources owned by the thread are ready this returns the
99 // vector of one of the ready resources. If no resources owned by the thread
100 // are ready then the operand passed to the intrinsic is returned.
/external/linux-tools-perf/src/tools/perf/bench/
Dsched-messaging.c73 static void ready(int ready_out, int wakefd) in ready() function
93 ready(ctx->ready_out, ctx->wakefd); in sender()
124 ready(ctx->ready_out, ctx->wakefd); in receiver()
/external/chromium-trace/
Dsystrace-legacy.py145 ready = select.select([adb.stdout, adb.stderr], [], [adb.stdout, adb.stderr])
146 if adb.stderr in ready[0]:
150 if adb.stdout in ready[0]:

1234567891011