Searched defs:Point (Results 1 - 25 of 44) sorted by relevance

12

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_pep3118.py78 class Point(Structure): class in inherits:Structure
152 (Point, "T{<l:x:<l:y:}", None, Point),
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/
H A Dtest_pep3118.py78 class Point(Structure): class in inherits:Structure
152 (Point, "T{<l:x:<l:y:}", None, Point),
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dcollections.py285 >>> Point = namedtuple('Point', ['x', 'y'])
286 >>> Point.__doc__ # docstring for the new class
287 'Point(x, y)'
288 >>> p = Point(11, y=22) # instantiate with positional args or keywords
299 >>> Point(**d) # convert from a dictionary
300 Point(x=11, y=22)
302 Point(x=100, y=22)
663 Point = namedtuple('Point', ' variable in class:Counter
668 class Point(namedtuple('Point', 'x y')): class in class:Counter
679 class Point(namedtuple('Point', 'x y')): class in class:Counter
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dcollections.py285 >>> Point = namedtuple('Point', ['x', 'y'])
286 >>> Point.__doc__ # docstring for the new class
287 'Point(x, y)'
288 >>> p = Point(11, y=22) # instantiate with positional args or keywords
299 >>> Point(**d) # convert from a dictionary
300 Point(x=11, y=22)
302 Point(x=100, y=22)
663 Point = namedtuple('Point', ' variable in class:Counter
668 class Point(namedtuple('Point', 'x y')): class in class:Counter
679 class Point(namedtuple('Point', 'x y')): class in class:Counter
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/gdiplus/
H A Dgdiplustypes.h109 typedef struct Point { struct
114 Point(): X(0), Y(0) {} function in struct:Point
115 Point(INT x, INT y): X(x), Y(y) {} function in struct:Point
116 Point(const Point& point): X(point.X), Y(point.Y) {} function in struct:Point
117 Point(const Size& size): X(size.Width), Y(size.Height) {} function in struct:Point
119 BOOL Equals(const Point& point) const {
122 Point operator+(const Point& point) const {
123 return Point(
129 } Point; typedef in typeref:struct:Point
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
H A Dgdiplustypes.h109 typedef struct Point { struct
114 Point(): X(0), Y(0) {} function in struct:Point
115 Point(INT x, INT y): X(x), Y(y) {} function in struct:Point
116 Point(const Point& point): X(point.X), Y(point.Y) {} function in struct:Point
117 Point(const Size& size): X(size.Width), Y(size.Height) {} function in struct:Point
119 BOOL Equals(const Point& point) const {
122 Point operator+(const Point& point) const {
123 return Point(
129 } Point; typedef in typeref:struct:Point
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dntddcdrm.h256 UCHAR Point; member in struct:_CDROM_TOC_FULL_TOC_DATA_BLOCK
H A Dd2d1helper.h16 typedef D2D1_POINT_2F Point; typedef in struct:D2D1::TypeTraits
22 typedef D2D1_POINT_2U Point; typedef in struct:D2D1::TypeTraits
31 template<typename T> D2D1FORCEINLINE typename TypeTraits<T>::Point Point2(T x, T y) {
32 typename TypeTraits<T>::Point r = {x,y};
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dntddcdrm.h256 UCHAR Point; member in struct:_CDROM_TOC_FULL_TOC_DATA_BLOCK
H A Dd2d1helper.h16 typedef D2D1_POINT_2F Point; typedef in struct:D2D1::TypeTraits
22 typedef D2D1_POINT_2U Point; typedef in struct:D2D1::TypeTraits
31 template<typename T> D2D1FORCEINLINE typename TypeTraits<T>::Point Point2(T x, T y) {
32 typename TypeTraits<T>::Point r = {x,y};
/prebuilts/devtools/tools/lib/
H A Drule-api.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ide/ com/android/ide/common/ ...
H A Dchimpchat.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/chimpchat/ com/android/chimpchat/ChimpManager ...
H A Dhierarchyviewer2lib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/hierarchyviewerlib/ com/android/hierarchyviewerlib/HierarchyViewerDirector ...
/prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
H A Dswt-3.5.0.jarMETA-INF/ META-INF/MANIFEST.MF libswt-agl-carbon-3550.jnilib libswt ...
/prebuilts/tools/darwin-x86/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF libswt-agl-carbon-3550.jnilib libswt ...
/prebuilts/tools/darwin-x86_64/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF libswt-awt-cocoa-3550.jnilib libswt ...
/prebuilts/tools/linux-x86/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF libswt-atk-gtk-3550.so libswt ...
/prebuilts/tools/linux-x86_64/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF libswt-atk-gtk-3550.so libswt ...
/prebuilts/tools/common/api-versions/android-1/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/prebuilts/tools/common/api-versions/android-2/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/prebuilts/tools/windows/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF swt-awt-win32-3550.dll swt ...
/prebuilts/tools/windows-x86_64/swt/
H A Dswt.jarMETA-INF/ META-INF/MANIFEST.MF swt-awt-win32-3550.dll swt ...
/prebuilts/sdk/10/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF assets/ assets/images/ assets/images/android-logo-mask ...
/prebuilts/sdk/4/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF resources.arsc com/ com/android/ com/android/internal/ com/ ...
/prebuilts/sdk/5/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/crypto/ javax/crypto/SealedObject.class SealedObject. ...

Completed in 336 milliseconds

12