Home
last modified time | relevance | path

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

123456

/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/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DCounterComparator.java59 private final boolean reverse; field in CounterComparator
65 private CounterComparator(final CounterValue value, final boolean reverse) { in CounterComparator()
80 public CounterComparator reverse() { in reverse() method in CounterComparator
/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.py340 def __init__(self, name, op, in_type, out_type, reverse=False): argument
406 def __init__(self, name, op, in_type, out_type, reverse=False): argument
443 def __init__(self, name, in_type, out_type, reverse=False, input_in_parens=False): argument
534 def __init__(self, name, in_type, out_type, reverse=False): argument
654 def __init__(self, name, in_type, out_type, reverse=False): argument
808 def genArithmeticCases(reverse=False): argument
826 def genComparisonCases(reverse=False): argument
874 def genArrayCases(reverse=False): argument
880 def genArrayUnpackCases(reverse=False): argument
892 def genStructCases(reverse=False): argument
[all …]
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
DVerticalGroup.java35 private boolean reverse, round = true; field in VerticalGroup
134 public VerticalGroup reverse () { in reverse() method in VerticalGroup
140 public VerticalGroup reverse (boolean reverse) { in reverse() method in VerticalGroup
DHorizontalGroup.java39 private boolean reverse, round = true; field in HorizontalGroup
138 public HorizontalGroup reverse () { in reverse() method in HorizontalGroup
144 public HorizontalGroup reverse (boolean reverse) { in reverse() 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/chromium-trace/catapult/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
DX509Principal.java122 boolean reverse, in X509Principal()
139 boolean reverse, in X509Principal()
/external/toybox/scripts/
Dmkstatus.py33 reverse={} variable
61 def categorize(reverse, i, skippy=""): argument
/external/clang/test/CXX/except/except.spec/
Dp9-noexcept.cpp16 void reverse() noexcept(false) in reverse() function
/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/skia/src/core/
DSkEdgeClipper.cpp127 bool reverse = sort_increasing_Y(pts, srcPts, 3); in clipMonoQuad() local
301 bool reverse = sort_increasing_Y(pts, src, 4); in clipMonoCubic() local
396 bool reverse) { in appendVLine()
407 void SkEdgeClipper::appendQuad(const SkPoint pts[3], bool reverse) { in appendQuad()
421 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic()
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
DTemporalAction.java28 private boolean reverse, began, complete; field in TemporalAction
131 public void setReverse (boolean reverse) { in setReverse()
/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
/external/icu/android_icu4j/src/main/java/android/icu/text/
DLanguageBreakEngine.java39 boolean reverse, int breakType, DictionaryBreakEngine.DequeI foundBreaks); in findBreaks()
/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/toybox/toys/posix/
Dpatch.c133 int matcheof, trailing = 0, reverse = toys.optflags & FLAG_R, backwarn = 0; in apply_one_hunk() local
260 int reverse = toys.optflags&FLAG_R, state = 0, patchlinenum = 0, in patch_main() local
/external/openfst/src/script/
Dshortest-distance.cc35 bool reverse, double delta) { in ShortestDistance()

123456