Searched refs:FindFirst (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dmediaconstraintsinterface.cc126 bool MediaConstraintsInterface::Constraints::FindFirst( function in class:webrtc::MediaConstraintsInterface::Constraints
144 // Note: Because this uses FindFirst, repeated optional constraints whose
154 if (constraints->GetMandatory().FindFirst(key, &string_value)) {
159 if (constraints->GetOptional().FindFirst(key, &string_value)) {
H A Dmediaconstraintsinterface.h57 bool FindFirst(const std::string& key, std::string* value) const;
H A Dwebrtcsession.cc383 if (constraints->GetOptional().FindFirst(key, &string_value)) {
/external/lzma/CPP/Windows/
H A DFileFind.cpp108 bool CFindFile::FindFirst(LPCTSTR wildcard, CFileInfo &fi) function in class:NWindows::NFile::NFind::CFindFile
129 bool CFindFile::FindFirst(LPCWSTR wildcard, CFileInfoW &fi) function in class:NWindows::NFile::NFind::CFindFile
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) function in class:NWindows::NFile::NFind::CFindChangeNotification
376 HANDLE CFindChangeNotification::FindFirst(LPCWSTR pathName, bool watchSubtree, DWORD notifyFilter) function in class:NWindows::NFile::NFind::CFindChangeNotification
379 return FindFirst(UnicodeStringToMultiByte(pathName, GetCurrentCodePage()), watchSubtree, notifyFilter);
H A DFileFind.h89 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/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeconstraints.h60 if (mandatory_.FindFirst(key, &value_str)) {
/external/pdfium/core/include/fpdftext/
H A Dfpdf_text.h142 virtual FX_BOOL FindFirst(CFX_WideString findwhat, int flags, int startPos = 0) = 0;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeWizard.cs292 public virtual object FindFirst(object t, int ttype) { method in class:Antlr.Runtime.Tree.TreeWizard
296 public virtual object FindFirst(object t, string pattern) { method in class:Antlr.Runtime.Tree.TreeWizard
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreeWizard.cs334 public virtual object FindFirst( object t, int ttype ) method in class:Antlr.Runtime.Tree.TreeWizard
339 public virtual object FindFirst( object t, string pattern ) method in class:Antlr.Runtime.Tree.TreeWizard
/external/pdfium/core/src/fpdftext/
H A Dtext_int.h144 virtual FX_BOOL FindFirst(CFX_WideString findwhat, int flags, int startPos = 0);
H A Dfpdf_text_int.cpp2240 FX_BOOL CPDF_TextPageFind::FindFirst(CFX_WideString findwhat, int flags, int startPos) function in class:CPDF_TextPageFind
2401 FX_BOOL ret = findEngine.FindFirst(m_findWhat, m_flags);
/external/pdfium/fpdfsdk/src/
H A Dfpdftext.cpp165 textpageFind->FindFirst(CFX_WideString::FromUTF16LE(findwhat),flags,start_index);
/external/chromium_org/testing/gtest/scripts/
H A Dpump.py186 def FindFirst(lines, token_table, cursor): function
312 found = FindFirst(lines, TOKEN_TABLE, pos)
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A 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;
4071 function TTreeWizard.FindFirst(const T: IANTLRInterface;

Completed in 362 milliseconds