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

  /external/chromium_org/third_party/sqlite/src/src/
test_pcache.c 110 int isPinned; /* True if the page is pinned */
151 p->a[i].isPinned = 0;
198 if( !p->a[i].isPinned ){
201 p->a[i].isPinned = 1;
239 p->a[j].isPinned = 1;
263 if( p->a[j].key>0 && p->a[j].isPinned==0 ){
265 p->a[j].isPinned = 1;
305 assert( p->a[i].isPinned );
306 p->a[i].isPinned = 0;
344 assert( p->a[i].isPinned==0 )
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
ConcurrentSharedRingBuffer.java 117 private boolean isPinned() {
303 if (entry.isPinned()) {
341 if (!element.isPinned()) {
348 if (!element.isPinned()) {
  /frameworks/av/services/audioflinger/
Effects.h 113 bool isPinned() const { return mPinned; }
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.views_3.5.0.I20100527-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 6477 milliseconds