HomeSort by relevance Sort by last modified time
    Searched refs:Lookup (Results 151 - 175 of 312) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout.cc 787 typedef OT::SubstLookup Lookup;
801 typedef OT::PosLookup Lookup;
812 template <typename Lookup>
814 const Lookup &lookup)
818 return lookup.dispatch (c);
824 const typename Proxy::Lookup &lookup,
833 c->set_lookup (lookup);
835 if (likely (!lookup.is_reverse ())
    [all...]
hb-ot-layout-gsub-table.hh 496 /* Note: This breaks badly if two features enabled this lookup together. */
993 * calls us through a Context lookup. */
    [all...]
  /external/harfbuzz/src/
harfbuzz-open.c 441 * Lookup List related functions
473 /* Lookup */
599 ll->Lookup = NULL;
601 if ( ALLOC_ARRAY( ll->Lookup, count, HB_Lookup ) )
606 l = ll->Lookup;
633 FREE( ll->Lookup );
649 if ( ll->Lookup )
652 l = ll->Lookup;
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-open.c 441 * Lookup List related functions
473 /* Lookup */
599 ll->Lookup = NULL;
601 if ( ALLOC_ARRAY( ll->Lookup, count, HB_Lookup ) )
606 l = ll->Lookup;
633 FREE( ll->Lookup );
649 if ( ll->Lookup )
652 l = ll->Lookup;
  /external/llvm/lib/IR/
ConstantsContext.h 597 MapKey Lookup(Ty, V);
600 typename MapTy::iterator I = Map.find(Lookup);
733 LookupKey Lookup(Ty, V);
736 typename MapTy::iterator I = Map.find_as(Lookup);
749 /// Find the constant by lookup key.
750 typename MapTy::iterator find(LookupKey Lookup) {
751 return Map.find_as(Lookup);
  /external/v8/src/
profile-generator.cc 129 HashMap::Entry* cache_entry = names_.Lookup(str, hash, true);
218 children_.Lookup(entry, CodeEntryHash(entry), false);
226 children_.Lookup(entry, CodeEntryHash(entry), true);
651 profiles_uids_.Lookup(reinterpret_cast<void*>(profile->uid()),
681 HashMap::Entry* entry = profiles_uids_.Lookup(reinterpret_cast<void*>(uid),
    [all...]
scopeinfo.cc 306 int result = context_slot_cache->Lookup(this, name, mode, init_flag);
399 int ContextSlotCache::Lookup(Object* data,
  /external/chromium_org/v8/src/
scopes.cc 73 Entry* p = ZoneHashMap::Lookup(name.location(), name->Hash(), true,
90 Variable* VariableMap::Lookup(Handle<String> name) {
91 Entry* p = ZoneHashMap::Lookup(name.location(), name->Hash(), false,
395 Variable* result = variables_.Lookup(name);
403 // Check context slot lookup.
414 location = Variable::LOOKUP;
430 // If we are backed by a scope info, try to lookup the variable there.
449 Variable* Scope::Lookup(Handle<String> name) {
565 Variable* other_var = current->variables_.Lookup(name);
820 case Variable::LOOKUP
    [all...]
profile-generator.cc 159 return names_.Lookup(const_cast<char*>(str), hash, true);
214 children_.Lookup(entry, CodeEntryHash(entry), false);
222 children_.Lookup(entry, CodeEntryHash(entry), true);
hydrogen-bce.cc 284 &(Lookup(key, key->Hash(), true, ZoneAllocationPolicy(zone))->value));
291 Lookup(key, key->Hash(), true, ZoneAllocationPolicy(zone))->value = data;
serialize.cc 423 // Keyed lookup cache.
613 const_cast<HashMap&>(encodings_).Lookup(key, Hash(key), false);
621 HashMap::Entry* entry = encodings_.Lookup(key, Hash(key), true);
672 const char* Lookup(Address address) {
673 return address_to_name_map_.Lookup(address);
694 const char* Lookup(Address code_address) {
735 return impl_.Lookup(code_address, ComputePointerHash(code_address), true);
739 return impl_.Lookup(code_address,
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /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/chrome/browser/extensions/api/debugger/
debugger_api.cc 244 ExtensionDevToolsClientHost* Lookup(DevToolsAgentHost* agent_host,
273 ExtensionDevToolsClientHost* AttachedClientHosts::Lookup(
526 client_host_ = AttachedClientHosts::GetInstance()->Lookup(
  /external/chromium_org/net/tools/balsa/
balsa_headers.h 316 return Lookup(idx_);
393 reference Lookup(HeaderLines::size_type index) const {
440 return Lookup(idx_ - 1);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 489 /* Note: This breaks badly if two features enabled this lookup together. */
    [all...]
  /frameworks/webview/chromium/tools/
merge_from_chromium.py 79 def Lookup(self, var_name):
89 tmp_globals = {'From': FromImpl, 'Var': var.Lookup, 'deps_os': {}}
  /external/chromium/chrome/browser/
gpu_process_host_ui_shim.cc 152 return g_hosts_by_id.Lookup(host_id);
  /external/chromium/net/proxy/
proxy_resolver_js_bindings.cc 243 host_cache->Lookup(cache_key, base::TimeTicks::Now());
  /external/chromium/net/url_request/
url_request_ftp_job.cc 118 request_->context()->ftp_auth_cache()->Lookup(origin);
  /external/chromium_org/base/
id_map.h 111 T* Lookup(KeyType id) const {
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_schema_graph.py 9 '''Returned from APISchemaGraph.Lookup(), and relays whether or not
160 def Lookup(self, *path):
  /external/chromium_org/content/child/
socket_stream_dispatcher.cc 76 return all_bridges.Get().Lookup(id);
  /external/chromium_org/third_party/tcmalloc/chromium/src/
deep-heap-profile.h 265 DeepBucket* Lookup(Bucket* bucket,
287 // Adds |add| to a |hash_value| for 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 5892 milliseconds

1 2 3 4 5 67 8 91011>>