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

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython2/Mac/Modules/cg/
_CGmodule.c 131 static PyObject *CGContextRefObj_CGContextSaveGState(CGContextRefObject *_self, PyObject *_args)
136 CGContextSaveGState(_self->ob_itself);
142 static PyObject *CGContextRefObj_CGContextRestoreGState(CGContextRefObject *_self, PyObject *_args)
147 CGContextRestoreGState(_self->ob_itself);
153 static PyObject *CGContextRefObj_CGContextScaleCTM(CGContextRefObject *_self, PyObject *_args)
162 CGContextScaleCTM(_self->ob_itself,
170 static PyObject *CGContextRefObj_CGContextTranslateCTM(CGContextRefObject *_self, PyObject *_args)
179 CGContextTranslateCTM(_self->ob_itself,
187 static PyObject *CGContextRefObj_CGContextRotateCTM(CGContextRefObject *_self, PyObject *_args)
194 CGContextRotateCTM(_self->ob_itself
1201 PyObject *_self; local
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 55 typedef reverse_iterator<_Iterator> _Self;
65 reverse_iterator(const _Self& __x) : current(__x.current) {}
66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; }
71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; }
80 _Self& operator++() {
84 _Self operator++(int) {
85 _Self __tmp = *this;
89 _Self& operator--() {
93 _Self operator--(int)
    [all...]
_string_workaround.h 34 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
55 basic_string(const _Self& __s)
58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
75 basic_string(__move_source<_Self> src)
97 _Self& operator=(const _Self& __s) {
102 _Self& operator=(const _CharT* __s) {
107 _Self& operator=(_CharT __c) {
148 _Self& operator+=(const _Self& __s)
    [all...]
_istream.h 64 typedef basic_istream<_CharT, _Traits> _Self;
68 basic_istream(_Self const&);
69 _Self& operator = (_Self const&);
83 typedef _Self& (_STLP_CALL *__istream_fn)(_Self&);
96 _Self& operator>> (__istream_fn __f) { return __f(*this); }
97 _Self& operator>> (__ios_fn __f) { __f(*this); return *this; }
98 _Self& operator>> (__ios_base_fn __f) { __f(*this); return *this; }
101 _Self& operator>> (short& __val)
    [all...]
_ostream.h 54 typedef basic_ostream<_CharT, _Traits> _Self;
58 basic_ostream(_Self const&);
59 _Self& operator = (_Self const&);
77 typedef _Self& (_STLP_CALL *__ostream_fn)(_Self&);
78 _Self& operator<< (__ostream_fn __f) { return __f(*this); }
79 _Self & operator<< (__ios_base_fn __f) { __f(*this); return *this; }
80 _Self& operator<< (__ios_fn __ff) { __ff(*this); return *this; }
96 _Self& put(char_type __c)
    [all...]
_iterator_old.h 66 Reference__, _Distance> _Self;
67 // friend inline bool operator== _STLP_NULL_TMPL_ARGS (const _Self& x, const _Self& y);
92 _Self& operator++() {
96 _Self operator++(int) {
97 _Self __tmp = *this;
101 _Self& operator--() {
105 _Self operator--(int) {
106 _Self __tmp = *this;
161 typedef reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance> _Self;
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 55 typedef reverse_iterator<_Iterator> _Self;
65 reverse_iterator(const _Self& __x) : current(__x.current) {}
66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; }
71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; }
80 _Self& operator++() {
84 _Self operator++(int) {
85 _Self __tmp = *this;
89 _Self& operator--() {
93 _Self operator--(int)
    [all...]
_string_workaround.h 34 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
55 basic_string(const _Self& __s)
58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
75 basic_string(__move_source<_Self> src)
97 _Self& operator=(const _Self& __s) {
102 _Self& operator=(const _CharT* __s) {
107 _Self& operator=(_CharT __c) {
148 _Self& operator+=(const _Self& __s)
    [all...]
_istream.h 64 typedef basic_istream<_CharT, _Traits> _Self;
68 basic_istream(_Self const&);
69 _Self& operator = (_Self const&);
83 typedef _Self& (_STLP_CALL *__istream_fn)(_Self&);
96 _Self& operator>> (__istream_fn __f) { return __f(*this); }
97 _Self& operator>> (__ios_fn __f) { __f(*this); return *this; }
98 _Self& operator>> (__ios_base_fn __f) { __f(*this); return *this; }
101 _Self& operator>> (short& __val)
    [all...]
_ostream.h 54 typedef basic_ostream<_CharT, _Traits> _Self;
58 basic_ostream(_Self const&);
59 _Self& operator = (_Self const&);
77 typedef _Self& (_STLP_CALL *__ostream_fn)(_Self&);
78 _Self& operator<< (__ostream_fn __f) { return __f(*this); }
79 _Self & operator<< (__ios_base_fn __f) { __f(*this); return *this; }
80 _Self& operator<< (__ios_fn __ff) { __ff(*this); return *this; }
96 _Self& put(char_type __c)
    [all...]
_iterator_old.h 66 Reference__, _Distance> _Self;
67 // friend inline bool operator== _STLP_NULL_TMPL_ARGS (const _Self& x, const _Self& y);
92 _Self& operator++() {
96 _Self operator++(int) {
97 _Self __tmp = *this;
101 _Self& operator--() {
105 _Self operator--(int) {
106 _Self __tmp = *this;
161 typedef reverse_iterator<_RandomAccessIterator, _Tp, Reference__, _Distance> _Self;
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_iterator.h 55 typedef reverse_iterator<_Iterator> _Self;
65 reverse_iterator(const _Self& __x) : current(__x.current) {}
66 _Self& operator = (const _Self& __x) { current = __x.base(); return *this; }
71 _Self& operator = (const reverse_iterator<_Iter>& __x) { current = __x.base(); return *this; }
80 _Self& operator++() {
84 _Self operator++(int) {
85 _Self __tmp = *this;
89 _Self& operator--() {
93 _Self operator--(int)
    [all...]
_string_workaround.h 34 typedef basic_string<_CharT, _Traits, _Alloc> _Self;
55 basic_string(const _Self& __s)
58 basic_string(const _Self& __s, size_type __pos, size_type __n = npos,
75 basic_string(__move_source<_Self> src)
97 _Self& operator=(const _Self& __s) {
102 _Self& operator=(const _CharT* __s) {
107 _Self& operator=(_CharT __c) {
148 _Self& operator+=(const _Self& __s)
    [all...]
_istream.h 64 typedef basic_istream<_CharT, _Traits> _Self;
68 basic_istream(_Self const&);
69 _Self& operator = (_Self const&);
83 typedef _Self& (_STLP_CALL *__istream_fn)(_Self&);
96 _Self& operator>> (__istream_fn __f) { return __f(*this); }
97 _Self& operator>> (__ios_fn __f) { __f(*this); return *this; }
98 _Self& operator>> (__ios_base_fn __f) { __f(*this); return *this; }
101 _Self& operator>> (short& __val)
    [all...]
_ostream.h 54 typedef basic_ostream<_CharT, _Traits> _Self;
58 basic_ostream(_Self const&);
59 _Self& operator = (_Self const&);
77 typedef _Self& (_STLP_CALL *__ostream_fn)(_Self&);
78 _Self& operator<< (__ostream_fn __f) { return __f(*this); }
79 _Self & operator<< (__ios_base_fn __f) { __f(*this); return *this; }
80 _Self& operator<< (__ios_fn __ff) { __ff(*this); return *this; }
96 _Self& put(char_type __c)
    [all...]
  /external/protobuf/ruby/ext/google/protobuf_c/
protobuf.h 175 void DescriptorPool_mark(void* _self);
176 void DescriptorPool_free(void* _self);
180 VALUE DescriptorPool_add(VALUE _self, VALUE def);
181 VALUE DescriptorPool_build(VALUE _self);
182 VALUE DescriptorPool_lookup(VALUE _self, VALUE name);
183 VALUE DescriptorPool_generated_pool(VALUE _self);
185 void Descriptor_mark(void* _self);
186 void Descriptor_free(void* _self);
190 VALUE Descriptor_name(VALUE _self);
191 VALUE Descriptor_name_set(VALUE _self, VALUE str)
    [all...]
  /external/python/cpython2/Mac/Modules/win/
_Winmodule.c 108 static PyObject *WinObj_GetWindowOwnerCount(WindowObject *_self, PyObject *_args)
118 _err = GetWindowOwnerCount(_self->ob_itself,
126 static PyObject *WinObj_CloneWindow(WindowObject *_self, PyObject *_args)
135 _err = CloneWindow(_self->ob_itself);
142 static PyObject *WinObj_GetWindowRetainCount(WindowObject *_self, PyObject *_args)
151 _rv = GetWindowRetainCount(_self->ob_itself);
157 static PyObject *WinObj_RetainWindow(WindowObject *_self, PyObject *_args)
166 _err = RetainWindow(_self->ob_itself);
173 static PyObject *WinObj_ReleaseWindow(WindowObject *_self, PyObject *_args)
182 _err = ReleaseWindow(_self->ob_itself)
2596 PyObject *_self; local
    [all...]
  /external/python/cpython2/Mac/Modules/menu/
_Menumodule.c 94 static PyObject *MenuObj_DisposeMenu(MenuObject *_self, PyObject *_args)
102 DisposeMenu(_self->ob_itself);
108 static PyObject *MenuObj_CalcMenuSize(MenuObject *_self, PyObject *_args)
116 CalcMenuSize(_self->ob_itself);
122 static PyObject *MenuObj_CountMenuItems(MenuObject *_self, PyObject *_args)
131 _rv = CountMenuItems(_self->ob_itself);
137 static PyObject *MenuObj_GetMenuFont(MenuObject *_self, PyObject *_args)
148 _err = GetMenuFont(_self->ob_itself,
158 static PyObject *MenuObj_SetMenuFont(MenuObject *_self, PyObject *_args)
171 _err = SetMenuFont(_self->ob_itself
2543 PyObject *_self; local
    [all...]
  /external/python/cpython2/Mac/Modules/mlte/
_Mltemodule.c 106 static PyObject *TXNObj_TXNDeleteObject(TXNObjectObject *_self, PyObject *_args)
114 TXNDeleteObject(_self->ob_itself);
120 static PyObject *TXNObj_TXNResizeFrame(TXNObjectObject *_self, PyObject *_args)
134 TXNResizeFrame(_self->ob_itself,
143 static PyObject *TXNObj_TXNSetFrameBounds(TXNObjectObject *_self, PyObject *_args)
161 TXNSetFrameBounds(_self->ob_itself,
172 static PyObject *TXNObj_TXNKeyDown(TXNObjectObject *_self, PyObject *_args)
182 TXNKeyDown(_self->ob_itself,
189 static PyObject *TXNObj_TXNAdjustCursor(TXNObjectObject *_self, PyObject *_args)
199 TXNAdjustCursor(_self->ob_itself
1244 PyObject *_self; local
1398 PyObject *_self; local
    [all...]
  /external/python/cpython2/Mac/Modules/osa/
_OSAmodule.c 79 static PyObject *OSAObj_OSALoad(OSAComponentInstanceObject *_self, PyObject *_args)
93 _err = OSALoad(_self->ob_itself,
103 static PyObject *OSAObj_OSAStore(OSAComponentInstanceObject *_self, PyObject *_args)
119 _err = OSAStore(_self->ob_itself,
130 static PyObject *OSAObj_OSAExecute(OSAComponentInstanceObject *_self, PyObject *_args)
146 _err = OSAExecute(_self->ob_itself,
157 static PyObject *OSAObj_OSADisplay(OSAComponentInstanceObject *_self, PyObject *_args)
173 _err = OSADisplay(_self->ob_itself,
184 static PyObject *OSAObj_OSAScriptError(OSAComponentInstanceObject *_self, PyObject *_args)
198 _err = OSAScriptError(_self->ob_itself
803 PyObject *_self; local
    [all...]
  /external/python/cpython2/Mac/Modules/te/
_TEmodule.c 99 static PyObject *TEObj_TESetText(TEObject *_self, PyObject *_args)
113 _self->ob_itself);
119 static PyObject *TEObj_TEGetText(TEObject *_self, PyObject *_args)
128 _rv = TEGetText(_self->ob_itself);
134 static PyObject *TEObj_TEIdle(TEObject *_self, PyObject *_args)
142 TEIdle(_self->ob_itself);
148 static PyObject *TEObj_TESetSelect(TEObject *_self, PyObject *_args)
162 _self->ob_itself);
168 static PyObject *TEObj_TEActivate(TEObject *_self, PyObject *_args)
176 TEActivate(_self->ob_itself)
990 PyObject *_self; local
    [all...]
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c 161 PyObject *_self; local
166 if ((_self = type->tp_alloc(type, 0)) == NULL) return NULL;
167 ((IdleManagerObject *)_self)->ob_itself = itself;
168 return _self;
267 static PyObject *MovieCtlObj_MCSetMovie(MovieControllerObject *_self, PyObject *_args)
282 _rv = MCSetMovie(_self->ob_itself,
291 static PyObject *MovieCtlObj_MCGetIndMovie(MovieControllerObject *_self, PyObject *_args)
302 _rv = MCGetIndMovie(_self->ob_itself,
309 static PyObject *MovieCtlObj_MCRemoveAllMovies(MovieControllerObject *_self, PyObject *_args)
318 _rv = MCRemoveAllMovies(_self->ob_itself)
1281 PyObject *_self; local
1775 PyObject *_self; local
2146 PyObject *_self; local
3388 PyObject *_self; local
4736 PyObject *_self; local
7289 PyObject *_self; local
7413 PyObject *_self; local
    [all...]
  /external/python/cpython2/Mac/Modules/list/
_Listmodule.c 84 static PyObject *ListObj_LAddColumn(ListObject *_self, PyObject *_args)
96 _self->ob_itself);
102 static PyObject *ListObj_LAddRow(ListObject *_self, PyObject *_args)
114 _self->ob_itself);
120 static PyObject *ListObj_LDelColumn(ListObject *_self, PyObject *_args)
131 _self->ob_itself);
137 static PyObject *ListObj_LDelRow(ListObject *_self, PyObject *_args)
148 _self->ob_itself);
154 static PyObject *ListObj_LGetSelect(ListObject *_self, PyObject *_args)
166 _self->ob_itself)
743 PyObject *_self; local
    [all...]
  /external/python/cpython2/Mac/Modules/qd/
_Qdmodule.c 132 static PyObject *GrafObj_MacSetPort(GrafPortObject *_self, PyObject *_args)
140 MacSetPort(_self->ob_itself);
146 static PyObject *GrafObj_QDSwapPort(GrafPortObject *_self, PyObject *_args)
156 _rv = QDSwapPort(_self->ob_itself,
164 static PyObject *GrafObj_IsValidPort(GrafPortObject *_self, PyObject *_args)
173 _rv = IsValidPort(_self->ob_itself);
179 static PyObject *GrafObj_GetPortPixMap(GrafPortObject *_self, PyObject *_args)
188 _rv = GetPortPixMap(_self->ob_itself);
194 static PyObject *GrafObj_GetPortBitMapForCopyBits(GrafPortObject *_self, PyObject *_args)
203 _rv = GetPortBitMapForCopyBits(_self->ob_itself)
1348 PyObject *_self; local
1547 PyObject *_self; local
    [all...]
  /external/python/cpython2/Mac/Modules/ctl/
_Ctlmodule.c 177 static PyObject *CtlObj_HiliteControl(ControlObject *_self, PyObject *_args)
187 HiliteControl(_self->ob_itself,
194 static PyObject *CtlObj_ShowControl(ControlObject *_self, PyObject *_args)
202 ShowControl(_self->ob_itself);
208 static PyObject *CtlObj_HideControl(ControlObject *_self, PyObject *_args)
216 HideControl(_self->ob_itself);
222 static PyObject *CtlObj_IsControlActive(ControlObject *_self, PyObject *_args)
231 _rv = IsControlActive(_self->ob_itself);
237 static PyObject *CtlObj_IsControlVisible(ControlObject *_self, PyObject *_args)
246 _rv = IsControlVisible(_self->ob_itself)
3855 PyObject *_self; local
    [all...]

Completed in 687 milliseconds

1 2 3 4 5 6 7 8 91011>>