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

1 2

  /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/valgrind/tsan/
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.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/v8/src/
dateparser.cc 159 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) {
hashmap.cc 64 HashMap::Entry* HashMap::Lookup(void* key, uint32_t hash, bool insert) {
93 // Lookup the entry for the key to remove.
220 Lookup(p->key, p->hash, true)->value = p->value;
contexts.cc 77 Handle<Object> Context::Lookup(Handle<String> name, ContextLookupFlags flags,
87 PrintF("Context::Lookup(");
105 // need to only do a local lookup for context extension objects.
bootstrapper.h 53 bool Lookup(Vector<const char> name, Handle<SharedFunctionInfo>* handle) {
serialize.h 94 return *Lookup(key);
100 Address* Lookup(uint32_t key) const {
108 *Lookup(key) = value;
366 return serialization_map_->Lookup(Key(obj), Hash(obj), false) != NULL;
372 serialization_map_->Lookup(Key(obj), Hash(obj), false)->value));
378 serialization_map_->Lookup(Key(obj), Hash(obj), true);
compilation-cache.cc 171 Handle<SharedFunctionInfo> CompilationCacheScript::Lookup(Handle<String> source,
183 Handle<Object> probe(table->Lookup(*source), isolate());
254 Handle<SharedFunctionInfo> CompilationCacheEval::Lookup(
314 Handle<FixedArray> CompilationCacheRegExp::Lookup(Handle<String> source,
388 return script_.Lookup(source, name, line_offset, column_offset);
403 result = eval_global_.Lookup(source, context, strict_mode);
405 result = eval_contextual_.Lookup(source, context, strict_mode);
417 return reg_exp_.Lookup(source, flags);
477 return EagerOptimizingSet()->Lookup(key, hash, false) != NULL;
484 EagerOptimizingSet()->Lookup(key, hash, true)
    [all...]
d8.h 79 Counter* Lookup(const char* name) {
80 i::HashMap::Entry* answer = hash_map_.Lookup(
88 i::HashMap::Entry* answer = hash_map_.Lookup(
scopeinfo.cc 102 case Slot::LOOKUP:
138 // Contexts::Lookup() function. Thus record an empty symbol here so we
181 // - the ScopeInfo lookup routines can be reduced to perhaps a single lookup
452 int result = isolate->context_slot_cache()->Lookup(this, name, mode);
531 int ContextSlotCache::Lookup(Object* data,
isolate.cc 292 ASSERT(thread_data_table_->Lookup(this, thread_id) == NULL);
294 ASSERT(thread_data_table_->Lookup(this, thread_id) == per_thread);
306 per_thread = thread_data_table_->Lookup(this, thread_id);
366 Isolate::ThreadDataTable::Lookup(Isolate* isolate,
391 PerIsolateThreadData* data = Lookup(isolate, thread_id);
  /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/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 50 static lookup_type Lookup(data_type B, key_type K) {
51 return B.lookup(K);
  /external/icu4c/common/
ucmndata.h 75 * "Virtual" functions for data lookup.
77 * p->vFuncs.Lookup(p, tocEntryName, pErrorCode);
91 LookupFn Lookup;
  /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/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/chrome/browser/extensions/
extension_debugger_api.cc 92 ExtensionDevToolsClientHost* Lookup(RenderViewHost* rvh) {
269 client_host_ = AttachedClientHosts::GetInstance()->Lookup(rvh);
  /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/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
PPDirectives.cpp 209 // Enter raw mode to disable identifier lookup (and thus macro expansion),
278 // that we can't use Tok.getIdentifierInfo() because its lookup is disabled
490 // If the header lookup mechanism may be relative to the current file, pass in
502 // affects file lookup etc.
509 // Do a standard file entry lookup.
    [all...]

Completed in 278 milliseconds

1 2