HomeSort by relevance Sort by last modified time
    Searched full:objtype (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/valgrind/drd/
drd_clientobj.h 51 } ObjType;
56 ObjType type;
65 ObjType type;
81 ObjType type;
93 ObjType type;
103 ObjType type;
118 ObjType type;
135 ObjType type;
163 DrdClientobj* DRD_(clientobj_get)(const Addr addr, const ObjType t);
165 DrdClientobj* DRD_(clientobj_add)(const Addr a1, const ObjType t)
    [all...]
drd_clientobj.c 93 DrdClientobj* DRD_(clientobj_get)(const Addr addr, const ObjType t)
127 DrdClientobj* DRD_(clientobj_add)(const Addr a1, const ObjType t)
157 Bool DRD_(clientobj_remove)(const Addr addr, const ObjType t)
245 const HChar* DRD_(clientobj_type_name)(const ObjType t)
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
object_tracker.h 59 VkDebugReportObjectTypeEXT objType; // Object type identifier
235 static void create_physical_device(VkInstance dispatchable_object, VkPhysicalDevice vkObj, VkDebugReportObjectTypeEXT objType);
236 static void create_instance(VkInstance dispatchable_object, VkInstance object, VkDebugReportObjectTypeEXT objType);
237 static void create_device(VkDevice dispatchable_object, VkDevice object, VkDebugReportObjectTypeEXT objType);
238 static void create_device(VkPhysicalDevice dispatchable_object, VkDevice object, VkDebugReportObjectTypeEXT objType);
239 static void create_queue(VkDevice dispatchable_object, VkQueue vkObj, VkDebugReportObjectTypeEXT objType);
240 static bool validate_image(VkQueue dispatchable_object, VkImage object, VkDebugReportObjectTypeEXT objType, bool null_allowed);
241 static bool validate_instance(VkInstance dispatchable_object, VkInstance object, VkDebugReportObjectTypeEXT objType,
243 static bool validate_device(VkDevice dispatchable_object, VkDevice object, VkDebugReportObjectTypeEXT objType,
245 static bool validate_descriptor_pool(VkDevice dispatchable_object, VkDescriptorPool object, VkDebugReportObjectTypeEXT objType,
    [all...]
swapchain.h 81 #define LOG_ERROR_NON_VALID_OBJ(objType, type, obj) \
82 (my_data) ? log_msg(my_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (objType), (uint64_t)(obj), __LINE__, \
85 #define LOG_ERROR_NULL_POINTER(objType, type, obj) \
86 (my_data) ? log_msg(my_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (objType), (uint64_t)(obj), 0, \
89 #define LOG_ERROR_INVALID_COUNT(objType, type, obj, obj2, val, val2) \
90 (my_data) ? log_msg(my_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (objType), (uint64_t)(obj), 0, \
96 #define LOG_ERROR_ZERO_PRIOR_COUNT(objType, type, obj, obj2) \
97 (my_data) ? log_msg(my_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (objType), (uint64_t)(obj), 0, \
102 #define LOG_ERROR_WRONG_STYPE(objType, type, obj, val) \
103 (my_data) ? log_msg(my_data->report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (objType), (uint64_t)(obj), 0, SWAPCHAIN_WRONG_STYPE,
    [all...]
vk_layer_logging.h 337 static inline VKAPI_ATTR VkBool32 VKAPI_CALL log_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject,
345 srcObject, objType, (unsigned long)location, msgCode, pMsg);
351 static inline VKAPI_ATTR VkBool32 VKAPI_CALL win32_debug_output_msg(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType,
361 msg_flags, (size_t)srcObject, objType, location, msgCode, pMsg);
threading.cpp 349 vkDebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object,
351 threading::DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
object_tracker.cpp 81 static void create_instance(VkInstance dispatchable_object, VkInstance vkObj, VkDebugReportObjectTypeEXT objType)
83 log_msg(mdd(dispatchable_object), VK_DEBUG_REPORT_INFORMATION_BIT_EXT, objType,(uint64_t)(vkObj), __LINE__, OBJTRACK_NONE, "OBJTRACK",
84 "OBJ[%llu] : CREATE %s object 0x%" PRIxLEAST64 , object_track_index++, string_VkDebugReportObjectTypeEXT(objType),
89 pNewObjNode->objType = objType;
93 uint32_t objIndex = objTypeToIndex(objType);
105 uint32_t objIndex = objTypeToIndex(pNode->objType);
110 log_msg(mdd(dispatchable_object), VK_DEBUG_REPORT_INFORMATION_BIT_EXT, pNode->objType, object_handle, __LINE__, OBJTRACK_NONE, "OBJTRACK",
112 string_VkDebugReportObjectTypeEXT(pNode->objType), (uint64_t)(object), numTotalObjs, numObjs[objIndex],
113 string_VkDebugReportObjectTypeEXT(pNode->objType));
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
mfinal_test.go 153 type objtype [objsize]byte type
155 func adjChunks() (*objtype, *objtype) {
156 var s []*objtype
159 c := new(objtype)
180 runtime.SetFinalizer(y, func(z *objtype) { fin <- true })
192 func adjStringChunk() (string, *objtype) {
196 t := new(objtype)
212 runtime.SetFinalizer(y, func(z *objtype) { fin <- true })
  /prebuilts/go/linux-x86/src/runtime/
mfinal_test.go 153 type objtype [objsize]byte type
155 func adjChunks() (*objtype, *objtype) {
156 var s []*objtype
159 c := new(objtype)
180 runtime.SetFinalizer(y, func(z *objtype) { fin <- true })
192 func adjStringChunk() (string, *objtype) {
196 t := new(objtype)
212 runtime.SetFinalizer(y, func(z *objtype) { fin <- true })
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/
descriptors.py 37 def __get__(self, obj, objtype=None):
  /external/llvm/lib/Target/XCore/
XCoreTargetObjectFile.cpp 125 Type *ObjType = GV->getValueType();
127 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() ||
128 DL.getTypeAllocSize(ObjType) < CodeModelLargeSize) {
  /external/vulkan-validation-layers/loader/
debug_report.c 294 VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location,
298 inst->disp->DebugReportMessageEXT(instance, flags, objType, object,
460 VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location,
469 icd->DebugReportMessageEXT(icd->instance, flags, objType, object,
480 util_DebugReportMessage(inst, flags, objType, object, location, msgCode,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
descriptors.py 75 def __get__(self, obj, objtype=None):
134 def __get__(self, obj, objtype=None):
217 def __get__(self, obj, objtype=None):
  /external/curl/packages/OS400/
make-include.sh 90 CMD="CRTDUPOBJ OBJ(H) FROMLIB(${TARGETLIB}) OBJTYPE(*FILE) TOLIB(*FROMLIB)"
  /external/vulkan-validation-layers/layers/
vk_layer_logging.h 356 static inline VKAPI_ATTR VkBool32 VKAPI_CALL log_callback(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType, uint64_t srcObject,
364 srcObject, objType, (unsigned long)location, msgCode, pMsg);
370 static inline VKAPI_ATTR VkBool32 VKAPI_CALL win32_debug_output_msg(VkFlags msgFlags, VkDebugReportObjectTypeEXT objType,
380 msg_flags, (size_t)srcObject, objType, location, msgCode, pMsg);
threading.cpp 412 vkDebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object,
414 threading::DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);
unique_objects.cpp 518 VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location,
521 instance_data->instance_dispatch_table->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix,
    [all...]
  /external/python/cpython2/Doc/tools/extensions/
c_annotations.py 80 if par['objtype'] != 'function':
  /prebuilts/go/darwin-x86/src/
make.rc 42 eval `{grep '^(CC|LD|O)=' /$objtype/mkfile}
  /prebuilts/go/linux-x86/src/
make.rc 42 eval `{grep '^(CC|LD|O)=' /$objtype/mkfile}
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
vk-layer-generate.py 339 r_body.append('VKAPI_ATTR void VKAPI_CALL DebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object, size_t location, int32_t msgCode, const char *pLayerPrefix, const char *pMsg)')
346 r_body.append(' pInstanceTable->DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);')
368 body.append('vkDebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object,')
370 body.append(' %s::DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);' % self.layer_name)
    [all...]
  /external/python/cpython2/Doc/howto/
descriptor.rst 163 def __get__(self, obj, objtype):
223 def __get__(self, obj, objtype=None):
289 def __get__(self, obj, objtype=None):
291 return types.MethodType(self, obj, objtype)
385 def __get__(self, obj, objtype=None):
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 39 def __init__ (self, objType, objSave, currentSegmentName):
40 self.objType = objType
47 if self.objType == JetDefs.MAIN_SEGLIST:
62 elif self.objType == JetDefs.MAIN_EVENTLIST:
  /external/skia/samplecode/
SampleLitAtlas.cpp 171 enum ObjType {
333 fObjType = static_cast<ObjType>(asteroidType++ % 3);
408 ObjType fObjType;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/threading/
threading.cpp 349 vkDebugReportMessageEXT(VkInstance instance, VkDebugReportFlagsEXT flags, VkDebugReportObjectTypeEXT objType, uint64_t object,
351 threading::DebugReportMessageEXT(instance, flags, objType, object, location, msgCode, pLayerPrefix, pMsg);

Completed in 1506 milliseconds

1 2 3 4