Searched refs:obj_list (Results 1 – 7 of 7) sorted by relevance
/external/compiler-rt/lib/tsan/tests/ |
D | CMakeLists.txt | 20 # tsan_compile(obj_list, source, arch, {headers}) 21 macro(tsan_compile obj_list source arch) 32 list(APPEND ${obj_list} ${output_obj})
|
/external/compiler-rt/lib/msan/tests/ |
D | CMakeLists.txt | 57 macro(msan_compile obj_list source arch kind) 68 list(APPEND ${obj_list} ${output_obj})
|
/external/curl/lib/vtls/ |
D | nss.c | 379 if(!Curl_llist_insert_next(ssl->obj_list, ssl->obj_list->tail, obj)) { in nss_create_object() 1355 Curl_llist_destroy(connssl->obj_list, NULL); in Curl_nss_close() 1356 connssl->obj_list = NULL; in Curl_nss_close() 1523 Curl_llist_destroy(connssl->obj_list, NULL); in nss_fail_connect() 1524 connssl->obj_list = NULL; in nss_fail_connect() 1563 connssl->obj_list = Curl_llist_alloc(nss_destroy_object); in nss_setup_connect() 1564 if(!connssl->obj_list) in nss_setup_connect()
|
/external/vulkan-validation-layers/ |
D | vk-layer-generate.py | 112 def gather_object_uses_in_struct(obj_list, struct_type): argument 123 if base_type in obj_list: 129 sub_uses = gather_object_uses_in_struct(obj_list, base_type) 139 def get_object_uses(obj_list, params): argument 153 if base_type in obj_list: 166 struct_uses = gather_object_uses_in_struct(obj_list, base_type) 753 def _gather_object_uses(self, obj_list, struct_type, obj_set): argument 758 if vk_helper.struct_dict[struct_type][m]['type'] in obj_list: 761 …obj_set = obj_set.union(self._gather_object_uses(obj_list, vk_helper.struct_dict[struct_type][m]['…
|
/external/compiler-rt/lib/asan/tests/ |
D | CMakeLists.txt | 115 macro(asan_compile obj_list source arch kind) 117 set(output_obj "${obj_list}.${basename}.${arch}${kind}.o") 126 list(APPEND ${obj_list} ${output_obj})
|
/external/mesa3d/src/gallium/state_trackers/clover/api/ |
D | kernel.cpp | 321 cl_uint obj_count, const cl_mem *obj_list, in clEnqueueNativeKernel() argument
|
/external/curl/lib/ |
D | urldata.h | 302 struct curl_llist *obj_list; member
|