HomeSort by relevance Sort by last modified time
    Searched defs:_self (Results 1 - 24 of 24) sorted by null

  /external/python/cpython2/Mac/Modules/ibcarbon/
_IBCarbon.c 56 static PyObject *IBNibRefObj_CreateWindowFromNib(IBNibRefObject *_self, PyObject *_args)
65 _err = CreateWindowFromNib(_self->ob_itself,
74 static PyObject *IBNibRefObj_CreateMenuFromNib(IBNibRefObject *_self, PyObject *_args)
83 _err = CreateMenuFromNib(_self->ob_itself,
92 static PyObject *IBNibRefObj_CreateMenuBarFromNib(IBNibRefObject *_self, PyObject *_args)
101 _err = CreateMenuBarFromNib(_self->ob_itself,
110 static PyObject *IBNibRefObj_SetMenuBarFromNib(IBNibRefObject *_self, PyObject *_args)
118 _err = SetMenuBarFromNib(_self->ob_itself,
152 PyObject *_self; local
157 if ((_self = type->tp_alloc(type, 0)) == NULL) return NULL
    [all...]
  /external/python/cpython2/Mac/Modules/qdoffs/
_Qdoffsmodule.c 72 static PyObject *GWorldObj_GetGWorldDevice(GWorldObject *_self, PyObject *_args)
81 _rv = GetGWorldDevice(_self->ob_itself);
87 static PyObject *GWorldObj_GetGWorldPixMap(GWorldObject *_self, PyObject *_args)
96 _rv = GetGWorldPixMap(_self->ob_itself);
102 static PyObject *GWorldObj_as_GrafPtr(GWorldObject *_self, PyObject *_args)
111 _rv = as_GrafPtr(_self->ob_itself);
141 PyObject *_self; local
146 if ((_self = type->tp_alloc(type, 0)) == NULL) return NULL;
147 ((GWorldObject *)_self)->ob_itself = itself;
148 return _self;
    [all...]
  /external/python/cpython2/Mac/Modules/cm/
_Cmmodule.c 100 static PyObject *CmpInstObj_CloseComponent(ComponentInstanceObject *_self, PyObject *_args)
109 _err = CloseComponent(_self->ob_itself);
116 static PyObject *CmpInstObj_GetComponentInstanceError(ComponentInstanceObject *_self, PyObject *_args)
125 _err = GetComponentInstanceError(_self->ob_itself);
132 static PyObject *CmpInstObj_SetComponentInstanceError(ComponentInstanceObject *_self, PyObject *_args)
142 SetComponentInstanceError(_self->ob_itself,
149 static PyObject *CmpInstObj_GetComponentInstanceStorage(ComponentInstanceObject *_self, PyObject *_args)
158 _rv = GetComponentInstanceStorage(_self->ob_itself);
164 static PyObject *CmpInstObj_SetComponentInstanceStorage(ComponentInstanceObject *_self, PyObject *_args)
174 SetComponentInstanceStorage(_self->ob_itself
270 PyObject *_self; local
708 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/ae/
_AEmodule.c 89 static PyObject *AEDesc_AECoerceDesc(AEDescObject *_self, PyObject *_args)
101 _err = AECoerceDesc(&_self->ob_itself,
110 static PyObject *AEDesc_AEDuplicateDesc(AEDescObject *_self, PyObject *_args)
120 _err = AEDuplicateDesc(&_self->ob_itself,
128 static PyObject *AEDesc_AECountItems(AEDescObject *_self, PyObject *_args)
138 _err = AECountItems(&_self->ob_itself,
146 static PyObject *AEDesc_AEPutPtr(AEDescObject *_self, PyObject *_args)
164 _err = AEPutPtr(&_self->ob_itself,
174 static PyObject *AEDesc_AEPutDesc(AEDescObject *_self, PyObject *_args)
187 _err = AEPutDesc(&_self->ob_itself
872 PyObject *_self; local
    [all...]
  /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...]
  /external/python/cpython2/Mac/Modules/dlg/
_Dlgmodule.c 169 static PyObject *DlgObj_DrawDialog(DialogObject *_self, PyObject *_args)
177 DrawDialog(_self->ob_itself);
183 static PyObject *DlgObj_UpdateDialog(DialogObject *_self, PyObject *_args)
193 UpdateDialog(_self->ob_itself,
200 static PyObject *DlgObj_HideDialogItem(DialogObject *_self, PyObject *_args)
210 HideDialogItem(_self->ob_itself,
217 static PyObject *DlgObj_ShowDialogItem(DialogObject *_self, PyObject *_args)
227 ShowDialogItem(_self->ob_itself,
234 static PyObject *DlgObj_FindDialogItem(DialogObject *_self, PyObject *_args)
245 _rv = FindDialogItem(_self->ob_itself
963 PyObject *_self; local
    [all...]
  /external/python/cpython2/Mac/Modules/drag/
_Dragmodule.c 81 static PyObject *DragObj_DisposeDrag(DragObjObject *_self, PyObject *_args)
90 _err = DisposeDrag(_self->ob_itself);
97 static PyObject *DragObj_AddDragItemFlavor(DragObjObject *_self, PyObject *_args)
117 _err = AddDragItemFlavor(_self->ob_itself,
128 static PyObject *DragObj_SetDragItemFlavorData(DragObjObject *_self, PyObject *_args)
148 _err = SetDragItemFlavorData(_self->ob_itself,
159 static PyObject *DragObj_SetDragImage(DragObjObject *_self, PyObject *_args)
176 _err = SetDragImage(_self->ob_itself,
187 static PyObject *DragObj_ChangeDragBehaviors(DragObjObject *_self, PyObject *_args)
200 _err = ChangeDragBehaviors(_self->ob_itself
748 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/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/app/
_Appmodule.c 66 static PyObject *ThemeDrawingStateObj_SetThemeDrawingState(ThemeDrawingStateObject *_self, PyObject *_args)
77 _rv = SetThemeDrawingState(_self->ob_itself,
84 static PyObject *ThemeDrawingStateObj_DisposeThemeDrawingState(ThemeDrawingStateObject *_self, PyObject *_args)
93 _rv = DisposeThemeDrawingState(_self->ob_itself);
121 PyObject *_self; local
126 if ((_self = type->tp_alloc(type, 0)) == NULL) return NULL;
127 ((ThemeDrawingStateObject *)_self)->ob_itself = itself;
128 return _self;
181 static PyObject *App_RegisterAppearanceClient(PyObject *_self, PyObject *_args)
197 static PyObject *App_UnregisterAppearanceClient(PyObject *_self, PyObject *_args
    [all...]
  /external/python/cpython2/Mac/Modules/carbonevt/
_CarbonEvtmodule.c 145 static PyObject *EventRef_RetainEvent(EventRefObject *_self, PyObject *_args)
151 _rv = RetainEvent(_self->ob_itself);
157 static PyObject *EventRef_GetEventRetainCount(EventRefObject *_self, PyObject *_args)
163 _rv = GetEventRetainCount(_self->ob_itself);
169 static PyObject *EventRef_ReleaseEvent(EventRefObject *_self, PyObject *_args)
174 ReleaseEvent(_self->ob_itself);
180 static PyObject *EventRef_SetEventParameter(EventRefObject *_self, PyObject *_args)
195 _err = SetEventParameter(_self->ob_itself,
205 static PyObject *EventRef_GetEventClass(EventRefObject *_self, PyObject *_args)
211 _rv = GetEventClass(_self->ob_itself)
393 PyObject *_self; local
614 PyObject *_self; local
744 PyObject *_self; local
892 PyObject *_self; local
1084 PyObject *_self; local
1217 PyObject *_self; local
1372 PyObject *_self; local
1502 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/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/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/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...]
  /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/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...]
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.0/
rxjava-1.1.0.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.3/
rxjava-1.1.3.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.4/
rxjava-1.1.4.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.5/
rxjava-1.1.5.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.1.6/
rxjava-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/io/reactivex/rxjava/1.2.3/
rxjava-1.2.3.jar 

Completed in 1251 milliseconds