Searched refs:set_y (Results 1 - 14 of 14) sorted by relevance

/external/libmojo/mojo/public/cpp/bindings/tests/
H A Drect_chromium_traits.h25 out->set_y(r.y());
H A Drect_chromium.h42 void set_y(int y) { y_ = y; } function in class:mojo::test::RectChromium
/external/v4l2_codec2/vda/
H A Drect.h38 void set_y(int y) { y_ = y; } function in class:media::Rect
57 set_y(y);
/external/libmojo/ui/gfx/geometry/
H A Dvector2d.h32 void set_y(int y) { y_ = y; } function in class:gfx::Vector2d
H A Dpoint_f.h30 void set_y(float y) { y_ = y; } function in class:gfx::PointF
H A Dvector2d_f.h29 void set_y(float y) { y_ = y; } function in class:gfx::Vector2dF
H A Drect_f.h52 void set_y(float y) { origin_.set_y(y); } function in class:gfx::RectF
H A Dpoint.h51 void set_y(int y) { y_ = y; } function in class:gfx::Point
H A Drect.h70 void set_y(int y) { function in class:gfx::Rect
71 origin_.set_y(y);
/external/libmojo/ui/gfx/geometry/mojo/
H A Dgeometry_struct_traits.h128 out->set_y(data.y());
139 out->set_y(data.y());
/external/nos/test/system-test-harness/src/
H A Dkeymaster-import-key-tests.cc353 request.mutable_ec()->set_y(string((256 >> 3), '\0'));
376 request.mutable_ec()->set_y(string((256 >> 3), '\0'));
424 request.mutable_ec()->set_y(ystr.get(), field_size);
/external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
H A Dtraining.py233 set_y = set_of_lengths(targets)
239 if len(set_y) > 1:
243 if set_x and set_y and list(set_x)[0] != list(set_y)[0]:
247 'and ' + str(list(set_y)[0]) + ' target samples.')
252 if set_y and set_w and list(set_y)[0] != list(set_w)[0]:
255 str(list(set_y)[0]) + ' input samples and ' +
/external/nos/host/android/hals/keymaster/
H A Dimport_key.cpp241 request->mutable_ec()->set_y(y_buf.get(), field_size);
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
H A Dmkvmuxer.h376 void set_y(float new_y) { y_ = new_y; } function in class:mkvmuxer::PrimaryChromaticity

Completed in 319 milliseconds