/external/lzma/CPP/Windows/ |
D | FileFind.cpp | 108 bool CFindFile::FindFirst(LPCTSTR wildcard, CFileInfo &fi) in FindFirst() function in NWindows::NFile::NFind::CFindFile 129 bool CFindFile::FindFirst(LPCWSTR wildcard, CFileInfoW &fi) in FindFirst() function in NWindows::NFile::NFind::CFindFile 218 return finder.FindFirst(wildcard, *this); in Find() 240 return finder.FindFirst(wildcard, *this); in Find() 289 return _findFile.FindFirst(_wildcard, fi); in NextAny() 320 return _findFile.FindFirst(_wildcard, fi); in NextAny() 361 HANDLE CFindChangeNotification::FindFirst(LPCTSTR pathName, bool watchSubtree, DWORD notifyFilter) in FindFirst() function in NWindows::NFile::NFind::CFindChangeNotification 376 HANDLE CFindChangeNotification::FindFirst(LPCWSTR pathName, bool watchSubtree, DWORD notifyFilter) in FindFirst() function in NWindows::NFile::NFind::CFindChangeNotification 379 …return FindFirst(UnicodeStringToMultiByte(pathName, GetCurrentCodePage()), watchSubtree, notifyFil… in FindFirst()
|
D | FileFind.h | 89 bool FindFirst(LPCTSTR wildcard, CFileInfo &fileInfo); 92 bool FindFirst(LPCWSTR wildcard, CFileInfoW &fileInfo); 144 HANDLE FindFirst(LPCTSTR pathName, bool watchSubtree, DWORD notifyFilter); 146 HANDLE FindFirst(LPCWSTR pathName, bool watchSubtree, DWORD notifyFilter);
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | TreeWizard.cs | 292 public virtual object FindFirst(object t, int ttype) { in FindFirst() method in Antlr.Runtime.Tree.TreeWizard 296 public virtual object FindFirst(object t, string pattern) { in FindFirst() method in Antlr.Runtime.Tree.TreeWizard
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreeWizard.cs | 334 public virtual object FindFirst( object t, int ttype ) in FindFirst() method in Antlr.Runtime.Tree.TreeWizard 339 public virtual object FindFirst( object t, string pattern ) in FindFirst() method in Antlr.Runtime.Tree.TreeWizard
|
/external/pdfium/core/include/fpdftext/ |
D | fpdf_text.h | 139 virtual FX_BOOL FindFirst(const CFX_WideString& findwhat, int flags, int startPos = 0) = 0;
|
/external/pdfium/core/src/fpdftext/ |
D | text_int.h | 150 virtual FX_BOOL FindFirst(const CFX_WideString& findwhat, int flags, int startPos = 0);
|
D | fpdf_text_int.cpp | 2287 FX_BOOL CPDF_TextPageFind::FindFirst(const CFX_WideString& findwhat, int flags, int startPos) in FindFirst() function in CPDF_TextPageFind 2449 FX_BOOL ret = findEngine.FindFirst(m_findWhat, m_flags); in FindPrev()
|
/external/pdfium/fpdfsdk/src/ |
D | fpdftext.cpp | 155 textpageFind->FindFirst(CFX_WideString::FromUTF16LE(findwhat, len),flags,start_index); in FPDFText_FindStart()
|
/external/protobuf/gtest/scripts/ |
D | pump.py | 187 def FindFirst(lines, token_table, cursor): function 302 found = FindFirst(lines, TOKEN_TABLE, pos)
|
/external/google-breakpad/src/testing/gtest/scripts/ |
D | pump.py | 186 def FindFirst(lines, token_table, cursor): function 312 found = FindFirst(lines, TOKEN_TABLE, pos)
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
D | Antlr.Runtime.Tree.pas | 961 … function FindFirst(const T: IANTLRInterface; const TokenType: Integer): IANTLRInterface; overload; 962 function FindFirst(const T: IANTLRInterface; const Pattern: String): IANTLRInterface; overload; 1806 … function FindFirst(const T: IANTLRInterface; const TokenType: Integer): IANTLRInterface; overload; 1807 function FindFirst(const T: IANTLRInterface; const Pattern: String): IANTLRInterface; overload; 4065 function TTreeWizard.FindFirst(const T: IANTLRInterface; in FindFirst() function 4071 function TTreeWizard.FindFirst(const T: IANTLRInterface; in FindFirst() function
|