/external/v4l2_codec2/vda/ |
D | rect.h | 38 void set_y(int y) { y_ = y; } in set_y() function 57 set_y(y); in SetRect()
|
/external/libchrome/ui/gfx/geometry/mojo/ |
D | geometry_struct_traits.h | 129 out->set_y(data.y()); 140 out->set_y(data.y()); 152 out->set_y(data.y());
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_utils.py | 430 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/ |
D | shared_rect.h | 25 void set_y(int y) { y_ = y; } in set_y() function
|
D | shared_rect_traits.h | 24 out->set_y(r.y());
|
D | rect_chromium_traits.h | 25 out->set_y(r.y());
|
D | rect_chromium.h | 42 void set_y(int y) { y_ = y; } in set_y() function
|
D | test_native_types.h | 31 void set_y(int y) { y_ = y; } in set_y() function
|
D | test_native_types.cc | 60 r->set_y(y); in Read()
|
/external/libchrome/ui/gfx/geometry/ |
D | rect_f.h | 52 void set_y(float y) { origin_.set_y(y); } in set_y() function
|
D | vector2d.h | 32 void set_y(int y) { y_ = y; } in set_y() function
|
D | vector2d_f.h | 29 void set_y(float y) { y_ = y; } in set_y() function
|
D | point_f.h | 30 void set_y(float y) { y_ = y; } in set_y() function
|
D | rect.h | 72 void set_y(int y) { in set_y() function 73 origin_.set_y(y); in set_y()
|
D | scroll_offset.h | 32 void set_y(float y) { y_ = y; } in set_y() function
|
D | point.h | 51 void set_y(int y) { y_ = y; } in set_y() function
|
/external/nos/test/system-test-harness/src/ |
D | keymaster-import-key-tests.cc | 430 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/ |
D | kernel_tiling.h | 223 void set_y(llvm::Value* y) { y_ = y; } in set_y() function
|
/external/nos/host/android/hals/keymaster/ |
D | import_key.cpp | 241 request->mutable_ec()->set_y(y_buf.get(), field_size); in import_key_ec()
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 376 void set_y(float new_y) { y_ = new_y; } in set_y() function
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 376 void set_y(float new_y) { y_ = new_y; } in set_y() function
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_unnested.cc | 2496 tiled_param_info->set_y(y_loc); in EmitTileElementForFusion() 2862 tiled_param_info->set_y(y_loc); in EmitTileElementForReduction()
|