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

1 23 4

  /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/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));
scopeinfo.cc 306 int result = context_slot_cache->Lookup(this, name, mode, init_flag);
399 int ContextSlotCache::Lookup(Object* data,
d8.h 82 Counter* Lookup(const char* name) {
83 i::HashMap::Entry* answer = hash_map_.Lookup(
91 i::HashMap::Entry* answer = hash_map_.Lookup(
scopes.cc 72 Entry* p = ZoneHashMap::Lookup(name.location(), name->Hash(), true);
88 Variable* VariableMap::Lookup(Handle<String> name) {
89 Entry* p = ZoneHashMap::Lookup(name.location(), name->Hash(), false);
381 Variable* result = variables_.Lookup(name);
389 // Check context slot lookup.
418 // If we are backed by a scope info, try to lookup the variable there.
431 Variable* Scope::Lookup(Handle<String> name) {
537 Variable* other_var = current->variables_.Lookup(name);
757 case Variable::LOOKUP:
758 PrintF("lookup");
    [all...]
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);
  /external/chromium_org/ipc/
ipc_channel_posix.cc 102 // Lookup a given channel id. Return -1 if not found.
103 int Lookup(const std::string& channel_id) {
270 local_pipe = PipeMap::GetInstance()->Lookup(pipe_name_);
  /external/chromium_org/v8/src/
scopeinfo.cc 306 int result = context_slot_cache->Lookup(this, name, mode, init_flag);
425 int ContextSlotCache::Lookup(Object* data,
d8.h 82 Counter* Lookup(const char* name) {
83 i::HashMap::Entry* answer = hash_map_.Lookup(
91 i::HashMap::Entry* answer = hash_map_.Lookup(
hydrogen-gvn.cc 56 HValue* Lookup(HValue* value) const;
218 HValue* HValueMap::Lookup(HValue* value) const {
810 HValue* other = map->Lookup(instr);
scopes.cc 75 Entry* p = ZoneHashMap::Lookup(name.location(), name->Hash(), true,
92 Variable* VariableMap::Lookup(Handle<String> name) {
93 Entry* p = ZoneHashMap::Lookup(name.location(), name->Hash(), false,
397 Variable* result = variables_.Lookup(name);
405 // Check context slot lookup.
416 location = Variable::LOOKUP;
432 // If we are backed by a scope info, try to lookup the variable there.
451 Variable* Scope::Lookup(Handle<String> name) {
567 Variable* other_var = current->variables_.Lookup(name);
822 case Variable::LOOKUP
    [all...]
serialize.cc 434 // Keyed lookup cache.
628 const_cast<HashMap&>(encodings_).Lookup(key, Hash(key), false);
636 HashMap::Entry* entry = encodings_.Lookup(key, Hash(key), true);
687 const char* Lookup(Address address) {
688 return address_to_name_map_.Lookup(address);
709 const char* Lookup(Address code_address) {
750 return impl_.Lookup(code_address, ComputePointerHash(code_address), true);
754 return impl_.Lookup(code_address,
    [all...]
builtins.cc     [all...]
  /external/chromium_org/chrome/browser/extensions/api/debugger/
debugger_api.cc 254 ExtensionDevToolsClientHost* Lookup(DevToolsAgentHost* agent_host,
283 ExtensionDevToolsClientHost* AttachedClientHosts::Lookup(
529 client_host_ = AttachedClientHosts::GetInstance()->Lookup(
  /external/chromium_org/chrome_frame/test/
ie_event_sink.cc 31 // A lookup table from DISPID to DWebBrowserEvents and/or DWebBrowserEvents2
40 std::string Lookup(DISPID dispid) const;
125 std::string DispIdNameTable::Lookup(DISPID dispid) const {
718 VLOG(1) << __FUNCTION__ << L" event: " << g_dispIdToName.Get().Lookup(dispid);
  /external/harfbuzz/src/
harfbuzz-open.h 127 /* Lookup list related structures */
135 HB_UShort LookupType; /* Lookup type */
136 HB_UShort LookupFlag; /* Lookup qualifiers */
146 process Lookup[n] for glyphs which have the specific bit not set in
151 HB_Lookup* Lookup; /* array of Lookup records */
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open.h 127 /* Lookup list related structures */
135 HB_UShort LookupType; /* Lookup type */
136 HB_UShort LookupFlag; /* Lookup qualifiers */
146 process Lookup[n] for glyphs which have the specific bit not set in
151 HB_Lookup* Lookup; /* array of Lookup records */
  /external/smack/src/org/xbill/DNS/
Lookup.java 10 * The Lookup object issues queries to caching DNS servers. The input consists
18 * A Lookup object may be reused, but should not be used by multiple threads.
27 public final class Lookup {
61 /** The lookup was successful. */
65 * The lookup failed due to a data or server error. Repeating the lookup
71 * The lookup failed due to a network error. Repeating the lookup may be
204 * Create a Lookup object that will find records of the given name, type,
205 * and class. The lookup will use the default cache, resolver, and searc
452 lookup(Name current) { method in class:Lookup
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers.h 318 return Lookup(idx_);
397 reference Lookup(HeaderLines::size_type index) const {
444 return Lookup(idx_ - 1);
    [all...]
  /external/chromium_org/net/tools/flip_server/
balsa_headers.h 316 return Lookup(idx_);
393 reference Lookup(HeaderLines::size_type index) const {
440 return Lookup(idx_ - 1);
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-common-private.hh 53 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
557 struct Lookup
564 * higher 16-bit is mark-filtering-set if the lookup uses one.
608 USHORT lookupFlag; /* Lookup qualifiers */
613 * UseMarkFilteringSet of lookup flags is set. */
618 typedef OffsetListOf<Lookup> LookupList;
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.cc 599 DeepHeapProfile::DeepBucket* DeepHeapProfile::DeepBucketTable::Lookup(
625 // Lookup stack trace in table
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 255 // Enter raw mode to disable identifier lookup (and thus macro expansion),
324 // that we can't use Tok.getIdentifierInfo() because its lookup is disabled
545 // If the header lookup mechanism may be relative to the current file, pass in
557 // affects file lookup etc.
564 // Do a standard file entry lookup.
576 // as obtained from the lookup and as obtained from the module.
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh 53 * Script, ScriptList, LangSys, Feature, FeatureList, Lookup, LookupList
558 struct Lookup
565 * higher 16-bit is mark-filtering-set if the lookup uses one.
609 USHORT lookupFlag; /* Lookup qualifiers */
614 * UseMarkFilteringSet of lookup flags is set. */
619 typedef OffsetListOf<Lookup> LookupList;
    [all...]

Completed in 700 milliseconds

1 23 4