/external/autotest/client/site_tests/platform_CryptohomeTPMReOwn/ |
D | platform_CryptohomeTPMReOwn.py | 37 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/ |
D | ClassCacheTest.java | 40 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/ |
D | nlcontrolc.stderr.exp | 7 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/ |
D | ready.pass.cpp | 25 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/ |
D | nlcontrolc.stderr.exp | 7 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
|
D | nlvgdbsigqueue.stderr.exp | 7 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
|
D | mcinfcallWSRU.stderr.exp | 2 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/ |
D | MBlazeSchedule3.td | 20 // 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 …]
|
D | MBlazeSchedule5.td | 20 // 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/ |
D | clockdiff.c | 131 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/ |
D | linebuf.c | 41 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/ |
D | ReentrantEventsTest.java | 49 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/ |
D | SimpleThreadPool.h | 44 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/ |
D | pth_destroy_cond.c | 11 int ready = 0; variable 16 ready = 1; in ThreadFunction() 30 while (!ready) { // to insure ourselves against spurious wakeups in main()
|
/external/valgrind/none/tests/ |
D | ppoll_alarm.c | 12 static int ready = 0; variable 20 ready = 1; in mythr() 45 while (ready == 0) { in main()
|
D | pselect_alarm.c | 13 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/ |
D | ClassMap.java | 183 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/ |
D | msgctl07.c | 51 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/ |
D | signal_sync2.cc | 22 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/ |
D | test_poll.py | 20 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/ |
D | 16-1.c | 87 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/ |
D | BindingOrderTest.java | 59 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/ |
D | pxe_file.c | 116 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/ |
D | Initializer.java | 47 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/ |
D | cmdfw.py | 49 self.ready() 68 self.ready() 81 def ready(self): member in CommandFrameWork
|