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

  /external/webrtc/talk/app/webrtc/
mediaconstraintsinterface.cc 124 bool MediaConstraintsInterface::Constraints::FindFirst(
142 // Note: Because this uses FindFirst, repeated optional constraints whose
152 if (constraints->GetMandatory().FindFirst(key, &string_value)) {
157 if (constraints->GetOptional().FindFirst(key, &string_value)) {
mediaconstraintsinterface.h 57 bool FindFirst(const std::string& key, std::string* value) const;
webrtcsession.cc 455 if (constraints->GetOptional().FindFirst(key, &string_value)) {
    [all...]
  /external/pdfium/core/fpdftext/
cpdf_textpagefind.h 25 bool FindFirst(const WideString& findwhat,
cpdf_textpagefind.cpp 82 bool CPDF_TextPageFind::FindFirst(const WideString& findwhat,
239 bool ret = findEngine.FindFirst(m_findWhat, m_flags, Optional<size_t>(0));
  /external/lzma/CPP/Windows/
FileFind.h 88 bool FindFirst(CFSTR wildcard, CFileInfo &fileInfo);
107 bool FindFirst(CFSTR filePath, CStreamInfo &streamInfo);
151 HANDLE FindFirst(CFSTR pathName, bool watchSubtree, DWORD notifyFilter);
FileFind.cpp 149 bool CFindFile::FindFirst(CFSTR path, CFileInfo &fi)
269 bool CFindStream::FindFirst(CFSTR path, CStreamInfo &si)
326 res = _find.FindFirst(_filePath, si);
567 if (finder.FindFirst(s, *this))
598 return finder.FindFirst(path, *this);
626 return _findFile.FindFirst(_wildcard, fi);
665 HANDLE CFindChangeNotification::FindFirst(CFSTR path, bool watchSubtree, DWORD notifyFilter)
  /external/webrtc/webrtc/api/objctests/
RTCMediaConstraintsTest.mm 53 bool found = nativeConstraints.FindFirst(key.stdString, &nativeValue);
  /external/webrtc/talk/app/webrtc/test/
fakeconstraints.h 60 if (mandatory_.FindFirst(key, &value_str)) {
  /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/pdfium/fpdfsdk/
fpdftext.cpp 270 textpageFind->FindFirst(
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 186 def FindFirst(lines, token_table, cursor):
312 found = FindFirst(lines, TOKEN_TABLE, pos)
  /external/googletest/googletest/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/v8/testing/gtest/scripts/
pump.py 186 def FindFirst(lines, token_table, cursor):
312 found = FindFirst(lines, TOKEN_TABLE, pos)
  /external/vulkan-validation-layers/tests/gtest-1.7.0/scripts/
pump.py 186 def FindFirst(lines, token_table, cursor):
312 found = FindFirst(lines, TOKEN_TABLE, pos)
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/scripts/
pump.py 186 def FindFirst(lines, token_table, cursor):
312 found = FindFirst(lines, TOKEN_TABLE, pos)
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbdaoint.h     [all...]

Completed in 984 milliseconds