Home
last modified time | relevance | path

Searched refs:set_x (Results 1 – 22 of 22) sorted by relevance

/external/googletest/googletest/test/
Dgtest_prod_test.cc42 a.set_x(1); in TEST()
54 a.set_x(2); in TEST_F()
Dproduction.h50 void set_x(int an_x) { x_ = an_x; } in set_x() function
/external/google-breakpad/src/testing/gtest/test/
Dgtest_prod_test.cc43 a.set_x(1); in TEST()
55 a.set_x(2); in TEST_F()
Dproduction.h51 void set_x(int an_x) { x_ = an_x; } in set_x() function
/external/libchrome/ui/gfx/geometry/mojo/
Dgeometry_struct_traits.h128 out->set_x(data.x());
139 out->set_x(data.x());
151 out->set_x(data.x());
/external/v4l2_codec2/accel/
Drect.h38 void set_x(int x) { in set_x() function
68 set_x(x); in SetRect()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dshared_rect.h22 void set_x(int x) { x_ = x; } in set_x() function
Dshared_rect_traits.h23 out->set_x(r.x());
Drect_chromium_traits.h24 out->set_x(r.x());
Drect_chromium.h39 void set_x(int x) { x_ = x; } in set_x() function
Dtest_native_types.h28 void set_x(int x) { x_ = x; } in set_x() function
Dtest_native_types.cc59 r->set_x(x); in Read()
/external/libchrome/ui/gfx/geometry/
Drect_f.h49 void set_x(float x) { origin_.set_x(x); } in set_x() function
Dvector2d.h29 void set_x(int x) { x_ = x; } in set_x() function
Dvector2d_f.h26 void set_x(float x) { x_ = x; } in set_x() function
Dpoint_f.h29 void set_x(float x) { x_ = x; } in set_x() function
Dscroll_offset.h29 void set_x(float x) { x_ = x; } in set_x() function
Drect.h65 void set_x(int x) { in set_x() function
66 origin_.set_x(x); in set_x()
Dpoint.h50 void set_x(int x) { x_ = x; } in set_x() function
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils.py729 set_x = set_of_lengths(inputs)
732 if len(set_x) > 1:
740 if set_x and set_y and list(set_x)[0] != list(set_y)[0]:
743 'Found ' + str(list(set_x)[0]) + ' input samples '
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h374 void set_x(float new_x) { x_ = new_x; } in set_x() function
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h374 void set_x(float new_x) { x_ = new_x; } in set_x() function