Home
last modified time | relevance | path

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

/external/v4l2_codec2/vda/
Drect.h38 void set_y(int y) { y_ = y; } in set_y() function
57 set_y(y); in SetRect()
/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/tensorflow/tensorflow/python/keras/engine/
Dtraining_utils.py430 set_y = set_of_lengths(targets)
436 if len(set_y) > 1:
440 if set_x and set_y and list(set_x)[0] != list(set_y)[0]:
444 'and ' + str(list(set_y)[0]) + ' target samples.')
449 if set_y and set_w and list(set_y)[0] != list(set_w)[0]:
452 str(list(set_y)[0]) + ' input samples and ' +
/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
Drect.h72 void set_y(int y) { in set_y() function
73 origin_.set_y(y); in set_y()
Dscroll_offset.h32 void set_y(float y) { y_ = y; } in set_y() function
Dpoint.h51 void set_y(int y) { y_ = y; } in set_y() function
/external/nos/test/system-test-harness/src/
Dkeymaster-import-key-tests.cc430 request.mutable_ec()->set_y(string((256 >> 3), '\0')); in TEST_F()
453 request.mutable_ec()->set_y(string((256 >> 3), '\0')); in TEST_F()
501 request.mutable_ec()->set_y(ystr.get(), field_size); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dkernel_tiling.h223 void set_y(llvm::Value* y) { y_ = y; } in set_y() function
/external/nos/host/android/hals/keymaster/
Dimport_key.cpp241 request->mutable_ec()->set_y(y_buf.get(), field_size); in import_key_ec()
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h376 void set_y(float new_y) { y_ = new_y; } in set_y() function
/external/libaom/libaom/third_party/libwebm/mkvmuxer/
Dmkvmuxer.h376 void set_y(float new_y) { y_ = new_y; } in set_y() function
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc2496 tiled_param_info->set_y(y_loc); in EmitTileElementForFusion()
2862 tiled_param_info->set_y(y_loc); in EmitTileElementForReduction()