Home
last modified time | relevance | path

Searched refs:thePoint (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CodeGenObjC/
Dmessages-2.m38 printf("(CLASS) theInt: %d, theFloat: %f, theDouble: %f, thePoint: { %d, %d }\n",
61 printf("theInt: %d, theFloat: %f, theDouble: %f, thePoint: { %d, %d }\n",
/external/llvm-project/clang/test/CodeGenObjC/
Dmessages-2.m38 printf("(CLASS) theInt: %d, theFloat: %f, theDouble: %f, thePoint: { %d, %d }\n",
61 printf("theInt: %d, theFloat: %f, theDouble: %f, thePoint: { %d, %d }\n",
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c2884 Point thePoint; in Win_MacFindWindow() local
2890 PyMac_GetPoint, &thePoint)) in Win_MacFindWindow()
2892 _rv = MacFindWindow(thePoint, in Win_MacFindWindow()
3135 Point thePoint; in Win_FindWindow() local
3141 PyMac_GetPoint, &thePoint)) in Win_FindWindow()
3143 _rv = FindWindow(thePoint, in Win_FindWindow()