Searched defs:is_ready (Results 1 - 11 of 11) sorted by relevance

/external/libxcam/modules/isp/
H A Dsensor_descriptor.cpp36 SensorDescriptor::is_ready () function in class:XCam::SensorDescriptor
51 if (exposure_time < 0 || !is_ready ())
65 if (!is_ready ())
/external/libxcam/modules/ocl/
H A Dcl_3a_stats_context.h52 bool is_ready () const { function in class:XCam::CL3AStatsCalculatorContext
H A Dcl_image_handler.cpp211 bool CLImageHandler::is_ready () function in class:XCam::CLImageHandler
H A Dcl_image_warp_handler.cpp177 CLImageWarpHandler::is_ready () function in class:XCam::CLImageWarpHandler
180 return ret && CLImageHandler::is_ready ();
H A Dcl_video_stabilizer.cpp77 CLVideoStabilizer::is_ready () function in class:XCam::CLVideoStabilizer
79 return CLImageHandler::is_ready ();
/external/toolchain-utils/automation/common/
H A Djob.py165 def is_ready(self): member in class:Job
/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dscheduler.cc110 bool is_ready = UpdatePending(out_edge, &pending_count); local
111 if (is_ready) {
252 bool is_ready = UpdatePending(out_edge, &pending_count); local
253 if (is_ready) {
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py834 def is_ready(self): member in class:AdbWrapper
/external/chromium-trace/catapult/devil/devil/android/sdk/
H A Dadb_wrapper.py936 def is_ready(self): member in class:AdbWrapper
/external/autotest/scheduler/
H A Dscheduler_models.py1100 def is_ready(self): member in class:Job
1362 if not self.is_ready():
/external/valgrind/drd/tests/
H A Dtsan_unittest.cpp5390 bool is_ready = false; local
5392 while (!is_ready) {
5394 is_ready = ready;

Completed in 364 milliseconds