Searched defs:Lookup (Results 1 - 25 of 60) sorted by relevance

123

/external/pdfium/xfa/src/fgas/include/
H A Dfx_alg.h27 int32_t Lookup(const baseType& find, const baseType* pArray, int32_t iCount) { function in class:CFX_DSPATemplate
/external/icu/icu4c/source/common/
H A Ducmndata.h78 * p->vFuncs.Lookup(p, tocEntryName, pErrorCode);
94 LookupFn Lookup; member in struct:__anon6502
/external/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp270 static const char *Lookup = "0123456789ABCDEF"; local
279 OS << Lookup[HighNibble] << Lookup[LowNibble]; local
/external/v8/src/
H A Ddateparser.cc153 int DateParser::KeywordTable::Lookup(const uint32_t* pre, int len) { function in class:v8::internal::DateParser::KeywordTable
H A Didentity-map.cc22 IdentityMapBase::RawEntry IdentityMapBase::Lookup(Object* key) { function in class:v8::internal::IdentityMapBase
100 result = Lookup(key);
118 RawEntry result = Lookup(key);
121 result = Lookup(key);
H A Dhandles.cc140 Object** CanonicalHandleScope::Lookup(Object* object) { function in class:v8::internal::CanonicalHandleScope
148 int index = root_index_map_->Lookup(HeapObject::cast(object));
H A Daddress-map.h30 return map->Lookup(Key(obj), Hash(obj));
50 int Lookup(HeapObject* obj) { function in class:v8::internal::RootIndexMap
155 BackReference Lookup(HeapObject* obj) { function in class:v8::internal::BackReferenceMap
H A Dbootstrapper.h30 bool Lookup(Vector<const char> name, Handle<SharedFunctionInfo>* handle) { function in class:v8::internal::BASE_EMBEDDED
H A Dcompilation-cache.cc144 Handle<SharedFunctionInfo> CompilationCacheScript::Lookup( function in class:v8::internal::CompilationCacheScript
156 Handle<Object> probe = table->Lookup(source, context, language_mode);
202 MaybeHandle<SharedFunctionInfo> CompilationCacheEval::Lookup( function in class:v8::internal::CompilationCacheEval
244 MaybeHandle<FixedArray> CompilationCacheRegExp::Lookup( function in class:v8::internal::CompilationCacheRegExp
296 return script_.Lookup(source, name, line_offset, column_offset,
309 eval_global_.Lookup(source, outer_info, language_mode, scope_position);
312 result = eval_contextual_.Lookup(source, outer_info, language_mode,
323 return reg_exp_.Lookup(source, flags);
H A Dhashmap.h46 Entry* Lookup(void* key, uint32_t hash) const;
116 TemplateHashMapImpl<AllocationPolicy>::Lookup(void* key, uint32_t hash) const { function in class:v8::internal::TemplateHashMapImpl
151 // Lookup the entry for the key to remove.
349 return Iterator(this, this->Lookup(key, key->Hash()));
H A Dcontexts.cc40 bool ScriptContextTable::Lookup(Handle<ScriptContextTable> table, function in class:v8::internal::ScriptContextTable
216 Handle<Object> Context::Lookup(Handle<String> name, function in class:v8::internal::Context
230 PrintF("Context::Lookup(");
258 if (ScriptContextTable::Lookup(script_contexts, name, &r)) {
H A Deffects.h81 Effect Lookup(Var var) { function in class:v8::internal::EffectsMixin
88 Effect effect = Lookup(var);
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h73 static lookup_type Lookup(data_type B, key_type K) { function in struct:clang::ento::ProgramStatePartialTrait
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DLookup.java14 public /*abstract*/ class Lookup class
21 // Lookup flags
48 public Lookup(int theLookupType, int theLookupFlags) method in class:Lookup
/external/libchrome/base/trace_event/
H A Dtrace_event_synthetic_delay.cc47 TraceEventSyntheticDelay* TraceEventSyntheticDelay::Lookup( function in class:base::trace_event::TraceEventSyntheticDelay
/external/libchrome/base/
H A Did_map.h139 T* Lookup(KeyType id) const { function in class:IDMap
/external/libchrome/sandbox/linux/bpf_dsl/
H A Dcodegen_unittest.cc121 Hash digest(code, k, Lookup(jt), Lookup(jf));
156 EXPECT_EQ(Lookup(head), prog_hashes.at(0));
160 const Hash& Lookup(CodeGen::Node next) const { function in class:sandbox::__anon9234::ProgramTest
/external/pdfium/core/src/fxcrt/
H A Dfx_basic_maps.cpp67 FX_BOOL CFX_MapPtrToPtr::Lookup(void* key, void*& rValue) const { function in class:CFX_MapPtrToPtr
291 FX_BOOL CFX_CMapByteStringToPtr::Lookup(const CFX_ByteStringC& key, function in class:CFX_CMapByteStringToPtr
/external/pdfium/xfa/src/fxfa/src/common/
H A Dxfa_utils.h159 FX_BOOL Lookup(KeyType key) const { function in class:CXFA_PtrSetTemplate
161 return CFX_MapPtrToPtr::Lookup((void*)key, pValue);
164 FX_BOOL operator[](KeyType key) { return Lookup(key); }
/external/v8/src/compiler/
H A Dliveness-analyzer.h84 void Lookup(int var) { entries_.push_back(Entry(Entry::kLookup, var)); } function in class:v8::internal::compiler::LivenessAnalyzerBlock
/external/webrtc/webrtc/base/
H A Dflags.cc131 Flag* FlagList::Lookup(const char* name) { function in class:rtc::FlagList
193 Flag* flag = Lookup(name);
260 RTC_CHECK(!Lookup(flag->name())) << "flag " << flag->name()
/external/webrtc/webrtc/examples/peerconnection/server/
H A Dpeer_channel.cc179 ChannelMember* PeerChannel::Lookup(DataSocket* ds) const { function in class:PeerChannel
/external/clang/lib/Frontend/Rewrite/
H A DInclusionRewriter.cpp83 const DirectoryLookup *Lookup, Token &Tok,
330 FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok,
512 const DirectoryLookup *Lookup = PP.GetCurDirLookup(); local
513 if (Lookup)
514 ++Lookup;
516 if (!HandleHasInclude(FileId, RawLex, Lookup, RawToken,
329 HandleHasInclude( FileID FileId, Lexer &RawLex, const DirectoryLookup *Lookup, Token &Tok, bool &FileExists) argument
/external/clang/test/SemaTemplate/
H A Dinstantiate-expr-2.cpp72 struct Lookup {
78 enum Junk { is = B ? Lookup<B>::more : Lookup<Lookup<B+1>::more>::val };
89 struct Lookup {}; struct in namespace:N6
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 {}; struct in namespace:N7
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dttgsubtable.cpp48 FX_BOOL CFX_GlyphMap::Lookup(int key, int& value) { function in class:CFX_GlyphMap
124 if (LookupList.Lookup[index].LookupType == 1) {
126 &LookupList.Lookup[index])) {
135 struct TLookup* Lookup) {
136 for (int i = 0; i < Lookup->SubTableCount; i++) {
137 switch (Lookup->SubTable[i]->SubstFormat) {
139 TSingleSubstFormat1* tbl1 = (TSingleSubstFormat1*)Lookup->SubTable[i];
147 TSingleSubstFormat2* tbl2 = (TSingleSubstFormat2*)Lookup->SubTable[i];
276 rec->Lookup = new struct TLookup[rec->LookupCount];
279 ParseLookup(&raw[offset], &rec->Lookup[
133 GetVerticalGlyphSub2(uint32_t glyphnum, uint32_t* vglyphnum, struct TLookup* Lookup) argument
[all...]

Completed in 2268 milliseconds

123