HomeSort by relevance Sort by last modified time
    Searched refs:Lookup (Results 76 - 100 of 226) sorted by null

1 2 34 5 6 7 8 910

  /external/pdfium/xfa/src/fgas/src/font/
fx_gdifont.cpp 40 if (!m_GlyphMap.Lookup((void*)dwGlyph, (void*&)pGlyph)) {
351 m_FontMapper.Lookup((void*)wBitField, (void*&)pFont);
470 if (m_FontCache.Lookup((void*)dwMAT2, (void*&)pCache) && pCache != NULL) {
fx_gefont.cpp 442 if (!m_pBBoxMap->Lookup((void*)(uintptr_t)wUnicode, pRect)) {
510 m_FontMapper.Lookup((void*)(uintptr_t)wUnicode, (void*&)pFont);
  /external/v8/src/ast/
scopes.cc 36 // FIXME(marja): fix the type of Lookup.
50 Variable* VariableMap::Lookup(const AstRawString* name) {
51 Entry* p = ZoneHashMap::Lookup(const_cast<AstRawString*>(name), name->hash());
394 Variable* result = variables_.Lookup(name);
406 // Check context slot lookup.
424 location = VariableLocation::LOOKUP;
456 // If we are backed by a scope info, try to lookup the variable there.
474 Variable* Scope::Lookup(const AstRawString* name) {
608 Variable* other_var = current->variables_.Lookup(name);
872 case VariableLocation::LOOKUP
    [all...]
  /external/opencv3/samples/winrt/ImageManipulations/common/
suspensionmanager.cpp 168 frameState = safe_cast<IMap<String^, Object^>^>(_sessionState->Lookup(frameSessionKey));
185 frame->SetNavigationState(safe_cast<String^>(frameState->Lookup("Navigation")));
  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 67 FX_BOOL CFX_MapPtrToPtr::Lookup(void* key, void*& rValue) const {
291 FX_BOOL CFX_CMapByteStringToPtr::Lookup(const CFX_ByteStringC& key,
  /external/v8/src/
d8.h 63 Counter* Lookup(const char* name) {
65 hash_map_.Lookup(const_cast<char*>(name), Hash(name));
contexts.h 295 // Lookup a variable `name` in a ScriptContextTable.
300 static bool Lookup(Handle<ScriptContextTable> table, Handle<String> name,
346 // to lazily allocated extension object. Context::Lookup
501 // Lookup the slot called name, starting with the current context.
518 Handle<Object> Lookup(Handle<String> name,
  /external/v8/src/snapshot/
code-serializer.cc 52 int root_index = root_index_map_.Lookup(obj);
134 DCHECK(!reference_map()->Lookup(code_stub).is_valid());
serializer.cc 165 SerializerReference reference = reference_map_.Lookup(obj);
323 serializer_->code_address_map_->Lookup(object_->address());
522 serializer_->reference_map()->Lookup(object_);
548 int root_index = serializer_->root_index_map()->Lookup(current_contents);
  /external/webrtc/talk/session/media/
yuvscaler_unittest.cc 91 dump_ = *rtc::FlagList::Lookup("yuvscaler_dump")->bool_variable();
92 repeat_ = *rtc::FlagList::Lookup("yuvscaler_repeat")->int_variable();
  /art/runtime/
class_table.cc 94 mirror::Class* ClassTable::Lookup(const char* descriptor, size_t hash) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 73 static lookup_type Lookup(data_type B, key_type K) {
74 return B.lookup(K);
  /external/harfbuzz_ng/src/
hb-ot-layout.cc 909 typedef OT::SubstLookup Lookup;
923 typedef OT::PosLookup Lookup;
1034 /* The reverse lookup doesn't "advance" cursor (for good reason). */
1045 const typename Proxy::Lookup &lookup,
1053 c->set_lookup_props (lookup.get_props ());
1057 lookup.dispatch (&c_get_subtables);
1059 if (likely (!lookup.is_reverse ()))
1096 c.set_recurse_func (Proxy::Lookup::apply_recurse_func);
1103 if (!buffer->message (font, "start lookup %d", lookup_index)) continue
    [all...]
  /external/libchrome/base/
id_map.h 139 T* Lookup(KeyType id) const {
  /external/libchrome/base/trace_event/
trace_event_synthetic_delay.cc 47 TraceEventSyntheticDelay* TraceEventSyntheticDelay::Lookup(
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 569 SmallDenseMap<uint32_t, IrrNode *, 4> Lookup;
615 StartIrr = Lookup[Start.Index];
621 auto L = Lookup.find(Node.Index);
622 if (L == Lookup.end())
677 /// All other stages make use of this ordering. Save a lookup from BlockT
820 BlockNode getNode(const BlockT *BB) const { return Nodes.lookup(BB); }
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 662 FX_BOOL Lookup(void* key, void*& rValue) const;
713 FX_BOOL Lookup(KeyType key, ValueType& rValue) const {
715 if (!CFX_MapPtrToPtr::Lookup((void*)(uintptr_t)key, pValue)) {
761 FX_BOOL Lookup(const CFX_ByteStringC& key, void*& rValue) const;
  /external/pdfium/core/src/fpdfapi/fpdf_font/
font_int.h 195 CFX_WideString Lookup(FX_DWORD charcode);
  /external/v8/test/mjsunit/es6/
block-scoping-sloppy.js 45 // Dynamic lookup in and through block contexts.
68 // Lookup in and through block contexts.
94 // Dynamic lookup from closure.
120 // Lookup from closure.
159 // Variable shadowing and lookup.
block-scoping.js 47 // Dynamic lookup in and through block contexts.
70 // Lookup in and through block contexts.
96 // Dynamic lookup from closure.
122 // Lookup from closure.
161 // Variable shadowing and lookup.
  /external/clang/lib/Lex/
PPDirectives.cpp 300 // Enter raw mode to disable identifier lookup (and thus macro expansion),
369 // that we can't use Tok.getIdentifierInfo() because its lookup is disabled
616 // If the header lookup mechanism may be relative to the current inclusion
682 // Do a standard file entry lookup.
    [all...]
PPMacroExpansion.cpp 151 if (NumHiddenOverrides.lookup(LeafMM) == 0)
    [all...]
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 192 The new format is added to the discussion of Index Lookup. It should
  /external/pdfium/xfa/src/fxfa/src/parser/
xfa_basic_imp.cpp 250 int32_t index = search.Lookup(eAttribute, pAttr, iCount);
270 int32_t index = search.Lookup(eChild, pChild, iCount);
  /external/v8/src/libsampler/
v8-sampler.cc 259 base::HashMap::Entry* entry = sampler_map_.Lookup(thread_key, thread_hash);
281 sampler_map_.Lookup(ThreadKey(thread_id), ThreadHash(thread_id));

Completed in 1407 milliseconds

1 2 34 5 6 7 8 910