Home
last modified time | relevance | path

Searched refs:set_y (Results 1 – 18 of 18) sorted by relevance

/external/libchrome/ui/gfx/geometry/mojo/
Dgeometry_struct_traits.h129 out->set_y(data.y());
140 out->set_y(data.y());
152 out->set_y(data.y());
/external/v4l2_codec2/accel/
Drect.h45 void set_y(int y) { in set_y() function
69 set_y(y); in SetRect()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dshared_rect.h25 void set_y(int y) { y_ = y; } in set_y() function
Dshared_rect_traits.h24 out->set_y(r.y());
Drect_chromium_traits.h25 out->set_y(r.y());
Drect_chromium.h42 void set_y(int y) { y_ = y; } in set_y() function
Dtest_native_types.h31 void set_y(int y) { y_ = y; } in set_y() function
Dtest_native_types.cc60 r->set_y(y); in Read()
/external/libchrome/ui/gfx/geometry/
Drect_f.h52 void set_y(float y) { origin_.set_y(y); } in set_y() function
Dvector2d.h32 void set_y(int y) { y_ = y; } in set_y() function
Dvector2d_f.h29 void set_y(float y) { y_ = y; } in set_y() function
Dpoint_f.h30 void set_y(float y) { y_ = y; } in set_y() function
Dscroll_offset.h32 void set_y(float y) { y_ = y; } in set_y() function
Drect.h72 void set_y(int y) { in set_y() function
73 origin_.set_y(y); in set_y()
Dpoint.h51 void set_y(int y) { y_ = y; } in set_y() function
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils.py730 set_y = set_of_lengths(targets)
736 if len(set_y) > 1:
740 if set_x and set_y and list(set_x)[0] != list(set_y)[0]:
744 'and ' + str(list(set_y)[0]) + ' target samples.')
749 if set_y and set_w and list(set_y)[0] != list(set_w)[0]:
752 str(list(set_y)[0]) + ' input samples and ' +
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h376 void set_y(float new_y) { y_ = new_y; } in set_y() function
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h376 void set_y(float new_y) { y_ = new_y; } in set_y() function