Home
last modified time | relevance | path

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

12

/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/v4l2_codec2/vda/
Drect.h35 void set_x(int x) { x_ = x; } in set_x() function
56 set_x(x); in SetRect()
/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/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
Drect.h65 void set_x(int x) { in set_x() function
66 origin_.set_x(x); in set_x()
Dscroll_offset.h29 void set_x(float x) { x_ = x; } in set_x() function
Dpoint.h50 void set_x(int x) { x_ = x; } in set_x() function
/external/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils.py429 set_x = set_of_lengths(inputs)
432 if len(set_x) > 1:
440 if set_x and set_y and list(set_x)[0] != list(set_y)[0]:
443 'Found ' + str(list(set_x)[0]) + ' input samples '
/external/nos/test/system-test-harness/src/
Dkeymaster-import-key-tests.cc429 request.mutable_ec()->set_x(string((256 >> 3), '\0')); in TEST_F()
452 request.mutable_ec()->set_x(string((256 >> 3), '\0')); in TEST_F()
500 request.mutable_ec()->set_x(xstr.get(), field_size); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dkernel_tiling.h222 void set_x(llvm::Value* x) { x_ = x; } in set_x() function
/external/nos/host/android/hals/keymaster/
Dimport_key.cpp234 request->mutable_ec()->set_x(x_buf.get(), field_size); in import_key_ec()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h374 void set_x(float new_x) { x_ = new_x; } in set_x() function
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h374 void set_x(float new_x) { x_ = new_x; } in set_x() function

12