Home
last modified time | relevance | path

Searched defs:test_s (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/jemalloc_new/test/unit/
H A Dmalloc_io.c14 struct test_s { in TEST_BEGIN() struct
15 const char *input; in TEST_BEGIN()
16 const char *expected_remainder; in TEST_BEGIN()
17 int base; in TEST_BEGIN()
18 int expected_errno; in TEST_BEGIN()
19 const char *expected_errno_name; in TEST_BEGIN()
20 uintmax_t expected_x; in TEST_BEGIN()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/
Dshared_monitor.cpp96 void test_s() in test_s() function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_getargs2.py583 def test_s(self): member in String_TestCase
/aosp_15_r20/external/python/cpython3/Lib/test/test_capi/
Dtest_getargs.py878 def test_s(self): member in String_TestCase
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/csf/
H A Dpanvk_vX_cmd_draw.c940 bool test_s = has_stencil_att(cmdbuf) && ds->stencil.test_enable; in prepare_ds() local
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/jm/
H A Dpanvk_vX_cmd_draw.c359 bool test_s = has_stencil_att(cmdbuf) && ds->stencil.test_enable; in panvk_draw_prepare_fs_rsd() local