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

1 2

  /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/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)
  /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/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/icu/icu4c/source/common/
servslkf.cpp 39 , _obj(objToAdopt)
50 , _obj(objToAdopt)
59 delete _obj;
60 _obj = NULL;
72 return service->cloneInstance(_obj);
  /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...]
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
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/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...]
  /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...]
  /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...]
  /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; \
  /external/libnl/python/netlink/
util.py 80 self._obj = obj
84 value = getattr(self._obj.__class__, key)
91 value = getattr(self._obj, key)
  /external/libxml2/python/tests/
tstxpath.py 16 pctxt = libxml2.xpathParserContext(_obj=ctx)
  /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")
  /external/syslinux/gpxe/src/include/
compiler.h 172 #define REQUIRE_OBJECT( _obj ) REQUIRE_SYMBOL ( obj_ ## _obj )
175 #define REQUEST_OBJECT( _obj ) REQUEST_SYMBOL ( obj_ ## _obj )
  /external/webrtc/webrtc/test/channel_transport/
udp_socket_posix.h 77 CallbackObj _obj; member in class:webrtc::test::UdpSocketPosix
udp_socket_posix.cc 38 _obj = NULL;
96 _obj = obj;
220 _incomingCb(_obj, buf, retval, &from);
  /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")
  /prebuilts/python/linux-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 474 milliseconds

1 2