Home
last modified time | relevance | path

Searched refs:PyArg_ParseTuple (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c52 if( !PyArg_ParseTuple(v, "lll", &red, &green, &blue) ) in QdRGB_Convert()
138 if (!PyArg_ParseTuple(_args, "")) in GrafObj_MacSetPort()
154 if (!PyArg_ParseTuple(_args, "")) in GrafObj_QDSwapPort()
171 if (!PyArg_ParseTuple(_args, "")) in GrafObj_IsValidPort()
186 if (!PyArg_ParseTuple(_args, "")) in GrafObj_GetPortPixMap()
201 if (!PyArg_ParseTuple(_args, "")) in GrafObj_GetPortBitMapForCopyBits()
216 if (!PyArg_ParseTuple(_args, "")) in GrafObj_GetPortBounds()
232 if (!PyArg_ParseTuple(_args, "")) in GrafObj_GetPortForeColor()
248 if (!PyArg_ParseTuple(_args, "")) in GrafObj_GetPortBackColor()
264 if (!PyArg_ParseTuple(_args, "")) in GrafObj_GetPortOpColor()
[all …]
/external/python/cpython2/Mac/Modules/menu/
D_Menumodule.c100 if (!PyArg_ParseTuple(_args, "")) in MenuObj_DisposeMenu()
114 if (!PyArg_ParseTuple(_args, "")) in MenuObj_CalcMenuSize()
129 if (!PyArg_ParseTuple(_args, "")) in MenuObj_CountMenuItems()
146 if (!PyArg_ParseTuple(_args, "")) in MenuObj_GetMenuFont()
167 if (!PyArg_ParseTuple(_args, "hH", in MenuObj_SetMenuFont()
187 if (!PyArg_ParseTuple(_args, "")) in MenuObj_GetMenuExcludesMarkColumn()
203 if (!PyArg_ParseTuple(_args, "b", in MenuObj_SetMenuExcludesMarkColumn()
221 if (!PyArg_ParseTuple(_args, "")) in MenuObj_IsValidMenu()
236 if (!PyArg_ParseTuple(_args, "")) in MenuObj_GetMenuRetainCount()
251 if (!PyArg_ParseTuple(_args, "")) in MenuObj_RetainMenu()
[all …]
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c71 if( !PyArg_ParseTuple(v, "O&l|O", PyMac_Getwide, &p_itself->value, &p_itself->scale, in QtTimeRecord_Convert()
87 … if( !PyArg_ParseTuple(v, "hls#", &p_itself->length, &p_itself->reserved, p_itself->data, dummy) ) in QtMusicMIDIPacket_Convert()
277 if (!PyArg_ParseTuple(_args, "O&O&O&", in MovieCtlObj_MCSetMovie()
299 if (!PyArg_ParseTuple(_args, "h", in MovieCtlObj_MCGetIndMovie()
316 if (!PyArg_ParseTuple(_args, "")) in MovieCtlObj_MCRemoveAllMovies()
332 if (!PyArg_ParseTuple(_args, "O&", in MovieCtlObj_MCRemoveAMovie()
349 if (!PyArg_ParseTuple(_args, "")) in MovieCtlObj_MCRemoveMovie()
365 if (!PyArg_ParseTuple(_args, "O&", in MovieCtlObj_MCIsPlayerEvent()
384 if (!PyArg_ParseTuple(_args, "hs", in MovieCtlObj_MCDoAction()
404 if (!PyArg_ParseTuple(_args, "b", in MovieCtlObj_MCSetControllerAttached()
[all …]
/external/python/cpython2/Mac/Modules/cg/
D_CGmodule.c134 if (!PyArg_ParseTuple(_args, "")) in CGContextRefObj_CGContextSaveGState()
145 if (!PyArg_ParseTuple(_args, "")) in CGContextRefObj_CGContextRestoreGState()
158 if (!PyArg_ParseTuple(_args, "ff", in CGContextRefObj_CGContextScaleCTM()
175 if (!PyArg_ParseTuple(_args, "ff", in CGContextRefObj_CGContextTranslateCTM()
191 if (!PyArg_ParseTuple(_args, "f", in CGContextRefObj_CGContextRotateCTM()
205 if (!PyArg_ParseTuple(_args, "O&", in CGContextRefObj_CGContextConcatCTM()
219 if (!PyArg_ParseTuple(_args, "")) in CGContextRefObj_CGContextGetCTM()
231 if (!PyArg_ParseTuple(_args, "f", in CGContextRefObj_CGContextSetLineWidth()
245 if (!PyArg_ParseTuple(_args, "i", in CGContextRefObj_CGContextSetLineCap()
259 if (!PyArg_ParseTuple(_args, "i", in CGContextRefObj_CGContextSetLineJoin()
[all …]
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c116 if (!PyArg_ParseTuple(_args, "")) in WinObj_GetWindowOwnerCount()
133 if (!PyArg_ParseTuple(_args, "")) in WinObj_CloneWindow()
149 if (!PyArg_ParseTuple(_args, "")) in WinObj_GetWindowRetainCount()
164 if (!PyArg_ParseTuple(_args, "")) in WinObj_RetainWindow()
180 if (!PyArg_ParseTuple(_args, "")) in WinObj_ReleaseWindow()
196 if (!PyArg_ParseTuple(_args, "")) in WinObj_ReshapeCustomWindow()
213 if (!PyArg_ParseTuple(_args, "")) in WinObj_GetWindowWidgetHilite()
231 if (!PyArg_ParseTuple(_args, "")) in WinObj_GetWindowClass()
249 if (!PyArg_ParseTuple(_args, "")) in WinObj_GetWindowAttributes()
268 if (!PyArg_ParseTuple(_args, "ll", in WinObj_ChangeWindowAttributes()
[all …]
/external/python/cpython2/Modules/
D_cursesmodule.c275 if (!PyArg_ParseTuple(args, PARSESTR, &arg1)) return NULL; \
283 if (!PyArg_ParseTuple(args,PARSESTR, &arg1)) return NULL; \
291 if (!PyArg_ParseTuple(args,PARSESTR, &arg1, &arg2)) return NULL; \
381 if (!PyArg_ParseTuple(args, "O;ch or int", &temp)) in PyCursesWindow_AddCh()
385 if (!PyArg_ParseTuple(args, "Ol;ch or int,attr", &temp, &lattr)) in PyCursesWindow_AddCh()
390 if (!PyArg_ParseTuple(args,"iiO;y,x,ch or int", &y, &x, &temp)) in PyCursesWindow_AddCh()
395 if (!PyArg_ParseTuple(args,"iiOl;y,x,ch or int, attr", in PyCursesWindow_AddCh()
431 if (!PyArg_ParseTuple(args,"s;str", &str)) in PyCursesWindow_AddStr()
435 if (!PyArg_ParseTuple(args,"sl;str,attr", &str, &lattr)) in PyCursesWindow_AddStr()
441 if (!PyArg_ParseTuple(args,"iis;int,int,str", &y, &x, &str)) in PyCursesWindow_AddStr()
[all …]
D_codecsmodule.c71 if (!PyArg_ParseTuple(args, "s:lookup", &encoding)) in codec_lookup()
94 if (!PyArg_ParseTuple(args, "O|ss:encode", &v, &encoding, &errors)) in codec_encode()
128 if (!PyArg_ParseTuple(args, "O|ss:decode", &v, &encoding, &errors)) in codec_decode()
168 if (!PyArg_ParseTuple(args, "s#|z:escape_decode", in escape_decode()
184 if (!PyArg_ParseTuple(args, "S|z:escape_encode", in escape_encode()
215 if (!PyArg_ParseTuple(args, "O|z:unicode_internal_decode", in unicode_internal_decode()
242 if (!PyArg_ParseTuple(args, "s*|zi:utf_7_decode", in utf_7_decode()
265 if (!PyArg_ParseTuple(args, "s*|zi:utf_8_decode", in utf_8_decode()
289 if (!PyArg_ParseTuple(args, "s*|zi:utf_16_decode", in utf_16_decode()
312 if (!PyArg_ParseTuple(args, "s*|zi:utf_16_le_decode", in utf_16_le_decode()
[all …]
/external/python/cpython2/Mac/Modules/evt/
D_Evtmodule.c31 if (!PyArg_ParseTuple(_args, "")) in Evt_GetMouse()
46 if (!PyArg_ParseTuple(_args, "")) in Evt_Button()
61 if (!PyArg_ParseTuple(_args, "")) in Evt_StillDown()
76 if (!PyArg_ParseTuple(_args, "")) in Evt_WaitMouseUp()
91 if (!PyArg_ParseTuple(_args, "")) in Evt_GetCaretTime()
106 if (!PyArg_ParseTuple(_args, "")) in Evt_GetKeys()
121 if (!PyArg_ParseTuple(_args, "")) in Evt_GetDblTime()
136 if (!PyArg_ParseTuple(_args, "H", in Evt_SetEventMask()
154 if (!PyArg_ParseTuple(_args, "H", in Evt_GetNextEvent()
174 if (!PyArg_ParseTuple(_args, "H", in Evt_EventAvail()
[all …]
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c184 if (!PyArg_ParseTuple(_args, "h", in CtlObj_HiliteControl()
200 if (!PyArg_ParseTuple(_args, "")) in CtlObj_ShowControl()
214 if (!PyArg_ParseTuple(_args, "")) in CtlObj_HideControl()
229 if (!PyArg_ParseTuple(_args, "")) in CtlObj_IsControlActive()
244 if (!PyArg_ParseTuple(_args, "")) in CtlObj_IsControlVisible()
259 if (!PyArg_ParseTuple(_args, "")) in CtlObj_ActivateControl()
275 if (!PyArg_ParseTuple(_args, "")) in CtlObj_DeactivateControl()
293 if (!PyArg_ParseTuple(_args, "bb", in CtlObj_SetControlVisibility()
313 if (!PyArg_ParseTuple(_args, "")) in CtlObj_IsControlEnabled()
328 if (!PyArg_ParseTuple(_args, "")) in CtlObj_EnableControl()
[all …]
/external/python/cpython3/Modules/
D_cursesmodule.c438 if (!PyArg_ParseTuple(args, PARSESTR, &arg1)) return NULL; \
446 if (!PyArg_ParseTuple(args,PARSESTR, &arg1)) return NULL; \
454 if (!PyArg_ParseTuple(args,PARSESTR, &arg1, &arg2)) return NULL; \
654 if (!PyArg_ParseTuple(args,"O;str", &strobj)) in PyCursesWindow_AddStr()
658 if (!PyArg_ParseTuple(args,"Ol;str,attr", &strobj, &lattr)) in PyCursesWindow_AddStr()
664 if (!PyArg_ParseTuple(args,"iiO;int,int,str", &y, &x, &strobj)) in PyCursesWindow_AddStr()
669 if (!PyArg_ParseTuple(args,"iiOl;int,int,str,attr", &y, &x, &strobj, &lattr)) in PyCursesWindow_AddStr()
730 if (!PyArg_ParseTuple(args,"Oi;str,n", &strobj, &n)) in PyCursesWindow_AddNStr()
734 if (!PyArg_ParseTuple(args,"Oil;str,n,attr", &strobj, &n, &lattr)) in PyCursesWindow_AddNStr()
740 if (!PyArg_ParseTuple(args,"iiOi;y,x,str,n", &y, &x, &strobj, &n)) in PyCursesWindow_AddNStr()
[all …]
/external/python/cpython2/Mac/Modules/te/
D_TEmodule.c48 if( !PyArg_ParseTuple(v, "lllO&", &font, &face, &size, QdRGB_Convert, &p_itself->tsColor) ) in TextStyle_Convert()
108 if (!PyArg_ParseTuple(_args, "s#", in TEObj_TESetText()
126 if (!PyArg_ParseTuple(_args, "")) in TEObj_TEGetText()
140 if (!PyArg_ParseTuple(_args, "")) in TEObj_TEIdle()
156 if (!PyArg_ParseTuple(_args, "ll", in TEObj_TESetSelect()
174 if (!PyArg_ParseTuple(_args, "")) in TEObj_TEActivate()
188 if (!PyArg_ParseTuple(_args, "")) in TEObj_TEDeactivate()
203 if (!PyArg_ParseTuple(_args, "h", in TEObj_TEKey()
219 if (!PyArg_ParseTuple(_args, "")) in TEObj_TECut()
233 if (!PyArg_ParseTuple(_args, "")) in TEObj_TECopy()
[all …]
/external/python/cpython2/Mac/Modules/mlte/
D_Mltemodule.c112 if (!PyArg_ParseTuple(_args, "")) in TXNObj_TXNDeleteObject()
129 if (!PyArg_ParseTuple(_args, "lll", in TXNObj_TXNResizeFrame()
154 if (!PyArg_ParseTuple(_args, "lllll", in TXNObj_TXNSetFrameBounds()
179 if (!PyArg_ParseTuple(_args, "O&", in TXNObj_TXNKeyDown()
196 if (!PyArg_ParseTuple(_args, "O&", in TXNObj_TXNAdjustCursor()
213 if (!PyArg_ParseTuple(_args, "O&", in TXNObj_TXNClick()
229 if (!PyArg_ParseTuple(_args, "")) in TXNObj_TXNSelectAll()
244 if (!PyArg_ParseTuple(_args, "b", in TXNObj_TXNFocus()
260 if (!PyArg_ParseTuple(_args, "")) in TXNObj_TXNUpdate()
275 if (!PyArg_ParseTuple(_args, "O&", in TXNObj_TXNDraw()
[all …]
/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c175 if (!PyArg_ParseTuple(_args, "")) in DlgObj_DrawDialog()
190 if (!PyArg_ParseTuple(_args, "O&", in DlgObj_UpdateDialog()
207 if (!PyArg_ParseTuple(_args, "h", in DlgObj_HideDialogItem()
224 if (!PyArg_ParseTuple(_args, "h", in DlgObj_ShowDialogItem()
242 if (!PyArg_ParseTuple(_args, "O&", in DlgObj_FindDialogItem()
258 if (!PyArg_ParseTuple(_args, "")) in DlgObj_DialogCut()
272 if (!PyArg_ParseTuple(_args, "")) in DlgObj_DialogPaste()
286 if (!PyArg_ParseTuple(_args, "")) in DlgObj_DialogCopy()
300 if (!PyArg_ParseTuple(_args, "")) in DlgObj_DialogDelete()
318 if (!PyArg_ParseTuple(_args, "h", in DlgObj_GetDialogItem()
[all …]
/external/python/cpython2/Mac/Modules/list/
D_Listmodule.c90 if (!PyArg_ParseTuple(_args, "hh", in ListObj_LAddColumn()
108 if (!PyArg_ParseTuple(_args, "hh", in ListObj_LAddRow()
125 if (!PyArg_ParseTuple(_args, "hh", in ListObj_LDelColumn()
142 if (!PyArg_ParseTuple(_args, "hh", in ListObj_LDelRow()
160 if (!PyArg_ParseTuple(_args, "bO&", in ListObj_LGetSelect()
177 if (!PyArg_ParseTuple(_args, "")) in ListObj_LLastClick()
192 if (!PyArg_ParseTuple(_args, "bbO&", in ListObj_LNextCell()
212 if (!PyArg_ParseTuple(_args, "hh", in ListObj_LSize()
228 if (!PyArg_ParseTuple(_args, "b", in ListObj_LSetDrawingMode()
243 if (!PyArg_ParseTuple(_args, "hh", in ListObj_LScroll()
[all …]
/external/python/cpython2/Mac/Modules/icn/
D_Icnmodule.c32 if (!PyArg_ParseTuple(_args, "h", in Icn_GetCIcon()
49 if (!PyArg_ParseTuple(_args, "O&O&", in Icn_PlotCIcon()
67 if (!PyArg_ParseTuple(_args, "O&", in Icn_DisposeCIcon()
84 if (!PyArg_ParseTuple(_args, "h", in Icn_GetIcon()
101 if (!PyArg_ParseTuple(_args, "O&O&", in Icn_PlotIcon()
123 if (!PyArg_ParseTuple(_args, "O&hhh", in Icn_PlotIconID()
147 if (!PyArg_ParseTuple(_args, "")) in Icn_NewIconSuite()
166 if (!PyArg_ParseTuple(_args, "O&O&O&", in Icn_AddIconToSuite()
190 if (!PyArg_ParseTuple(_args, "O&O&", in Icn_GetIconFromSuite()
213 if (!PyArg_ParseTuple(_args, "hl", in Icn_GetIconSuite()
[all …]
/external/python/cpython2/Mac/Modules/app/
D_Appmodule.c74 if (!PyArg_ParseTuple(_args, "b", in ThemeDrawingStateObj_SetThemeDrawingState()
91 if (!PyArg_ParseTuple(_args, "")) in ThemeDrawingStateObj_DisposeThemeDrawingState()
188 if (!PyArg_ParseTuple(_args, "")) in App_RegisterAppearanceClient()
204 if (!PyArg_ParseTuple(_args, "")) in App_UnregisterAppearanceClient()
223 if (!PyArg_ParseTuple(_args, "hhb", in App_SetThemePen()
247 if (!PyArg_ParseTuple(_args, "hhb", in App_SetThemeBackground()
271 if (!PyArg_ParseTuple(_args, "hhb", in App_SetThemeTextColor()
295 if (!PyArg_ParseTuple(_args, "O&hb", in App_SetThemeWindowBackground()
318 if (!PyArg_ParseTuple(_args, "O&l", in App_DrawThemeWindowHeader()
339 if (!PyArg_ParseTuple(_args, "O&l", in App_DrawThemeWindowListViewHeader()
[all …]
/external/python/cpython2/Mac/Modules/res/
D_Resmodule.c101 if (!PyArg_ParseTuple(_args, "")) in ResObj_HomeResFile()
119 if (!PyArg_ParseTuple(_args, "")) in ResObj_MacLoadResource()
137 if (!PyArg_ParseTuple(_args, "")) in ResObj_ReleaseResource()
155 if (!PyArg_ParseTuple(_args, "")) in ResObj_DetachResource()
174 if (!PyArg_ParseTuple(_args, "")) in ResObj_GetResAttrs()
195 if (!PyArg_ParseTuple(_args, "")) in ResObj_GetResInfo()
220 if (!PyArg_ParseTuple(_args, "hO&", in ResObj_SetResInfo()
245 if (!PyArg_ParseTuple(_args, "O&hO&", in ResObj_AddResource()
270 if (!PyArg_ParseTuple(_args, "")) in ResObj_GetResourceSizeOnDisk()
289 if (!PyArg_ParseTuple(_args, "")) in ResObj_GetMaxResourceSize()
[all …]
/external/python/cpython2/Mac/Modules/cm/
D_Cmmodule.c49 return PyArg_ParseTuple(v, "O&O&O&ll", in CmpDesc_Convert()
107 if (!PyArg_ParseTuple(_args, "")) in CmpInstObj_CloseComponent()
123 if (!PyArg_ParseTuple(_args, "")) in CmpInstObj_GetComponentInstanceError()
139 if (!PyArg_ParseTuple(_args, "h", in CmpInstObj_SetComponentInstanceError()
156 if (!PyArg_ParseTuple(_args, "")) in CmpInstObj_GetComponentInstanceStorage()
171 if (!PyArg_ParseTuple(_args, "O&", in CmpInstObj_SetComponentInstanceStorage()
190 if (!PyArg_ParseTuple(_args, "h", in CmpInstObj_ComponentFunctionImplemented()
207 if (!PyArg_ParseTuple(_args, "")) in CmpInstObj_GetComponentVersion()
223 if (!PyArg_ParseTuple(_args, "O&", in CmpInstObj_ComponentSetTarget()
383 if (!PyArg_ParseTuple(_args, "")) in CmpObj_UnregisterComponent()
[all …]
/external/python/cpython2/Mac/Modules/fm/
D_Fmmodule.c42 return PyArg_ParseTuple(v, "O&O&O&O&O&",
62 if (!PyArg_ParseTuple(_args, "h", in Fm_GetFontName()
80 if (!PyArg_ParseTuple(_args, "O&", in Fm_GetFNum()
99 if (!PyArg_ParseTuple(_args, "hh", in Fm_RealFont()
117 if (!PyArg_ParseTuple(_args, "b", in Fm_SetFScaleDisable()
133 if (!PyArg_ParseTuple(_args, "")) in Fm_FontMetrics()
148 if (!PyArg_ParseTuple(_args, "b", in Fm_SetFractEnable()
164 if (!PyArg_ParseTuple(_args, "")) in Fm_GetDefFontSize()
181 if (!PyArg_ParseTuple(_args, "O&O&", in Fm_IsOutline()
199 if (!PyArg_ParseTuple(_args, "b", in Fm_SetOutlinePreferred()
[all …]
/external/python/cpython2/Mac/Modules/cf/
D_CFmodule.c94 if( !PyArg_ParseTuple(v, "ll", &location, &length) ) in CFRange_Convert()
173 if (!PyArg_ParseTuple(_args, "")) in CFTypeRefObj_CFGetTypeID()
188 if (!PyArg_ParseTuple(_args, "")) in CFTypeRefObj_CFRetain()
202 if (!PyArg_ParseTuple(_args, "")) in CFTypeRefObj_CFRelease()
217 if (!PyArg_ParseTuple(_args, "")) in CFTypeRefObj_CFGetRetainCount()
233 if (!PyArg_ParseTuple(_args, "O&", in CFTypeRefObj_CFEqual()
250 if (!PyArg_ParseTuple(_args, "")) in CFTypeRefObj_CFHash()
265 if (!PyArg_ParseTuple(_args, "")) in CFTypeRefObj_CFCopyDescription()
277 if (!PyArg_ParseTuple(_args, "")) in CFTypeRefObj_CFPropertyListCreateXMLData()
291 if (!PyArg_ParseTuple(_args, "l", in CFTypeRefObj_CFPropertyListCreateDeepCopy()
[all …]
/external/python/cpython2/Mac/Modules/qdoffs/
D_Qdoffsmodule.c79 if (!PyArg_ParseTuple(_args, "")) in GWorldObj_GetGWorldDevice()
94 if (!PyArg_ParseTuple(_args, "")) in GWorldObj_GetGWorldPixMap()
109 if (!PyArg_ParseTuple(_args, "")) in GWorldObj_as_GrafPtr()
214 if (!PyArg_ParseTuple(_args, "hO&O&O&l", in Qdoffs_NewGWorld()
241 if (!PyArg_ParseTuple(_args, "O&", in Qdoffs_LockPixels()
257 if (!PyArg_ParseTuple(_args, "O&", in Qdoffs_UnlockPixels()
279 if (!PyArg_ParseTuple(_args, "hO&O&O&l", in Qdoffs_UpdateGWorld()
306 if (!PyArg_ParseTuple(_args, "")) in Qdoffs_GetGWorld()
324 if (!PyArg_ParseTuple(_args, "O&O&", in Qdoffs_SetGWorld()
342 if (!PyArg_ParseTuple(_args, "O&", in Qdoffs_CTabChanged()
[all …]
/external/python/cpython2/Mac/Modules/carbonevt/
D_CarbonEvtmodule.c54 if (PyArg_ParseTuple(v, "ff", &(out->x), &(out->y)))
67 if (PyArg_ParseTuple(v, "ll", &out->signature, &out->id)) in EventHotKeyID_Convert()
149 if (!PyArg_ParseTuple(_args, "")) in EventRef_RetainEvent()
161 if (!PyArg_ParseTuple(_args, "")) in EventRef_GetEventRetainCount()
172 if (!PyArg_ParseTuple(_args, "")) in EventRef_ReleaseEvent()
189 if (!PyArg_ParseTuple(_args, "O&O&s#", in EventRef_SetEventParameter()
209 if (!PyArg_ParseTuple(_args, "")) in EventRef_GetEventClass()
221 if (!PyArg_ParseTuple(_args, "")) in EventRef_GetEventKind()
233 if (!PyArg_ParseTuple(_args, "")) in EventRef_GetEventTime()
246 if (!PyArg_ParseTuple(_args, "d", in EventRef_SetEventTime()
[all …]
/external/python/cpython2/PC/
Dmsvcrtmodule.c36 if (!PyArg_ParseTuple(args, ":heapmin")) in msvcrt_heapmin()
61 if (!PyArg_ParseTuple(args, "iil:locking", &fd, &mode, &nbytes)) in msvcrt_locking()
91 if (!PyArg_ParseTuple(args,"ii:setmode", &fd, &flags)) in msvcrt_setmode()
116 if (!PyArg_ParseTuple(args, "li:open_osfhandle", &handle, &flags)) in msvcrt_open_osfhandle()
141 if (!PyArg_ParseTuple(args,"i:get_osfhandle", &fd)) in msvcrt_get_osfhandle()
170 if (!PyArg_ParseTuple(args, ":kbhit")) in msvcrt_kbhit()
188 if (!PyArg_ParseTuple(args, ":getch")) in msvcrt_getch()
215 if (!PyArg_ParseTuple(args, ":getwch")) in msvcrt_getwch()
237 if (!PyArg_ParseTuple(args, ":getche")) in msvcrt_getche()
260 if (!PyArg_ParseTuple(args, ":getwche")) in msvcrt_getwche()
[all …]
/external/python/cpython2/Mac/Modules/snd/
D_Sndmodule.c29 if (PyArg_ParseTuple(v, "h|hl", &pc->cmd, &pc->param1, &pc->param2)) in SndCmd_Convert()
32 return PyArg_ParseTuple(v, "Hhs#", &pc->cmd, &pc->param1, &pc->param2, &len); in SndCmd_Convert()
81 if (!PyArg_ParseTuple(_args, "O&b", in SndCh_SndDoCommand()
99 if (!PyArg_ParseTuple(_args, "O&", in SndCh_SndDoImmediate()
116 if (!PyArg_ParseTuple(_args, "O&b", in SndCh_SndPlay()
135 if (!PyArg_ParseTuple(_args, "h", in SndCh_SndChannelStatus()
153 if (!PyArg_ParseTuple(_args, "O&w", in SndCh_SndGetInfo()
172 if (!PyArg_ParseTuple(_args, "O&w", in SndCh_SndSetInfo()
435 if (!PyArg_ParseTuple(_args, "h", in Snd_SysBeep()
452 if (!PyArg_ParseTuple(_args, "hlO", in Snd_SndNewChannel()
[all …]
/external/python/cpython2/Mac/Modules/ae/
D_AEmodule.c98 if (!PyArg_ParseTuple(_args, "O&", in AEDesc_AECoerceDesc()
118 if (!PyArg_ParseTuple(_args, "")) in AEDesc_AEDuplicateDesc()
136 if (!PyArg_ParseTuple(_args, "")) in AEDesc_AECountItems()
158 if (!PyArg_ParseTuple(_args, "lO&s#", in AEDesc_AEPutPtr()
183 if (!PyArg_ParseTuple(_args, "lO&", in AEDesc_AEPutDesc()
210 if (!PyArg_ParseTuple(_args, "lO&i", in AEDesc_AEGetNthPtr()
248 if (!PyArg_ParseTuple(_args, "lO&", in AEDesc_AEGetNthDesc()
274 if (!PyArg_ParseTuple(_args, "l", in AEDesc_AESizeOfNthItem()
296 if (!PyArg_ParseTuple(_args, "l", in AEDesc_AEDeleteItem()
319 if (!PyArg_ParseTuple(_args, "O&O&s#", in AEDesc_AEPutParamPtr()
[all …]

12345678910>>...14