Searched refs:Find (Results 151 - 175 of 190) sorted by relevance

12345678

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DHashedNameToDIE.h917 if (Find (name, kv_pair))
/external/lzma/CPP/7zip/Archive/Common/
H A DHandlerOut.cpp311 int eqPos = param.Find(L'=');
/external/lzma/CPP/7zip/UI/Console/
H A DList.cpp441 if (!fi.Find(archiveName) || fi.IsDir())
/external/openfst/src/include/fst/extensions/pdt/
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
H A Dshortest-path.h503 // Find open parens per destination state and close parens per source state.
617 balance_data_.Find(paren_id, arc.nextstate);
/external/clang/tools/scan-build/
H A Dscan-build20 use File::Find;
516 my $file = $File::Find::name;
1597 # Find 'clang'
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_idct16x16_add_neon.asm51 ; TODO(hkuang): Find a better way to load the elements.
298 ; TODO(hkuang): Find a better way to load the elements.
801 ; TODO(hkuang): Find a better way to load the elements.
930 ; TODO(hkuang): Find a better way to load the elements.
/external/openfst/src/include/fst/
H A Darc-map.h883 isymbols_->AddSymbol(osymbols_->Find((int64) 0), 0);
917 s = s + osymbols_->Find(iter1.Value());
H A Dreplace.h1359 found = current_matcher_->Find(kNoLabel) || final_arc_ || found;
1362 found = current_matcher_->Find(label_);
H A Dcompose.h313 if (matchera->Find(match_input ? arc.olabel : arc.ilabel)) {
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h532 int Find(TYPE data, int iStart = 0) const function in class:CFX_ArrayTemplate
1090 FX_POSITION Find(void* searchValue, FX_POSITION startAfter = NULL ) const;
/external/protobuf/src/google/protobuf/
H A Dextension_set.h121 // Find the extension with the given containing type and number.
122 virtual bool Find(int number, ExtensionInfo* output) = 0;
134 virtual bool Find(int number, ExtensionInfo* output);
H A Dextension_set.cc116 bool GeneratedExtensionFinder::Find(int number, ExtensionInfo* output) { function in class:google::protobuf::internal::GeneratedExtensionFinder
981 if (!extension_finder->Find(field_number, extension)) {
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_form.cpp1376 bFind = fields->Find(pField, 0) >= 0;
1431 FX_BOOL bFind = fields.Find(pField, 0) >= 0;
/external/v8/src/
H A Daccessors.cc851 // Find the name of the function calling eval.
1105 // Find the top invocation of the function by traversing frames.
1230 bool Find(JSFunction* function) { function in class:v8::internal::FrameFunctionIterator
1263 // Find the function from the frames.
1264 if (!it.Find(*function)) {
1268 // Find previously called non-toplevel function.
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex277 \subsubsection{\texttt{-F} or \texttt{--find-traces}\\Find Trace Files
415 \subsubsection{\texttt{-F} or \texttt{--find-records}\\Find RecordFiles
/external/llvm/unittests/ADT/
H A DStringRefTest.cpp291 TEST(StringRefTest, Find) {
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp685 if (fi.Find(arcPath))
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h866 FX_BOOL Find(FX_DWORD dwObjNum);
/external/skia/src/animator/
H A DSkAnimator.cpp199 return (SkElementType) SkDisplayType::Find(fMaker, info);
/external/skia/src/core/
H A DSkBitmapProcState.cpp151 if (!SkBitmapCache::Find(fOrigBitmap, roundedDestWidth, roundedDestHeight, &fScaledBitmap)) {
/external/tinyxml/
H A Dtinyxmlparser.cpp1119 TiXmlAttribute* node = attributeSet.Find( attrib->Name() );
1509 // Find the beginning, find the end, and look for
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp2280 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, function in class:mkvparser::Cues
2302 pTP = pCP->Find(pTrack);
2357 pTP = pCP->Find(pTrack);
2400 pTP = pCP->Find(pTrack);
2458 pTP = pCP->Find(pTrack);
2862 const CuePoint::TrackPosition* CuePoint::Find(const Track* pTrack) const { function in class:mkvparser::CuePoint
3809 if (!m_pCues->Find(time_ns, pTrack, pCP, pTP))
/external/libvpx/libwebm/
H A Dmkvparser.cpp2282 bool Cues::Find(long long time_ns, const Track* pTrack, const CuePoint*& pCP, function in class:mkvparser::Cues
2304 pTP = pCP->Find(pTrack);
2359 pTP = pCP->Find(pTrack);
2402 pTP = pCP->Find(pTrack);
2460 pTP = pCP->Find(pTrack);
2864 const CuePoint::TrackPosition* CuePoint::Find(const Track* pTrack) const { function in class:mkvparser::CuePoint
3811 if (!m_pCues->Find(time_ns, pTrack, pCP, pTP))
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp73 CPDF_Font* CPDF_FontGlobals::Find(void* key, int index) function in class:CPDF_FontGlobals
402 CPDF_Font* pFont = pFontGlobals->Find(pDoc, font_id);

Completed in 1401 milliseconds

12345678