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

1 2 3

  /prebuilts/misc/common/swig/include/2.0.11/python/
pyclasses.swg 15 A(PyObject *o) : _obj(o) {
66 PyObject *_obj;
69 SwigPtr_PyObject() :_obj(0)
73 SwigPtr_PyObject(const SwigPtr_PyObject& item) : _obj(item._obj)
75 Py_XINCREF(_obj);
78 SwigPtr_PyObject(PyObject *obj, bool initial_ref = true) :_obj(obj)
81 Py_XINCREF(_obj);
87 Py_XINCREF(item._obj);
88 Py_XDECREF(_obj);
    [all...]
  /external/autotest/client/cros/faft/utils/
common.py 10 _obj = None variable in class:LazyInitHandlerProxy
18 self._obj = self._handler_class()
19 self._obj.init(*self._args, **self._kargs)
25 return getattr(self._obj, name)
  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.h 137 #define trace_dump_array(_type, _obj, _size) \
139 if (_obj) { \
144 trace_dump_##_type((_obj)[idx]); \
153 #define trace_dump_struct_array(_type, _obj, _size) \
155 if (_obj) { \
160 trace_dump_##_type(&(_obj)[idx]); \
169 #define trace_dump_member(_type, _obj, _member) \
172 trace_dump_##_type((_obj)->_member); \
183 #define trace_dump_member_array(_type, _obj, _member) \
186 trace_dump_array(_type, (_obj)->_member, sizeof((_obj)->_member)/sizeof((_obj)->_member[0]));
    [all...]
  /external/icu/icu4c/source/common/
servslkf.cpp 39 , _obj(objToAdopt)
50 , _obj(objToAdopt)
59 delete _obj;
60 _obj = NULL;
72 return service->cloneInstance(_obj);
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
rubyclasses.swg 15 GC_VALUE _obj;
16 A(VALUE o) : _obj(o) {
97 VALUE _obj;
133 GC_VALUE() : _obj(Qnil)
137 GC_VALUE(const GC_VALUE& item) : _obj(item._obj)
139 SwigGCReferences::instance().GC_register(_obj);
142 GC_VALUE(VALUE obj) :_obj(obj)
144 SwigGCReferences::instance().GC_register(_obj);
149 SwigGCReferences::instance().GC_unregister(_obj);
    [all...]
rubystdfunctors.swg 98 if (_obj != Qnil) {
102 VALUE res = rb_funcall( _obj, swig::call_id, 2, arg1, arg2);
117 if (_obj != Qnil) {
121 VALUE res = rb_funcall( _obj, swig::call_id, 2, arg1, arg2);
138 VALUE res = rb_funcall( _obj, swig::call_id, 1, arg1);
152 VALUE res = rb_funcall( _obj, swig::call_id, 1, VALUE(arg1));
  /external/python/cpython3/Lib/multiprocessing/
sharedctypes.py 160 return self._obj.%s
166 self._obj.%s = value
182 self._obj = obj
199 return synchronized, (self._obj, self._lock)
202 return self._obj
208 return '<%s wrapper for %s>' % (type(self).__name__, self._obj)
218 return len(self._obj)
222 return self._obj[i]
226 self._obj[i] = value
230 return self._obj[start:stop
    [all...]
  /external/libxml2/python/
libxml.py 11 n = type(_obj).__name__
55 def __init__(self, _obj):
56 self.__io = _obj
98 def __init__(self, _obj, enc = ""):
99 ioWrapper.__init__(self, _obj)
116 def __init__(self, _obj, enc = ""):
117 # print "ioWriteWrapper.__init__", _obj
118 if type(_obj) == type(''):
121 elif type(_obj).__name__ == 'PyCapsule':
122 file = libxml2mod.outputBufferGetPythonFile(_obj)
    [all...]
generator.py 597 "xmlNodePtr": ("._o", "xmlNode(_obj=%s)", "xmlNode"),
598 "xmlNode *": ("._o", "xmlNode(_obj=%s)", "xmlNode"),
599 "xmlDocPtr": ("._o", "xmlDoc(_obj=%s)", "xmlDoc"),
600 "xmlDoc *": ("._o", "xmlDoc(_obj=%s)", "xmlDoc"),
601 "htmlDocPtr": ("._o", "xmlDoc(_obj=%s)", "xmlDoc"),
602 "htmlxmlDocPtr *": ("._o", "xmlDoc(_obj=%s)", "xmlDoc"),
603 "xmlAttrPtr": ("._o", "xmlAttr(_obj=%s)", "xmlAttr"),
604 "xmlAttr *": ("._o", "xmlAttr(_obj=%s)", "xmlAttr"),
605 "xmlNsPtr": ("._o", "xmlNs(_obj=%s)", "xmlNs"),
606 "xmlNs *": ("._o", "xmlNs(_obj=%s)", "xmlNs")
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
sharedctypes.py 190 return self._obj.%s
196 self._obj.%s = value
212 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
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
sharedctypes.py 185 return self._obj.%s
191 self._obj.%s = value
207 self._obj = obj
214 return synchronized, (self._obj, self._lock)
217 return self._obj
223 return '<%s wrapper for %s>' % (type(self).__name__, self._obj)
233 return len(self._obj)
238 return self._obj[i]
245 self._obj[i] = value
252 return self._obj[start:stop
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
sharedctypes.py 185 return self._obj.%s
191 self._obj.%s = value
207 self._obj = obj
214 return synchronized, (self._obj, self._lock)
217 return self._obj
223 return '<%s wrapper for %s>' % (type(self).__name__, self._obj)
233 return len(self._obj)
238 return self._obj[i]
245 self._obj[i] = value
252 return self._obj[start:stop
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 185 return self._obj.%s
191 self._obj.%s = value
207 self._obj = obj
214 return synchronized, (self._obj, self._lock)
217 return self._obj
223 return '<%s wrapper for %s>' % (type(self).__name__, self._obj)
233 return len(self._obj)
238 return self._obj[i]
245 self._obj[i] = value
252 return self._obj[start:stop
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
sharedctypes.py 185 return self._obj.%s
191 self._obj.%s = value
207 self._obj = obj
214 return synchronized, (self._obj, self._lock)
217 return self._obj
223 return '<%s wrapper for %s>' % (type(self).__name__, self._obj)
233 return len(self._obj)
238 return self._obj[i]
245 self._obj[i] = value
252 return self._obj[start:stop
    [all...]
  /test/framework/harnesses/host_controller/tradefed/
remote_operation.py 31 _obj: A JSON object with at least 2 entries, "type" and "version".
42 self._obj = kwargs
43 self._obj["type"] = type
44 if "version" not in self._obj:
45 self._obj["version"] = self.CURRENT_PROTOCOL_VERSION
67 return self._obj["type"]
71 return json.dumps(self._obj)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
pool_allocator.h 86 union _Obj
88 union _Obj* _M_free_list_link;
92 static _Obj* volatile _S_free_list[_S_free_list_size];
103 _GLIBCXX_CONST _Obj* volatile*
238 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
241 _Obj* __restrict__ __result = *__free_list;
267 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
268 _Obj* __q = reinterpret_cast<_Obj*>(__p);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
pool_allocator.h 86 union _Obj
88 union _Obj* _M_free_list_link;
92 static _Obj* volatile _S_free_list[_S_free_list_size];
103 _GLIBCXX_CONST _Obj* volatile*
238 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
241 _Obj* __restrict__ __result = *__free_list;
267 _Obj* volatile* __free_list = _M_get_free_list(__bytes);
268 _Obj* __q = reinterpret_cast<_Obj*>(__p);
  /external/mesa3d/src/vulkan/wsi/
wsi_common.h 114 __wsi_type ## _to_handle(struct __wsi_type *_obj) \
116 return (__VkType)(uintptr_t) _obj; \
130 __VkIcdType ## _to_handle(__VkIcdType *_obj) \
132 return (__VkType)(uintptr_t) _obj; \
  /prebuilts/go/darwin-x86/misc/cgo/testgodefs/
test.bash 21 rm -rf _obj testgodefs ${RM}
  /prebuilts/go/linux-x86/misc/cgo/testgodefs/
test.bash 21 rm -rf _obj testgodefs ${RM}
  /external/libnl/python/netlink/
util.py 80 self._obj = obj
84 value = getattr(self._obj.__class__, key)
91 value = getattr(self._obj, key)
  /external/python/cpython2/Lib/ctypes/test/
test_parameters.py 58 self.assertIs(c_char_p.from_param(s)._obj, s)
61 self.assertEqual(c_char_p.from_param(u"123")._obj, "123")
76 self.assertTrue(c_wchar_p.from_param(s)._obj is s)
80 self.assertEqual(c_wchar_p.from_param("123")._obj, u"123")
  /prebuilts/gdb/darwin-x86/lib/python2.7/ctypes/test/
test_parameters.py 58 self.assertTrue(c_char_p.from_param(s)._obj is s)
61 self.assertEqual(c_char_p.from_param(u"123")._obj, "123")
80 self.assertTrue(c_wchar_p.from_param(s)._obj is s)
84 self.assertEqual(c_wchar_p.from_param("123")._obj, u"123")
  /prebuilts/gdb/linux-x86/lib/python2.7/ctypes/test/
test_parameters.py 58 self.assertTrue(c_char_p.from_param(s)._obj is s)
61 self.assertEqual(c_char_p.from_param(u"123")._obj, "123")
80 self.assertTrue(c_wchar_p.from_param(s)._obj is s)
84 self.assertEqual(c_wchar_p.from_param("123")._obj, u"123")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
test_parameters.py 58 self.assertTrue(c_char_p.from_param(s)._obj is s)
61 self.assertEqual(c_char_p.from_param(u"123")._obj, "123")
80 self.assertTrue(c_wchar_p.from_param(s)._obj is s)
84 self.assertEqual(c_wchar_p.from_param("123")._obj, u"123")

Completed in 1124 milliseconds

1 2 3