HomeSort by relevance Sort by last modified time
    Searched refs:ready (Results 101 - 125 of 175) sorted by null

1 2 3 45 6 7

  /libcore/luni/src/test/java/libcore/java/io/
OldBufferedReaderTest.java 241 assertTrue("Test 1: ready() returned false", br.ready());
243 fail("Exception during ready test" + e.toString());
  /system/core/adb/
adb.h 114 ** peer->ready() when we once again are ready to
119 /* ready is called by the peer when it is ready for
122 void (*ready)(asocket *s); member in struct:asocket
adb.c 408 s->ready(s);
413 case A_OKAY: /* READY(local-id, remote-id, "") */
420 s->ready(s);
835 // set up a pipe so the child can tell us when it is ready.
    [all...]
  /external/oprofile/events/mips/74K/
events 35 event:0x11 counters:0,2 um:zero minimum:500 name:ALU_OPERANDS_NOT_READY_CYCLES : 17-0 DDQ0 (ALU out-of-order dispatch queue) no issue cycles with valid instructions but operands not ready
45 event:0x1b counters:0,2 um:zero minimum:500 name:LOAD_STORE_BLOCKED_CYCLES : 27-0 Load/store graduation blocked cycles due to CP1/2 store data not ready, SYNC/SYNCI/SC/CACHEOP at the head, or FSB/LDQ/WBB/ITU FIFO full
111 event:0x411 counters:1,3 um:zero minimum:500 name:AGEN_OPERANDS_NOT_READY_CYCLES : 17-1 DDQ1 (AGEN out-of-order dispatch queue) no issue cycles with valid instructions but operands not ready
112 event:0x412 counters:1,3 um:zero minimum:500 name:AGEN_NO_ISSUES_CYCLES : 18-1 DDQ1 (AGEN out-of-order dispatch queue) no issue cycles with valid instructions due to operand(s) not available, non-issued stores blocking ready to issue loads, or non-issued CACHEOPs blocking ready to issue loads
  /external/chromium/chrome/browser/resources/file_manager/js/
harness.js 86 * from the JS console, we don't really need to be sure it's ready at any
  /external/chromium-trace/src/shared/js/
load_time_data.js 9 * any data that is important to have ready from a very early stage (e.g. things
  /external/oprofile/events/mips/sb1/
events 26 event:0x23 counters:1,2,3 um:zero minimum:500 name:NOT_DATA_READY :Not data ready
  /dalvik/vm/
Debugger.h 82 bool ready; member in struct:DebugInvokeReq
  /external/quake/quake/src/QW/client/
vid_x.c 1006 int ready;
1013 ready = select(1, &readfds, 0, 0, &timeout);
1015 if (ready>0)
  /external/quake/quake/src/WinQuake/
vid_sunx.cpp 1167 int ready;
1174 ready = select(1, &readfds, 0, 0, &timeout);
1176 if (ready>0)
vid_x.cpp 1098 int ready;
1105 ready = select(1, &readfds, 0, 0, &timeout);
1107 if (ready>0)
  /external/blktrace/
blktrace.c 258 unsigned int ready; member in struct:io_info
1443 ret = sendfile(iop->ofd, iop->ifd, NULL, iop->ready);
1447 } else if (ret < (int)iop->ready) {
1449 ret, iop->ready);
1460 if (net_send_header(iop->ofd, tp->cpu, dpp->buts_name, iop->ready))
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
SocketTest.java 66 public boolean ready = false; field in class:SocketTest.ServerThread
91 ready = true;
107 while (!ready) {
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MidiFile.cpp 490 if (!mAudioSink->ready()) {
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java     [all...]
  /dalvik/vm/jdwp/
JdwpEvent.cpp 599 pReq->ready = true;
601 pReq->ready = false;
    [all...]
  /external/chromium/chrome/browser/
aeropeek_manager.cc 300 base::WaitableEvent* ready)
305 ready_(ready) {
    [all...]
  /external/chromium/chrome/browser/instant/
instant_loader.cc 411 if (!loader_->ready() && !registered_render_widget_host_ &&
472 if (!loader_->ready()) {
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
certificate_manager_handler.cc     [all...]
  /external/webkit/Tools/DumpRenderTree/qt/
DumpRenderTreeQt.cpp 696 connect(this, SIGNAL(ready()), this, SLOT(loadNextTestInStandAloneMode()));
745 emit ready();
    [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
SettingsBackupAgent.java 129 while (in.ready()) {
205 while (in.ready()) {
  /external/ppp/pppd/
sys-linux.c 1048 fd_set ready, exc; local
1051 ready = in_fds;
1053 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);
    [all...]
  /external/dbus/dbus/
dbus-sysdeps-unix.c     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
target.def 616 int, (FILE *file, int verbose, rtx *ready, int *n_readyp, int clock), NULL)
621 int, (FILE *file, int verbose, rtx *ready, int *n_readyp, int clock), NULL)
677 which defines how many insns in queue `ready' will we try for
681 try to choose ready insn which permits to start maximum number of
689 what insns from the ready insn queue will be considered for the
780 the last parameter is zero, the insn ready queue is not sorted
891 what insns from the ready insn queue will be considered for the
895 that stand at the first position of the ready list. */
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
target.def 616 int, (FILE *file, int verbose, rtx *ready, int *n_readyp, int clock), NULL)
621 int, (FILE *file, int verbose, rtx *ready, int *n_readyp, int clock), NULL)
677 which defines how many insns in queue `ready' will we try for
681 try to choose ready insn which permits to start maximum number of
689 what insns from the ready insn queue will be considered for the
780 the last parameter is zero, the insn ready queue is not sorted
891 what insns from the ready insn queue will be considered for the
895 that stand at the first position of the ready list. */
    [all...]

Completed in 3490 milliseconds

1 2 3 45 6 7