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

1 2 3 4

  /art/compiler/utils/
scoped_hashtable.h 38 V Lookup(K k) const {
  /external/chromium/net/base/
ssl_client_auth_cache.cc 20 bool SSLClientAuthCache::Lookup(
host_cache.cc 36 const HostCache::Entry* HostCache::Lookup(const Key& key,
  /external/chromium_org/net/ssl/
ssl_client_auth_cache.cc 20 bool SSLClientAuthCache::Lookup(
  /development/host/windows/usb/api/
adb_object_handle.cpp 148 AdbObjectHandle* AdbObjectHandle::Lookup(ADBAPIHANDLE adb_hndl) {
  /external/chromium/net/ftp/
ftp_auth_cache.cc 29 FtpAuthCache::Entry* FtpAuthCache::Lookup(const GURL& origin) {
42 Entry* entry = Lookup(origin);
61 DCHECK(!Lookup(origin));
  /external/chromium_org/net/ftp/
ftp_auth_cache.cc 27 FtpAuthCache::Entry* FtpAuthCache::Lookup(const GURL& origin) {
39 Entry* entry = Lookup(origin);
56 DCHECK(!Lookup(origin));
  /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,
instruction_map.cc 127 OpcodeOrNone VCDiffInstructionMap::SecondInstructionMap::Lookup(
  /external/chromium_org/chrome_frame/
com_type_info_holder.cc 26 TypeInfoNameCache* TypeInfoCache::Lookup(const IID* iid) {
83 if (!cache_.Lookup(hash, &dispids[i])) {
106 bool NameToDispIdCache::Lookup(HashType hash, DISPID* dispid) const {
  /external/chromium_org/net/dns/
host_cache.cc 43 const HostCache::Entry* HostCache::Lookup(const Key& key,
  /external/chromium_org/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,
instruction_map.cc 127 OpcodeOrNone VCDiffInstructionMap::SecondInstructionMap::Lookup(
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
area_code_map.cc 42 const char* AreaCodeMap::Lookup(const PhoneNumber& number) const {
  /external/chromium_org/v8/src/
dateparser.cc 163 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) {
interface.cc 44 Interface* Interface::Lookup(Handle<String> name, Zone* zone) {
49 ZoneHashMap::Entry* p = map->Lookup(name.location(), name->Hash(), false,
96 ZoneHashMap::Entry* p = (*map)->Lookup(name, hash, !IsFrozen(), allocator);
  /external/icu4c/common/
ucmndata.h 76 * "Virtual" functions for data lookup.
78 * p->vFuncs.Lookup(p, tocEntryName, pErrorCode);
94 LookupFn Lookup;
  /external/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/src/
dateparser.cc 162 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) {
  /external/chromium/net/http/
http_auth_cache.cc 69 HttpAuthCache::Entry* HttpAuthCache::Lookup(const GURL& origin,
122 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme);
221 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme);
  /external/chromium_org/android_webview/buildbot/
deps_whitelist.py 99 def Lookup(self, var_name):
112 'Var': var.Lookup,
  /external/chromium_org/chrome/browser/
icon_loader_chromeos.cc 45 // Lookup icon resource ID for a given filename |extension| and
48 int Lookup(const std::string& extension, IconLoader::IconSize icon_size);
131 int IconMapper::Lookup(const std::string& extension,
194 int idr = icon_mapper.Get().Lookup(group_, icon_size_);
  /external/chromium_org/net/http/
http_auth_cache.cc 71 HttpAuthCache::Entry* HttpAuthCache::Lookup(const GURL& origin,
123 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme);
220 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme);
  /external/chromium_org/third_party/icu/source/common/
ucmndata.h 89 * "Virtual" functions for data lookup.
91 * p->vFuncs.Lookup(p, tocEntryName, pErrorCode);
105 LookupFn Lookup;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 72 static lookup_type Lookup(data_type B, key_type K) {
73 return B.lookup(K);

Completed in 1574 milliseconds

1 2 3 4