Home
last modified time | relevance | path

Searched defs:reverse (Results 1 – 25 of 184) sorted by relevance

12345678

/external/droiddriver/src/com/google/android/droiddriver/scroll/
DDirection.java31 public LogicalDirection reverse() { in reverse() method
37 public LogicalDirection reverse() { in reverse() method
41 public abstract LogicalDirection reverse(); in reverse() method in Direction.LogicalDirection
48 public PhysicalDirection reverse() { in reverse() method
59 public PhysicalDirection reverse() { in reverse() method
70 public PhysicalDirection reverse() { in reverse() method
81 public PhysicalDirection reverse() { in reverse() method
90 public abstract PhysicalDirection reverse(); in reverse() method in Direction.PhysicalDirection
/external/chromium_org/third_party/WebKit/Source/core/inspector/
Dgenerate-inspector-protocol-version64 def removed(reverse): argument
69 def required(reverse): argument
74 def compare_schemas(schema_1, schema_2, reverse): argument
90 def compare_domains(domain_1, domain_2, types_map_1, types_map_2, errors, reverse): argument
110 def compare_commands(domain_name, command_1, command_2, types_map_1, types_map_2, errors, reverse): argument
122 def compare_events(domain_name, event_1, event_2, types_map_1, types_map_2, errors, reverse): argument
128 …e_params_list(context, kind, params_1, params_2, types_map_1, types_map_2, depth, errors, reverse): argument
144 def compare_types(context, kind, type_1, type_2, types_map_1, types_map_2, depth, errors, reverse): argument
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
Dtokenutil.py99 reverse=False): argument
147 def Search(start_token, token_types, distance=None, reverse=False): argument
167 def SearchExcept(start_token, token_types, distance=None, reverse=False): argument
189 reverse=False): argument
/external/clang/test/SemaTemplate/
Dexample-typelist.cpp49 class reverse { class
60 class reverse<cons<Head> > { class
66 class reverse<nil> { class
/external/deqp/modules/gles31/scripts/
Dgen-implicit-conversions.py318 def __init__(self, name, op, in_type, out_type, reverse=False): argument
384 def __init__(self, name, op, in_type, out_type, reverse=False): argument
421 def __init__(self, name, in_type, out_type, reverse=False, input_in_parens=False): argument
512 def __init__(self, name, in_type, out_type, reverse=False): argument
632 def __init__(self, name, in_type, out_type, reverse=False): argument
786 def genArithmeticCases(reverse=False): argument
804 def genComparisonCases(reverse=False): argument
852 def genArrayCases(reverse=False): argument
858 def genArrayUnpackCases(reverse=False): argument
870 def genStructCases(reverse=False): argument
[all …]
/external/icu/icu4c/source/layoutex/
DLXUtilities.cpp75 void LXUtilities::reverse(le_int32 array[], le_int32 length) in reverse() function in LXUtilities
87 void LXUtilities::reverse(float array[], le_int32 length) in reverse() function in LXUtilities
/external/chromium_org/third_party/closure_linter/closure_linter/
Dtokenutil.py100 reverse=False): argument
148 def Search(start_token, token_types, distance=None, reverse=False): argument
168 def SearchExcept(start_token, token_types, distance=None, reverse=False): argument
190 reverse=False): argument
/external/clang/test/CXX/except/except.spec/
Dp9-noexcept.cpp16 void reverse() noexcept(false) in reverse() function
/external/chromium_org/components/cloud_devices/common/
Dprinter_description_unittest.cc280 ReverseCapability reverse; in TEST() local
326 ReverseCapability reverse; in TEST() local
406 ReverseCapability reverse; in TEST() local
491 ReverseTicketItem reverse; in TEST() local
527 ReverseTicketItem reverse; in TEST() local
579 ReverseTicketItem reverse; in TEST() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
DX509Principal.java122 boolean reverse, in X509Principal()
139 boolean reverse, in X509Principal()
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir_graph.h79 EdgeIterator(Graph::Edge *first, int dir, bool reverse) in EdgeIterator()
207 Graph::EdgeIterator Graph::Node::outgoing(bool reverse) const in outgoing()
212 Graph::EdgeIterator Graph::Node::incident(bool reverse) const in incident()
/external/icu/icu4c/source/layout/
DArabicLayoutEngine.cpp107 …ne::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, in adjustGlyphPositions()
176 …rsToGlyphs(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, le_bool /*mi… in mapCharsToGlyphs() argument
201 …ne::adjustGlyphPositions(const LEUnicode chars[], le_int32 offset, le_int32 count, le_bool reverse, in adjustGlyphPositions()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_graph.h79 EdgeIterator(Graph::Edge *first, int dir, bool reverse) in EdgeIterator()
207 Graph::EdgeIterator Graph::Node::outgoing(bool reverse) const in outgoing()
212 Graph::EdgeIterator Graph::Node::incident(bool reverse) const in incident()
/external/chromium_org/third_party/sqlite/src/test/
Dboundary2.tcl98 proc reverse {inlist} { procedure
Dboundary1.tcl98 proc reverse {inlist} { procedure
Dboundary3.tcl98 proc reverse {inlist} { procedure
Dboundary4.tcl97 proc reverse {inlist} { procedure
/external/clang/test/CodeGen/
D2003-11-20-Bitfields.c4 unsigned int reverse :1; member
/external/skia/src/core/
DSkEdgeClipper.cpp127 bool reverse = sort_increasing_Y(pts, srcPts, 3); in clipMonoQuad() local
330 bool reverse = sort_increasing_Y(pts, src, 4); in clipMonoCubic() local
435 bool reverse) { in appendVLine()
446 void SkEdgeClipper::appendQuad(const SkPoint pts[3], bool reverse) { in appendQuad()
460 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic()
/external/chromium_org/third_party/skia/src/core/
DSkEdgeClipper.cpp127 bool reverse = sort_increasing_Y(pts, srcPts, 3); in clipMonoQuad() local
330 bool reverse = sort_increasing_Y(pts, src, 4); in clipMonoCubic() local
435 bool reverse) { in appendVLine()
446 void SkEdgeClipper::appendQuad(const SkPoint pts[3], bool reverse) { in appendQuad()
460 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic()
/external/chromium_org/chrome/browser/ui/views/passwords/
Dmanage_passwords_icon_view.cc75 bool reverse) { in AboutToRequestFocusFromTabTraversal()
/external/chromium_org/content/public/browser/
Dweb_contents_view_delegate.cc33 void WebContentsViewDelegate::TakeFocus(bool reverse) { in TakeFocus()
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
Dtraverse_math.js230 cvox.TraverseMath.prototype.nextLeaf = function(reverse, pred) { argument
260 cvox.TraverseMath.prototype.nextSubtree = function(reverse, pred) { argument
/external/openfst/src/script/
Dshortest-distance.cc35 bool reverse, double delta) { in ShortestDistance()
/external/chromium_org/chrome/tools/build/win/
Dsln_deps.py66 def sln_deps(filename, project_to_scan, reverse): argument

12345678