Home
last modified time | relevance | path

Searched defs:_obj (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump.h137 #define trace_dump_array(_type, _obj, _size) \ argument
149 #define trace_dump_struct_array(_type, _obj, _size) \ argument
161 #define trace_dump_member(_type, _obj, _member) \ argument
175 #define trace_dump_member_array(_type, _obj, _member) \ argument
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_posix.h77 CallbackObj _obj; variable
Dudp_socket2_win.h128 CallbackObj _obj; variable
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c173 #define util_dump_array(_stream, _type, _obj, _size) \ argument
185 #define util_dump_struct_array(_stream, _type, _obj, _size) \ argument
197 #define util_dump_member(_stream, _type, _obj, _member) \ argument
211 #define util_dump_member_array(_stream, _type, _obj, _member) \ argument
/external/libxml2/python/
Dlibxml.py55 def __init__(self, _obj): argument
98 def __init__(self, _obj, enc = ""): argument
116 def __init__(self, _obj, enc = ""): argument
268 def __init__(self, _obj=None): argument
648 def __init__(self, _obj=None): argument
722 def __init__(self, _obj=None): argument
/external/opencv3/modules/core/include/opencv2/core/
Dmat.inl.hpp59 inline void _InputArray::init(int _flags, const void* _obj) in init()
62 inline void _InputArray::init(int _flags, const void* _obj, Size _sz) in init()
70 inline _InputArray::_InputArray(int _flags, void* _obj) { init(_flags, _obj); } in _InputArray()
137 inline _OutputArray::_OutputArray(int _flags, void* _obj) { init(_flags|ACCESS_WRITE, _obj); } in _OutputArray()
228 inline _InputOutputArray::_InputOutputArray(int _flags, void* _obj) { init(_flags|ACCESS_RW, _obj);… in _InputOutputArray()
/external/autotest/client/cros/faft/
Drpc_functions.py47 _obj = None variable in LazyFlashromHandlerProxy
/external/icu/icu4c/source/common/
Dserv.cpp420 UVector* _obj; member
/external/opencv3/modules/core/src/
Docl.cpp3072 KernelArg::KernelArg(int _flags, UMat* _m, int _wscale, int _iwscale, const void* _obj, size_t _sz) in KernelArg()