HomeSort by relevance Sort by last modified time
    Searched defs:FindFirst (Results 1 - 6 of 6) sorted by null

  /external/lzma/CPP/Windows/
FileFind.cpp 108 bool CFindFile::FindFirst(LPCTSTR wildcard, CFileInfo &fi)
129 bool CFindFile::FindFirst(LPCWSTR wildcard, CFileInfoW &fi)
218 return finder.FindFirst(wildcard, *this);
240 return finder.FindFirst(wildcard, *this);
289 return _findFile.FindFirst(_wildcard, fi);
320 return _findFile.FindFirst(_wildcard, fi);
361 HANDLE CFindChangeNotification::FindFirst(LPCTSTR pathName, bool watchSubtree, DWORD notifyFilter)
376 HANDLE CFindChangeNotification::FindFirst(LPCWSTR pathName, bool watchSubtree, DWORD notifyFilter)
379 return FindFirst(UnicodeStringToMultiByte(pathName, GetCurrentCodePage()), watchSubtree, notifyFilter);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 292 public virtual object FindFirst(object t, int ttype) {
296 public virtual object FindFirst(object t, string pattern) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 334 public virtual object FindFirst( object t, int ttype )
339 public virtual object FindFirst( object t, string pattern )
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 186 def FindFirst(lines, token_table, cursor):
312 found = FindFirst(lines, TOKEN_TABLE, pos)
  /external/protobuf/gtest/scripts/
pump.py 187 def FindFirst(lines, token_table, cursor):
302 found = FindFirst(lines, TOKEN_TABLE, pos)
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp     [all...]

Completed in 4057 milliseconds