Searched refs:Lookup (Results 176 - 200 of 281) sorted by relevance

1234567891011>>

/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_icc.cpp415 if (!m_MapProfile.Lookup(ProfileKey, (FX_LPVOID&)pCache)) {
473 if (!m_MapTranform.Lookup(TransformKey, (FX_LPVOID&)pTransformCache)) {
/external/chromium_org/chrome/browser/chromeos/login/
H A Dprofile_auth_data_unittest.cc166 GetProxyAuth(&user_browser_context_)->Lookup(
/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host_ui_shim.cc146 return g_hosts_by_id.Pointer()->Lookup(host_id);
/external/chromium_org/net/url_request/
H A Durl_request_ftp_job.cc399 cached_auth = ftp_auth_cache_->Lookup(origin);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_shared_library.cpp104 virtual void* Lookup(const char* symbol_name) { function in class:crazy::__anon11494::SharedLibraryResolver
515 // Lookup for JNI_OnLoad, exit if it doesn't exist.
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable.cc175 cache_handle = block_cache->Lookup(key);
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Dpeer_channel.cc189 ChannelMember* PeerChannel::Lookup(DataSocket* ds) const { function in class:PeerChannel
/external/chromium_org/v8/src/
H A Dallocation-tracker.cc267 HashMap::Entry* entry = id_to_function_info_index_.Lookup(
H A Dcontexts.cc106 Handle<Object> Context::Lookup(Handle<String> name, function in class:v8::internal::Context
120 PrintF("Context::Lookup(");
H A Ddateparser-inl.h181 int index = KeywordTable::Lookup(buffer, length);
H A Ddateparser.h271 static int Lookup(const uint32_t* pre, int len);
H A Ddisassembler.cc51 const char* name = code_->GetIsolate()->builtins()->Lookup(pc);
H A Dhydrogen-gvn.cc33 HInstruction* Lookup(HInstruction* instr) const;
199 HInstruction* HInstructionMap::Lookup(HInstruction* instr) const { function in class:v8::internal::BASE_EMBEDDED::HInstructionMap
845 HInstruction* other = map->Lookup(instr);
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_ocg.cpp183 if (m_OCGStates.Lookup(pOCGDict, bState)) {
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp128 m_FaceMap.Lookup(key, (void*&)pFontDesc);
323 m_FaceMap.Lookup(key, (void*&)pFontDesc);
1438 if (m_FontList.Lookup(facename, p)) {
1497 if (!m_FontList.Lookup(face, p)) {
H A Dfx_ge_text.cpp1005 if (map.Lookup((FXFT_Face)face, counted_face_cache)) {
1033 if (!map.Lookup((FXFT_Face)face, counted_face_cache)) {
1105 if (!m_SizeMap.Lookup(FaceGlyphsKey, (void*&)pSizeCache)) {
1113 if (pSizeCache->m_GlyphMap.Lookup((FX_LPVOID)(FX_UINTPTR)glyph_index, (void*&)pGlyphBitmap)) {
1166 if (m_SizeMap.Lookup(FaceGlyphsKey, (void*&)pSizeCache)) {
1167 if (pSizeCache->m_GlyphMap.Lookup((FX_LPVOID)(FX_UINTPTR)glyph_index, (void*&)pGlyphBitmap)) {
1583 if (m_PathMap.Lookup(key, (FX_LPVOID&)pGlyphPath)) {
/external/chromium_org/net/tools/balsa/
H A Dbalsa_headers.h316 return Lookup(idx_);
393 reference Lookup(HeaderLines::size_type index) const { function in class:net::BalsaHeaders::iterator_base
440 return Lookup(idx_ - 1);
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Ddeep-heap-profile.cc627 DeepHeapProfile::DeepBucket* DeepHeapProfile::DeepBucketTable::Lookup( function in class:DeepHeapProfile::DeepBucketTable
653 // Lookup stack trace in table
1084 DeepBucket* deep_bucket = deep_profile->deep_table_.Lookup(
1108 deep_bucket = deep_profile->deep_table_.Lookup(
/external/javassist/src/main/javassist/bytecode/
H A DCodeIterator.java1208 jumps.add(new Lookup(i, defaultbyte, matches, offsets));
1548 static class Lookup extends Switcher { class in class:CodeIterator
1551 Lookup(int pos, int defaultByte, int[] matches, int[] offsets) { method in class:CodeIterator.Lookup
/external/clang/lib/Lex/
H A DPPDirectives.cpp1715 const DirectoryLookup *Lookup = CurDirLookup; local
1717 Lookup = nullptr;
1719 } else if (!Lookup) {
1723 ++Lookup;
1726 return HandleIncludeDirective(HashLoc, IncludeNextTok, Lookup);
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp50 if (!m_pStockMap.Lookup(key, value)) {
61 if (m_pStockMap.Lookup(key, value)) {
74 if (!m_pStockMap.Lookup(key, value)) {
180 CFX_WideString wsRet = m_pToUnicodeMap->Lookup(charcode);
506 CFX_WideString CPDF_ToUnicodeMap::Lookup(FX_DWORD charcode) function in class:CPDF_ToUnicodeMap
509 if (m_Map.Lookup(charcode, value)) {
1686 if (m_CacheMap.Lookup((FX_LPVOID)(FX_UINTPTR)charcode, (FX_LPVOID&)pChar)) {
/external/chromium_org/chrome/browser/ui/webui/
H A Dcookies_tree_model_util.cc345 child = id_map_.Lookup(node_id);
/external/chromium_org/content/browser/compositor/
H A Dgpu_process_transport_factory.cc371 BrowserCompositorOutputSurface* surface = output_surface_map_.Lookup(
/external/chromium_org/content/browser/renderer_host/
H A Drender_process_host_impl.cc927 DCHECK(listeners_.Lookup(routing_id) != NULL);
1397 IPC::Listener* listener = listeners_.Lookup(msg.routing_id());
1625 RenderProcessHost* host = g_all_hosts.Get().Lookup(host_id);
1756 return g_all_hosts.Get().Lookup(render_process_id);
/external/chromium_org/net/dns/
H A Dmock_host_resolver.cc174 const HostCache::Entry* entry = cache_->Lookup(key, base::TimeTicks::Now());

Completed in 1253 milliseconds

1234567891011>>