Searched refs:Lookup (Results 101 - 125 of 281) sorted by relevance

1234567891011>>

/external/chromium_org/content/public/test/
H A Dmock_render_process_host.cc69 DCHECK(listeners_.Lookup(routing_id) != NULL);
253 IPC::Listener* listener = listeners_.Lookup(msg.routing_id());
/external/chromium_org/content/renderer/media/
H A Daudio_message_filter.cc182 media::AudioOutputIPCDelegate* delegate = delegates_.Lookup(stream_id);
196 media::AudioOutputIPCDelegate* delegate = delegates_.Lookup(stream_id);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Dphonenumber_offline_geocoder.cc192 const char* description = descriptions ? descriptions->Lookup(number) : NULL;
201 description = default_descriptions->Lookup(number);
/external/smack/src/org/xbill/DNS/
H A DAddress.java237 Record [] records = new Lookup(name).run();
337 Record [] records = new Lookup(name, Type.PTR).run();
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_dispatcher_host.cc380 ServiceWorkerHandle* handle = handles_.Lookup(handle_id);
620 ServiceWorkerHandle* handle = handles_.Lookup(handle_id);
632 ServiceWorkerHandle* handle = handles_.Lookup(handle_id);
647 registration_handles_.Lookup(registration_handle_id);
660 registration_handles_.Lookup(registration_handle_id);
/external/chromium_org/content/common/gpu/
H A Dgpu_channel.cc563 GpuCommandBufferStub* share_group = stubs_.Lookup(init_params.share_group_id);
600 return stubs_.Lookup(route_id);
704 stub = stubs_.Lookup(m->routing_id());
783 GpuCommandBufferStub* share_group = stubs_.Lookup(init_params.share_group_id);
818 GpuCommandBufferStub* stub = stubs_.Lookup(route_id);
/external/libvorbis/doc/
H A D03-codebook.tex157 Lookup type zero indicates no lookup to be read. Proceed past
160 Lookup types one and two are similar, differing only in the
161 number of lookup values to be read. Lookup type one reads a list of
163 each vector of order \varname{[codebook_dimensions]} scalars. Lookup
166 possible scalar values. Lookup decode proceeds as follows:
302 \paragraph{Vector value decode: Lookup type 1}
304 Lookup type one specifies a lattice VQ lookup table built
334 \paragraph{Vector value decode: Lookup type 2}
336 Lookup type two specifies a VQ lookup table in which each scalar in
/external/fonttools/Lib/fontTools/
H A Dmerge.py395 'Lookup': sumLists,
453 lookupMap = dict((id(v),v) for v in table.table.LookupList.Lookup)
482 synthLookup = otTables.Lookup()
487 table.table.LookupList.Lookup.append(synthLookup)
580 @_add_method(otTables.Lookup)
588 for l in self.Lookup:
809 lookupMap = dict((i,id(v)) for i,v in enumerate(t.table.LookupList.Lookup))
819 # TODO GDEF/Lookup MarkFilteringSets
834 lookupMap = dict((id(v),i) for i,v in enumerate(t.table.LookupList.Lookup))
845 # TODO GDEF/Lookup MarkFilteringSet
[all...]
/external/fonttools/Tools/fontTools/
H A Dmerge.py395 'Lookup': sumLists,
453 lookupMap = dict((id(v),v) for v in table.table.LookupList.Lookup)
482 synthLookup = otTables.Lookup()
487 table.table.LookupList.Lookup.append(synthLookup)
580 @_add_method(otTables.Lookup)
588 for l in self.Lookup:
809 lookupMap = dict((i,id(v)) for i,v in enumerate(t.table.LookupList.Lookup))
819 # TODO GDEF/Lookup MarkFilteringSets
834 lookupMap = dict((id(v),i) for i,v in enumerate(t.table.LookupList.Lookup))
845 # TODO GDEF/Lookup MarkFilteringSet
[all...]
/external/chromium_org/v8/src/
H A Dd8.h60 Counter* Lookup(const char* name) { function in class:v8::CounterMap
61 i::HashMap::Entry* answer = hash_map_.Lookup(
69 i::HashMap::Entry* answer = hash_map_.Lookup(
H A Dbootstrapper.h30 bool Lookup(Vector<const char> name, Handle<SharedFunctionInfo>* handle) { function in class:v8::internal::BASE_EMBEDDED
H A Ddateparser.cc140 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) { function in class:v8::internal::DateParser::KeywordTable
H A Dinterface.h139 Interface* Lookup(Handle<String> name, Zone* zone);
/external/chromium_org/base/debug/
H A Dtrace_event_synthetic_delay_unittest.cc35 TraceEventSyntheticDelay* delay = TraceEventSyntheticDelay::Lookup(name);
/external/chromium_org/chrome/browser/extensions/activity_log/
H A Ddatabase_string_table_unittest.cc119 TEST_F(DatabaseStringTableTest, Lookup) {
/external/chromium_org/sdch/open-vcdiff/src/
H A Dinstruction_map.cc127 OpcodeOrNone VCDiffInstructionMap::SecondInstructionMap::Lookup( function in class:open_vcdiff::VCDiffInstructionMap::SecondInstructionMap
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dmain.cc159 printf (" Lookup index %2d of %2d: %d\n", n_lookup, num_lookups,
167 const Lookup &lookup = g.get_lookup (n_lookup);
168 printf (" Lookup %2d of %2d: type %d, props 0x%04X\n", n_lookup, num_lookups,
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dtable_cache.cc51 *handle = cache_->Lookup(key);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Dmain.cc118 ChannelMember* member = clients.Lookup(s);
/external/chromium_org/third_party/webrtc/base/
H A Dflags.h202 // Lookup a flag by name. Returns the matching flag or NULL.
203 static Flag* Lookup(const char* name);
/external/clang/lib/Sema/
H A DSemaAttr.cpp21 #include "clang/Sema/Lookup.h"
438 LookupResult Lookup(*this, Name, IdTok.getLocation(), LookupOrdinaryName);
439 LookupParsedName(Lookup, curScope, nullptr, true);
441 if (Lookup.empty()) {
447 VarDecl *VD = Lookup.getAsSingle<VarDecl>();
/external/harfbuzz_ng/src/
H A Dmain.cc159 printf (" Lookup index %2d of %2d: %d\n", n_lookup, num_lookups,
167 const Lookup &lookup = g.get_lookup (n_lookup);
168 printf (" Lookup %2d of %2d: type %d, props 0x%04X\n", n_lookup, num_lookups,
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_metadata.cpp89 if (!((PDFDOC_LPMETADATA)m_pData)->m_pStringMap->Lookup(bsItem, szTag)) {
/external/pdfium/fpdfsdk/src/javascript/
H A Dglobal.cpp83 if (m_mapGlobal.Lookup(sPropName, (FX_LPVOID&)pData))
152 if (m_mapGlobal.Lookup(sPropName, (FX_LPVOID&)pData))
215 if (m_mapGlobal.Lookup(sName, (FX_LPVOID&)pData))
455 m_mapGlobal.Lookup(propname, (FX_LPVOID&)pTemp);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Djob_scheduler.cc213 JobEntry* job = job_map_.Lookup(job_id);
714 JobEntry* job_entry = job_map_.Lookup(job_id);
740 JobEntry* job = job_map_.Lookup(jobs[i]);
763 JobEntry* entry = job_map_.Lookup(job_id);
824 JobEntry* job_entry = job_map_.Lookup(job_id);
988 JobEntry* job_entry = job_map_.Lookup(job_id);
1024 JobEntry* job_entry = job_map_.Lookup(job_id);
1034 JobEntry* job_entry = job_map_.Lookup(job_id);

Completed in 828 milliseconds

1234567891011>>