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

1 2

  /external/valgrind/main/memcheck/tests/
origin2-not-quite.vgtest 1 prog: origin2-not-quite
origin2-not-quite.stderr.exp 4 at 0x........: t1 (origin2-not-quite.c:38)
5 by 0x........: main (origin2-not-quite.c:25)
8 by 0x........: t1 (origin2-not-quite.c:35)
9 by 0x........: main (origin2-not-quite.c:25)
14 at 0x........: t2 (origin2-not-quite.c:47)
15 by 0x........: main (origin2-not-quite.c:26)
18 by 0x........: t2 (origin2-not-quite.c:44)
19 by 0x........: main (origin2-not-quite.c:26)
24 at 0x........: t3 (origin2-not-quite.c:59)
25 by 0x........: main (origin2-not-quite.c:27
    [all...]
Makefile.in 102 origin2-not-quite$(EXEEXT) origin3-no$(EXEEXT) \
372 origin2_not_quite_SOURCES = origin2-not-quite.c
374 origin2_not_quite-origin2-not-quite.$(OBJEXT)
602 noisy_child.c null_socket.c origin1-yes.c origin2-not-quite.c \
633 noisy_child.c null_socket.c origin1-yes.c origin2-not-quite.c \
    [all...]
Makefile.am 147 origin2-not-quite.vgtest origin2-not-quite.stdout.exp \
148 origin2-not-quite.stderr.exp \
273 origin1-yes origin2-not-quite origin3-no \
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
origin_operation_queue_unittest.cc 27 GURL origin2("chrome-extension://bar");
31 queue.Push(origin2, OriginOperation::DISABLING);
36 ASSERT_TRUE(queue.HasPendingOperation(origin2));
39 PopAndVerify(origin2, OriginOperation::DISABLING, &queue);
42 ASSERT_FALSE(queue.HasPendingOperation(origin2));
48 ASSERT_FALSE(queue.HasPendingOperation(origin2));
  /external/chromium_org/chrome/browser/browsing_data/
browsing_data_indexed_db_helper_browsertest.cc 29 const GURL origin2("http://host2:1/");
35 helper->AddIndexedDB(origin2, description);
50 EXPECT_EQ(origin2, info->origin_);
browsing_data_database_helper_unittest.cc 37 const GURL origin2("chrome-devtools://abcdefghijklmnopqrstuvwxyz/");
46 helper->AddDatabase(origin2, db, std::string());
browsing_data_indexed_db_helper_unittest.cc 31 const GURL origin2("chrome-devtools://abcdefghijklmnopqrstuvwxyz/");
40 helper->AddIndexedDB(origin2, description);
browsing_data_local_storage_helper_unittest.cc 36 const GURL origin2("chrome-devtools://abcdefghijklmnopqrstuvwxyz/");
44 helper->AddLocalStorage(origin2);
browsing_data_local_storage_helper_browsertest.cc 149 const GURL origin2("http://host2:1/");
154 helper->AddLocalStorage(origin2);
169 EXPECT_EQ(origin2, info->origin_url);
browsing_data_database_helper_browsertest.cc 96 const GURL origin2("http://host2:1/");
107 helper->AddDatabase(origin2, db3, std::string());
  /external/chromium/net/ftp/
ftp_auth_cache_unittest.cc 35 GURL origin2("ftp://foo2");
48 // Add an entry for origin2.
49 cache.Add(origin2, kUsername2, kPassword2);
50 FtpAuthCache::Entry* entry2 = cache.Lookup(origin2);
52 EXPECT_EQ(origin2, entry2->origin);
82 GURL origin2("ftp://foo:21");
85 cache.Add(origin2, kUsername, kPassword);
87 EXPECT_NE(cache.Lookup(origin1), cache.Lookup(origin2));
  /external/chromium_org/net/ftp/
ftp_auth_cache_unittest.cc 36 GURL origin2("ftp://foo2");
49 // Add an entry for origin2.
50 cache.Add(origin2, net::AuthCredentials(kUsername2, kPassword2));
51 FtpAuthCache::Entry* entry2 = cache.Lookup(origin2);
53 EXPECT_EQ(origin2, entry2->origin);
83 GURL origin2("ftp://foo:21");
86 cache.Add(origin2, net::AuthCredentials(kUsername, kPassword));
88 EXPECT_NE(cache.Lookup(origin1), cache.Lookup(origin2));
  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper_browsertest.cc 30 const GURL origin2("http://host2:1/");
40 helper->AddIndexedDB(origin2, description);
browsing_data_database_helper_browsertest.cc 92 const GURL origin2("http://host2:1/");
103 helper->AddDatabase(origin2, db3, "");
browsing_data_local_storage_helper_browsertest.cc 140 const GURL origin2("http://host2:1/");
149 helper->AddLocalStorage(origin2);
  /external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model.cc 17 // equal to, or after |origin2|.
18 int CompareOrigins(const GURL& origin1, const GURL& origin2) {
19 if (origin1 == origin2)
24 std::string origin2_host(origin2.host());
31 std::string origin2_scheme(origin2.scheme());
44 int origin2_port = origin2.IntPort();
  /external/chromium_org/webkit/browser/fileapi/
sandbox_prioritized_origin_database_unittest.cc 21 const std::string kOrigin2("origin2");
75 const std::string kOrigin2("origin2");
142 const std::string kOrigin2("origin2");
  /external/chromium_org/content/browser/indexed_db/
indexed_db_factory_unittest.cc 70 GURL origin2("http://localhost:82");
84 factory->TestOpenBackingStore(origin2, temp_directory.path());
129 GURL origin2("http://localhost:82");
140 factory->TestOpenBackingStore(origin2, base::FilePath());
  /external/chromium_org/webkit/browser/database/
databases_table_unittest.cc 93 details_in3.origin_identifier = "origin2";
115 // Get the list of all origins: should be "origin1" and "origin2".
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_buffer.c 259 xrb->origin2 = NULL;
296 xrb->origin2 = (GLushort *) xrb->ximage->data + xrb->width2 * (height - 1);
309 xrb->origin2 = NULL;
xmesaP.h 162 GLushort *origin2; /* used for PIXEL_ADDR2 macro */ member in struct:xmesa_renderbuffer
315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
  /external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c 259 xrb->origin2 = NULL;
296 xrb->origin2 = (GLushort *) xrb->ximage->data + xrb->width2 * (height - 1);
309 xrb->origin2 = NULL;
xmesaP.h 162 GLushort *origin2; /* used for PIXEL_ADDR2 macro */ member in struct:xmesa_renderbuffer
315 ( (XRB)->origin2 - (Y) * (XRB)->width2 + (X) )
  /external/chromium_org/webkit/browser/appcache/
appcache_storage_unittest.cc 118 const GURL kOrigin2("http://origin2/");

Completed in 1272 milliseconds

1 2