/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/functional/fusion/ |
D | reverse.hpp | 25 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/ |
D | reverse.hpp | 20 struct reverse struct 22 typedef reverse_view<Sequence> type; 33 reverse(Sequence const& view) in reverse() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | scan_ops_test.cc | 25 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/ |
D | BeanTableSchemaTest.java | 611 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/ |
D | NameTransformer.java | 27 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/ |
D | CounterComparator.java | 60 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/ |
D | reverse.hpp | 30 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/ |
D | ragged_math_ops_test.py | 94 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/ |
D | gen-implicit-conversions.py | 340 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/ |
D | example-typelist.cpp | 49 class reverse { class 60 class reverse<cons<Head> > { class 66 class reverse<nil> { class
|
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/ |
D | scan_ops_test.py | 40 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/ |
D | LXUtilities.cpp | 77 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/ |
D | reversed.hpp | 82 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/ |
D | regex.rs | 95 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/ |
D | regex.rs | 95 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/ |
D | Substring.java | 34 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/ |
D | nv50_ir_graph.h | 78 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/ |
D | X509Principal.java | 122 boolean reverse, in X509Principal() 139 boolean reverse, in X509Principal()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/ |
D | X509Principal.java | 124 boolean reverse, in X509Principal() 141 boolean reverse, in X509Principal()
|
/external/toybox/scripts/ |
D | mkstatus.py | 33 reverse={} variable 61 def categorize(reverse, i, skippy=""): argument
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/ |
D | X509Principal.java | 125 boolean reverse, in X509Principal() 142 boolean reverse, in X509Principal()
|
/external/pytorch/torch/csrc/jit/ir/ |
D | graph_node_list.h | 104 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/ |
D | scan_ops_test.py | 41 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/ |
D | match.c | 37 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/ |
D | p9-noexcept.cpp | 16 void reverse() noexcept(false) in reverse() function
|