HomeSort by relevance Sort by last modified time
    Searched full:cachevalid (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libnbaio/
MonoPipe.cpp 36 static bool cacheValid; // whether cacheN is valid
49 cacheValid = true;
81 if (!cacheValid) {
  /external/chromium_org/third_party/sqlite/src/src/
vdbeInt.h 128 ** A value for VdbeCursor.cacheValid that means the cache is always invalid.
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantReadWriteLock.java 110 * volatile boolean cacheValid;
115 * if (!cacheValid) {
122 * if (!cacheValid) {
124 * cacheValid = true;
    [all...]
  /external/clang/lib/AST/
Type.cpp     [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 406 milliseconds