Home
last modified time | relevance | path

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

12345678910>>...15

/external/tensorflow/tensorflow/core/kernels/
Dscan_ops_test.cc25 static Graph* LargeOneDCumsum(int num_x, bool reverse = false) { in LargeOneDCumsum()
36 static Graph* ColCumsum(int num_x, int num_y, bool reverse = false) { in ColCumsum()
47 static Graph* RowCumsum(int num_x, int num_y, bool reverse = false) { in RowCumsum()
58 static Graph* ThreeDYCumsum(int num_y, int num_z, bool reverse = false) { in ThreeDYCumsum()
72 bool reverse = false) { in LargeOneDimensional()
83 bool reverse = false) { in DoRowCumsum()
95 bool reverse = false) { in DoColCumsum()
107 bool reverse = false) { in Do3DYCumsum()
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/util/
DNameTransformer.java27 public String reverse(String transformed) { in reverse() method in NameTransformer.NopTransformer
50 public String reverse(String transformed) { in simpleTransformer() method
67 public String reverse(String transformed) { in simpleTransformer() method
/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/llvm-project/clang/test/SemaTemplate/
Dexample-typelist.cpp49 class reverse { class
60 class reverse<cons<Head> > { class
66 class reverse<nil> { class
/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/tensorflow/tensorflow/python/kernel_tests/
Dscan_ops_test.py44 def handle_options(func, x, axis, exclusive, reverse): argument
80 def _compare(self, x, axis, exclusive, reverse): argument
169 def _compareGradient(self, shape, axis, exclusive, reverse): argument
213 def _compare(self, x, axis, exclusive, reverse): argument
295 def _compareGradient(self, shape, axis, exclusive, reverse): argument
/external/icu/icu4c/source/layoutex/
DLXUtilities.cpp77 void LXUtilities::reverse(le_int32 array[], le_int32 length) in reverse() function in LXUtilities
89 void LXUtilities::reverse(float array[], le_int32 length) in reverse() function in LXUtilities
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
DX509Principal.java122 boolean reverse, in X509Principal()
139 boolean reverse, in X509Principal()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/
DX509Principal.java125 boolean reverse, in X509Principal()
142 boolean reverse, in X509Principal()
/external/toybox/scripts/
Dmkstatus.py33 reverse={} variable
61 def categorize(reverse, i, skippy=""): argument
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/
DX509Principal.java124 boolean reverse, in X509Principal()
141 boolean reverse, in X509Principal()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_graph.h78 EdgeIterator(Graph::Edge *first, int dir, bool reverse) in EdgeIterator()
206 Graph::EdgeIterator Graph::Node::outgoing(bool reverse) const in outgoing()
211 Graph::EdgeIterator Graph::Node::incident(bool reverse) const in incident()
/external/llvm-project/clang/test/CXX/except/except.spec/
Dp9-noexcept.cpp16 void reverse() noexcept(false) in reverse() function
/external/clang/test/CXX/except/except.spec/
Dp9-noexcept.cpp16 void reverse() noexcept(false) in reverse() function
/external/guava/android/guava-tests/test/com/google/common/collect/
DComparatorsTest.java92 Comparator<Integer> reverse = Collections.reverseOrder(natural); in testMinMaxComparator() local
101 Comparator<Foo> reverse = Collections.reverseOrder(natural); in testMinMaxComparator_equalInstances() local
/external/tensorflow/tensorflow/compiler/tests/
Dscan_ops_test.py44 def handle_options(func, x, axis, exclusive, reverse): argument
80 def _compare(self, x, axis, exclusive, reverse): argument
159 def _compare(self, x, axis, exclusive, reverse): argument
/external/mtools/
Dmatch.c37 static int is_in_range(wchar_t ch, const wchar_t **p, int *reverse) { in is_in_range()
73 int reverse; in parse_range() local
/external/webrtc/test/peer_scenario/
Dsignaling_route.h41 SignalingRoute reverse() { in reverse() function
/external/skqp/src/core/
DSkEdgeClipper.cpp146 bool reverse = sort_increasing_Y(pts, srcPts, 3); in clipMonoQuad() local
337 bool reverse = sort_increasing_Y(pts, src, 4); in clipMonoCubic() local
460 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse) { in appendVLine()
472 void SkEdgeClipper::appendQuad(const SkPoint pts[3], bool reverse) { in appendQuad()
486 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic()
/external/llvm-project/clang/test/CodeGen/
D2003-11-20-Bitfields.c4 unsigned int reverse :1; member
/external/clang/test/CodeGen/
D2003-11-20-Bitfields.c4 unsigned int reverse :1; member
/external/llvm-project/llvm/utils/TableGen/GlobalISel/
DGIMatchDagEdge.cpp26 void GIMatchDagEdge::reverse() { in reverse() function in GIMatchDagEdge
/external/guava/guava-tests/test/com/google/common/collect/
DComparatorsTest.java135 Comparator<Integer> reverse = Collections.reverseOrder(natural); in testMinMaxComparator() local
144 Comparator<Foo> reverse = Collections.reverseOrder(natural); in testMinMaxComparator_equalInstances() local
/external/skia/src/core/
DSkEdgeClipper.cpp146 bool reverse = sort_increasing_Y(pts, srcPts, 3); in clipMonoQuad() local
339 bool reverse = sort_increasing_Y(pts, src, 4); in clipMonoCubic() local
462 void SkEdgeClipper::appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse) { in appendVLine()
474 void SkEdgeClipper::appendQuad(const SkPoint pts[3], bool reverse) { in appendQuad()
488 void SkEdgeClipper::appendCubic(const SkPoint pts[4], bool reverse) { in appendCubic()

12345678910>>...15