Searched refs:intercepts (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/content/browser/appcache/
H A Dmanifest_parser_unittest.cc124 // We should get the same results with intercepts disallowed.
311 const NamespaceVector& intercepts = manifest.intercept_namespaces; local
313 ASSERT_EQ(kExpected, intercepts.size());
314 EXPECT_EQ(APPCACHE_INTERCEPT_NAMESPACE, intercepts[0].type);
315 EXPECT_EQ(APPCACHE_INTERCEPT_NAMESPACE, intercepts[1].type);
316 EXPECT_EQ(APPCACHE_INTERCEPT_NAMESPACE, intercepts[2].type);
318 intercepts[0].namespace_url);
320 intercepts[0].target_url);
322 intercepts[1].namespace_url);
324 intercepts[
[all...]
H A Dappcache_database_unittest.cc464 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
468 EXPECT_TRUE(db.FindNamespacesForCache(1, &intercepts, &fallbacks));
470 EXPECT_TRUE(db.FindNamespacesForOrigin(kFooOrigin, &intercepts, &fallbacks));
489 EXPECT_TRUE(db.FindNamespacesForCache(1, &intercepts, &fallbacks));
498 EXPECT_TRUE(db.FindNamespacesForCache(2, &intercepts, &fallbacks));
507 EXPECT_TRUE(db.FindNamespacesForOrigin(kFooOrigin, &intercepts, &fallbacks));
522 EXPECT_TRUE(db.FindNamespacesForOrigin(kFooOrigin, &intercepts, &fallbacks));
546 EXPECT_TRUE(db.FindNamespacesForCache(3, &intercepts, &fallbacks));
552 EXPECT_TRUE(db.FindNamespacesForOrigin(kBarOrigin, &intercepts, &fallbacks));
951 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1185 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
[all...]
H A Dappcache_unittest.cc605 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
611 &intercepts,
619 EXPECT_EQ(1u, intercepts.size());
627 cache_record, entries, intercepts,
H A Dappcache_storage_impl_unittest.cc1068 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1074 &intercepts,
1142 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1148 &intercepts,
1161 EXPECT_TRUE(database()->InsertNamespaceRecords(intercepts));
1209 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1215 &intercepts,
1228 EXPECT_TRUE(database()->InsertNamespaceRecords(intercepts));
1296 std::vector<AppCacheDatabase::NamespaceRecord> intercepts; local
1302 &intercepts,
[all...]
/external/chromium_org/webkit/browser/appcache/
H A Dappcache.cc154 const std::vector<AppCacheDatabase::NamespaceRecord>& intercepts,
168 for (size_t i = 0; i < intercepts.size(); ++i)
169 intercept_namespaces_.push_back(intercepts.at(i).namespace_);
195 std::vector<AppCacheDatabase::NamespaceRecord>* intercepts,
222 intercepts->push_back(AppCacheDatabase::NamespaceRecord());
223 AppCacheDatabase::NamespaceRecord& record = intercepts->back();
151 InitializeWithDatabaseRecords( const AppCacheDatabase::CacheRecord& cache_record, const std::vector<AppCacheDatabase::EntryRecord>& entries, const std::vector<AppCacheDatabase::NamespaceRecord>& intercepts, const std::vector<AppCacheDatabase::NamespaceRecord>& fallbacks, const std::vector<AppCacheDatabase::OnlineWhiteListRecord>& whitelists) argument
191 ToDatabaseRecords( const AppCacheGroup* group, AppCacheDatabase::CacheRecord* cache_record, std::vector<AppCacheDatabase::EntryRecord>* entries, std::vector<AppCacheDatabase::NamespaceRecord>* intercepts, std::vector<AppCacheDatabase::NamespaceRecord>* fallbacks, std::vector<AppCacheDatabase::OnlineWhiteListRecord>* whitelists) argument
H A Dappcache_database.cc660 std::vector<NamespaceRecord>* intercepts,
662 DCHECK(intercepts && intercepts->empty());
674 ReadNamespaceRecords(&statement, intercepts, fallbacks);
681 std::vector<NamespaceRecord>* intercepts,
683 DCHECK(intercepts && intercepts->empty());
695 ReadNamespaceRecords(&statement, intercepts, fallbacks);
951 NamespaceRecordVector* intercepts,
957 (type == APPCACHE_FALLBACK_NAMESPACE) ? fallbacks : intercepts;
658 FindNamespacesForOrigin( const GURL& origin, std::vector<NamespaceRecord>* intercepts, std::vector<NamespaceRecord>* fallbacks) argument
679 FindNamespacesForCache( int64 cache_id, std::vector<NamespaceRecord>* intercepts, std::vector<NamespaceRecord>* fallbacks) argument
949 ReadNamespaceRecords( sql::Statement* statement, NamespaceRecordVector* intercepts, NamespaceRecordVector* fallbacks) argument
[all...]
H A Dappcache_database.h156 NamespaceRecordVector* intercepts,
160 NamespaceRecordVector* intercepts,
201 NamespaceRecordVector* intercepts,
H A Dappcache.h124 const std::vector<AppCacheDatabase::NamespaceRecord>& intercepts,
134 std::vector<AppCacheDatabase::NamespaceRecord>* intercepts,
H A Dappcache_update_job.cc1102 const std::vector<Namespace>& intercepts =
1104 for (std::vector<Namespace>::const_iterator it = intercepts.begin();
1105 it != intercepts.end(); ++it) {
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker.cpp847 // FIXME: in the pathological case where there is a ton of intercepts, binary search?
850 Intercepts& intercepts = fIntercepts[verbIndex];
854 intercepts.fTopIntercepts <<= 1;
855 fContainsIntercepts |= ++intercepts.fTopIntercepts > 1;
859 intercepts.fBottomIntercepts <<= 1;
860 fContainsIntercepts |= ++intercepts.fBottomIntercepts > 1;
865 size_t tCount = intercepts.fTs.count();
868 if (t <= intercepts.fTs[idx2]) {
869 // FIXME: ? if (t < intercepts.fTs[idx2]) // failed
870 delta = intercepts
2092 const Intercepts& intercepts = test->fIntercepts[wt.verbIndex()]; local
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker.cpp847 // FIXME: in the pathological case where there is a ton of intercepts, binary search?
850 Intercepts& intercepts = fIntercepts[verbIndex];
854 intercepts.fTopIntercepts <<= 1;
855 fContainsIntercepts |= ++intercepts.fTopIntercepts > 1;
859 intercepts.fBottomIntercepts <<= 1;
860 fContainsIntercepts |= ++intercepts.fBottomIntercepts > 1;
865 size_t tCount = intercepts.fTs.count();
868 if (t <= intercepts.fTs[idx2]) {
869 // FIXME: ? if (t < intercepts.fTs[idx2]) // failed
870 delta = intercepts
2092 const Intercepts& intercepts = test->fIntercepts[wt.verbIndex()]; local
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Devent-hub.rb8 A special event listener that intercepts debug events and forwards them to other
H A Dsocket.rb259 A debugging event listener which intercepts debug event messages sent by a EventSocketProxy
/external/strace/
H A Dstrace.spec16 The strace program intercepts and records the system calls called and
31 The strace program intercepts and records the system calls called and
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli372 This intercepts the OS's crash signals and prints which component of LLVM

Completed in 441 milliseconds