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

  /frameworks/av/media/libstagefright/rtsp/
ARawAudioAssembler.h 34 static bool Supports(const char *desc);
ARawAudioAssembler.cpp 120 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/nanohttpd/
README.md 14 * Supports parameter parsing of GET and POST methods.
17 * Supports single and multi-value parameters (w/ a helper method) if needed.
18 * Supports file upload (since version 1.2, 2010) with minimal memory overhead.
30 * Supports both dynamic content and file serving.
32 * File server supports directory listing, ```index.html``` and ```index.htm```.
33 * File server supports partial content (streaming).
34 * File server supports ETags.
36 * File server supports simple skipping for files (continue download).
  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleRule.cpp 70 case Supports:
109 case Supports:
148 case Supports:
183 case Supports:
222 case Supports:
386 : StyleRuleGroup(Supports, adoptRules)
StyleRule.h 51 Supports = 12,
64 bool isSupportsRule() const { return type() == Supports; }
290 DEFINE_STYLE_RULE_TYPE_CASTS(Supports);
StyleSheetContents.cpp 506 case StyleRuleBase::Supports:
  /art/compiler/optimizing/
register_allocator.h 68 static bool Supports(InstructionSet instruction_set) {
optimizing_compiler.cc 148 } else if (shouldOptimize && RegisterAllocator::Supports(instruction_set)) {
register_allocator.cc 49 if (!Supports(instruction_set)) {
    [all...]
  /external/chromium_org/third_party/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.
  /frameworks/rs/api/
rs_core_math.spec 467 @param v Supports float, float2, float3, float4.
504 @param x Supports 1,2,3,4 components
505 @param y Supports single component or matching vector.
518 @param x Supports 1,2,3,4 components
519 @param y Supports single component or matching vector.
1097 @param amount value to be clamped. Supports 1,2,3,4 components
1114 @param amount value to be clamped. Supports 1,2,3,4 components
1131 @param amount value to be clamped. Supports 1,2,3,4 components
1148 @param amount value to be clamped. Supports 1,2,3,4 components
  /external/chromium_org/third_party/WebKit/Source/core/css/invalidation/
StyleSheetInvalidationAnalysis.cpp 122 case StyleRule::Supports: // If we evaluated the supports-clause we could avoid recalc.
  /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));
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
commands.js 9 * Supports undo/redo.
image_util.js 84 * Supports following variants:
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
commands.js 9 * Supports undo/redo.
image_util.js 84 * Supports following variants:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoint.h     [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]

Completed in 676 milliseconds