Home
last modified time | relevance | path

Searched refs:_obj (Results 1 – 25 of 27) sorted by relevance

12

/external/libxml2/python/
Dlibxml.py11 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 …]
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump.h136 #define trace_dump_array(_type, _obj, _size) \ argument
138 if (_obj) { \
143 trace_dump_##_type((_obj)[idx]); \
152 #define trace_dump_struct_array(_type, _obj, _size) \ argument
154 if (_obj) { \
159 trace_dump_##_type(&(_obj)[idx]); \
168 #define trace_dump_member(_type, _obj, _member) \ argument
171 trace_dump_##_type((_obj)->_member); \
182 #define trace_dump_member_array(_type, _obj, _member) \ argument
185 … trace_dump_array(_type, (_obj)->_member, sizeof((_obj)->_member)/sizeof((_obj)->_member[0])); \
/external/python/cpython2/Lib/multiprocessing/
Dsharedctypes.py212 self._obj = obj
219 return synchronized, (self._obj, self._lock)
222 return self._obj
228 return '<%s wrapper for %s>' % (type(self).__name__, self._obj)
238 return len(self._obj)
243 return self._obj[i]
250 self._obj[i] = value
257 return self._obj[start:stop]
264 self._obj[start:stop] = values
/external/python/cpython3/Lib/multiprocessing/
Dsharedctypes.py183 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
/external/icu/icu4c/source/common/
Dservslkf.cpp39 , _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()
Dserv.cpp422 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()
Dservloc.h304 UObject* _obj;
/external/autotest/client/cros/faft/utils/
Dcommon.py10 _obj = None variable in LazyInitHandlerProxy
18 self._obj = self._handler_class()
19 self._obj.init(*self._args, **self._kargs)
25 return getattr(self._obj, name)
/external/libnl/python/netlink/
Dutil.py80 self._obj = obj
84 value = getattr(self._obj.__class__, key)
91 value = getattr(self._obj, key)
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_posix.cc38 _obj = NULL; in UdpSocketPosix()
96 _obj = obj; in SetCallback()
220 _incomingCb(_obj, buf, retval, &from); in HasIncoming()
Dudp_socket_posix.h77 CallbackObj _obj; variable
Dudp_socket2_win.h128 CallbackObj _obj; variable
Dudp_socket2_win.cc69 _obj = NULL; in UdpSocket2Windows()
227 _obj = obj; in SetCallback()
509 _incomingCb(_obj, in IOCompleted()
/external/python/cpython2/Lib/ctypes/test/
Dtest_parameters.py59 self.assertIs(c_char_p.from_param(s)._obj, s)
62 self.assertEqual(c_char_p.from_param(u"123")._obj, "123")
77 self.assertTrue(c_wchar_p.from_param(s)._obj is s)
81 self.assertEqual(c_wchar_p.from_param("123")._obj, u"123")
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c183 #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]…
/external/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h147 __wsi_type ## _to_handle(struct __wsi_type *_obj) \
149 return (__VkType)(uintptr_t) _obj; \
Dwsi_common.h111 __VkIcdType ## _to_handle(__VkIcdType *_obj) \
113 return (__VkType)(uintptr_t) _obj; \
/external/syzkaller/vendor/golang.org/x/sys/unix/
D.gitignore1 _obj/
/external/golang-protobuf/
D.gitignore12 _obj
/external/tensorflow/tensorflow/contrib/distribute/python/
Dcombinations.py292 self._obj = obj
295 return getattr(self._obj, name)
298 return self._obj(*args, **kwargs)
/external/python/cpython3/Lib/ctypes/test/
Dtest_parameters.py58 self.assertIs(c_char_p.from_param(s)._obj, s)
61 self.assertEqual(c_char_p.from_param(b"123")._obj, b"123")
/external/libxml2/python/tests/
Dtstxpath.py16 pctxt = libxml2.xpathParserContext(_obj=ctx)
/external/icu/icu4c/source/i18n/
Dnumber_types.h199 Parameters(const ModifierStore* _obj, int8_t _signum, StandardPlural::Form _plural);
Dnumber_modifiers.cpp60 const ModifierStore* _obj, int8_t _signum, StandardPlural::Form _plural) in Parameters() argument
61 : obj(_obj), signum(_signum), plural(_plural) {} in Parameters()
/external/mesa3d/src/amd/vulkan/
Dradv_private.h1725 __radv_type ## _to_handle(struct __radv_type *_obj) \
1727 return (__VkType) _obj; \
1739 __radv_type ## _to_handle(struct __radv_type *_obj) \
1741 return (__VkType)(uintptr_t) _obj; \

12