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

  /external/chromium_org/content/browser/appcache/
appcache_quota_client_unittest.cc 20 static const storage::StorageType kPerm = storage::kStorageTypePersistent;
170 EXPECT_EQ(0, GetOriginUsage(client, kOriginA, kPerm));
172 EXPECT_TRUE(GetOriginsForType(client, kPerm).empty());
174 EXPECT_TRUE(GetOriginsForHost(client, kPerm, kOriginA.host()).empty());
176 EXPECT_EQ(storage::kQuotaStatusOk, DeleteOriginData(client, kPerm, kOriginA));
188 EXPECT_EQ(0, GetOriginUsage(client, kOriginA, kPerm));
190 EXPECT_TRUE(GetOriginsForType(client, kPerm).empty());
192 EXPECT_TRUE(GetOriginsForHost(client, kPerm, kOriginA.host()).empty());
196 DeleteOriginData(client, kPerm, kOriginA));
207 EXPECT_EQ(0, GetOriginUsage(client, kOriginA, kPerm));
    [all...]
  /external/libselinux/src/
mapping.c 115 access_vector_t kperm = 0; local
120 kperm |= current_mapping[tclass].perms[i];
124 return kperm;
149 map_perm(security_class_t tclass, access_vector_t kperm)
156 if (kperm & current_mapping[tclass].perms[i]) {
158 kperm &= ~current_mapping[tclass].perms[i];
160 assert(kperm == 0);
165 return kperm;
mapping.h 29 map_perm(security_class_t tclass, access_vector_t kperm);
  /external/qemu/distrib/libselinux/src/
mapping.c 115 access_vector_t kperm = 0; local
120 kperm |= current_mapping[tclass].perms[i];
124 return kperm;
149 map_perm(security_class_t tclass, access_vector_t kperm)
156 if (kperm & current_mapping[tclass].perms[i]) {
158 kperm &= ~current_mapping[tclass].perms[i];
160 assert(kperm == 0);
165 return kperm;
mapping.h 29 map_perm(security_class_t tclass, access_vector_t kperm);
  /external/chromium_org/content/browser/quota/
quota_manager_unittest.cc 52 const StorageType kPerm = kStorageTypePersistent;
464 { "http://bar.com/", kPerm, 50 },
469 { "http://bar.com/", kPerm, 40 },
470 { "http://example.com/", kPerm, 40 },
487 } else if (info.host == "bar.com" && info.type == kPerm) {
489 } else if (info.host == "example.com" && info.type == kPerm) {
501 { "http://foo.com/", kPerm, 80 },
506 GetUsageAndQuotaForWebApps(GURL("http://foo.com/"), kPerm);
532 GetUsageAndQuotaForWebApps(GURL("http://foo.com/"), kPerm);
541 GetHostUsage("foo.com", kPerm);
    [all...]
  /external/chromium_org/content/browser/indexed_db/
indexed_db_quota_client_unittest.cc 26 static const storage::StorageType kPerm = storage::kStorageTypePersistent;
182 EXPECT_EQ(0, GetOriginUsage(&client, kOriginA, kPerm));
184 EXPECT_EQ(0, GetOriginUsage(&client, kOriginB, kPerm));
188 EXPECT_EQ(0, GetOriginUsage(&client, kOriginA, kPerm));
190 EXPECT_EQ(0, GetOriginUsage(&client, kOriginB, kPerm));
213 EXPECT_TRUE(GetOriginsForHost(&client, kPerm, kOriginA.host()).empty());
221 EXPECT_TRUE(GetOriginsForType(&client, kPerm).empty());
228 EXPECT_TRUE(GetOriginsForType(&client, kPerm).empty());
  /external/chromium_org/content/browser/
database_quota_client_unittest.cc 28 static const storage::StorageType kPerm = storage::kStorageTypePersistent;
217 EXPECT_EQ(0, GetOriginUsage(&client, kOriginA, kPerm));
221 EXPECT_EQ(0, GetOriginUsage(&client, kOriginA, kPerm));
223 EXPECT_EQ(0, GetOriginUsage(&client, kOriginB, kPerm));
248 EXPECT_TRUE(GetOriginsForHost(&client, kPerm, kOriginA.host()).empty());
257 EXPECT_TRUE(GetOriginsForType(&client, kPerm).empty());
264 EXPECT_TRUE(GetOriginsForType(&client, kPerm).empty());
273 EXPECT_TRUE(DeleteOriginData(&client, kPerm, kOriginA));
  /external/eigen/Eigen/src/SparseLU/
SparseLU_panel_dfs.h 74 Index kperm = perm_r(krow); local
75 if (kperm == emptyIdxLU ) {
86 Index krep = glu.xsup(glu.supno(kperm)+1) - 1;
93 if (myfnz > kperm ) repfnz_col(krep) = kperm;
101 repfnz_col(krep) = kperm;
179 } // end if (kperm == -1)
  /external/chromium_org/chrome/browser/ui/webui/
cookies_tree_model_util.cc 211 const storage::FileSystemType kPerm = storage::kFileSystemTypePersistent;
216 ContainsKey(file_system_info.usage_map, kPerm) ?
218 file_system_info.usage_map.find(kPerm)->second)) :

Completed in 1111 milliseconds