Home
last modified time | relevance | path

Searched defs:is_reverse (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/detail/
Delement_iterator.hpp53 struct is_reverse struct
55 typedef is_reverse type;
60 struct is_reverse<std::reverse_iterator<BaseIteratorT> > struct
62 typedef is_reverse<std::reverse_iterator<BaseIteratorT> > type;
67 struct is_reverse<icl::element_iterator<BaseIteratorT> > struct
69 typedef is_reverse<icl::element_iterator<BaseIteratorT> > type;
/aosp_15_r20/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gsub-table.hh42 /*static*/ inline bool ExtensionSubst::is_reverse () const in is_reverse() function in OT::Layout::GSUB_impl::ExtensionSubst
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GPOS/
H A DPosLookup.hh18 bool is_reverse () const in is_reverse() function
/aosp_15_r20/external/harfbuzz_ng/src/OT/Layout/GSUB/
H A DSubstLookup.hh24 bool is_reverse () const in is_reverse() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/signal/
H A Dfft_ops.py64 def _maybe_pad_for_rfft(input_tensor, fft_rank, fft_length, is_reverse=False): argument
/aosp_15_r20/external/rust/android-crates-io/crates/regex/src/
Dprog.rs50 pub is_reverse: bool, field
/aosp_15_r20/external/libpalmrejection/ui/events/ozone/evdev/touch_filter/palm_model/
H A Donedevice_train_palm_detection_filter_inference_beta.cc870 const bool is_reverse = strides[dim] < 0; in StridedSliceBegin() local
887 const bool is_reverse = strides[dim] < 0; in StridedSliceEnd() local
H A Donedevice_train_palm_detection_filter_inference.cc871 const bool is_reverse = strides[dim] < 0; in StridedSliceBegin() local
888 const bool is_reverse = strides[dim] < 0; in StridedSliceEnd() local
H A Donedevice_train_palm_detection_filter_inference_v2.cc870 const bool is_reverse = strides[dim] < 0; in StridedSliceBegin() local
887 const bool is_reverse = strides[dim] < 0; in StridedSliceEnd() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/nfa/thompson/
H A Dnfa.rs908 pub fn is_reverse(&self) -> bool { in is_reverse() method
H A Dcompiler.rs1691 fn is_reverse(&self) -> bool { in is_reverse() method
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp4963 bool is_reverse = false) { in emitIntAndSliceIndexing()