Searched refs:Find (Results 126 - 150 of 337) sorted by relevance

1234567891011>>

/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.h178 static bool Find(uint32_t fontID, uint16_t glyphID, int* index);
/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/chromium_org/chrome/browser/extensions/api/permissions/
H A Dpermissions_api_helpers_unittest.cc57 EXPECT_NE(api_list->end(), api_list->Find(*value));
63 EXPECT_NE(origin_list->end(), origin_list->Find(*value));
/external/chromium_org/extensions/browser/guest_view/web_view/
H A Dweb_view_find_helper.cc87 void WebViewFindHelper::Find( function in class:extensions::WebViewFindHelper
106 // Find options including the implicit |findNext| field.
132 guest_web_contents->Find(current_find_request_id_,
/external/chromium_org/extensions/renderer/
H A Dconsole.cc30 static content::RenderView* Find(v8::Handle<v8::Context> context) { function in class:extensions::console::__anon8266::ByContextFinder
168 content::RenderView* render_view = ByContextFinder::Find(context);
/external/chromium_org/third_party/skia/src/views/
H A DSkEventSink.cpp94 return fTagHead ? SkTagList::Find(fTagHead, tag) : NULL;
99 SkASSERT(fTagHead == NULL || SkTagList::Find(fTagHead, rec->fTag) == NULL);
/external/chromium_org/tools/cr/cr/base/
H A Dcontext.py211 return self.Find('CR_VERBOSE') or self.dry_run
217 return self.Find('CR_DRY_RUN')
/external/chromium_org/v8/tools/
H A Dll_prof.py236 def Find(self, pc): member in class:CodePage
306 def Find(self, pc): member in class:CodeMap
312 return self.pages[page_id].Find(pc)
418 conficting_code = self.code_map.Find(start_address)
441 code = self.code_map.Find(old_start_address)
458 code = self.code_map.Find(old_start_address)
963 code = code_map.Find(sample.ip)
978 caller_code = code_map.Find(ip)
/external/lldb/scripts/
H A Dsed-sources4 use File::Find;
201 my $fullpath = $File::Find::name;
/external/lzma/CPP/7zip/UI/Common/
H A DExtract.cpp126 if (!fi.Find(arcPath))
153 if (!fi.Find(arcPath) || fi.IsDir())
H A DArchiveCommandLine.cpp319 int splitPos = switchParam.Find(L':');
325 splitPos = switchParam2.Find(L':');
392 int index = UString(kRecursedPostCharSet).Find(name[pos]);
424 if (fi.Find(prefix + name))
508 int statePos = kUpdatePairStateIDSet.Find(c);
517 int actionPos = kUpdatePairActionIDSet.Find(::MyCharUpper(command[i]));
678 int index = postString.Find(L'=');
H A DEnumDirItems.cpp119 if (!fi.Find(phyPath))
215 if (!fi.Find(fullPath))
265 if (!fi.Find(fullPath))
/external/skia/src/views/
H A DSkEventSink.cpp94 return fTagHead ? SkTagList::Find(fTagHead, tag) : NULL;
99 SkASSERT(fTagHead == NULL || SkTagList::Find(fTagHead, rec->fTag) == NULL);
/external/chromium_org/media/cdm/
H A Daes_decryptor.cc57 return Find(web_session_id) != key_list_.end();
62 KeyList::iterator Find(const std::string& web_session_id);
75 KeyList::iterator it = Find(web_session_id);
84 KeyList::iterator it = Find(web_session_id);
91 AesDecryptor::SessionIdDecryptionKeyMap::Find( function in class:media::AesDecryptor::SessionIdDecryptionKeyMap
167 // TODO(xhwang): Find a way to avoid this data copy.
/external/chromium_org/extensions/browser/api/web_view/
H A Dweb_view_internal_api.cc250 scoped_ptr<webview::Find::Params> params(
251 webview::Find::Params::Create(*args_));
268 guest->Find(search_text, options, this);
/external/pdfium/fpdfsdk/src/
H A Dfpdfppo.cpp357 if(cbCompareString.Find(rangstring[i]) == -1)
365 nStringTo = rangstring.Find(',',nStringFrom);
372 int nMid = cbMidRange.Find('-');
/external/chromium_org/chrome/browser/ui/find_bar/
H A Dfind_tab_helper.cc70 // exception to this is if the Find was aborted (then we don't want FindNext
72 // therefore treat FindNext after an aborted Find operation as a full fledged
73 // Find.
96 web_contents()->Find(current_find_request_id_, find_text_, options);
/external/chromium_org/third_party/lcov/bin/
H A Dmcov16 use File::Find;
/external/chromium_org/third_party/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);

Completed in 558 milliseconds

1234567891011>>