Searched refs:object_info (Results 1 – 5 of 5) sorted by relevance
/external/python/apitools/samples/storage_sample/ |
D | uploads_test.py | 161 object_info = self.__client.objects.Get(self.__GetRequest(filename)) 162 self.assertEqual(size, object_info.size) 169 object_info = self.__client.objects.Get(self.__GetRequest(filename)) 170 self.assertEqual(size, object_info.size)
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.cc | 124 const llvm::RuntimeDyld::LoadedObjectInfo& object_info) { in __anon103e137a0502() argument 125 this->NotifyObjectFinalized(object, object_info); in __anon103e137a0502() 166 const llvm::RuntimeDyld::LoadedObjectInfo& object_info) { in NotifyObjectFinalized() argument 169 gdb_jit_event_listener_->notifyObjectLoaded(key, object, object_info); in NotifyObjectFinalized()
|
D | simple_orc_jit.h | 95 const llvm::RuntimeDyld::LoadedObjectInfo& object_info);
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker_utils.cpp | 280 const ObjTrackState *object_info = item.second; in DeviceReportUndestroyedObjects() local 282 …ta, VK_DEBUG_REPORT_ERROR_BIT_EXT, get_debug_report_enum[object_type], object_info->handle, error_… in DeviceReportUndestroyedObjects() 284 … object_string[object_type], report_data->FormatHandle(object_info->handle).c_str()); in DeviceReportUndestroyedObjects() 293 ObjTrackState *object_info = item->second; in DeviceDestroyUndestroyedObjects() local 294 DestroyObjectSilently(object_info->handle, object_type); in DeviceDestroyUndestroyedObjects()
|
/external/v8/tools/ |
D | grokdump.py | 3094 object_info = self.padawan.SenseObject(maybe_address) 3095 if not object_info: 3097 extra.append(cgi.escape(str(object_info)))
|