HomeSort by relevance Sort by last modified time
    Searched refs:GetUsage (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/content/browser/quota/
quota_temporary_storage_evictor_unittest.cc 60 UsageAndQuota quota_and_usage(-1, GetUsage(), quota_, available_space_);
73 int64 GetUsage() const {
169 quota_eviction_handler()->GetUsage());
178 quota_eviction_handler()->GetUsage());
238 EXPECT_EQ(3000 + 200 + 500, quota_eviction_handler()->GetUsage());
242 EXPECT_EQ(200 + 500, quota_eviction_handler()->GetUsage());
258 EXPECT_EQ(20 + 2900 + 450 + 400, quota_eviction_handler()->GetUsage());
262 EXPECT_EQ(450 + 400, quota_eviction_handler()->GetUsage());
291 EXPECT_EQ(initial_total_size, quota_eviction_handler()->GetUsage());
295 quota_eviction_handler()->GetUsage());
    [all...]
quota_backend_impl_unittest.cc 244 EXPECT_TRUE(file_system_usage_cache_.GetUsage(path, &usage));
251 EXPECT_TRUE(file_system_usage_cache_.GetUsage(path, &usage));
usage_tracker_unittest.cc 60 int64 usage = GetUsage(origin);
104 int64 GetUsage(const GURL& origin) {
  /external/chromium_org/content/browser/fileapi/
file_system_usage_cache_unittest.cc 53 EXPECT_TRUE(usage_cache()->GetUsage(usage_file_path, &usage));
62 EXPECT_TRUE(usage_cache()->GetUsage(usage_file_path, &usage));
74 EXPECT_TRUE(usage_cache()->GetUsage(usage_file_path, &usage));
85 EXPECT_TRUE(usage_cache()->GetUsage(usage_file_path, &usage));
96 EXPECT_TRUE(usage_cache()->GetUsage(usage_file_path, &usage));
112 EXPECT_TRUE(usage_cache()->GetUsage(usage_file_path, &usage));
125 EXPECT_TRUE(usage_cache()->GetUsage(usage_file_path, &usage));
140 EXPECT_TRUE(usage_cache()->GetUsage(usage_file_path, &usage));
147 EXPECT_FALSE(usage_cache()->GetUsage(usage_file_path, &usage));
file_system_operation_impl_unittest.cc 280 int64 GetUsage() {
    [all...]
obfuscated_file_util_unittest.cc 286 return usage_cache()->GetUsage(
    [all...]
  /external/openfst/src/lib/
flags.cc 138 bool_register->GetUsage(&usage_set);
140 string_register->GetUsage(&usage_set);
142 int32_register->GetUsage(&usage_set);
144 int64_register->GetUsage(&usage_set);
146 double_register->GetUsage(&usage_set);
  /external/lzma/CPP/7zip/UI/Common/
Bench.h 26 UInt64 GetUsage(const CBenchInfo &benchOnfo);
Bench.cpp 409 UInt64 GetUsage(const CBenchInfo &info)
  /external/chromium_org/storage/browser/fileapi/
file_system_usage_cache.h 29 bool GetUsage(const base::FilePath& usage_file_path, int64* usage);
file_system_usage_cache.cc 46 bool FileSystemUsageCache::GetUsage(const base::FilePath& usage_file_path,
48 TRACE_EVENT0("FileSystem", "UsageCache::GetUsage");
sandbox_file_system_backend_delegate.cc 412 return usage_cache()->GetUsage(usage_file_path, &usage) ? usage : -1;
  /external/openfst/src/include/fst/
flags.h 141 void GetUsage(std::set< std::pair<string, string> > *usage_set) const {
  /external/lzma/CPP/7zip/UI/Console/
BenchCon.cpp 99 UInt64 usage = GetUsage(info);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 413 HRESULT GetUsage(
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
dxgi.idl 413 HRESULT GetUsage(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgi.idl 188 HRESULT GetUsage([out] DXGI_USAGE *pUsage);
dxgi.h 500 virtual HRESULT STDMETHODCALLTYPE GetUsage(
563 HRESULT (STDMETHODCALLTYPE *GetUsage)(
596 #define IDXGIResource_GetUsage(This,pUsage) (This)->lpVtbl->GetUsage(This,pUsage)
632 return This->lpVtbl->GetUsage(This,pUsage);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 325 virtual HRESULT STDMETHODCALLTYPE GetUsage(
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_objects.h 325 virtual HRESULT STDMETHODCALLTYPE GetUsage(

Completed in 967 milliseconds