Searched defs:isReady (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DSurfaceBacking.h61 bool isReady() function in class:WebCore::SurfaceBacking
63 return !m_zooming && m_frontTileGrid->isReady() && m_scale > 0;
H A DTilesProfiler.h40 TileProfileRecord(int left, int top, int right, int bottom, float scale, int isReady, int level) { argument
46 this->isReady = isReady;
50 bool isReady; member in struct:WebCore::TileProfileRecord
H A DSurfaceCollection.cpp131 bool SurfaceCollection::isReady() function in class:WebCore::SurfaceCollection
135 return m_surfaces[0]->isReady();
138 if (!m_surfaces[i]->isReady()) {
H A DSurface.cpp291 bool Surface::isReady() function in class:WebCore::Surface
296 return m_surfaceBacking->isReady();
315 // if isReady() returns true
318 if (!m_surfaceBacking->isReady())
H A DTileGrid.cpp66 bool TileGrid::isReady() function in class:WebCore::TileGrid
/external/webkit/Source/WebCore/tests/
H A DTreeManager_test.cpp64 bool isReady() { function in class:WebCore::TestLayer
104 bool isReady() { function in class:WebCore::TestLayerAndroid
/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h521 virtual bool isReady(SUnit *) const { function in class:llvm::SchedulingPriorityQueue
522 assert(!HasReadyFilter && "The ready filter must override isReady()");
/external/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGRRList.cpp212 bool isReady(SUnit *SU) { function in class:__anon9523::ScheduleDAGRRList
214 AvailableQueue->isReady(SU);
392 if (isReady(PredSU)) {
587 if (!isReady(PendingQueue[i]))
1534 bool isReady(SUnit* SU, unsigned CurCycle) const { return true; }
1596 bool isReady(SUnit *SU, unsigned CurCycle) const;
1615 bool isReady(SUnit *SU, unsigned CurCycle) const;
1781 bool isReady(SUnit *U) const { function in class:RegReductionPriorityQueue
1782 return Picker.HasReadyFilter && Picker.isReady(U, getCurCycle());
2524 bool hybrid_ls_rr_sort::isReady(SUni
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 554 milliseconds