/external/valgrind/main/memcheck/tests/ |
atomic_incs.vgtest | 2 vgopts: -q --track-origins=yes
|
holey_buffer_too_small.vgtest | 2 vgopts: -q --track-origins=yes
|
origin1-yes.vgtest | 2 vgopts: -q --track-origins=yes
|
origin3-no.vgtest | 2 vgopts: -q --track-origins=yes
|
origin4-many.vgtest | 2 vgopts: -q --track-origins=yes
|
origin6-fp.vgtest | 2 vgopts: -q --track-origins=yes
|
origin2-not-quite.vgtest | 2 vgopts: -q --track-origins=yes
|
origin5-bz2.vgtest | 2 vgopts: -q --track-origins=yes
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/app/ |
manifest.json | 8 "origins": ["http://localhost:8080"]
|
/external/webkit/LayoutTests/http/tests/appcache/ |
origins-with-appcache-expected.txt | 1 This test verifies that ApplicationCacheStorage can report the set of origins that have an application cache. First, it tests that no origins are reported after all application caches are removed. Then, it loads an iframe that places a PNG into an application cache for the DumpRenderTree origin, and tests that this origin is now reported to have application cache. 3 Origins with application cache after deletion: 4 Origins with application cache after frame was cached: http_127.0.0.1_8000
|
origins-with-appcache.html | 13 log("Origins with application cache after frame was cached: " + layoutTestController.originsWithApplicationCache()); 24 iframe.src = "resources/origins-with-appcache-iframe.html"; 33 log("Origins with application cache after deletion: " + layoutTestController.originsWithApplicationCache()); 53 This test verifies that ApplicationCacheStorage can report the set of origins that have an application cache. First, it tests that no origins are reported after all application caches are removed. Then, it loads an iframe that places a PNG into an application cache for the DumpRenderTree origin, and tests that this origin is now reported to have application cache.
|
/external/compiler-rt/lib/msan/lit_tests/ |
heap-origin.cc | 10 // RUN: %clangxx_msan -fsanitize-memory-track-origins -m64 -O0 %s -o %t && not %t >%t.out 2>&1 11 // RUN: FileCheck %s < %t.out && FileCheck %s --check-prefix=CHECK-ORIGINS < %t.out 12 // RUN: %clangxx_msan -fsanitize-memory-track-origins -m64 -O1 %s -o %t && not %t >%t.out 2>&1 13 // RUN: FileCheck %s < %t.out && FileCheck %s --check-prefix=CHECK-ORIGINS < %t.out 14 // RUN: %clangxx_msan -fsanitize-memory-track-origins -m64 -O2 %s -o %t && not %t >%t.out 2>&1 15 // RUN: FileCheck %s < %t.out && FileCheck %s --check-prefix=CHECK-ORIGINS < %t.out 16 // RUN: %clangxx_msan -fsanitize-memory-track-origins -m64 -O3 %s -o %t && not %t >%t.out 2>&1 17 // RUN: FileCheck %s < %t.out && FileCheck %s --check-prefix=CHECK-ORIGINS < %t.out 27 // CHECK-ORIGINS: Uninitialized value was created by a heap allocation 28 // CHECK-ORIGINS: {{#0 0x.* in .*malloc} [all...] |
stack-origin.cc | 10 // RUN: %clangxx_msan -fsanitize-memory-track-origins -m64 -O0 %s -o %t && not %t >%t.out 2>&1 11 // RUN: FileCheck %s < %t.out && FileCheck %s --check-prefix=CHECK-ORIGINS < %t.out 12 // RUN: %clangxx_msan -fsanitize-memory-track-origins -m64 -O1 %s -o %t && not %t >%t.out 2>&1 13 // RUN: FileCheck %s < %t.out && FileCheck %s --check-prefix=CHECK-ORIGINS < %t.out 14 // RUN: %clangxx_msan -fsanitize-memory-track-origins -m64 -O2 %s -o %t && not %t >%t.out 2>&1 15 // RUN: FileCheck %s < %t.out && FileCheck %s --check-prefix=CHECK-ORIGINS < %t.out 16 // RUN: %clangxx_msan -fsanitize-memory-track-origins -m64 -O3 %s -o %t && not %t >%t.out 2>&1 17 // RUN: FileCheck %s < %t.out && FileCheck %s --check-prefix=CHECK-ORIGINS < %t.out 28 // CHECK-ORIGINS: Uninitialized value was created by an allocation of 'x' in the stack frame of function 'main'
|
/external/webkit/LayoutTests/storage/domstorage/localstorage/storagetracker/ |
storage-tracker-2-create-expected.txt | 2 StorageTracker test - write local storage for this origin. Should be called after origins-prepare.html.
|
storage-tracker-3-delete-all-expected.txt | 1 Test API to view origins that have local storage and to delete local storage by origin.
|
storage-tracker-5-delete-one-expected.txt | 1 Test API to view origins that have local storage and to delete local storage by origin.
|
storage-tracker-3-delete-all.html | 11 description("Test API to view origins that have local storage and to delete local storage by origin."); 35 testFailed("Ran with no origins with local storage");
|
storage-tracker-5-delete-one.html | 11 description("Test API to view origins that have local storage and to delete local storage by origin."); 35 testFailed("Ran with no origins with local storage.");
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebDatabaseManager.cpp | 73 // to get both the origins and the Vector of DatabaseDetails for each origin in one 76 Vector<RefPtr<SecurityOrigin> > origins; local 77 DatabaseTracker::tracker().origins(origins); 80 originAndDatabasesVector.reserveInitialCapacity(origins.size()); 82 for (size_t i = 0; i < origins.size(); ++i) { 86 if (!DatabaseTracker::tracker().databaseNamesForOrigin(origins[i].get(), nameVector)) 92 DatabaseDetails details = DatabaseTracker::tracker().detailsForNameAndOrigin(nameVector[j], origins[i].get()); 102 originAndDatabases.originIdentifier = origins[i]->databaseIdentifier(); 103 originAndDatabases.originQuota = DatabaseTracker::tracker().quotaForOrigin(origins[i].get()) 116 Vector<RefPtr<SecurityOrigin> > origins; local [all...] |
/packages/apps/Browser/src/com/android/browser/ |
SystemAllowGeolocationOrigins.java | 111 // Remove the origins in the last read value 114 // Add the origins in the new value 122 * @param setting A space-separated list of origins. 123 * @return A mutable set of origins. 126 HashSet<String> origins = new HashSet<String>(); local 130 origins.add(origin); 134 return origins; 153 * Gets the current system setting for default allowed geolocation origins. 155 * @return The default allowed origins. Returns {@code ""} if not set. 164 * Adds geolocation permissions for the given origins [all...] |
/external/llvm/test/Instrumentation/MemorySanitizer/ |
msan_basic.ll | 2 ; RUN: opt < %s -msan -msan-check-access-address=0 -msan-track-origins=1 -S | FileCheck -check-prefix=CHECK-ORIGINS %s 25 ; CHECK-ORIGINS: @Store 26 ; CHECK-ORIGINS: load {{.*}} @__msan_param_tls 27 ; CHECK-ORIGINS: store 28 ; CHECK-ORIGINS: icmp 29 ; CHECK-ORIGINS: br i1 30 ; CHECK-ORIGINS: <label> 31 ; CHECK-ORIGINS: store 32 ; CHECK-ORIGINS: br labe [all...] |
/external/webkit/LayoutTests/http/tests/appcache/resources/ |
origins-with-appcache-iframe.html | 1 <html manifest="origins-with-appcache-iframe.manifest">
|
/frameworks/base/core/java/android/webkit/ |
GeolocationPermissionsClassic.java | 47 private static final String ORIGINS = "origins"; 75 Set<String> origins = (Set<String>) values.get(ORIGINS); 77 callback.onReceiveValue(origins); 103 Set origins = nativeGetOrigins(); 107 values.put(ORIGINS, origins); 166 // Note that we represent the origins as strings. These are created using 168 // (Database, Geolocation etc) do so, it's safe to match up origins base 174 Set origins = nativeGetOrigins(); local [all...] |
/external/webkit/Source/WebKit2/WebProcess/ResourceCache/ |
WebResourceCacheManager.cpp | 68 MemoryCache::SecurityOriginSet origins; local 69 memoryCache()->getOriginsWithCache(origins); 78 origins.add(SecurityOrigin::create(httpString, host, 0)); 82 // Create a list with the origins in both of the caches. 84 identifiers.reserveCapacity(origins.size()); 86 MemoryCache::SecurityOriginSet::iterator end = origins.end(); 87 for (MemoryCache::SecurityOriginSet::iterator it = origins.begin(); it != end; ++it) {
|
/external/webkit/Source/WebKit2/WebProcess/ApplicationCache/ |
WebApplicationCacheManager.cpp | 61 HashSet<RefPtr<SecurityOrigin>, SecurityOriginHash> origins; local 64 cacheStorage().getOriginsWithCache(origins); 68 identifiers.reserveCapacity(origins.size()); 70 HashSet<RefPtr<SecurityOrigin>, SecurityOriginHash>::iterator end = origins.end(); 71 HashSet<RefPtr<SecurityOrigin>, SecurityOriginHash>::iterator i = origins.begin();
|