/external/icu/icu4c/source/data/translit/ |
D | he_he_Latn_BGN.txt | 61 ו\u05BC → u ; # HEBREW LETTER VAV + POINT DAGESH 62 ו\u05B9 → o ; # HEBREW LETTER VAV + POINT HOLAM 103 \u05B7 → a ; # HEBREW POINT PATAH 104 \u05B2 → a ; # HEBREW POINT HATAF PATAH 105 \u05B8 → o ; # HEBREW POINT QAMATS 106 \u05B6 → e ; # HEBREW POINT SEGOL 107 \u05B1 → e ; # HEBREW POINT HATAF SEGOL 108 \u05B5י → e ; # HEBREW POINT TSERE + LETTER YOD 109 \u05B5 → e ; # HEBREW POINT TSERE 110 \u05B0 → e ; # HEBREW POINT SHEVA [all …]
|
/external/python/cpython3/Lib/ctypes/test/ |
D | test_keeprefs.py | 45 class POINT(Structure): class 48 _fields_ = [("ul", POINT), ("lr", POINT)] 58 pt = POINT(1, 2) 64 r.lr = POINT() 130 class POINT(Structure): class 133 _fields_ = [("a", POINTER(POINT)), 134 ("b", POINTER(POINT))] 136 p1 = POINT(1, 2) 150 del _pointer_type_cache[POINT]
|
D | test_as_parameter.py | 14 class POINT(Structure): class 144 ptin = POINT(1, 2) 145 ptout = POINT() 153 ptin = POINT(101, 102) 154 ptout = POINT() 155 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
|
D | test_functions.py | 23 class POINT(Structure): class 316 ptin = POINT(1, 2) 317 ptout = POINT() 325 ptin = POINT(101, 102) 326 ptout = POINT() 327 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT)) 394 proto = CFUNCTYPE(c_int, RECT, POINT) 399 self.assertRaises(ArgumentError, lambda: callback((1, 2, 3, 4), POINT()))
|
D | test_win32.py | 124 class POINT(Structure): class 136 pt = POINT(15, 25) 143 PointInRect.argtypes = [POINTER(RECT), POINT] 147 ReturnRect.argtypes = [c_int, RECT, POINTER(RECT), POINT, RECT, 148 POINTER(RECT), POINT, RECT]
|
D | test_structures.py | 233 class POINT(Structure): class 236 self.assertRaisesRegex(TypeError, "phi", POINT, 2, 3, phi=4) 237 self.assertRaisesRegex(TypeError, "rho", POINT, 2, 3, rho=4) 240 self.assertRaises(TypeError, POINT, 2, 3, 4) 243 class POINT(Structure): class 245 pt = POINT(1, 2) 248 pt = POINT(y=2, x=1) 252 class POINT(Structure): class 254 self.assertRaises(TypeError, setattr, POINT, "_fields_", [("x", 1), ("y", 2)])
|
/external/python/cpython2/Lib/ctypes/test/ |
D | test_keeprefs.py | 45 class POINT(Structure): class 48 _fields_ = [("ul", POINT), ("lr", POINT)] 58 pt = POINT(1, 2) 64 r.lr = POINT() 130 class POINT(Structure): class 133 _fields_ = [("a", POINTER(POINT)), 134 ("b", POINTER(POINT))] 136 p1 = POINT(1, 2) 150 del _pointer_type_cache[POINT]
|
D | test_win32.py | 81 class POINT(Structure): class 93 pt = POINT(15, 25) 100 PointInRect.argtypes = [POINTER(RECT), POINT] 104 ReturnRect.argtypes = [c_int, RECT, POINTER(RECT), POINT, RECT, 105 POINTER(RECT), POINT, RECT]
|
D | test_as_parameter.py | 14 class POINT(Structure): class 144 ptin = POINT(1, 2) 145 ptout = POINT() 153 ptin = POINT(101, 102) 154 ptout = POINT() 155 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT))
|
D | test_functions.py | 23 class POINT(Structure): class 316 ptin = POINT(1, 2) 317 ptout = POINT() 325 ptin = POINT(101, 102) 326 ptout = POINT() 327 dll._testfunc_byval.argtypes = (POINT, POINTER(POINT)) 394 proto = CFUNCTYPE(c_int, RECT, POINT) 399 self.assertRaises(ArgumentError, lambda: callback((1, 2, 3, 4), POINT()))
|
D | test_structures.py | 230 class POINT(Structure): class 233 self.assertRaises(TypeError, POINT, 2, 3, x=4) 234 self.assertRaises(TypeError, POINT, 2, 3, y=4) 237 self.assertRaises(TypeError, POINT, 2, 3, 4) 240 class POINT(Structure): class 242 pt = POINT(1, 2) 245 pt = POINT(y=2, x=1) 249 class POINT(Structure): class 251 self.assertRaises(TypeError, setattr, POINT, "_fields_", [("x", 1), ("y", 2)])
|
/external/mesa3d/src/mesa/tnl_dd/ |
D | t_dd_unfilled.h | 68 if (ef[e0]) POINT( v[0] ); in TAG() 69 if (ef[e1]) POINT( v[1] ); in TAG() 70 if (ef[e2]) POINT( v[2] ); in TAG() 136 if (ef[e0]) POINT( v[0] ); in TAG() 137 if (ef[e1]) POINT( v[1] ); in TAG() 138 if (ef[e2]) POINT( v[2] ); in TAG() 139 if (ef[e3]) POINT( v[3] ); in TAG()
|
/external/antlr/runtime/Cpp/tests/ |
D | t051lexer.g | 16 POINT 20 : ( ( NUM POINT NUM ) => NUM POINT NUM 21 | POINT NUM
|
/external/deqp/modules/gles2/functional/ |
D | es2fScissorTests.cpp | 76 …side scissor area", Vec4(0.1f, 0.1f, 0.8f, 0.8f), Vec4(0.5f, 0.5f, 0.0f, 0.0f), POINT, 1 }, in init() 77 …nside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 1.0f, 1.0f), POINT, 30 }, in init() 78 …side scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 0.0f, 0.0f), POINT, 1 }, in init() 79 … outside render target", Vec4(1.4f, 1.4f, 0.6f, 0.6f), Vec4(0.5f, 0.5f, 0.0f, 0.0f), POINT, 1 } in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fScissorTests.cpp | 86 …side scissor area", Vec4(0.1f, 0.1f, 0.8f, 0.8f), Vec4(0.5f, 0.5f, 0.0f, 0.0f), POINT, 1 }, in init() 87 …nside scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 1.0f, 1.0f), POINT, 30 }, in init() 88 …side scissor area", Vec4(0.4f, 0.4f, 0.6f, 0.6f), Vec4(0.0f, 0.0f, 0.0f, 0.0f), POINT, 1 }, in init() 89 … outside render target", Vec4(1.4f, 1.4f, 0.6f, 0.6f), Vec4(0.5f, 0.5f, 0.0f, 0.0f), POINT, 1 } in init()
|
/external/libchrome/ui/gfx/geometry/ |
D | point.cc | 29 Point::Point(const POINT& point) : x_(point.x), y_(point.y) { in Point() 32 Point& Point::operator=(const POINT& point) { in operator =() 43 POINT Point::ToPOINT() const { in ToPOINT() 44 POINT p; in ToPOINT()
|
D | point.h | 19 typedef struct tagPOINT POINT; typedef 36 explicit Point(const POINT& point); 37 Point& operator=(const POINT& point); 43 POINT ToPOINT() const;
|
/external/python/cpython2/Lib/test/leakers/ |
D | test_ctypes.py | 8 class POINT(Structure): class 11 _fields_ = [("a", POINTER(POINT))]
|
/external/python/cpython3/Lib/test/leakers/ |
D | test_ctypes.py | 8 class POINT(Structure): class 11 _fields_ = [("a", POINTER(POINT))]
|
/external/python/cpython2/Lib/ctypes/ |
D | wintypes.py | 114 class POINT(Structure): class 117 tagPOINT = _POINTL = POINTL = POINT 138 ("pt", POINT)]
|
/external/python/cpython3/Lib/ctypes/ |
D | wintypes.py | 115 class POINT(ctypes.Structure): class 118 tagPOINT = _POINTL = POINTL = POINT 139 ("pt", POINT)] 186 LPPOINT = PPOINT = ctypes.POINTER(POINT)
|
/external/swiftshader/src/Main/ |
D | FrameBufferWin.cpp | 44 ClientToScreen(window, (POINT*)&bounds); in updateBounds() 45 ClientToScreen(window, (POINT*)&bounds + 1); in updateBounds()
|
/external/swiftshader/src/WSI/ |
D | FrameBufferWin.cpp | 44 ClientToScreen(window, (POINT*)&bounds); in updateBounds() 45 ClientToScreen(window, (POINT*)&bounds + 1); in updateBounds()
|
/external/clang/test/CodeGenObjC/ |
D | messages-2.m | 152 // CHECK-NEXT: [[POINT:%.*]] = alloca [[POINT_T:%.*]], 159 // CHECK: [[T0:%.*]] = bitcast [[POINT_T]]* [[POINT]] to i8* 164 // CHECK-NF-NEXT: [[POINT:%.*]] = alloca [[POINT_T:%.*]], 171 // CHECK-NF: [[T0:%.*]] = bitcast [[POINT_T]]* [[POINT]] to i8*
|
/external/mesa3d/include/d3dadapter/ |
D | present.h | 85 HRESULT (WINAPI *GetCursorPos)(ID3DPresent *This, POINT *pPoint); 86 HRESULT (WINAPI *SetCursorPos)(ID3DPresent *This, POINT *pPoint); 88 HRESULT (WINAPI *SetCursor)(ID3DPresent *This, void *pBitmap, POINT *pHotspot, BOOL bShow);
|