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/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediaconstraintsinterface.cc 127 bool MediaConstraintsInterface::Constraints::FindFirst(
145 // Note: Because this uses FindFirst, repeated optional constraints whose
155 if (constraints->GetMandatory().FindFirst(key, &string_value)) {
160 if (constraints->GetOptional().FindFirst(key, &string_value)) {
  /external/chromium_org/testing/gtest/scripts/
pump.py 186 def FindFirst(lines, token_table, cursor):
312 found = FindFirst(lines, TOKEN_TABLE, pos)
  /external/pdfium/core/src/fpdftext/
fpdf_text_int.cpp     [all...]

Completed in 260 milliseconds