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

  /external/valgrind/main/memcheck/tests/
origin1-yes.vgtest 1 prog: origin1-yes
origin1-yes.stderr.exp 4 at 0x........: main (origin1-yes.c:37)
6 at 0x........: main (origin1-yes.c:23)
11 at 0x........: main (origin1-yes.c:49)
13 at 0x........: main (origin1-yes.c:23)
18 at 0x........: main (origin1-yes.c:56)
20 at 0x........: main (origin1-yes.c:23)
25 at 0x........: main (origin1-yes.c:64)
28 by 0x........: main (origin1-yes.c:61)
33 at 0x........: main (origin1-yes.c:76)
36 by 0x........: main (origin1-yes.c:71
    [all...]
Makefile.am 146 origin1-yes.vgtest origin1-yes.stdout.exp origin1-yes.stderr.exp \
273 origin1-yes origin2-not-quite origin3-no \
Makefile.in 101 null_socket$(EXEEXT) origin1-yes$(EXEEXT) \
369 origin1_yes_SOURCES = origin1-yes.c
370 origin1_yes_OBJECTS = origin1-yes.$(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...]
  /external/chromium/net/ftp/
ftp_auth_cache_unittest.cc 34 GURL origin1("ftp://foo1");
38 EXPECT_TRUE(cache.Lookup(origin1) == NULL);
40 // Add entry for origin1.
41 cache.Add(origin1, kUsername1, kPassword1);
42 FtpAuthCache::Entry* entry1 = cache.Lookup(origin1);
44 EXPECT_EQ(origin1, entry1->origin);
57 EXPECT_EQ(entry1, cache.Lookup(origin1));
59 // Overwrite the entry for origin1.
60 cache.Add(origin1, kUsername3, kPassword3);
61 FtpAuthCache::Entry* entry3 = cache.Lookup(origin1);
    [all...]
  /external/chromium/chrome/browser/
browsing_data_indexed_db_helper_browsertest.cc 29 const GURL origin1("http://host1:1/");
39 helper->AddIndexedDB(origin1, description);
browsing_data_database_helper_browsertest.cc 91 const GURL origin1("http://host1:1/");
101 helper->AddDatabase(origin1, db1, "");
102 helper->AddDatabase(origin1, db2, "");
browsing_data_local_storage_helper_browsertest.cc 139 const GURL origin1("http://host1:1/");
148 helper->AddLocalStorage(origin1);
  /external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model.cc 16 // Return -1, 0, or 1 depending on whether |origin1| should be sorted before,
18 int CompareOrigins(const GURL& origin1, const GURL& origin2) {
19 if (origin1 == origin2)
23 std::string origin1_host(origin1.host());
30 std::string origin1_scheme(origin1.scheme());
43 int origin1_port = origin1.IntPort();
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/
TerrainQuad.java 709 Vector3f origin1 = new Vector3f(-quarterSize * stepScale.x, 0,
714 tempOffset.x += origin1.x;
715 tempOffset.y += origin1.z;
720 quad1.setLocalTranslation(origin1);
819 Vector3f origin1 = new Vector3f(-halfSize * stepScale.x, 0, -halfSize
825 tempOffset1.x += origin1.x / 2;
826 tempOffset1.y += origin1.z / 2;
829 stepScale, heightBlock1, origin1, totalSize, tempOffset1,
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc     [all...]
  /external/v8/test/cctest/
test-debug.cc 6074 v8::ScriptOrigin origin1 = v8::ScriptOrigin(v8::String::New("name")); local
    [all...]
test-api.cc     [all...]

Completed in 686 milliseconds