/third_party/musl/libc-test/src/functionalext/dlns/ |
D | dlns_set_fun.c | 105 void *handle1 = dlopen_ns(&dlns, libB, RTLD_LAZY); in dlns_set_namespace_lib_path_0500() local 106 EXPECT_TRUE("dlns_set_namespace_lib_path_0500", handle1); in dlns_set_namespace_lib_path_0500() 107 dlclose(handle1); in dlns_set_namespace_lib_path_0500() 140 void* handle1 = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in dlns_set_namespace_separated_0200() local 141 EXPECT_FALSE("dlns_set_namespace_separated_0200", handle1); in dlns_set_namespace_separated_0200() 186 void* handle1 = dlopen_ns(&dlns, dllNamePath, RTLD_LAZY); in dlns_set_namespace_permitted_paths_0200() local 187 EXPECT_TRUE("dlns_set_namespace_permitted_paths_0200", handle1); in dlns_set_namespace_permitted_paths_0200() 188 dlclose(handle1); in dlns_set_namespace_permitted_paths_0200() 214 void* handle1 = dlopen_ns(&dlns, newLibPath, RTLD_LAZY); in dlns_set_namespace_permitted_paths_0300() local 215 EXPECT_TRUE("dlns_set_namespace_permitted_paths_0300", handle1); in dlns_set_namespace_permitted_paths_0300() [all …]
|
D | dlns_inherit.c | 43 void* handle1 = dlopen_ns(&dlnsA, sharedLib, RTLD_LAZY); in dlns_inherit_0100() local 44 EXPECT_TRUE("dlns_inherit_0100", handle1); in dlns_inherit_0100() 45 dlclose(handle1); in dlns_inherit_0100() 66 void* handle1 = dlopen_ns(&dlnsA, sharedLib, RTLD_LAZY); in dlns_inherit_0200() local 67 EXPECT_FALSE("dlns_inherit_0200", handle1); in dlns_inherit_0200() 84 void* handle1 = dlopen_ns(&dlnsA, dllName_inh_003, RTLD_LAZY); in dlns_inherit_0300() local 85 EXPECT_FALSE("dlns_inherit_0300", handle1); in dlns_inherit_0300() 114 void* handle1 = dlopen_ns(&dlnsAA, dllName, RTLD_LAZY); in dlns_inherit_0400() local 115 EXPECT_FALSE("dlns_inherit_0400", handle1); in dlns_inherit_0400() 265 void* handle1 = dlopen_ns(&dlnsA, libB, RTLD_LAZY); in dlns_inherit_0900() local [all …]
|
D | dlns_special_scene.c | 34 void* handle1 = dlopen_ns(&dlns, dllName, RTLD_LAZY); in dlopen_ns_special_0100() local 35 EXPECT_TRUE("dlopen_ns_special_0100", handle1); in dlopen_ns_special_0100() 43 dlclose(handle1); in dlopen_ns_special_0100() 60 void* handle1 = dlopen_ns(&dlns_no_allowed_libs, dllName, RTLD_LAZY); in dlopen_ns_special_0200() local 61 EXPECT_TRUE("dlopen_ns_special_0200", handle1); in dlopen_ns_special_0200() 69 dlclose(handle1); in dlopen_ns_special_0200()
|
D | dlns_separated.c | 220 void* handle1 = dlopen_ns(&dlns, libB, RTLD_LAZY); in separated_1100() local 221 EXPECT_FALSE("separated_1100", handle1); in separated_1100() 242 void* handle1 = dlopen_ns(&dlns, libbb, RTLD_LAZY); in separated_1200() local 243 EXPECT_FALSE("separated_1200", handle1); in separated_1200()
|
/third_party/musl/libc-test/src/functional/ |
D | dlopen_ns.c | 67 void* handle1 = dlopen_ns(&dlns1, dllName, RTLD_NOW); in dlopen_same_so_twice_by_same_ns() local 68 if(!handle1) in dlopen_same_so_twice_by_same_ns() 75 if (handle1 != handle2) in dlopen_same_so_twice_by_same_ns() 78 if(dlclose(handle1)) in dlopen_same_so_twice_by_same_ns() 96 void* handle1 = dlopen_ns(&dlns1, dllName, RTLD_NOW); in dlopen_same_so_by_different_ns() local 97 if(!handle1) in dlopen_same_so_by_different_ns() 104 if (handle1 == handle2) in dlopen_same_so_by_different_ns() 107 if(dlclose(handle1)) in dlopen_same_so_by_different_ns() 126 void* handle1 = dlopen_ns(&dlns1, dllName, RTLD_NOW); in dlopen_same_so_by_different_inherit_ns() local 127 if(!handle1) in dlopen_same_so_by_different_inherit_ns() [all …]
|
D | dlopen.c | 43 void* handle1 = dlopen(SO_LOAD_BY_LOCAL, RTLD_LOCAL); in dlopen_so_used_by_dlsym() local 44 if(!handle1) in dlopen_so_used_by_dlsym() 53 if(dlclose(handle1)) in dlopen_so_used_by_dlsym() 73 void* handle1 = dlopen(SO_FOR_NO_DELETE, RTLD_NODELETE); in dlopen_nodelete_and_noload() local 75 if(!handle1) in dlopen_nodelete_and_noload() 78 if(dlclose(handle1)) in dlopen_nodelete_and_noload() 86 if (handle1 != handle2) { in dlopen_nodelete_and_noload()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cordz_handle_test.cc | 121 auto* handle1 = new CordzHandle(); in TEST() local 122 EXPECT_TRUE(snapshot1.DiagnosticsHandleIsSafeToInspect(handle1)); in TEST() 124 CordzHandle::Delete(handle1); in TEST() 125 EXPECT_TRUE(snapshot1.DiagnosticsHandleIsSafeToInspect(handle1)); in TEST() 129 EXPECT_TRUE(snapshot1.DiagnosticsHandleIsSafeToInspect(handle1)); in TEST() 131 EXPECT_FALSE(snapshot2.DiagnosticsHandleIsSafeToInspect(handle1)); in TEST() 135 EXPECT_TRUE(snapshot1.DiagnosticsHandleIsSafeToInspect(handle1)); in TEST()
|
/third_party/node/test/parallel/ |
D | test-timers-same-timeout-wrong-list-deleted.js | 16 const handle1 = setTimeout(common.mustCall(function() { constant 18 clearTimeout(handle1);
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/ |
D | lock_test.cc | 213 PlatformThreadHandle handle1 = kNullThreadHandle; in MutexFourThreads() local 217 EXPECT_TRUE(PlatformThread::Create(&thread1, &handle1)); in MutexFourThreads() 223 PlatformThread::Join(handle1); in MutexFourThreads()
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
D | lock_test.cc | 213 PlatformThreadHandle handle1 = kNullThreadHandle; in MutexFourThreads() local 217 EXPECT_TRUE(PlatformThread::Create(&thread1, &handle1)); in MutexFourThreads() 223 PlatformThread::Join(handle1); in MutexFourThreads()
|
/third_party/rust/crates/tracing/tracing/tests/ |
D | multiple_max_level_hints.rs | 27 let (subscriber1, handle1) = subscriber::mock() in multiple_max_level_hints() 64 handle1.assert_finished(); in multiple_max_level_hints()
|
D | span.rs | 230 let (subscriber1, handle1) = subscriber::mock() in clone_and_drop_span_always_go_to_the_subscriber_that_tagged_the_span() 255 handle1.assert_finished(); in clone_and_drop_span_always_go_to_the_subscriber_that_tagged_the_span()
|
/third_party/rust/crates/tracing/tracing-subscriber/tests/ |
D | option.rs | 247 let (layer1, handle1) = tracing_subscriber::reload::Layer::new(None::<BasicLayer>); in reload_works_with_none() 254 handle1.reload(Some(BasicLayer(None))).unwrap(); in reload_works_with_none() 258 handle1 in reload_works_with_none()
|
/third_party/rust/crates/tracing/tracing-subscriber/tests/env_filter/ |
D | per_layer.rs | 256 let (layer1, handle1) = { in multiple_dynamic_filters() 303 handle1.assert_finished(); in multiple_dynamic_filters()
|
D | main.rs | 497 let (layer1, handle1) = { in multiple_dynamic_filters() 544 handle1.assert_finished(); in multiple_dynamic_filters()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
D | flag_test.cc | 860 auto* handle1 = absl::FindCommandLineFlag("flag_on_separate_file"); in __anon552c9b200d02() local 862 if (handle1 != nullptr && handle2 != nullptr) { in __anon552c9b200d02() 863 return handle1->Name() == handle2->Name(); in __anon552c9b200d02()
|