HomeSort by relevance Sort by last modified time
    Searched refs:FindFirst (Results 1 - 18 of 18) 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/lzma/CPP/Windows/
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);
FileFind.cpp 117 bool CFindFile::FindFirst(CFSTR path, CFileInfo &fi)
210 bool CFindStream::FindFirst(CFSTR path, CStreamInfo &si)
266 res = _find.FindFirst(_filePath, si);
391 if (finder.FindFirst(path, *this))
422 if (finder.FindFirst(s, *this))
460 return _findFile.FindFirst(_wildcard, fi);
499 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/pdfium/core/include/fpdftext/
fpdf_text.h 152 virtual FX_BOOL FindFirst(const CFX_WideString& findwhat,
  /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/core/src/fpdftext/
text_int.h 159 FX_BOOL FindFirst(const CFX_WideString& findwhat,
fpdf_text_int.cpp     [all...]
  /external/pdfium/fpdfsdk/src/
fpdftext.cpp 196 textpageFind->FindFirst(CFX_WideString::FromUTF16LE(findwhat, len), flags,
  /external/google-breakpad/src/testing/gtest/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/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)
  /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 547 STDMETHOD(FindFirst) (BSTR Criteria) PURE;
    [all...]

Completed in 1112 milliseconds