Home
last modified time | relevance | path

Searched defs:move_to (Results 1 – 25 of 54) sorted by relevance

123

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/support/traits/
Dmove_to.hpp41 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/
Dassignment.hpp78 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 Dhb-draw.hh98 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 Dhb-ot-cff2-table.cc163 void move_to (const point_t &p) in move_to() function
H A Dmain.cc140 move_to (hb_draw_funcs_t *, draw_data_t *draw_data, in move_to() function
H A Dhb-ot-cff1-table.cc455 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 Dcharstring.rs27 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/
Dtraversal.rs99 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 DInPlaceFunction.h38 void (*move_to)(void* storage, void* other) = nullptr; member
/aosp_15_r20/external/autotest/server/cros/faft/utils/
H A Dmenu_navigator.py35 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 Dmod.rs446 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 Dhint.rs1050 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 Dpen.rs11 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/
DGFTInOutBaseTest.py173 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/
Dcontrol.py138 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/
Dcontrol.py138 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/
Dcontrol.py138 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/
Dcontrol.py138 def move_to(cls, x: int, y: int) -> "Control": member in Control
/aosp_15_r20/external/pdfium/third_party/agg23/
H A Dagg_path_storage.h153 inline void path_storage::move_to(float x, float y) in move_to() function
H A Dagg_rasterizer_scanline_aa.cpp343 void outline_aa::move_to(int x, int y) in move_to() function in pdfium::agg::outline_aa
H A Dagg_rasterizer_scanline_aa.h245 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 Dscaler_test.rs27 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/
Dimage.rs162 pub fn move_to(&mut self, pos: Coord) { in move_to() method
/aosp_15_r20/external/harfbuzz_ng/test/api/
H A Dtest-draw-varc.c101 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/
DStripViewer.py126 def move_to(self, x): member in LeftArrow

123