Home
last modified time | relevance | path

Searched refs:test_width (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/core/test/
Dbit_width_test.cpp13 template<class T> void test_width( T x ) in test_width() function
86 test_width( static_cast<unsigned char>( x ) ); in main()
87 test_width( static_cast<unsigned short>( x ) ); in main()
88 test_width( static_cast<unsigned int>( x ) ); in main()
89 test_width( static_cast<unsigned long>( x ) ); in main()
90 test_width( static_cast<unsigned long long>( x ) ); in main()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dcpu_gpu_fusion_test.cc51 const int test_width = 2, test_height = 3; variable
53 const float test_float_vals[3][test_width][test_height] = {
70 new (&operand_data[i]) Array2D<float>(test_width, test_height); in TestElementwise2D()
72 Array2D<T> answer_data(test_width, test_height); in TestElementwise2D()
73 for (int i = 0; i < test_width; ++i) { in TestElementwise2D()
99 ShapeUtil::MakeShape(prim_type, {test_width, test_height}); in TestElementwise2D()
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py525 def test_width(self): member in IntegerSizeTests
535 def test_width(self): member in PixelSizeTests
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_widgets.py297 def test_width(self): member in MenubuttonTest
606 def test_width(self): member in TextTest
1019 def test_width(self): member in PanedWindowTest
/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/
H A Dprintf.rs236 fn test_width() { in test_width() function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_pprint.py330 def test_width(self): member in QueryTestCase
/aosp_15_r20/external/flatbuffers/tests/
H A Dpy_flexbuffers_test.py238 def test_width(self): member in UtilTest
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/test_ttk/
Dtest_widgets.py184 def test_width(self): member in AbstractLabelTest