HomeSort by relevance Sort by last modified time
    Searched refs:Lookup (Results 1 - 25 of 120) sorted by null

1 2 3 4 5

  /external/webkit/Source/WebCore/ForwardingHeaders/runtime/
Lookup.h 3 #include <JavaScriptCore/Lookup.h>
  /external/chromium/net/ftp/
ftp_auth_cache_unittest.cc 37 // Lookup non-existent entry.
38 EXPECT_TRUE(cache.Lookup(origin1) == NULL);
42 FtpAuthCache::Entry* entry1 = cache.Lookup(origin1);
50 FtpAuthCache::Entry* entry2 = cache.Lookup(origin2);
57 EXPECT_EQ(entry1, cache.Lookup(origin1));
61 FtpAuthCache::Entry* entry3 = cache.Lookup(origin1);
69 EXPECT_TRUE(cache.Lookup(origin1) == NULL);
73 EXPECT_TRUE(cache.Lookup(origin1) == NULL);
87 EXPECT_NE(cache.Lookup(origin1), cache.Lookup(origin2))
    [all...]
ftp_auth_cache.cc 29 FtpAuthCache::Entry* FtpAuthCache::Lookup(const GURL& origin) {
42 Entry* entry = Lookup(origin);
61 DCHECK(!Lookup(origin));
ftp_auth_cache.h 17 // information for ftp. Provides lookup, insertion, and deletion of entries.
43 Entry* Lookup(const GURL& origin);
  /external/chromium/net/base/
ssl_client_auth_cache_unittest.cc 32 // Lookup non-existent client certificate.
34 EXPECT_FALSE(cache.Lookup(server1, &cached_cert));
39 EXPECT_TRUE(cache.Lookup(server1, &cached_cert));
45 EXPECT_TRUE(cache.Lookup(server1, &cached_cert));
48 EXPECT_TRUE(cache.Lookup(server2, &cached_cert));
54 EXPECT_TRUE(cache.Lookup(server1, &cached_cert));
57 EXPECT_TRUE(cache.Lookup(server2, &cached_cert));
63 EXPECT_FALSE(cache.Lookup(server1, &cached_cert));
65 EXPECT_TRUE(cache.Lookup(server2, &cached_cert));
71 EXPECT_FALSE(cache.Lookup(server1, &cached_cert))
    [all...]
host_cache_unittest.cc 41 EXPECT_TRUE(cache.Lookup(Key("foobar.com"), base::TimeTicks()) == NULL);
43 entry1 = cache.Lookup(Key("foobar.com"), base::TimeTicks());
51 EXPECT_TRUE(cache.Lookup(Key("foobar2.com"), base::TimeTicks()) == NULL);
53 entry2 = cache.Lookup(Key("foobar2.com"), base::TimeTicks());
61 EXPECT_EQ(entry1, cache.Lookup(Key("foobar.com"), now));
62 EXPECT_EQ(entry2, cache.Lookup(Key("foobar2.com"), now));
67 EXPECT_TRUE(cache.Lookup(Key("foobar.com"), now) == NULL);
68 EXPECT_EQ(entry2, cache.Lookup(Key("foobar2.com"), now));
73 EXPECT_EQ(entry1, cache.Lookup(Key("foobar.com"), now));
77 EXPECT_EQ(entry1, cache.Lookup(Key("foobar.com"), now))
    [all...]
ssl_client_auth_cache.cc 20 bool SSLClientAuthCache::Lookup(
ssl_client_auth_cache.h 20 // client certificates. Provides lookup, insertion, and deletion of entries.
36 bool Lookup(const std::string& server,
host_cache.h 86 const Entry* Lookup(const Key& key, base::TimeTicks now) const;
  /external/chromium/sdch/open-vcdiff/src/
instruction_map.h 70 return first_instruction_map_.Lookup(inst, size, mode);
86 return second_instruction_map_.Lookup(first_opcode, inst, size, mode);
109 OpcodeOrNone Lookup(unsigned char inst,
116 // Lookup specific-sized opcode
169 OpcodeOrNone Lookup(unsigned char first_opcode,
  /external/v8/test/cctest/
test-dictionary.cc 50 CHECK_EQ(table->Lookup(*a), *b);
51 CHECK_EQ(table->Lookup(*b), HEAP->undefined_value());
56 CHECK_EQ(table->Lookup(*a), *b);
57 CHECK_EQ(table->Lookup(*b), HEAP->undefined_value());
62 CHECK_NE(table->Lookup(*a), *b);
68 CHECK_EQ(table->Lookup(*a), HEAP->undefined_value());
78 CHECK_EQ(table->Lookup(*key), *value);
88 CHECK_EQ(table->Lookup(*key), HEAP->undefined_value());
96 CHECK_EQ(table->Lookup(*key), HEAP->undefined_value());
136 // Calling Lookup() should not cause GC ever
    [all...]
test-hashmap.cc 50 HashMap::Entry* p = map_.Lookup(reinterpret_cast<void*>(x), hash_(x), true);
63 map_.Lookup(reinterpret_cast<void*>(x), hash_(x), false);
  /external/valgrind/tsan/
thread_sanitizer_test.cc 143 EXPECT_FALSE(c.Lookup(123, &val));
150 EXPECT_TRUE(c.Lookup(0, &val));
152 EXPECT_TRUE(c.Lookup(1, &val));
154 EXPECT_TRUE(c.Lookup(2, &val));
156 EXPECT_TRUE(c.Lookup(3, &val));
159 EXPECT_FALSE(c.Lookup(256, &val));
160 EXPECT_FALSE(c.Lookup(257, &val));
161 EXPECT_FALSE(c.Lookup(258, &val));
162 EXPECT_FALSE(c.Lookup(259, &val));
167 EXPECT_TRUE(c.Lookup(0, &val))
    [all...]
ts_simple_cache.h 56 bool Lookup(uintptr_t ptr, bool *val) {
90 bool Lookup(uint32_t a, uint32_t b, bool *val) {
  /development/host/windows/usb/api/
adb_object_handle.h 59 2. Every time API is called with a handle, a lookup is performed in
65 is dereferenced back to match lookup reference.
146 static AdbObjectHandle* Lookup(ADBAPIHANDLE adb_handle);
196 // Lookup object for the handle in the map
197 AdbObjectHandle* adb_object = AdbObjectHandle::Lookup(adb_handle);
adb_object_handle.cpp 148 AdbObjectHandle* AdbObjectHandle::Lookup(ADBAPIHANDLE adb_hndl) {
  /external/clang/test/SemaTemplate/
instantiate-expr-2.cpp 72 struct Lookup {
78 enum Junk { is = B ? Lookup<B>::more : Lookup<Lookup<B+1>::more>::val };
89 struct Lookup {};
93 typedef Lookup<B ? sizeof(T) : sizeof(E)> True;
94 typedef Lookup<!B ? sizeof(T) : sizeof(E)> False;
101 Lookup<1> const &L1(False());
102 Lookup<sizeof(int)> const &L2(True());
109 struct Lookup {};
    [all...]
  /external/icu4c/common/
ucmndata.h 76 * "Virtual" functions for data lookup.
78 * p->vFuncs.Lookup(p, tocEntryName, pErrorCode);
94 LookupFn Lookup;
  /external/webkit/Source/WebCore/bindings/js/
DOMObjectHashTableMap.h 25 #include <runtime/Lookup.h>
  /external/chromium/net/http/
http_auth_cache_unittest.cc 127 entry = cache.Lookup(origin, kRealm5, HttpAuth::AUTH_SCHEME_BASIC);
131 entry = cache.Lookup(GURL("https://www.google.com"), kRealm3,
136 entry = cache.Lookup
140 // Valid lookup by origin, realm, scheme.
141 entry = cache.Lookup(
150 // Valid lookup by origin, realm, scheme when there's a duplicate
152 entry = cache.Lookup(
161 // Valid lookup by realm.
162 entry = cache.Lookup(origin, kRealm2, HttpAuth::AUTH_SCHEME_BASIC);
171 HttpAuthCache::Entry* realm2_entry = cache.Lookup(
    [all...]
http_auth_cache.h 34 // This also defines the worst-case lookup times (which grow linearly
48 Entry* Lookup(const GURL& origin,
  /external/chromium/base/
id_map_unittest.cc 36 EXPECT_EQ(&obj1, map.Lookup(id1));
42 EXPECT_EQ(&obj1, map.Lookup(id1));
43 EXPECT_EQ(&obj2, map.Lookup(id2));
55 EXPECT_EQ(&obj1, map.Lookup(1));
56 EXPECT_EQ(&obj2, map.Lookup(2));
  /external/v8/src/
compilation-cache.cc 168 Handle<SharedFunctionInfo> CompilationCacheScript::Lookup(Handle<String> source,
180 Handle<Object> probe(table->Lookup(*source), isolate());
251 Handle<SharedFunctionInfo> CompilationCacheEval::Lookup(
317 Handle<FixedArray> CompilationCacheRegExp::Lookup(Handle<String> source,
391 return script_.Lookup(source, name, line_offset, column_offset);
407 result = eval_global_.Lookup(
411 result = eval_contextual_.Lookup(
424 return reg_exp_.Lookup(source, flags);
hashmap.h 58 // If an entry with matching key is found, Lookup()
63 Entry* Lookup(void* key, uint32_t hash, bool insert);
119 typename TemplateHashMapImpl<P>::Entry* TemplateHashMapImpl<P>::Lookup(
150 // Lookup the entry for the key to remove.
285 Lookup(p->key, p->hash, true)->value = p->value;
334 return Iterator(this, this->Lookup(key, key->Hash(), insert));
serialize.h 140 return *Lookup(key);
146 Address* Lookup(uint32_t key) const {
154 *Lookup(key) = value;
417 return serialization_map_->Lookup(Key(obj), Hash(obj), false) != NULL;
423 serialization_map_->Lookup(Key(obj), Hash(obj), false)->value));
429 serialization_map_->Lookup(Key(obj), Hash(obj), true);

Completed in 592 milliseconds

1 2 3 4 5