Home
last modified time | relevance | path

Searched refs:FindFirst (Results 1 – 12 of 12) sorted by relevance

/external/lzma/CPP/Windows/
DFileFind.cpp149 bool CFindFile::FindFirst(CFSTR path, CFileInfo &fi) in FindFirst() function in NWindows::NFile::NFind::CFindFile
269 bool CFindStream::FindFirst(CFSTR path, CStreamInfo &si) in FindFirst() function in NWindows::NFile::NFind::CFindStream
326 res = _find.FindFirst(_filePath, si); in Next()
567 if (finder.FindFirst(s, *this)) in Find()
598 return finder.FindFirst(path, *this); in Find()
632 return _findFile.FindFirst(_wildcard, fi); in NextAny()
671 HANDLE CFindChangeNotification::FindFirst(CFSTR path, bool watchSubtree, DWORD notifyFilter) in FindFirst() function in NWindows::NFile::NFind::CFindChangeNotification
DFileFind.h88 bool FindFirst(CFSTR wildcard, CFileInfo &fileInfo);
107 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo);
151 HANDLE FindFirst(CFSTR pathName, bool watchSubtree, DWORD notifyFilter);
/external/webrtc/sdk/
Dmedia_constraints.cc50 if (constraints->GetMandatory().FindFirst(key, value)) { in FindConstraint()
56 if (constraints->GetOptional().FindFirst(key, value)) { in FindConstraint()
141 bool MediaConstraints::Constraints::FindFirst(const std::string& key, in FindFirst() function in webrtc::MediaConstraints::Constraints
Dmedia_constraints.h50 bool FindFirst(const std::string& key, std::string* value) const;
/external/pdfium/core/fpdftext/
Dcpdf_textpagefind.cpp182 find->FindFirst(); in Create()
207 bool CPDF_TextPageFind::FindFirst() { in FindFirst() function in CPDF_TextPageFind
304 if (!find_engine.FindFirst()) in FindPrev()
Dcpdf_textpagefind.h49 bool FindFirst();
/external/webrtc/sdk/objc/unittests/
DRTCMediaConstraintsTest.mm52 bool found = nativeConstraints.FindFirst(key.stdString, &nativeValue);
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeWizard.cs292 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/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeWizard.cs334 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/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas961 … 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
/external/boringssl/src/crypto/stack/
Dstack_test.cc316 TEST(StackTest, FindFirst) { in TEST() argument
/external/rust/crates/quiche/deps/boringssl/src/crypto/stack/
Dstack_test.cc316 TEST(StackTest, FindFirst) { in TEST() argument