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

  /frameworks/av/media/libstagefright/rtsp/
ARawAudioAssembler.h 34 static bool Supports(const char *desc);
ARawAudioAssembler.cpp 118 bool ARawAudioAssembler::Supports(const char *desc) {
ARTPSource.cpp 75 } else if (ARawAudioAssembler::Supports(desc.c_str())) {
APacketSource.cpp 567 } else if (ARawAudioAssembler::Supports(desc.c_str())) {
  /external/webkit/Tools/Scripts/webkitpy/common/system/
logtesting.py 23 """Supports the unit-testing of logging code.
80 """Supports end-to-end unit-testing of log messages.
220 """Supports end-to-end unit-testing of log messages.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Collections.pas 55 /// Stack abstraction that also supports the IList interface
387 if Supports(Element, IDictionary<Integer, IList<IANTLRInterface>>, Dict) then
390 if Supports(Element, IList<IANTLRInterface>, List) then
Antlr.Runtime.Tree.pas     [all...]
Antlr.Runtime.pas     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tools.Tests.pas 208 Check(Supports(ReturnValue, IFoo));

Completed in 455 milliseconds