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

1 2

  /external/mesa3d/src/gallium/drivers/trace/
tr_dump.h 137 #define trace_dump_array(_type, _obj, _size) \
143 trace_dump_##_type((_obj)[idx]); \
149 #define trace_dump_struct_array(_type, _obj, _size) \
155 trace_dump_##_type(&(_obj)[idx]); \
161 #define trace_dump_member(_type, _obj, _member) \
164 trace_dump_##_type((_obj)->_member); \
175 #define trace_dump_member_array(_type, _obj, _member) \
178 trace_dump_array(_type, (_obj)->_member, sizeof((_obj)->_member)/sizeof((_obj)->_member[0]));
    [all...]
  /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);
serv.cpp 422 UVector* _obj; member in struct:UVectorDeleter
423 UVectorDeleter() : _obj(NULL) {}
424 ~UVectorDeleter() { delete _obj; }
527 if (cacheDescriptorList._obj == NULL) {
528 cacheDescriptorList._obj = new UVector(uprv_deleteUObject, NULL, 5, status);
539 cacheDescriptorList._obj->addElement(idToCache, status);
554 if (cacheDescriptorList._obj != NULL) {
555 for (int32_t i = cacheDescriptorList._obj->size(); --i >= 0;) {
556 UnicodeString* desc = (UnicodeString*)cacheDescriptorList._obj->elementAt(i);
564 cacheDescriptorList._obj->removeElementAt(i)
    [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...]
  /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));
  /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/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/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);
udp_socket2_win.h 128 CallbackObj _obj; member in class:webrtc::test::UdpSocket2Windows
  /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")
  /external/mesa3d/src/gallium/auxiliary/util/
u_dump_state.c 173 #define util_dump_array(_stream, _type, _obj, _size) \
179 util_dump_##_type(_stream, (_obj)[idx]); \
185 #define util_dump_struct_array(_stream, _type, _obj, _size) \
191 util_dump_##_type(_stream, &(_obj)[idx]); \
197 #define util_dump_member(_stream, _type, _obj, _member) \
200 util_dump_##_type(_stream, (_obj)->_member); \
211 #define util_dump_member_array(_stream, _type, _obj, _member) \
214 util_dump_array(_stream, _type, (_obj)->_member, sizeof((_obj)->_member)/sizeof((_obj)->_member[0]));
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/r/
r.swg 25 SEXP _obj = obj;
26 assign(name, _obj);
  /external/autotest/client/cros/faft/
rpc_functions.py 47 _obj = None variable in class:LazyInitHandlerProxy
55 self._obj = self._handler_class()
56 self._obj.init(*self._args, **self._kargs)
62 return getattr(self._obj, name)
  /prebuilts/go/darwin-x86/src/cmd/cgo/
main.go 288 // make sure that _obj directory exists, so that we can write
290 os.Mkdir("_obj", 0777)
291 *objDir = "_obj"

Completed in 1116 milliseconds

1 2