Home
last modified time | relevance | path

Searched defs:Case (Results 1 – 25 of 243) sorted by relevance

12345678910

/aosp_15_r20/external/deqp/modules/gles3/stress/
H A Des3sLongRunningTests.cpp76 static const struct Case in init() struct
78 const char *const name; in init()
79 const char *const desc; in init()
80 const int redundantBufferFactor; //!< If non-positive, taken from memoryLimitCases. in init()
81 const Probs probs; in init()
82Case(const char *const name_, const char *const desc_, int bufFact, const Probs &probs_ = Probs()) in init() argument
143 static const struct Case in init() struct
145 const char *const name; in init()
146 const char *const desc; in init()
147 const int numTextures; //!< If non-positive, taken from memoryLimitCases. in init()
[all …]
/aosp_15_r20/external/deqp/modules/gles2/stress/
H A Des2sLongRunningTests.cpp76 static const struct Case in init() struct
78 const char *const name; in init()
79 const char *const desc; in init()
80 const int redundantBufferFactor; //!< If non-positive, taken from memoryLimitCases. in init()
81 const Probs probs; in init()
82Case(const char *const name_, const char *const desc_, int bufFact, const Probs &probs_ = Probs()) in init() argument
143 static const struct Case in init() struct
145 const char *const name; in init()
146 const char *const desc; in init()
147 const int numTextures; //!< If non-positive, taken from memoryLimitCases. in init()
[all …]
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Ddesktop_region_unittest.cc71 struct Case { in TEST() struct
72 int count; in TEST()
73 DesktopRect rects[4]; in TEST()
120 struct Case { in TEST() struct
121 DesktopRect input_rect1; in TEST()
122 DesktopRect input_rect2; in TEST()
123 int expected_count; in TEST()
124 DesktopRect expected_rects[3]; in TEST()
292 struct Case { in TEST() struct
293 int input_count; in TEST()
[all …]
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSurfaceFlinger_SetDisplayStateTest.cpp61 using Case = SimplePrimaryDisplayCase; in TEST_F() typedef
88 using Case = SimplePrimaryDisplayCase; in TEST_F() typedef
125 using Case = SimplePrimaryDisplayCase; in TEST_F() typedef
162 using Case = SimplePrimaryDisplayCase; in TEST_F() typedef
196 using Case = SimplePrimaryDisplayCase; in TEST_F() typedef
230 using Case = SimplePrimaryDisplayCase; in TEST_F() typedef
264 using Case = SimplePrimaryDisplayCase; in TEST_F() typedef
298 using Case = SimplePrimaryDisplayCase; in TEST_F() typedef
343 using Case = SimplePrimaryDisplayCase; in TEST_F() typedef
379 using Case = SimplePrimaryDisplayCase; in TEST_F() typedef
[all …]
H A DSurfaceFlinger_DisplayTransactionCommitTest.cpp322 using Case = SimplePrimaryDisplayCase; in TEST_F() typedef
368 using Case = SimplePrimaryDisplayCase; in TEST_F() typedef
424 using Case = HwcVirtualDisplayCase; in TEST_F() typedef
495 using Case = HwcVirtualDisplayCase; in TEST_F() typedef
535 using Case = HwcVirtualDisplayCase; in TEST_F() typedef
562 using Case = NonHwcVirtualDisplayCase; in TEST_F() typedef
590 using Case = NonHwcVirtualDisplayCase; in TEST_F() typedef
618 using Case = NonHwcVirtualDisplayCase; in TEST_F() typedef
646 using Case = NonHwcVirtualDisplayCase; in TEST_F() typedef
674 using Case = NonHwcVirtualDisplayCase; in TEST_F() typedef
[all …]
H A DRefreshRateSelectorTest.cpp1554 struct Case { in TEST_P() struct
1556 Fps desiredFrameRate = 0_Hz; in TEST_P()
1557 FrameRateCategory frameRateCategory = FrameRateCategory::Default; in TEST_P()
1560 Fps expectedFrameRate = 0_Hz; in TEST_P()
1625 struct Case { in TEST_P() struct
1627 Fps desiredFrameRate = 0_Hz; in TEST_P()
1628 FrameRateCategory frameRateCategory = FrameRateCategory::Default; in TEST_P()
1631 Fps expectedFrameRate = 0_Hz; in TEST_P()
1691 struct Case { in TEST_P() struct
1693 Fps desiredFrameRate = 0_Hz; in TEST_P()
[all …]
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp3661 struct Case in addGraphics16BitStorageInputOutputFloat32To16Group() struct
3663 const char *name; in addGraphics16BitStorageInputOutputFloat32To16Group()
3664 const char *interfaceOpCall; in addGraphics16BitStorageInputOutputFloat32To16Group()
3665 const char *interfaceOpFunc; in addGraphics16BitStorageInputOutputFloat32To16Group()
3666 const char *postInterfaceOp; in addGraphics16BitStorageInputOutputFloat32To16Group()
3667 const char *postInterfaceOpGeom; in addGraphics16BitStorageInputOutputFloat32To16Group()
3668 const char *postInterfaceOpTessc; in addGraphics16BitStorageInputOutputFloat32To16Group()
3669 const char *preMain; in addGraphics16BitStorageInputOutputFloat32To16Group()
3670 const char *inputType; in addGraphics16BitStorageInputOutputFloat32To16Group()
3671 const char *outputType; in addGraphics16BitStorageInputOutputFloat32To16Group()
[all …]
H A DvktSpvAsmTerminateInvocationTests.cpp44 struct Case struct
46 Case(const char *b, bool v) : basename(b), spv1p3(v), requirements() in Case() function
49Case(const char *b, bool v, const std::vector<std::string> &e) : basename(b), spv1p3(v), requireme… in Case() function
52 const char *basename;
53 bool spv1p3;
55 std::vector<std::string> requirements;
H A DvktSpvAsmSpirvVersion1p4Tests.cpp44 struct Case struct
46 Case(const char *b) : basename(b), requirements() in Case() argument
49 Case(const char *b, const std::vector<std::string> &e) : basename(b), requirements(e) in Case() function
52 const char *basename;
54 std::vector<std::string> requirements;
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Dfold_test.cpp188 TEST_P(IntegerInstructionFoldingTest, Case) { in TEST_P() argument
1120 TEST_P(LongIntegerInstructionFoldingTest, Case) { in TEST_P() argument
1282 TEST_P(UIntVectorInstructionFoldingTest, Case) { in TEST_P() argument
1366 TEST_P(IntVectorInstructionFoldingTest, Case) { in TEST_P() argument
1420 TEST_P(LongIntVectorInstructionFoldingTest, Case) { in TEST_P() argument
1465 TEST_P(DoubleVectorInstructionFoldingTest, Case) { in TEST_P() argument
1566 TEST_P(FloatVectorInstructionFoldingTest, Case) { in TEST_P() argument
1681 TEST_P(FloatMatrixInstructionFoldingTest, Case) { in TEST_P() argument
1750 TEST_P(BooleanInstructionFoldingTest, Case) { in TEST_P() argument
2342 TEST_P(FloatInstructionFoldingTest, Case) { in TEST_P() argument
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dfold_test.cpp188 TEST_P(IntegerInstructionFoldingTest, Case) { in TEST_P() argument
1112 TEST_P(LongIntegerInstructionFoldingTest, Case) { in TEST_P() argument
1274 TEST_P(UIntVectorInstructionFoldingTest, Case) { in TEST_P() argument
1358 TEST_P(IntVectorInstructionFoldingTest, Case) { in TEST_P() argument
1412 TEST_P(LongIntVectorInstructionFoldingTest, Case) { in TEST_P() argument
1457 TEST_P(DoubleVectorInstructionFoldingTest, Case) { in TEST_P() argument
1558 TEST_P(FloatVectorInstructionFoldingTest, Case) { in TEST_P() argument
1673 TEST_P(FloatMatrixInstructionFoldingTest, Case) { in TEST_P() argument
1742 TEST_P(BooleanInstructionFoldingTest, Case) { in TEST_P() argument
2334 TEST_P(FloatInstructionFoldingTest, Case) { in TEST_P() argument
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Dfold_test.cpp188 TEST_P(IntegerInstructionFoldingTest, Case) { in TEST_P() argument
1112 TEST_P(LongIntegerInstructionFoldingTest, Case) { in TEST_P() argument
1274 TEST_P(UIntVectorInstructionFoldingTest, Case) { in TEST_P() argument
1358 TEST_P(IntVectorInstructionFoldingTest, Case) { in TEST_P() argument
1412 TEST_P(LongIntVectorInstructionFoldingTest, Case) { in TEST_P() argument
1457 TEST_P(DoubleVectorInstructionFoldingTest, Case) { in TEST_P() argument
1558 TEST_P(FloatVectorInstructionFoldingTest, Case) { in TEST_P() argument
1673 TEST_P(FloatMatrixInstructionFoldingTest, Case) { in TEST_P() argument
1742 TEST_P(BooleanInstructionFoldingTest, Case) { in TEST_P() argument
2334 TEST_P(FloatInstructionFoldingTest, Case) { in TEST_P() argument
[all …]
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderInput.hpp148 struct Case struct in glcts::GeometryShader_gl_in_ArrayLengthTest
151 glw::GLenum draw_call_mode;
153 glw::GLint draw_call_n_vertices;
155 glw::GLenum tf_mode;
158 glw::GLint fs_id;
160 glw::GLint gs_id;
162 const glw::GLchar *input_body_part;
164 const glw::GLchar *output_body_part;
166 glw::GLint po_id;
168 glw::GLint vs_id;
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/
H A Dval_extension_spv_khr_subgroup_rotate_test.cpp29 struct Case { struct
30 std::vector<std::string> caps;
31 bool shader;
32 std::string result_type;
33 std::string scope;
34 std::string delta;
35 std::string cluster_size;
36 std::string expected_error; // empty for no error.
H A Dval_extension_spv_khr_integer_dot_product_test.cpp33 struct Case { struct
34 std::vector<std::string> caps;
35 std::string inst;
36 std::string result_type;
37 std::string op0_type;
38 std::string op1_type;
39 std::string acc_type; // can be empty
40 bool packed;
41 std::string expected_error; // empty for no error.
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/
Dval_extension_spv_khr_subgroup_rotate_test.cpp29 struct Case { struct
30 std::vector<std::string> caps;
31 bool shader;
32 std::string result_type;
33 std::string scope;
34 std::string delta;
35 std::string cluster_size;
36 std::string expected_error; // empty for no error.
Dval_extension_spv_khr_integer_dot_product_test.cpp33 struct Case { struct
34 std::vector<std::string> caps;
35 std::string inst;
36 std::string result_type;
37 std::string op0_type;
38 std::string op1_type;
39 std::string acc_type; // can be empty
40 bool packed;
41 std::string expected_error; // empty for no error.
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_extension_spv_khr_subgroup_rotate_test.cpp29 struct Case { struct
30 std::vector<std::string> caps;
31 bool shader;
32 std::string result_type;
33 std::string scope;
34 std::string delta;
35 std::string cluster_size;
36 std::string expected_error; // empty for no error.
H A Dval_extension_spv_khr_integer_dot_product_test.cpp33 struct Case { struct
34 std::vector<std::string> caps;
35 std::string inst;
36 std::string result_type;
37 std::string op0_type;
38 std::string op1_type;
39 std::string acc_type; // can be empty
40 bool packed;
41 std::string expected_error; // empty for no error.
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupUniformControlFlowTests.cpp43 struct Case struct
45Case(const char *b, bool sw, bool use_ssc, vk::VkShaderStageFlagBits s, vk::VkSubgroupFeatureFlagB… in Case() argument
53 const char *basename;
54 bool small_workgroups;
55 bool use_subgroup_size_control;
56 vk::VkShaderStageFlagBits stage;
57 vk::VkSubgroupFeatureFlagBits operation;
/aosp_15_r20/packages/modules/Bluetooth/system/doc/
Dstyle_guide.md283 ##### Find the formatting patch
289 ##### Revert the formatting patch
295 ##### Check for conflicts with your patch
313 ##### Apply your patch
317 ##### Reformat the code
321 ##### Commit the code that your patch touched
327 ##### Clean up any other files
331 ##### Review your new patch
/aosp_15_r20/external/rust/android-crates-io/crates/predicates-core/src/
Dreflection.rs102 pub struct Case<'a> { struct
106 children: Vec<Case<'a>>, argument
109 impl<'a> Case<'a> { impl
153 impl<'a> fmt::Debug for Case<'a> { implementation
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/hash/
H A Dhash_test.cc39 struct Case { in TEST() struct
40 uint32 hash32; in TEST()
41 uint64 hash64; in TEST()
42 const unsigned char* data; in TEST()
43 size_t size; in TEST()
44 uint32 seed; in TEST()
/aosp_15_r20/external/rust/android-crates-io/crates/h2/src/hpack/test/
Dfixture.rs123 struct Case { struct
124 seqno: u64,
125 wire: Vec<u8>,
126 expect: Vec<(String, String)>,
127 header_table_size: Option<usize>,
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_util_test.cc113 struct Case { in TEST() struct
114 int length; in TEST()
115 int slices; in TEST()
136 struct Case { in TEST() struct
137 int length; in TEST()
138 int slices; in TEST()

12345678910