/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/traits/ |
D | move_to.hpp | 41 inline void move_to(unused_type, Dest&) {} in move_to() function 44 inline void move_to(Source&, unused_type) {} in move_to() function 46 inline void move_to(unused_type, unused_type) {} in move_to() function 50 move_to(Iterator, Iterator, unused_type) {} in move_to() function 56 move_to(Source&, Dest&, unused_attribute) {} in move_to() function 74 move_to(Source& src, Dest& dest, plain_attribute) in move_to() function 86 move_to(Source& src, Dest& dest, container_attribute) in move_to() function 97 move_to(Source& src, Dest& dest, tuple_attribute) in move_to() function 106 move_to(Source& src, Dest& dest, tuple_attribute) in move_to() function 113 move_to(Source& src, Dest& dest, variant_attribute, mpl::false_) in move_to() function [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/include/boost/numeric/ublas/ |
D | assignment.hpp | 78 BOOST_UBLAS_INLINE vector_move_to_manip<T> move_to(T i) { in move_to() function 117 BOOST_UBLAS_INLINE static_vector_move_to_manip<I> move_to() { in move_to() function 263 BOOST_UBLAS_INLINE matrix_move_to_manip<T> move_to(T i, T j) { in move_to() function 311 BOOST_UBLAS_INLINE static_matrix_move_to_manip<I, J> move_to() { in move_to() function
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-draw.hh | 98 move_to (void *draw_data, hb_draw_state_t &st, in move_to() function 179 void move_to (float to_x, float to_y) in move_to() function
|
H A D | hb-ot-cff2-table.cc | 163 void move_to (const point_t &p) in move_to() function
|
H A D | main.cc | 140 move_to (hb_draw_funcs_t *, draw_data_t *draw_data, in move_to() function
|
H A D | hb-ot-cff1-table.cc | 455 void move_to (const point_t &p) in move_to() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/postscript/ |
H A D | charstring.rs | 27 fn move_to(&mut self, x: Fixed, y: Fixed); in move_to() method 57 fn move_to(&mut self, x: Fixed, y: Fixed) { in move_to() function 705 fn move_to(&mut self, x: Fixed, y: Fixed) { in move_to() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/visit/ |
D | traversal.rs | 99 pub fn move_to(&mut self, start: N) { in move_to() function 193 pub fn move_to(&mut self, start: N) { in move_to() function
|
/aosp_15_r20/frameworks/av/media/utils/include/mediautils/ |
H A D | InPlaceFunction.h | 38 void (*move_to)(void* storage, void* other) = nullptr; member
|
/aosp_15_r20/external/autotest/server/cros/faft/utils/ |
H A D | menu_navigator.py | 35 def move_to(self, from_idx, to_idx): member in _BaseMenuNavigator
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/cff/ |
H A D | mod.rs | 446 fn move_to(&mut self, x: Fixed, y: Fixed) { in move_to() method 541 fn move_to(&mut self, x: Fixed, y: Fixed) { in move_to() function
|
H A D | hint.rs | 1050 fn move_to(&mut self, x: Fixed, y: Fixed) { in move_to() method 1486 fn move_to(&mut self, x: Fixed, y: Fixed) { in move_to() method
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/font-types-0.4.3/src/ |
H A D | pen.rs | 11 fn move_to(&mut self, x: f32, y: f32); in move_to() method
|
/aosp_15_r20/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/ |
D | GFTInOutBaseTest.py | 173 def adjust_atten_slowly(self, adjust_level, move_to, step=9 , step_time=5): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | control.py | 138 def move_to(cls, x: int, y: int) -> "Control": member in Control
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | control.py | 138 def move_to(cls, x: int, y: int) -> "Control": member in Control
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | control.py | 138 def move_to(cls, x: int, y: int) -> "Control": member in Control
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/rich/ |
D | control.py | 138 def move_to(cls, x: int, y: int) -> "Control": member in Control
|
/aosp_15_r20/external/pdfium/third_party/agg23/ |
H A D | agg_path_storage.h | 153 inline void path_storage::move_to(float x, float y) in move_to() function
|
H A D | agg_rasterizer_scanline_aa.cpp | 343 void outline_aa::move_to(int x, int y) in move_to() function in pdfium::agg::outline_aa
|
H A D | agg_rasterizer_scanline_aa.h | 245 void move_to(int x, int y) in move_to() function
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/ |
H A D | scaler_test.rs | 27 fn move_to(&mut self, x: f32, y: f32) { in move_to() method
|
/aosp_15_r20/external/rust/android-crates-io/crates/plotters/src/element/ |
D | image.rs | 162 pub fn move_to(&mut self, pos: Coord) { in move_to() method
|
/aosp_15_r20/external/harfbuzz_ng/test/api/ |
H A D | test-draw-varc.c | 101 move_to (HB_UNUSED hb_draw_funcs_t *dfuncs, draw_data_t *draw_data, in move_to() function
|
/aosp_15_r20/external/python/cpython2/Tools/pynche/ |
D | StripViewer.py | 126 def move_to(self, x): member in LeftArrow
|