HomeSort by relevance Sort by last modified time
    Searched full:uncached (Results 1 - 25 of 127) sorted by null

1 2 3 4 5 6

  /external/chromium_org/chrome/common/extensions/docs/server2/
caching_file_system.py 91 uncached = {} # maps path to stat value
99 uncached[path] = stat_value
103 uncached[path] = stat_value
107 if not uncached:
111 self._file_system.Read(uncached.keys(), binary=binary),
112 uncached,
  /external/kernel-headers/original/linux/nfsd/
stats.h 17 unsigned int rcnocache; /* uncached reqs */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/nfsd/
stats.h 17 unsigned int rcnocache; /* uncached reqs */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/
stats.h 17 unsigned int rcnocache; /* uncached reqs */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/nfsd/
stats.h 17 unsigned int rcnocache; /* uncached reqs */
  /external/chromium_org/webkit/browser/appcache/
appcache_host_unittest.cc 174 EXPECT_EQ(UNCACHED, last_status_result_);
208 EXPECT_EQ(UNCACHED, mock_frontend_.last_status_);
240 EXPECT_EQ(UNCACHED, mock_frontend_.last_status_);
272 EXPECT_EQ(UNCACHED, mock_frontend_.last_status_);
308 EXPECT_EQ(UNCACHED, mock_frontend_.last_status_);
311 EXPECT_EQ(UNCACHED, last_status_result_);
339 EXPECT_EQ(UNCACHED, mock_frontend_.last_status_);
342 EXPECT_EQ(UNCACHED, last_status_result_);
439 EXPECT_EQ(UNCACHED, mock_frontend_.last_status_);
512 EXPECT_EQ(UNCACHED, mock_frontend_.last_status_)
    [all...]
  /external/chromium_org/content/child/appcache/
web_application_cache_host_impl.cc 77 status_(appcache::UNCACHED),
159 status_ = cache_info_.is_complete ? appcache::IDLE : appcache::UNCACHED;
182 (spawning_host->status_ != appcache::UNCACHED)) {
199 appcache::UNCACHED : appcache::CHECKING;
222 status_ = appcache::UNCACHED;
239 status_ = appcache::UNCACHED;
appcache_backend_proxy.cc 58 appcache::Status status = appcache::UNCACHED;
appcache_frontend_impl.cc 91 COMPILE_ASSERT((int)WebApplicationCacheHost::Uncached ==
92 (int)appcache::UNCACHED, Uncached);
  /external/chromium_org/third_party/WebKit/public/web/
WebApplicationCacheHost.h 54 Uncached,
92 virtual Status status() { return Uncached; }
  /external/kernel-headers/original/linux/
android_pmem.h 48 * cached and uncached is desired, set this and open the device with
49 * O_SYNC to get an uncached region */
  /external/chromium_org/third_party/WebKit/Source/core/loader/appcache/
DOMApplicationCache.idl 31 const unsigned short UNCACHED = 0;
  /external/oprofile/events/mips/vr5432/
events 10 event:0x6 counters:0,1 um:zero minimum:500 name:DOUBLEWORDS_FLUSHED : Doublewords flushed to main memory (no uncached stores)
  /hardware/qcom/display/msm8960/libgralloc/
gralloc_priv.h 41 * can never be uncached, is not secured*/
46 * can be cached/uncached, is not secured */
53 /* Set this for allocating uncached memory (using O_DSYNC)
memalloc.h 50 bool uncached; member in struct:gralloc::alloc_data
  /hardware/qcom/display/msm8974/libgralloc/
gralloc_priv.h 41 * can never be uncached, is not secured*/
46 * can be cached/uncached, is not secured */
53 /* Set this for allocating uncached memory (using O_DSYNC)
memalloc.h 50 bool uncached; member in struct:gralloc::alloc_data
  /hardware/qcom/display/msm8x26/libgralloc/
gralloc_priv.h 41 * can never be uncached, is not secured*/
46 * can be cached/uncached, is not secured */
53 /* Set this for allocating uncached memory (using O_DSYNC)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ApplicationCacheItemsView.js 117 // We should never have UNCACHED status, since we remove frames with UNCACHED application cache status from the tree.
118 statusInformation[applicationCache.UNCACHED] = { className: "red-ball", text: "UNCACHED" };
125 var info = statusInformation[status] || statusInformation[applicationCache.UNCACHED];
  /external/oprofile/events/mips/24K/
events.h 59 "33-0 Uncached load instructions"},
69 "40-0 Uncached stall cycles"},
147 "33-1 Uncached store instructions"},
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/
Android.mk 61 LOCAL_CFLAGS += -DCAMERA_GRALLOC_CACHING_ID=GRALLOC_USAGE_PRIVATE_UNCACHED #uncached
  /device/lge/mako/camera/QCamera/HAL/core/
Android.mk 37 LOCAL_CFLAGS += -DCAMERA_GRALLOC_CACHING_ID=GRALLOC_USAGE_PRIVATE_UNCACHED #uncached
  /external/chromium_org/base/test/
test_file_util.h 22 // rely on uncached files.
  /external/chromium_org/chrome/browser/chromeos/options/
wimax_config_view.h 60 // Callback to initialize fields from uncached network properties.
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/
Android.mk 61 LOCAL_CFLAGS += -DCAMERA_GRALLOC_CACHING_ID=GRALLOC_USAGE_PRIVATE_UNCACHED #uncached

Completed in 866 milliseconds

1 2 3 4 5 6