Home
last modified time | relevance | path

Searched refs:InMode (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Mac/Modules/qd/
Dqdedit.py2 (GrafPtr, 'thePort', InMode),
7 (short, 'cursorID', InMode),
12 (Cursor_ptr, 'crsr', InMode),
21 (short, 'h', InMode),
22 (short, 'v', InMode),
28 (short, 'left', InMode),
29 (short, 'top', InMode),
30 (short, 'right', InMode),
31 (short, 'bottom', InMode),
37 (short, 'dh', InMode),
[all …]
/external/python/cpython2/Mac/Modules/menu/
Dmenuedit.py1 f = Function(MenuHandle, 'as_Menu', (Handle, 'h', InMode))
4 f = Method(Handle, 'as_Resource', (MenuHandle, 'h', InMode))
10 (short, 'resourceID', InMode),
15 (MenuHandle, 'menu', InMode),
16 (ConstStr255Param, 'data', InMode),
21 (MenuHandle, 'theMenu', InMode),
22 (short, 'beforeID', InMode),
27 (short, 'menuID', InMode),
32 (MenuHandle, 'theMenu', InMode),
33 (ConstStr255Param, 'itemString', InMode),
[all …]
/external/python/cpython2/Mac/Modules/win/
Dwinedit.py5 (WindowRef, 'theWindow', InMode),
10 (WindowRef, 'theWindow', InMode),
11 (RgnHandle, 'r', InMode),
16 (WindowRef, 'theWindow', InMode),
17 (RgnHandle, 'r', InMode),
22 (WindowRef, 'theWindow', InMode),
23 (RgnHandle, 'r', InMode),
28 (WindowRef, 'theWindow', InMode),
33 (Point, 'thePoint', InMode),
39 (WindowPtr, 'theWindow', InMode),
[all …]
/external/python/cpython2/Mac/Modules/qt/
Dqtsupport.py337 (WindowPtr, 'wp', InMode),
338 (Boolean, 'front', InMode),
339 (dummyRect, 'alignmentRect', InMode),
340 (ICMAlignmentProcRecordPtr, 'alignmentProc', InMode),
345 (WindowPtr, 'wp', InMode),
346 (Point, 'startPt', InMode),
347 (Rect_ptr, 'boundsRect', InMode),
348 (dummyRect, 'alignmentRect', InMode),
349 (ICMAlignmentProcRecordPtr, 'alignmentProc', InMode),
355 (NullMovie, 'theMovie', InMode),
[all …]
/external/python/cpython2/Mac/Modules/ctl/
Dctledit.py4 (Point, 'inWhere', InMode),
5 (WindowRef, 'inWindow', InMode),
11 (Handle, 'h', InMode))
14 f = Method(Handle, 'as_Resource', (ControlHandle, 'ctl', InMode))
17 f = Method(void, 'GetControlRect', (ControlHandle, 'ctl', InMode), (Rect, 'rect', OutMode))
/external/python/cpython2/Mac/Modules/cg/
Dcgsupport.py152 (CGContextRef, 'ctx', InMode),
153 (CGrafPtr, 'port', InMode),
159 (CGContextRef, 'ctx', InMode),
160 (Rect, 'portRect', InMode),
161 (RgnHandle, 'region', InMode),
/external/python/cpython2/Tools/bgen/bgen/
DbgenVariable.py5 InMode = 1 # input-only argument variable
13 SelfMode = 4+InMode # this is 'self' -- don't declare it
27 def __init__(self, type, name = None, flags = InMode):
82 if self.mode == InMode:
DbgenGenerator.py163 if arg.mode in (InMode, InOutMode):
199 if arg.mode in (InMode, InOutMode):
208 if arg.mode in (InMode, InOutMode):
282 if m0 != InMode:
291 (stringptr, 'cmd', InMode),
292 (int, 'x', InMode),
/external/python/cpython2/Mac/Modules/te/
Dtesupport.py84 if m0 != InMode:
204 f = Function(TEHandle, 'as_TE', (Handle, 'h', InMode))
206 f = Method(Handle, 'as_Resource', (TEHandle, 'teh', InMode))
/external/python/cpython2/Mac/Modules/evt/
Devtedit.py2 (EventRecord_ptr, 'theEvent', InMode),
3 (WindowPtr, 'theWindow', InMode),
/external/python/cpython2/Mac/Modules/list/
Dlistsupport.py72 if m0 != InMode:
190 f = Method(Handle, 'as_Resource', (ListHandle, 'lh', InMode))
/external/python/cpython2/Mac/Modules/res/
Dresedit.py80 (Handle, 'theResource', InMode),
/external/python/cpython2/Mac/Modules/qdoffs/
Dqdoffssupport.py92 f = Method(GrafPtr, 'as_GrafPtr', (GWorldPtr, 'p', InMode))
/external/python/cpython2/Mac/Modules/cf/
Dcfsupport.py30 if t0 != "CFAllocatorRef" and m0 != InMode:
33 if m1 != InMode:
/external/python/cpython2/Mac/Modules/file/
Dfilesupport.py797 if m0 != InMode: