/external/webrtc/talk/app/webrtc/ |
D | mediaconstraintsinterface.cc | 124 bool MediaConstraintsInterface::Constraints::FindFirst( in FindFirst() function in webrtc::MediaConstraintsInterface::Constraints 152 if (constraints->GetMandatory().FindFirst(key, &string_value)) { in FindConstraint() 157 if (constraints->GetOptional().FindFirst(key, &string_value)) { in FindConstraint()
|
D | mediaconstraintsinterface.h | 57 bool FindFirst(const std::string& key, std::string* value) const;
|
D | webrtcsession.cc | 455 if (constraints->GetOptional().FindFirst(key, &string_value)) { in SetOptionFromOptionalConstraint()
|
/external/lzma/CPP/Windows/ |
D | FileFind.cpp | 117 bool CFindFile::FindFirst(CFSTR path, CFileInfo &fi) in FindFirst() function in NWindows::NFile::NFind::CFindFile 210 bool CFindStream::FindFirst(CFSTR path, CStreamInfo &si) in FindFirst() function in NWindows::NFile::NFind::CFindStream 266 res = _find.FindFirst(_filePath, si); in Next() 391 if (finder.FindFirst(path, *this)) in Find() 422 if (finder.FindFirst(s, *this)) in Find() 460 return _findFile.FindFirst(_wildcard, fi); in NextAny() 499 HANDLE CFindChangeNotification::FindFirst(CFSTR path, bool watchSubtree, DWORD notifyFilter) in FindFirst() function in NWindows::NFile::NFind::CFindChangeNotification
|
D | FileFind.h | 88 bool FindFirst(CFSTR wildcard, CFileInfo &fileInfo); 106 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo); 148 HANDLE FindFirst(CFSTR pathName, bool watchSubtree, DWORD notifyFilter);
|
/external/pdfium/core/fpdftext/ |
D | cpdf_textpagefind.h | 23 bool FindFirst(const CFX_WideString& findwhat, int flags, int startPos = 0);
|
D | cpdf_textpagefind.cpp | 84 bool CPDF_TextPageFind::FindFirst(const CFX_WideString& findwhat, in FindFirst() function in CPDF_TextPageFind 241 bool ret = findEngine.FindFirst(m_findWhat, m_flags); in FindPrev()
|
/external/webrtc/talk/app/webrtc/test/ |
D | fakeconstraints.h | 60 if (mandatory_.FindFirst(key, &value_str)) { in SetMandatory()
|
/external/webrtc/webrtc/api/objctests/ |
D | RTCMediaConstraintsTest.mm | 53 bool found = nativeConstraints.FindFirst(key.stdString, &nativeValue);
|
/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/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/pdfium/fpdfsdk/ |
D | fpdftext.cpp | 233 textpageFind->FindFirst(CFX_WideString::FromUTF16LE(findwhat, len), flags, in FPDFText_FindStart()
|
/external/googletest/googletest/scripts/ |
D | pump.py | 186 def FindFirst(lines, token_table, cursor): function 312 found = FindFirst(lines, TOKEN_TABLE, pos)
|
/external/v8/testing/gtest/scripts/ |
D | pump.py | 186 def FindFirst(lines, token_table, cursor): function 312 found = FindFirst(lines, TOKEN_TABLE, pos)
|
/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/vulkan-validation-layers/tests/gtest-1.7.0/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; in FindFirst() function 962 function FindFirst(const T: IANTLRInterface; const Pattern: String): IANTLRInterface; overload; in FindFirst() function 1806 … function FindFirst(const T: IANTLRInterface; const TokenType: Integer): IANTLRInterface; overload; in FindFirst() function 1807 function FindFirst(const T: IANTLRInterface; const Pattern: String): IANTLRInterface; overload; in FindFirst() function 4065 function TTreeWizard.FindFirst(const T: IANTLRInterface; in FindFirst() function 4071 function TTreeWizard.FindFirst(const T: IANTLRInterface; in FindFirst() function
|
/external/vulkan-validation-layers/windowsRuntimeInstaller/ |
D | InstallerRT.nsi | 712 FindFirst $R0 $R1 "$0\*.*"
|