/external/googletest/googletest/test/ |
D | gtest_prod_test.cc | 42 a.set_x(1); in TEST() 54 a.set_x(2); in TEST_F()
|
D | production.h | 50 void set_x(int an_x) { x_ = an_x; } in set_x() function
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_prod_test.cc | 43 a.set_x(1); in TEST() 55 a.set_x(2); in TEST_F()
|
D | production.h | 51 void set_x(int an_x) { x_ = an_x; } in set_x() function
|
/external/v4l2_codec2/vda/ |
D | rect.h | 35 void set_x(int x) { x_ = x; } in set_x() function 56 set_x(x); in SetRect()
|
/external/libchrome/ui/gfx/geometry/mojo/ |
D | geometry_struct_traits.h | 128 out->set_x(data.x()); 139 out->set_x(data.x()); 151 out->set_x(data.x());
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | shared_rect.h | 22 void set_x(int x) { x_ = x; } in set_x() function
|
D | shared_rect_traits.h | 23 out->set_x(r.x());
|
D | rect_chromium_traits.h | 24 out->set_x(r.x());
|
D | rect_chromium.h | 39 void set_x(int x) { x_ = x; } in set_x() function
|
D | test_native_types.h | 28 void set_x(int x) { x_ = x; } in set_x() function
|
D | test_native_types.cc | 59 r->set_x(x); in Read()
|
/external/libchrome/ui/gfx/geometry/ |
D | rect_f.h | 49 void set_x(float x) { origin_.set_x(x); } in set_x() function
|
D | vector2d.h | 29 void set_x(int x) { x_ = x; } in set_x() function
|
D | vector2d_f.h | 26 void set_x(float x) { x_ = x; } in set_x() function
|
D | point_f.h | 29 void set_x(float x) { x_ = x; } in set_x() function
|
D | rect.h | 65 void set_x(int x) { in set_x() function 66 origin_.set_x(x); in set_x()
|
D | scroll_offset.h | 29 void set_x(float x) { x_ = x; } in set_x() function
|
D | point.h | 50 void set_x(int x) { x_ = x; } in set_x() function
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | training_utils.py | 429 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/ |
D | keymaster-import-key-tests.cc | 429 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/ |
D | kernel_tiling.h | 222 void set_x(llvm::Value* x) { x_ = x; } in set_x() function
|
/external/nos/host/android/hals/keymaster/ |
D | import_key.cpp | 234 request->mutable_ec()->set_x(x_buf.get(), field_size); in import_key_ec()
|
/external/libvpx/libvpx/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 374 void set_x(float new_x) { x_ = new_x; } in set_x() function
|
/external/libaom/libaom/third_party/libwebm/mkvmuxer/ |
D | mkvmuxer.h | 374 void set_x(float new_x) { x_ = new_x; } in set_x() function
|