Searched refs:Find (Results 51 - 75 of 190) sorted by relevance

12345678

/external/lzma/CPP/Common/
H A DCommandLineParser.cpp155 int index = set.Find(s[pos]);
213 if (commandString.Find(id) == 0)
/external/lzma/CPP/Windows/
H A DFileFind.h66 bool Find(LPCTSTR wildcard);
77 bool Find(LPCWSTR wildcard);
/external/openfst/src/include/fst/extensions/far/
H A Dextract.h94 if (!far_reader->Find(key)) {
108 if (!far_reader->Find(begin_key)) {
H A Dprint-strings.h75 far_reader->Find(begin_key);
/external/lzma/CPP/7zip/UI/Common/
H A DArchiveOpenCallback.h94 if (!_fileInfo.Find(_folderPrefix + fileName))
H A DArchiveOpenCallback.cpp98 if (!_fileInfo.Find(fullPath))
H A DExtract.cpp126 if (!fi.Find(arcPath))
153 if (!fi.Find(arcPath) || fi.IsDir())
/external/openfst/src/test/
H A Dfst_test.h86 CHECK(matcher.Find(arc.ilabel));
95 CHECK(!matcher.Find(s + 1)); // out-of-range
96 CHECK(!matcher.Find(kNoLabel)); // no explicit epsilons
97 CHECK(matcher.Find(0));
/external/pdfium/core/src/fxge/apple/
H A Dfx_mac_imp.cpp37 if (face.Find("Gothic") >= 0) {
/external/skia/src/core/
H A DSkTLS.cpp81 void* SkTLS::Find(CreateProc createProc) { function in class:SkTLS
H A DSkYUVPlanesCache.cpp73 if (!CHECK_LOCAL(localCache, find, Find, key, YUVPlanesRec::Visitor, &result)) {
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp227 if (face.Find("KaiTi") >= 0 || face.Find("\xbf\xac") >= 0) {
235 } else if (face.Find("FangSong") >= 0 || face.Find("\xb7\xc2\xcb\xce") >= 0) {
243 } else if (face.Find("SimSun") >= 0 || face.Find("\xcb\xce") >= 0) {
245 } else if (face.Find("SimHei") >= 0 || face.Find("\xba\xda") >= 0) {
255 if (face.Find("Gothic") >= 0 || face.Find("\x8
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp497 int pos = norm.Find('+');
578 if (m_CharsetArray.Find((FX_DWORD)charset) == -1) {
792 if (str_key.Find(((_AltFontFamily*)element)->m_pFontName) != -1) {
804 if (fontName.Find("Script") >= 0) {
807 } else if (fontName.Find("Palace") >= 0) {
809 } else if (fontName.Find("French") >= 0) {
811 } else if (fontName.Find("FreeStyle") >= 0) {
927 int find = SubstName.Find(FX_BSTRC(","), 0);
1175 int index = m_CharsetArray.Find(Charset);
1447 if (style.Find(FX_BSTR
[all...]
/external/openfst/src/include/fst/extensions/pdt/
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);
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.cpp441 TiXmlAttribute* node = attributeSet.Find( str );
443 TiXmlAttribute* node = attributeSet.Find( name );
579 const TiXmlAttribute* node = attributeSet.Find( name );
589 const TiXmlAttribute* attrib = attributeSet.Find( name );
599 const TiXmlAttribute* attrib = attributeSet.Find( name );
615 const TiXmlAttribute* attrib = attributeSet.Find( name );
631 const TiXmlAttribute* attrib = attributeSet.Find( name );
647 const TiXmlAttribute* attrib = attributeSet.Find( name );
663 const TiXmlAttribute* attrib = attributeSet.Find( name );
672 const TiXmlAttribute* node = attributeSet.Find( nam
[all...]
/external/openfst/src/include/fst/
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 Dstring.h127 n = syms_->Find(s);
248 string symbol = syms_->Find(lab);
/external/openfst/src/include/fst/script/
H A Dprint-impl.h80 string symbol = syms->Find(id);
/external/skia/src/animator/
H A DSkDisplayType.h180 static SkDisplayTypes Find(SkAnimateMaker* , const SkMemberInfo* );
/external/skia/src/pdf/
H A DSkPDFFont.h188 static bool Find(uint32_t fontID, uint16_t glyphID, int* index);
/external/v8/src/compiler/
H A Dnode-cache.cc78 Node** NodeCache<Key>::Find(Zone* zone, Key key) { function in class:v8::internal::compiler::NodeCache
/external/webrtc/src/system_wrappers/source/
H A Dmap.cc129 MapItem* MapWrapper::Find(int id) const function in class:webrtc::MapWrapper
H A Dmap_no_stl.cc145 MapNoStlItem* MapNoStl::Find(int id) const function in class:webrtc::MapNoStl
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_find.py112 self.p2p_interface.Find(P2PFindDict)
/external/lldb/scripts/
H A Dsed-sources4 use File::Find;
201 my $fullpath = $File::Find::name;

Completed in 825 milliseconds

12345678