Searched refs:T_NONE (Results 1 - 14 of 14) sorted by relevance
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
H A D | common.h | 19 T_NONE, enumerator 26 use_clone = T_NONE; in get_clone_unshare_enum() 29 use_clone = T_NONE; in get_clone_unshare_enum() 82 case T_NONE: in clone_unshare_test()
|
H A D | semtest_2ns.c | 82 if (use_clone == T_NONE) in check_sem2() 87 if (use_clone == T_NONE) in check_sem2() 100 if (use_clone == T_NONE) in check_sem2() 105 if (use_clone == T_NONE) in check_sem2()
|
H A D | mesgq_nstest.c | 53 if (use_clone == T_NONE) in check_mesgq() 61 if (use_clone == T_NONE) { in check_mesgq() 84 if (use_clone == T_NONE) in run()
|
H A D | shmem_2nstest.c | 63 if (use_clone == T_NONE) in check_shmem2() 68 if (use_clone == T_NONE) in check_shmem2()
|
H A D | shmnstest.c | 34 if (use_clone == T_NONE) in check_shmid() 39 if (use_clone == T_NONE) in check_shmid()
|
H A D | sem_nstest.c | 45 if (use_clone == T_NONE) in check_semaphore() 55 if (use_clone == T_NONE) in check_semaphore()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
H A D | anon_enum.rs | 14 pub const Test_T_NONE: Test__bindgen_ty_1 = Test__bindgen_ty_1::T_NONE; 18 T_NONE = 0,
|
/third_party/ltp/testcases/kernel/containers/libclone/ |
H A D | libclone.c | 110 case T_NONE: in do_clone_unshare_test() 131 case T_NONE: in do_clone_unshare_tests()
|
H A D | libclone.h | 35 #define T_NONE 2 macro
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
H A D | anon_enum.hpp | 5 enum { T_NONE }; enumerator
|
/third_party/python/Include/ |
H A D | structmember.h | 56 #define T_NONE 20 /* Value is always None */ macro
|
/third_party/ffmpeg/libavformat/ |
H A D | nsvdec.c | 129 #define T_NONE MKTAG('N', 'O', 'N', 'E') /* null a/v 4CC */ macro 418 if (vtag != T_NONE) { in nsv_parse_NSVs_header() 450 if (atag != T_NONE) { in nsv_parse_NSVs_header()
|
/third_party/ltp/testcases/kernel/containers/utsname/ |
H A D | utstest.c | 323 r = do_clone_unshare_tests(T_NONE, 0, P1, vtest, P2, vtest); in main()
|
/third_party/python/Python/ |
H A D | structmember.c | 87 case T_NONE: in PyMember_GetOne()
|
Completed in 6 milliseconds