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

  /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:
404 : StyleRuleGroup(Supports, adoptRules)
StyleRule.h 50 Supports = 12,
63 bool isSupportsRule() const { return type() == Supports; }
289 DEFINE_STYLE_RULE_TYPE_CASTS(Supports);
StyleSheetContents.cpp 504 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.
  /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/gallery/js/image_editor/
commands.js 9 * Supports undo/redo.
image_util.js 84 * Supports following variants:
  /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 659 milliseconds