/third_party/libxml2/python/ |
D | libxml.py | 11 n = type(_obj).__name__ 55 def __init__(self, _obj): argument 56 self.__io = _obj 98 def __init__(self, _obj, enc = ""): argument 99 ioWrapper.__init__(self, _obj) 116 def __init__(self, _obj, enc = ""): argument 118 if type(_obj) == type(''): 121 elif type(_obj).__name__ == 'PyCapsule': 122 file = libxml2mod.outputBufferGetPythonFile(_obj) 126 ioWrapper.__init__(self, _obj) [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump.h | 140 #define trace_dump_array(_type, _obj, _size) \ argument 142 if (_obj) { \ 147 trace_dump_##_type((_obj)[idx]); \ 156 #define trace_dump_struct_array(_type, _obj, _size) \ argument 158 if (_obj) { \ 163 trace_dump_##_type(&(_obj)[idx]); \ 172 #define trace_dump_member(_type, _obj, _member) \ argument 175 trace_dump_##_type((_obj)->_member); \ 186 #define trace_dump_member_array(_type, _obj, _member) \ argument 189 … trace_dump_array(_type, (_obj)->_member, sizeof((_obj)->_member)/sizeof((_obj)->_member[0])); \
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_object.h | 88 __driver_type ## _to_handle(struct __driver_type *_obj) \ 90 vk_object_base_assert_valid(&_obj->__base, __VK_TYPE); \ 91 if (_obj != NULL) \ 92 _obj->__base.client_visible = true; \ 93 return (__VkType) _obj; \ 108 __driver_type ## _to_handle(struct __driver_type *_obj) \ 110 vk_object_base_assert_valid(&_obj->__base, __VK_TYPE); \ 111 if (_obj != NULL) \ 112 _obj->__base.client_visible = true; \ 113 return (__VkType)(uintptr_t) _obj; \
|
D | vk_log.c | 276 __vk_errorv(const void *_obj, VkResult error, in __vk_errorv() argument 280 struct vk_object_base *object = (struct vk_object_base *)_obj; in __vk_errorv() 326 __vk_errorf(const void *_obj, VkResult error, in __vk_errorf() argument 333 VkResult result = __vk_errorv(_obj, error, file, line, format, va); in __vk_errorf()
|
D | vk_log.h | 82 __vk_errorv(const void *_obj, VkResult error, 87 __vk_errorf(const void *_obj, VkResult error,
|
/third_party/node/test/fixtures/source-map/ |
D | babel-esm.mjs | 1 var _obj$a; 9 … ((obj === null || obj === void 0 ? void 0 : (_obj$a = obj.a) === null || _obj$a === void 0 ? void…
|
/third_party/python/Lib/multiprocessing/ |
D | sharedctypes.py | 183 self._obj = obj 200 return synchronized, (self._obj, self._lock) 203 return self._obj 209 return '<%s wrapper for %s>' % (type(self).__name__, self._obj) 219 return len(self._obj) 223 return self._obj[i] 227 self._obj[i] = value 231 return self._obj[start:stop] 235 self._obj[start:stop] = values
|
/third_party/icu/icu4c/source/common/ |
D | servslkf.cpp | 39 , _obj(objToAdopt) in SimpleLocaleKeyFactory() 50 , _obj(objToAdopt) in SimpleLocaleKeyFactory() 59 delete _obj; in ~SimpleLocaleKeyFactory() 60 _obj = NULL; in ~SimpleLocaleKeyFactory() 72 return service->cloneInstance(_obj); in create()
|
D | serv.cpp | 422 UVector* _obj; member 423 UVectorDeleter() : _obj(NULL) {} in UVectorDeleter() 424 ~UVectorDeleter() { delete _obj; } in ~UVectorDeleter() 527 if (cacheDescriptorList._obj == NULL) { in getKey() 528 cacheDescriptorList._obj = new UVector(uprv_deleteUObject, NULL, 5, status); in getKey() 539 cacheDescriptorList._obj->addElement(idToCache, status); in getKey() 553 if (cacheDescriptorList._obj != NULL) { in getKey() 554 for (int32_t i = cacheDescriptorList._obj->size(); --i >= 0;) { in getKey() 555 … UnicodeString* desc = (UnicodeString*)cacheDescriptorList._obj->elementAt(i); in getKey() 563 cacheDescriptorList._obj->removeElementAt(i); in getKey()
|
/third_party/node/deps/icu-small/source/common/ |
D | servslkf.cpp | 39 , _obj(objToAdopt) in SimpleLocaleKeyFactory() 50 , _obj(objToAdopt) in SimpleLocaleKeyFactory() 59 delete _obj; in ~SimpleLocaleKeyFactory() 60 _obj = NULL; in ~SimpleLocaleKeyFactory() 72 return service->cloneInstance(_obj); in create()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | servslkf.cpp | 39 , _obj(objToAdopt) in SimpleLocaleKeyFactory() 50 , _obj(objToAdopt) in SimpleLocaleKeyFactory() 59 delete _obj; in ~SimpleLocaleKeyFactory() 60 _obj = NULL; in ~SimpleLocaleKeyFactory() 72 return service->cloneInstance(_obj); in create()
|
D | serv.cpp | 422 UVector* _obj; member 423 UVectorDeleter() : _obj(NULL) {} in UVectorDeleter() 424 ~UVectorDeleter() { delete _obj; } in ~UVectorDeleter() 527 if (cacheDescriptorList._obj == NULL) { in getKey() 528 cacheDescriptorList._obj = new UVector(uprv_deleteUObject, NULL, 5, status); in getKey() 539 cacheDescriptorList._obj->addElement(idToCache, status); in getKey() 553 if (cacheDescriptorList._obj != NULL) { in getKey() 554 for (int32_t i = cacheDescriptorList._obj->size(); --i >= 0;) { in getKey() 555 … UnicodeString* desc = (UnicodeString*)cacheDescriptorList._obj->elementAt(i); in getKey() 563 cacheDescriptorList._obj->removeElementAt(i); in getKey()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | servslkf.cpp | 39 , _obj(objToAdopt) in SimpleLocaleKeyFactory() 50 , _obj(objToAdopt) in SimpleLocaleKeyFactory() 59 delete _obj; in ~SimpleLocaleKeyFactory() 60 _obj = NULL; in ~SimpleLocaleKeyFactory() 72 return service->cloneInstance(_obj); in create()
|
D | serv.cpp | 422 UVector* _obj; member 423 UVectorDeleter() : _obj(NULL) {} in UVectorDeleter() 424 ~UVectorDeleter() { delete _obj; } in ~UVectorDeleter() 527 if (cacheDescriptorList._obj == NULL) { in getKey() 528 cacheDescriptorList._obj = new UVector(uprv_deleteUObject, NULL, 5, status); in getKey() 539 cacheDescriptorList._obj->addElement(idToCache, status); in getKey() 553 if (cacheDescriptorList._obj != NULL) { in getKey() 554 for (int32_t i = cacheDescriptorList._obj->size(); --i >= 0;) { in getKey() 555 … UnicodeString* desc = (UnicodeString*)cacheDescriptorList._obj->elementAt(i); in getKey() 563 cacheDescriptorList._obj->removeElementAt(i); in getKey()
|
/third_party/ffmpeg/compat/atomics/gcc/ |
D | stdatomic.h | 103 __typeof__(object) _obj = (object); \ 106 _old = atomic_load(_obj); \ 107 while (!__sync_bool_compare_and_swap(_obj, _old, (desired))); \
|
/third_party/libnl/python/netlink/ |
D | util.py | 80 self._obj = obj 84 value = getattr(self._obj.__class__, key) 91 value = getattr(self._obj, key)
|
/third_party/libwebsockets/lib/core-net/ |
D | lws-dsh.c | 360 lws_dsh_obj_t *_obj; in lws_dsh_get_head() local 365 _obj = (lws_dsh_obj_t *)lws_dll2_get_head(&dsh->oha[kind + 1].owner); in lws_dsh_get_head() 367 if (!_obj) { in lws_dsh_get_head() 374 *obj = (void *)(&_obj[1]); in lws_dsh_get_head() 375 *size = _obj->size; in lws_dsh_get_head()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_dump_state.c | 183 #define util_dump_array(_stream, _type, _obj, _size) \ argument 189 util_dump_##_type(_stream, (_obj)[idx]); \ 195 #define util_dump_struct_array(_stream, _type, _obj, _size) \ argument 201 util_dump_##_type(_stream, &(_obj)[idx]); \ 207 #define util_dump_member(_stream, _type, _obj, _member) \ argument 210 util_dump_##_type(_stream, (_obj)->_member); \ 221 #define util_dump_member_array(_stream, _type, _obj, _member) \ argument 224 …util_dump_array(_stream, _type, (_obj)->_member, sizeof((_obj)->_member)/sizeof((_obj)->_member[0]…
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 238 __VkIcdType ## _to_handle(__VkIcdType *_obj) \ 240 return (__VkType)(uintptr_t) _obj; \
|
/third_party/libxml2/python/tests/ |
D | tstxpath.py | 16 pctxt = libxml2.xpathParserContext(_obj=ctx)
|
/third_party/pulseaudio/src/pulsecore/ |
D | object.h | 42 #define pa_object_free ((void (*) (pa_object* _obj)) pa_xfree)
|
/third_party/python/Lib/ctypes/test/ |
D | test_parameters.py | 58 self.assertIs(c_char_p.from_param(s)._obj, s) 61 self.assertEqual(c_char_p.from_param(b"123")._obj, b"123")
|
/third_party/icu/icu4c/source/i18n/ |
D | number_types.h | 209 Parameters(const ModifierStore* _obj, Signum _signum, StandardPlural::Form _plural);
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | number_types.h | 199 Parameters(const ModifierStore* _obj, int8_t _signum, StandardPlural::Form _plural);
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | number_types.h | 209 Parameters(const ModifierStore* _obj, Signum _signum, StandardPlural::Form _plural);
|