HomeSort by relevance Sort by last modified time
    Searched defs:isReady (Results 1 - 18 of 18) sorted by null

  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
RunData.java 32 public boolean isReady;
37 boolean isReady, int level, float scale) {
42 this.isReady = isReady;
  /external/webkit/Source/WebCore/platform/graphics/android/
TilesProfiler.h 38 TileProfileRecord(int left, int top, int right, int bottom, float scale, int isReady, int level) {
44 this->isReady = isReady;
48 bool isReady;
PaintedSurface.cpp 134 bool PaintedSurface::isReady()
137 return m_tiledTexture->isReady();
TiledTexture.h 120 bool isReady()
BaseLayerAndroid.cpp 157 bool BaseLayerAndroid::isReady()
165 if (!m_state->frontPage()->isReady(m_state->preZoomBounds())) {
173 return compositedRoot->isReady();
Layer.h 90 virtual bool isReady() { return false; }
TiledPage.cpp 309 bool TiledPage::isReady(const SkIRect& tileBounds)
LayerAndroid.cpp 919 bool LayerAndroid::isReady()
923 if (!getChild(i)->isReady())
927 return m_texture->isReady();
    [all...]
  /system/media/mca/filterfw/java/android/filterfw/core/
InputPort.java 76 public boolean isReady() {
FilterPort.java 96 public abstract boolean isReady();
OutputPort.java 78 public boolean isReady() {
FilterGraph.java 147 public boolean isReady() {
  /external/webkit/Source/WebCore/tests/
TreeManager_test.cpp 64 bool isReady() {
104 bool isReady() {
  /frameworks/base/opengl/libs/EGL/
egl_display.h 91 inline bool isReady() const { return (refs > 0); }
  /frameworks/base/telephony/java/com/android/internal/telephony/
ApnContext.java 174 public boolean isReady() {
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 450 virtual bool isReady(SUnit *) const {
451 assert(!HasReadyFilter && "The ready filter must override isReady()");
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 217 bool isReady(SUnit *SU) {
219 AvailableQueue->isReady(SU);
394 if (isReady(PredSU)) {
466 if (!isReady(PendingQueue[i]))
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.cpp     [all...]

Completed in 545 milliseconds