HomeSort by relevance Sort by last modified time
    Searched defs:Lookup (Results 26 - 50 of 98) sorted by null

12 3 4

  /external/open-vcdiff/src/
instruction_map.cc 127 OpcodeOrNone VCDiffInstructionMap::SecondInstructionMap::Lookup(
  /external/v8/src/
interface.cc 44 Interface* Interface::Lookup(Handle<String> name) {
48 ZoneHashMap::Entry* p = map->Lookup(name.location(), name->Hash(), false);
90 ZoneHashMap::Entry* p = (*map)->Lookup(name, hash, !IsFrozen());
bootstrapper.h 55 bool Lookup(Vector<const char> name, Handle<SharedFunctionInfo>* handle) {
contexts.cc 87 Handle<Object> Context::Lookup(Handle<String> name,
101 PrintF("Context::Lookup(");
120 // to only do a local lookup for context extension objects.
  /art/runtime/
intern_table.cc 61 mirror::String* InternTable::Lookup(Table& table, mirror::String* s,
142 mirror::String* strong = Lookup(strong_interns_, s, hash_code);
157 mirror::String* weak = Lookup(weak_interns_, s, hash_code);
170 mirror::String* strong = Lookup(strong_interns_, s, hash_code);
180 mirror::String* weak = Lookup(weak_interns_, s, hash_code);
215 const mirror::String* found = Lookup(weak_interns_, s, s->GetHashCode());
  /external/chromium/base/
id_map.h 101 T* Lookup(KeyType id) const {
  /external/chromium/third_party/libjingle/source/talk/base/
flags.cc 149 Flag* FlagList::Lookup(const char* name) {
211 // lookup the flag
212 Flag* flag = Lookup(name);
279 if (Lookup(flag->name()) != NULL)
  /external/chromium_org/content/browser/indexed_db/
indexed_db_dispatcher_host.h 109 RefCountedType* Lookup(KeyType id) {
110 scoped_refptr<RefCountedType>* ptr = map_.Lookup(id);
  /external/chromium_org/content/browser/renderer_host/
backing_store_manager.cc 181 BackingStore* backing_store = Lookup(host);
228 BackingStore* BackingStoreManager::Lookup(RenderWidgetHost* host) {
  /external/chromium_org/third_party/leveldatabase/src/util/
cache_test.cc 48 int Lookup(int key) {
49 Cache::Handle* handle = cache_->Lookup(EncodeKey(key));
69 ASSERT_EQ(-1, Lookup(100));
72 ASSERT_EQ(101, Lookup(100));
73 ASSERT_EQ(-1, Lookup(200));
74 ASSERT_EQ(-1, Lookup(300));
77 ASSERT_EQ(101, Lookup(100));
78 ASSERT_EQ(201, Lookup(200));
79 ASSERT_EQ(-1, Lookup(300));
82 ASSERT_EQ(102, Lookup(100))
    [all...]
cache.cc 58 LRUHandle* Lookup(const Slice& key, uint32_t hash) {
147 Cache::Handle* Lookup(const Slice& key, uint32_t hash);
209 Cache::Handle* LRUCache::Lookup(const Slice& key, uint32_t hash) {
211 LRUHandle* e = table_.Lookup(key, hash);
298 virtual Handle* Lookup(const Slice& key) {
300 return shard_[Shard(hash)].Lookup(key, hash);
  /external/chromium_org/third_party/libjingle/source/talk/base/
flags.cc 149 Flag* FlagList::Lookup(const char* name) {
211 // lookup the flag
212 Flag* flag = Lookup(name);
279 if (Lookup(flag->name()) != NULL)
  /external/chromium_org/tools/checkdeps/
checkdeps.py 267 def Lookup(self, var_name):
277 'Var': _VarImpl(local_scope).Lookup,
  /external/chromium_org/v8/src/
bootstrapper.h 55 bool Lookup(Vector<const char> name, Handle<SharedFunctionInfo>* handle) {
contexts.cc 97 Handle<Object> Context::Lookup(Handle<String> name,
111 PrintF("Context::Lookup(");
131 // to only do a local lookup for context extension objects.
compilation-cache.cc 172 Handle<SharedFunctionInfo> CompilationCacheScript::Lookup(
187 Handle<Object> probe(table->Lookup(*source, *context), isolate());
269 Handle<SharedFunctionInfo> CompilationCacheEval::Lookup(
335 Handle<FixedArray> CompilationCacheRegExp::Lookup(Handle<String> source,
412 return script_.Lookup(source,
433 result = eval_global_.Lookup(
437 result = eval_contextual_.Lookup(
450 return reg_exp_.Lookup(source, flags);
effects.h 106 Effect Lookup(Var var) {
113 Effect effect = Lookup(var);
hashmap.h 66 // If an entry with matching key is found, Lookup()
71 Entry* Lookup(void* key, uint32_t hash, bool insert,
131 TemplateHashMapImpl<AllocationPolicy>::Lookup(
163 // Lookup the entry for the key to remove.
302 Entry* entry = Lookup(p->key, p->hash, true, allocator);
358 return Iterator(this, this->Lookup(key, key->Hash(), insert, allocator));
serialize.h 142 return *Lookup(key);
148 Address* Lookup(uint32_t key) const {
156 *Lookup(key) = value;
423 return serialization_map_->Lookup(Key(obj), Hash(obj), false) != NULL;
429 serialization_map_->Lookup(Key(obj), Hash(obj), false)->value));
435 serialization_map_->Lookup(Key(obj), Hash(obj), true);
  /external/smack/src/org/xbill/DNS/spi/
DNSJavaNameService.java 14 import org.xbill.DNS.Lookup;
67 Lookup.setDefaultResolver(res);
77 Lookup.setDefaultSearchPath(new String[] {domain});
124 * Performs a forward DNS lookup for the host name.
141 records = new Lookup(name, Type.AAAA).run();
143 records = new Lookup(name, Type.A).run();
145 records = new Lookup(name, Type.AAAA).run();
164 * Performs a reverse DNS lookup.
165 * @param addr The ip address to lookup.
171 Record [] records = new Lookup(name, Type.PTR).run()
    [all...]
  /frameworks/webview/chromium/tools/
merge_from_chromium.py 78 def Lookup(self, var_name):
88 tmp_globals = {'From': FromImpl, 'Var': var.Lookup, 'deps_os': {}}
  /external/chromium/chrome/browser/extensions/
extension_debugger_api.cc 92 ExtensionDevToolsClientHost* Lookup(RenderViewHost* rvh) {
269 client_host_ = AttachedClientHosts::GetInstance()->Lookup(rvh);
  /external/chromium_org/base/
id_map.h 111 T* Lookup(KeyType id) const {
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
peer_channel.cc 184 ChannelMember* PeerChannel::Lookup(DataSocket* ds) const {
  /external/clang/lib/Rewrite/Frontend/
InclusionRewriter.cpp 85 const DirectoryLookup *Lookup, Token &Tok,
188 /// Simple lookup for a SourceLocation (specifically one denoting the hash in
275 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok,
446 const DirectoryLookup *Lookup = PP.GetCurDirLookup();
447 if (Lookup)
448 ++Lookup;
450 if (!HandleHasInclude(FileId, RawLex, Lookup, RawToken,

Completed in 438 milliseconds

12 3 4