Searched refs:src_object (Results 1 – 4 of 4) sorted by relevance
/external/clang/test/CodeGenObjC/ |
D | id-isa-codegen.m | 12 - (void)meth : (id)object : (id)src_object; 19 - (void)meth : (id)object : (id)src_object { 24 object->isa = src_object->isa; 25 (*src_object).isa = (*object).isa;
|
/external/vulkan-validation-layers/layers/ |
D | vk_layer_logging.h | 251 … uint64_t src_object, size_t location, const char *layer_prefix, const char *message, 392 … uint64_t src_object, size_t location, const char *layer_prefix, const char *message, in debug_log_msg() argument 413 object_name_info.objectHandle = (uint64_t)(uintptr_t)src_object; in debug_log_msg() 435 if (0 != src_object) { in debug_log_msg() 436 oss << "Object: 0x" << std::hex << src_object; in debug_log_msg() 439 … auto label_iter = debug_data->debugUtilsQueueLabels.find(reinterpret_cast<VkQueue>(src_object)); in debug_log_msg() 447 …abel_iter = debug_data->debugUtilsCmdBufLabels.find(reinterpret_cast<VkCommandBuffer>(src_object)); in debug_log_msg() 456 object_label = debug_data->DebugReportGetUtilsObjectName(src_object); in debug_log_msg() 458 object_label = debug_data->DebugReportGetMarkerObjectName(src_object); in debug_log_msg() 484 …if (layer_dbg_node->report.pfnMsgCallback(msg_flags, object_type, src_object, location, 0, layer_p… in debug_log_msg() [all …]
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_filesystem_shutil_test.py | 292 src_object = self.fs.create_file(src_file) 293 src_ino = src_object.st_ino 294 src_dev = src_object.st_dev 312 src_object = self.fs.create_file(src_file) 313 src_ino = src_object.st_ino 314 src_dev = src_object.st_dev
|
/external/tensorflow/tensorflow/core/platform/cloud/ |
D | gcs_file_system.cc | 1949 string src_bucket, src_object, target_bucket, target_object; in RenameObject() local 1950 TF_RETURN_IF_ERROR(ParseGcsPath(src, false, &src_bucket, &src_object)); in RenameObject() 1957 request->EscapeString(src_object), in RenameObject()
|