Home
last modified time | relevance | path

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

12345678910>>...19

/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/functional/fusion/
Dreverse.hpp25 struct reverse struct
33 struct result<This(Seq)>
38 struct result<This(Seq &)>
44 operator ()(Seq &seq) const in operator ()()
53 operator ()(Seq const &seq) const in operator ()()
/external/sdv/vsomeip/third_party/boost/fusion/include/boost/fusion/algorithm/transformation/
Dreverse.hpp20 struct reverse struct
22 typedef reverse_view<Sequence> type;
33 reverse(Sequence const& view) in reverse() function
/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/aws-sdk-java-v2/services-custom/dynamodb-enhanced/src/test/java/software/amazon/awssdk/enhanced/dynamodb/mapper/
DBeanTableSchemaTest.java611 EnumBean reverse = beanTableSchema.mapToItem(itemMap); in enumBean_singleEnum() local
632 EnumBean reverse = beanTableSchema.mapToItem(itemMap); in enumBean_listEnum() local
655 ListBean reverse = beanTableSchema.mapToItem(itemMap); in listBean_stringList() local
678 ListBean reverse = beanTableSchema.mapToItem(itemMap); in listBean_stringListList() local
703 SetBean reverse = beanTableSchema.mapToItem(itemMap); in setBean_stringSet() local
728 SetBean reverse = beanTableSchema.mapToItem(itemMap); in setBean_integerSet() local
753 SetBean reverse = beanTableSchema.mapToItem(itemMap); in setBean_longSet() local
778 SetBean reverse = beanTableSchema.mapToItem(itemMap); in setBean_shortSet() local
803 SetBean reverse = beanTableSchema.mapToItem(itemMap); in setBean_byteSet() local
828 SetBean reverse = beanTableSchema.mapToItem(itemMap); in setBean_doubleSet() local
[all …]
/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.java60 private final boolean reverse; field in CounterComparator
66 private CounterComparator(final CounterValue value, final boolean reverse) { in CounterComparator()
81 public CounterComparator reverse() { in reverse() method in CounterComparator
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/algorithm/
Dreverse.hpp30 inline BidirectionalRange& reverse(BidirectionalRange& rng) in reverse() function
39 inline const BidirectionalRange& reverse(const BidirectionalRange& rng) in reverse() function
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_math_ops_test.py94 def _cumsum_slow(rt, axis=0, exclusive=False, reverse=False, name=None): argument
134 reverse=False): argument
153 def test_cumsum_deep(self, expected, axis=0, exclusive=False, reverse=False): argument
/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/clang/test/SemaTemplate/
Dexample-typelist.cpp49 class reverse { class
60 class reverse<cons<Head> > { class
66 class reverse<nil> { class
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
Dscan_ops_test.py40 def handle_options(func, x, axis, exclusive, reverse): argument
76 def _compare(self, x, axis, exclusive, reverse): argument
165 def _compareGradient(self, shape, axis, exclusive, reverse): argument
209 def _compare(self, x, axis, exclusive, reverse): argument
291 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/sdv/vsomeip/third_party/boost/range/include/boost/range/adaptor/
Dreversed.hpp82 reverse(BidirectionalRange& rng) in reverse() function
92 reverse(const BidirectionalRange& rng) in reverse() function
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/hybrid/
Dregex.rs95 reverse: DFA, field
534 pub fn reverse(&self) -> &DFA { in reverse() method
603 reverse: dfa::Cache, field
614 let reverse = dfa::Cache::new(re.reverse()); in new() localVariable
670 pub fn reverse(&mut self) -> &dfa::Cache { in reverse() method
793 let reverse = self in build_many() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.9/src/hybrid/
Dregex.rs95 reverse: DFA, field
534 pub fn reverse(&self) -> &DFA { in reverse() method
603 reverse: dfa::Cache, field
614 let reverse = dfa::Cache::new(re.reverse()); in new() localVariable
670 pub fn reverse(&mut self) -> &dfa::Cache { in reverse() method
793 let reverse = self in build_many() localVariable
/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/
DSubstring.java34 public static Substring ofExprs(Expr expr, int startIndex, int stopIndex, Boolean reverse) { in ofExprs()
50 public Expr reverse() { in reverse() method in Substring
/external/mesa3d/src/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
DX509Principal.java122 boolean reverse, in X509Principal()
139 boolean reverse, in X509Principal()
/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/toybox/scripts/
Dmkstatus.py33 reverse={} variable
61 def categorize(reverse, i, skippy=""): argument
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/
DX509Principal.java125 boolean reverse, in X509Principal()
142 boolean reverse, in X509Principal()
/external/pytorch/torch/csrc/jit/ir/
Dgraph_node_list.h104 generic_graph_node_list_iterator reverse() { in reverse() function
145 generic_graph_node_list reverse() { in reverse() function
148 const generic_graph_node_list reverse() const { in reverse() function
/external/tensorflow/tensorflow/compiler/tests/
Dscan_ops_test.py41 def handle_options(func, x, axis, exclusive, reverse): argument
78 def _compare(self, x, axis, exclusive, reverse): argument
165 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/clang/test/CXX/except/except.spec/
Dp9-noexcept.cpp16 void reverse() noexcept(false) in reverse() function

12345678910>>...19