Home
last modified time | relevance | path

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

12345

/external/droiddriver/src/io/appium/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-trace/trace-viewer/tracing/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/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/clang/test/SemaTemplate/
Dexample-typelist.cpp49 class reverse { class
60 class reverse<cons<Head> > { class
66 class reverse<nil> { class
/external/toybox/scripts/
Dmkstatus.py26 reverse={} variable
58 def categorize(reverse, i, skippy=""): argument
/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/skia/src/core/
DSkEdgeClipper.cpp127 bool reverse = sort_increasing_Y(pts, srcPts, 3); in clipMonoQuad() local
276 bool reverse = sort_increasing_Y(pts, src, 4); in clipMonoCubic() local
377 bool reverse) { in appendVLine()
388 void SkEdgeClipper::appendQuad(const SkPoint pts[3], bool reverse) { in appendQuad()
402 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
DX509Principal.java122 boolean reverse, in X509Principal()
139 boolean reverse, in X509Principal()
/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/clang/test/CXX/except/except.spec/
Dp9-noexcept.cpp16 void reverse() noexcept(false) in reverse() function
/external/clang/test/CodeGen/
D2003-11-20-Bitfields.c4 unsigned int reverse :1; member
/external/guava/guava/src/com/google/common/collect/
DNaturalOrdering.java38 @Override public <S extends Comparable> Ordering<S> reverse() { in reverse() method in NaturalOrdering
DAllEqualOrdering.java52 public <S> Ordering<S> reverse() { in reverse() method in AllEqualOrdering
DNullsFirstOrdering.java47 @Override public <S extends T> Ordering<S> reverse() { in reverse() method in NullsFirstOrdering
DNullsLastOrdering.java47 @Override public <S extends T> Ordering<S> reverse() { in reverse() method in NullsLastOrdering
DGeneralRange.java238 private transient GeneralRange<T> reverse; field in GeneralRange
243 GeneralRange<T> reverse() { in reverse() method in GeneralRange
/external/toybox/toys/posix/
Dpatch.c135 int matcheof = 0, reverse = toys.optflags & FLAG_R, backwarn = 0; in apply_one_hunk() local
255 int reverse = toys.optflags&FLAG_R, state = 0, patchlinenum = 0, in patch_main() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DLanguageBreakEngine.java38 boolean reverse, int breakType, DictionaryBreakEngine.DequeI foundBreaks); in findBreaks()
DUnhandledBreakEngine.java32 boolean reverse, int breakType, DictionaryBreakEngine.DequeI foundBreaks) { in findBreaks()
/external/openfst/src/script/
Dshortest-distance.cc35 bool reverse, double delta) { in ShortestDistance()
Drmepsilon.cc25 bool reverse, const RmEpsilonOptions &opts) { in RmEpsilon()
/external/jetty/src/java/org/eclipse/jetty/util/component/
DAggregateLifeCycle.java99 List<Bean> reverse = new ArrayList<Bean>(_beans); in doStop() local
120 List<Bean> reverse = new ArrayList<Bean>(_beans); in destroy() local
/external/openfst/src/include/fst/
Dpush.h47 bool reverse) { in ComputeTotalWeight()
/external/guava/guava/src/com/google/common/base/
DConverter.java99 private transient Converter<B, A> reverse; field in Converter

12345