Searched defs:Find (Results 26 - 50 of 69) sorted by relevance

123

/external/openfst/src/include/fst/extensions/far/
H A Dstlist.h21 // not support the Find() operation but that does support
204 bool Find(const string &key) { function in class:fst::STListReader
206 << "STListReader::Find: stlist does not support find operation";
H A Dsttable.h194 bool Find(const string &key) { function in class:fst::STTableReader
H A Dfar.h132 virtual bool Find(const string &key) = 0;
317 bool Find(const string &key) { return reader_->Find(key); } function in class:fst::STTableFarReader
365 bool Find(const string &key) { return reader_->Find(key); } function in class:fst::STListFarReader
441 bool Find(const string &key) { function in class:fst::FstFarReader
443 FSTERROR() << "FstFarReader::Find: operation not supported on stdin";
/external/openfst/src/include/fst/extensions/pdt/
H A Dpdt.h85 StackId Find(StackId stack_id, Label label) { function in class:fst::PdtStack
H A Dcompose.h31 // Return paren arcs for Find(kNoLabel).
34 // Return a kNolabel loop for Find(paren).
87 bool Find(Label match_label);
183 bool ParenMatcher<M>::Find(Label match_label) { function in class:fst::ParenMatcher
211 if (matcher_.Find(match_label))
233 done_ = !matcher_.Find(kNoLabel);
238 done_ = !matcher_.Find(kNoLabel);
398 StackId stack_id = stack_.Find(f2.GetState(), label);
H A Dparen.h395 // Find close paren source states matching an open parenthesis.
398 SetIterator Find(Label paren_id, StateId open_dest) { function in class:fst::PdtBalanceData
411 // before Find(open_dest). Stores close paren source state sets
/external/openfst/src/include/fst/
H A Dutil.h375 // is otherwise unused. 'Find()' returns an STL const_iterator to the match
415 const_iterator Find(Key key) const { function in class:fst::CompactSet
H A Dmatcher-fst.h228 bool Find(Label label) { return matcher_->Find(label); } function in class:fst::Matcher
269 bool Find(Label label) { return matcher_->Find(label); } function in class:fst::LookAheadMatcher
H A Dlookahead-matcher.h207 bool Find(Label label) { return matcher_.Find(label); } function in class:fst::TrivialLookAheadMatcher
229 virtual bool Find_(Label label) { return Find(label); }
291 bool Find(Label label) { return matcher_.Find(label); } function in class:fst::ArcLookAheadMatcher
306 bool LookAheadLabel(Label label) const { return matcher_.Find(label); }
321 virtual bool Find_(Label label) { return Find(label); }
358 if (matcher_.Find(kNoLabel)) {
391 } else if (matcher_.Find(label)) {
489 bool Find(Labe function in class:fst::LabelLookAheadMatcher
738 bool Find(Label label) { return base_->Find(label); } function in class:fst::LookAheadMatcher
[all...]
H A Dmatcher.h73 // bool Find(Label label);
79 // // have undefined behavior until Find() is called.
116 bool Find(Label label) { return Find_(label); } function in class:fst::MatcherBase
228 bool Find(Label match_label) { function in class:fst::SortedMatcher
257 // After Find(), returns false if no more exact matches.
301 virtual bool Find_(Label label) { return Find(label); }
453 bool Find(Label match_label) { function in class:fst::RhoMatcher
455 FSTERROR() << "RhoMatcher::Find: bad label (rho)";
459 if (matcher_->Find(match_label)) {
463 (has_rho_ = matcher_->Find(rho_label
628 bool Find(Label match_label) { function in class:fst::SigmaMatcher
884 bool PhiMatcher<M>::Find(Label match_label) { function in class:fst::PhiMatcher
1113 bool MultiEpsMatcher<M>::Find(Label match_label) { function in class:fst::MultiEpsMatcher
1187 bool Find(Label label) { return base_->Find(label); } function in class:fst::Matcher
[all...]
H A Dsymbol-table.h81 AddSymbol(impl.symbols_[i], impl.Find(impl.symbols_[i]));
95 int64 key = Find(symbol);
111 string Find(int64 key) const { function in class:fst::SymbolTableImpl
126 int64 Find(const string& symbol) const { function in class:fst::SymbolTableImpl
127 return Find(symbol.c_str());
133 int64 Find(const char* symbol) const { function in class:fst::SymbolTableImpl
144 else return Find(symbols_[pos]);
376 virtual string Find(int64 key) const { function in class:fst::SymbolTable
377 return impl_->Find(key);
382 virtual int64 Find(cons function in class:fst::SymbolTable
388 virtual int64 Find(const char* symbol) const { function in class:fst::SymbolTable
[all...]
/external/skia/src/animator/
H A DSkMemberInfo.cpp483 // Find Nth memberInfo
484 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, int* index) { function in class:SkMemberInfo
488 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, index);
504 // Find named memberinfo
505 const SkMemberInfo* SkMemberInfo::Find(const SkMemberInfo info[], int count, const char** matchPtr) { function in class:SkMemberInfo
509 const SkMemberInfo* result = SkMemberInfo::Find(inherited, info->fCount, matchPtr);
/external/skia/src/core/
H A DSkBitmapCache.cpp95 bool SkBitmapCache::Find(const SkBitmap& src, SkScalar invScaleX, SkScalar invScaleY, SkBitmap* result, function in class:SkBitmapCache
103 return CHECK_LOCAL(localCache, find, Find, key, BitmapRec::Finder, result);
119 bool SkBitmapCache::Find(uint32_t genID, const SkIRect& subset, SkBitmap* result, function in class:SkBitmapCache
123 return CHECK_LOCAL(localCache, find, Find, key, BitmapRec::Finder, result);
201 if (!CHECK_LOCAL(localCache, find, Find, key, MipMapRec::Finder, &result)) {
/external/llvm/lib/Transforms/Scalar/
H A DSeparateConstOffsetFromGEP.cpp207 static int64_t Find(Value *Idx, GetElementPtrInst *GEP);
636 // Find a non-zero constant offset first.
646 int64_t ConstantOffsetExtractor::Find(Value *Idx, GetElementPtrInst *GEP) { function in class:ConstantOffsetExtractor
702 ConstantOffsetExtractor::Find(GEP->getOperand(I), GEP);
/external/pdfium/fpdfsdk/include/javascript/
H A DJS_Object.h104 int i = Find(nIndex);
124 int i = Find(nIndex);
136 int i = Find(nIndex);
148 int Find(FX_UINT nIndex) function in struct:JS_TIMER_MAPARRAY
/external/protobuf/src/google/protobuf/
H A Dextension_set_heavy.cc86 virtual bool Find(int number, ExtensionInfo* output);
244 bool DescriptorPoolExtensionFinder::Find(int number, ExtensionInfo* output) { function in class:google::protobuf::internal::DescriptorPoolExtensionFinder
/external/v8/src/
H A Deffects.h85 return this->Find(var, &locator)
201 bool Find(Var var, Locator* locator) { function in class:v8::internal::EffectsBase
203 return map_->Find(var, locator);
269 bool Find(Var var, Locator* locator) { function in class:v8::internal::NestedEffectsBase
272 if (node->effects.Find(var, locator)) return true;
300 if (node->effects.Find(var, &shadowed)) {
H A Dhydrogen-load-elimination.cc172 HFieldApproximation* other = that->Find(approx->object_, i);
306 // Find an entry for the given object and field pair.
307 HFieldApproximation* Find(HValue* object, int field) { function in class:v8::internal::HLoadEliminationTable
317 // Find or create an entry for the given object and field pair.
/external/v8/src/ic/
H A Dhandler-compiler.cc16 Handle<Code> PropertyHandlerCompiler::Find(Handle<Name> name, function in class:v8::internal::PropertyHandlerCompiler
61 Handle<Code> handler = PropertyHandlerCompiler::Find(
320 // Find the top object.
H A Dic-compiler.cc16 Handle<Code> PropertyICCompiler::Find(Handle<Name> name, function in class:v8::internal::PropertyICCompiler
67 ic = Find(name, stub_holder, kind, extra_ic_state, flag);
227 Find(name, receiver_map, Code::COMPARE_NIL_IC, stub->GetExtraICState());
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCallAndMessageChecker.cpp229 bool Find(const TypedValueRegion *R) { function in class:FindUninitializedField
239 if (Find(FR))
260 if (F.Find(D->getRegion())) {
/external/lldb/include/lldb/Core/
H A DMappedHash.h430 Find (const char *name, Pair &pair) const function in class:MappedHash::MemoryTable
507 // return "eResultError" and the corresponding "Find()" function will
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp763 // Find
771 DWARFDebugInfo::Find(const char* name, bool ignore_case, vector<dw_offset_t>& die_offsets) const function in class:DWARFDebugInfo
783 // Find
791 DWARFDebugInfo::Find(RegularExpression& re, vector<dw_offset_t>& die_offsets) const function in class:DWARFDebugInfo
/external/llvm/lib/Target/Mips/
H A DMips16ISelLowering.cpp442 Mips16Libcall Find = { RTLIB::UNKNOWN_LIBCALL, S->getSymbol() }; local
445 std::end(HardFloatLibCalls), Find))
485 Mips16Libcall Find = { RTLIB::UNKNOWN_LIBCALL, local
489 std::end(HardFloatLibCalls), Find))
/external/lzma/CPP/Common/
H A DMyString.h114 while (charSet.Find(*p) >= 0 && (*p != 0))
124 if (charSet.Find(*p) >= 0)
365 int Find(T c) const { return Find(c, 0); } function in class:CStringBase
366 int Find(T c, int startIndex) const function in class:CStringBase
378 int Find(const CStringBase &s) const { return Find(s, 0); } function in class:CStringBase
379 int Find(const CStringBase &s, int startIndex) const function in class:CStringBase
411 if (s.Find(_chars[i]) >= 0)
498 pos = Find(oldCha
[all...]

Completed in 1099 milliseconds

123