HomeSort by relevance Sort by last modified time
    Searched defs:ready (Results 126 - 150 of 369) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.h 272 struct util_queue_fence ready; member in struct:si_shader_selector
  /external/ppp/pppd/
sys-linux.c 1082 fd_set ready, exc; local
1085 ready = in_fds;
1087 n = select(max_in_fd + 1, &ready, NULL, &exc, timo);
    [all...]
  /external/webrtc/talk/app/webrtc/
webrtcsession.cc 1224 bool ready = ReadyToUseRemoteCandidate(candidate, NULL, &valid); local
    [all...]
  /frameworks/av/media/libstagefright/httplive/
LiveSession.cpp 2084 bool underflow, ready, down, up; local
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
SocketTest.java 68 public boolean ready = false; field in class:SocketTest.ServerThread
93 ready = true;
109 while (!ready) {
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
proc.go 16 // The scheduler's job is to distribute ready-to-run goroutines over worker threads.
38 // 2. Direct goroutine handoff. That is, when we ready a new goroutine and there
44 // 3. Unpark an additional thread whenever we ready a goroutine and there is an
50 // We unpark an additional thread when we ready a goroutine if (1) there is an
302 ready(gp, traceskip, true)
583 // Mark gp ready to run.
584 func ready(gp *g, traceskip int, next bool) { func
596 throw("bad g->status in ready")
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
proc.go 16 // The scheduler's job is to distribute ready-to-run goroutines over worker threads.
38 // 2. Direct goroutine handoff. That is, when we ready a new goroutine and there
44 // 3. Unpark an additional thread whenever we ready a goroutine and there is an
50 // We unpark an additional thread when we ready a goroutine if (1) there is an
302 ready(gp, traceskip, true)
583 // Mark gp ready to run.
584 func ready(gp *g, traceskip int, next bool) { func
596 throw("bad g->status in ready")
    [all...]
  /system/bt/btif/src/
btif_av.cc 2809 bool ready = false; local
    [all...]
  /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/tensorflow/tensorflow/c/
c_api.cc 397 // A node is ready when all of its inputs have been visited.
398 std::vector<const Node*> ready; local
415 ready.push_back(n);
420 while (!ready.empty()) {
421 const Node* node = ready.back();
422 ready.pop_back();
429 ready.push_back(out->dst());
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 420 // Root nodes (with no in edges) that should form the initial ready queue
596 // Use bit 0 to indicate if we are waiting for a ready live data input.
780 // ExecutorState dispatches nodes when they become ready and keeps
1344 std::deque<Node*> ready; local
1418 TaggedNodeSeq ready; local
1493 TaggedNodeSeq ready; local
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL3/
QCamera3HWI.h 177 // Mark a shutter callback for a frame ready.
186 bool ready; // If the shutter is ready. member in struct:qcamera::ShutterDispatcher::Shutter
188 Shutter() : ready(false), timestamp(0) {};
214 // Mark a buffer ready for a stream for a frame number.
222 bool ready; // If the buffer is ready. member in struct:qcamera::OutputBufferDispatcher::Buffer
224 Buffer() : ready(false), buffer({}) {};
439 // that are ready.
440 // frameNumber is the lastest frame whose result metadata is ready
    [all...]
QCamera3HWI.cpp 79 // HDR+ requests have 3 partial results: postview, next request ready, and final result.
15830 uint8_t ready = true; local
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c 1205 const bool ready = read_usb_sup_sample_rates( local
    [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp 5383 bool ready = false; \/\/ under mu member in namespace:test112
    [all...]
  /prebuilts/tools/common/m2/repository/com/sun/xml/dtd-parser/dtd-parser/1.1/
dtd-parser-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-websocket/8.1.14.v20131031/
jetty-websocket-8.1.14.v20131031.jar 
  /external/guice/extensions/persist/lib/
commons-io.jar 
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.contenttype_3.5.0.v20150421-2214.jar 
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.contenttype_3.4.200.v20130326-1255.jar 
  /external/annotation-tools/asmx/test/lib/
serp.jar 
  /external/libphonenumber/demo/war/WEB-INF/lib/
commons-io-1.4.jar 

Completed in 1399 milliseconds

1 2 3 4 56 7 8 91011>>