Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/landlock/
Dfs_test.c241 FIXTURE(layout1) {}; in FIXTURE() argument
244 FIXTURE_SETUP(layout1) in FIXTURE_SETUP() argument
251 FIXTURE_TEARDOWN(layout1) in FIXTURE_TEARDOWN() argument
285 TEST_F_FORK(layout1, no_restriction) in TEST_F_FORK() argument
308 TEST_F_FORK(layout1, inval) in TEST_F_FORK() argument
429 TEST_F_FORK(layout1, file_and_dir_access_rights) in TEST_F_FORK() argument
473 TEST_F_FORK(layout1, unknown_access_rights) in TEST_F_FORK() argument
571 TEST_F_FORK(layout1, proc_nsfs) in TEST_F_FORK() argument
620 TEST_F_FORK(layout1, unpriv) in TEST_F_FORK() argument
643 TEST_F_FORK(layout1, effective_access) in TEST_F_FORK() argument
[all …]
/external/clang/test/CodeGen/
Ddebug-info-packed-struct.c34 struct layout1 { struct
35 char l1_ofs0;
36 struct size8_anon l1_ofs1;
37 int l1_ofs9 : 1;
/external/pigweed/pw_allocator/
Dtracking_allocator_test.cc130 constexpr Layout layout1 = Layout::Of<uintptr_t[2]>(); in TEST_F() local
162 Layout layout1 = Layout::Of<uintptr_t[3]>(); in TEST_F() local
212 constexpr Layout layout1 = Layout::Of<uintptr_t[3]>(); in TEST_F() local
240 constexpr Layout layout1 = Layout::Of<uintptr_t[2]>(); in TEST_F() local
295 constexpr Layout layout1 = Layout::Of<uintptr_t[2]>(); in TEST_F() local
353 constexpr Layout layout1 = Layout::Of<uintptr_t[4]>(); in TEST_F() local
381 Layout layout1(alignment - BlockType::kBlockOverhead, alignment); in TEST_F() local
Dlayout_test.cc71 Layout layout1 = {kSize1, kAlignment}; in TEST() local
/external/coreboot/util/kconfig/
Dqconf.cc1232 QVBoxLayout* layout1 = new QVBoxLayout(this); in ConfigSearchWindow() local
/external/pytorch/test/
Dtest_autograd.py2293 t, layout1, layout1_params, layout2, layout2_params argument