Searched refs:Find (Results 26 - 50 of 190) sorted by relevance

12345678

/external/openfst/src/lib/
H A Dsymbol-table-ops.cc34 int64 key = right.Find(liter.Symbol());
53 int64 key = merged->Find(riter.Symbol());
63 if (!merged->Find(riter.Value()).empty()) {
/external/skia/src/views/
H A DSkTagList.cpp16 SkTagList* SkTagList::Find(SkTagList* rec, U8CPU tag) function in class:SkTagList
/external/webrtc/src/system_wrappers/interface/
H A Dmap_wrapper.h68 MapItem* Find(int id) const;
/external/webrtc/src/system_wrappers/source/
H A Dmap_no_stl.h56 MapNoStlItem* Find(int id) const;
H A Dmap_unittest.cc146 MapItem* rhs_item = rhs.Find(lhs_item->GetId());
180 EXPECT_FALSE(NULL == ascending_map_.Find(first_value_id));
183 EXPECT_TRUE(NULL == ascending_map_.Find(first_value_id));
194 EXPECT_FALSE(NULL == ascending_map_.Find(last_value_id));
197 EXPECT_TRUE(NULL == ascending_map_.Find(last_value_id));
220 MapItem* compare_item = compare_map.Find(ascend_item->GetId());
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.h63 bool Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offsets) const;
64 bool Find(lldb_private::RegularExpression& re, std::vector<dw_offset_t>& die_offsets) const;
H A DDWARFDebugPubnamesSet.h76 void Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offset_coll) const;
77 void Find(const lldb_private::RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) const;
H A DDWARFDebugPubnames.cpp267 DWARFDebugPubnames::Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offsets) const function in class:DWARFDebugPubnames
276 (*pos).Find(name, ignore_case, die_offsets);
283 DWARFDebugPubnames::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offsets) const function in class:DWARFDebugPubnames
292 (*pos).Find(regex, die_offsets);
H A DUniqueDWARFASTType.cpp21 UniqueDWARFASTTypeList::Find function in class:UniqueDWARFASTTypeList
H A DDWARFDebugPubnamesSet.cpp145 DWARFDebugPubnamesSet::Find(const char* name, bool ignore_case, std::vector<dw_offset_t>& die_offset_coll) const function in class:DWARFDebugPubnamesSet
156 DWARFDebugPubnamesSet::Find(const RegularExpression& regex, std::vector<dw_offset_t>& die_offset_coll) const function in class:DWARFDebugPubnamesSet
/external/lzma/CPP/Windows/
H A DFileFind.cpp201 bool CFileInfo::Find(LPCTSTR wildcard) function in class:NWindows::NFile::NFind::CFileInfo
223 bool CFileInfoW::Find(LPCWSTR wildcard) function in class:NWindows::NFile::NFind::CFileInfoW
247 return fi.Find(name) && !fi.IsDir();
253 return fi.Find(name) && fi.IsDir();
259 return fi.Find(name);
266 return fi.Find(name) && !fi.IsDir();
272 return fi.Find(name) && fi.IsDir();
277 return fi.Find(name);
/external/openfst/src/include/fst/extensions/far/
H A Dequal.h44 bool find_begin1 = reader1->Find(begin_key);
45 bool find_begin2 = reader2->Find(begin_key);
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/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)) {
H A DSkGlyphCache_Globals.h92 return (SkGlyphCache_Globals*)SkTLS::Find(CreateTLS);
/external/skia/src/animator/
H A DSkMemberInfo.h97 static const SkMemberInfo* Find(const SkMemberInfo [], int count, int* index);
98 static const SkMemberInfo* Find(const SkMemberInfo [], int count, const char** name);
100 static const SkMemberInfo* Find(SkDisplayTypes type, int* index);
101 static const SkMemberInfo* Find(SkDisplayTypes type, const char** name);
206 const SkMemberInfo* result = SkMemberInfo::Find(fInfo, SK_ARRAY_COUNT(fInfo), &index); \
210 const SkMemberInfo* result = SkMemberInfo::Find(fInfo, SK_ARRAY_COUNT(fInfo), &name); \
/external/openfst/src/include/fst/
H A Dverify.h69 } else if (isyms && isyms->Find(arc.ilabel) == "") {
79 } else if (osyms && osyms->Find(arc.olabel) == "") {
H A Darcfilter.h83 bool match = labels_.Find(label) != labels_.End();
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...]
/external/v8/src/
H A Dhydrogen-check-elimination.cc207 HCheckTableEntry* pred_entry = copy->Find(phi_operand);
224 HCheckTableEntry* entry = copy->Find(object);
254 HCheckTableEntry* le = copy->Find(left);
255 HCheckTableEntry* re = copy->Find(right);
275 HCheckTableEntry* entry = copy->Find(object);
326 that_entry = that->Find(phi_operand);
329 that_entry = that->Find(this_entry->object_);
363 HCheckTableEntry* entry = Find(object);
450 HCheckTableEntry* entry = Find(value);
505 HCheckTableEntry* entry = Find(objec
754 HCheckTableEntry* Find(HValue* object) { function in class:v8::internal::HCheckTable
[all...]
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)) {
/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...]
/external/llvm/lib/MC/
H A DSubtargetFeature.cpp92 /// Find KV in array using binary search.
93 static const SubtargetFeatureKV *Find(StringRef S, function
188 // Find feature in table.
190 Find(StripFlag(Feature), FeatureTable);
244 // Find CPU entry if CPU name is specified.
246 const SubtargetFeatureKV *CPUEntry = Find(CPU, CPUTable);
271 // Find feature in table.
273 Find(StripFlag(Feature), FeatureTable);
/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/skia/src/lazy/
H A DSkCachingPixelRef.cpp49 if (!SkBitmapCache::Find(

Completed in 4911 milliseconds

12345678