Home
last modified time | relevance | path

Searched refs:IN (Results 1 – 25 of 2731) sorted by relevance

12345678910>>...110

/external/pdfium/core/src/fxge/Microsoft SDK/include/
DGdiPlusHeaders.h31 Region(IN const RectF& rect);
32 Region(IN const Rect& rect);
33 Region(IN const GraphicsPath* path);
34 Region(IN const BYTE* regionData, IN INT size);
35 Region(IN HRGN hRgn);
36 static Region* FromHRGN(IN HRGN hRgn);
52 IN UINT bufferSize,
55 Status Intersect(IN const Rect& rect);
56 Status Intersect(IN const RectF& rect);
57 Status Intersect(IN const GraphicsPath* path);
[all …]
DGdiPlusGraphics.h35 static Graphics* FromHDC(IN HDC hdc) in FromHDC()
40 static Graphics* FromHDC(IN HDC hdc, in FromHDC()
41 IN HANDLE hdevice) in FromHDC()
46 static Graphics* FromHWND(IN HWND hwnd,
47 IN BOOL icm = FALSE)
52 static Graphics* FromImage(IN Image *image) in FromImage()
57 Graphics(IN HDC hdc) in Graphics()
66 Graphics(IN HDC hdc, in Graphics()
67 IN HANDLE hdevice) in Graphics()
76 Graphics(IN HWND hwnd,
[all …]
DGdiPlusPath.h29 GraphicsPath(IN FillMode fillMode = FillModeAlternate)
35 GraphicsPath(IN const PointF* points,
36 IN const BYTE* types,
37 IN INT count,
38 IN FillMode fillMode = FillModeAlternate)
48 GraphicsPath(IN const Point* points,
49 IN const BYTE* types,
50 IN INT count,
51 IN FillMode fillMode = FillModeAlternate)
101 Status SetFillMode(IN FillMode fillmode) in SetFillMode()
[all …]
DGdiPlusMetaFile.h33 Metafile(IN HMETAFILE hWmf,
34 IN const APMFileHeader * apmFileHeader,
35 IN BOOL deleteWmf = FALSE)
47 Metafile(IN HENHMETAFILE hEmf,
48 IN BOOL deleteEmf = FALSE)
58 Metafile(IN const WCHAR* filename) in Metafile()
68 Metafile(IN const WCHAR* filename, in Metafile()
69 IN const APMFileHeader * apmFileHeader in Metafile()
80 Metafile(IN IStream* stream) in Metafile()
91 IN HDC referenceHdc,
[all …]
DGdiPlusBitmap.h30 IN const WCHAR* filename in Image()
39 IN IStream* stream in Image()
48 IN const WCHAR* filename in FromFile()
56 IN IStream* stream in FromStream()
66 IN const WCHAR* filename, in Image()
67 IN BOOL useEmbeddedColorManagement in Image()
89 IN IStream* stream, in Image()
90 IN BOOL useEmbeddedColorManagement in Image()
112 IN const WCHAR* filename, in FromFile()
113 IN BOOL useEmbeddedColorManagement in FromFile()
[all …]
DGdiPlusBrush.h131 SolidBrush(IN const Color& color) in SolidBrush()
157 Status SetColor(IN const Color& color) in SetColor()
183 TextureBrush(IN Image* image,
184 IN WrapMode wrapMode = WrapModeTile)
200 TextureBrush(IN Image* image, in TextureBrush()
201 IN WrapMode wrapMode, in TextureBrush()
202 IN const RectF &dstRect) in TextureBrush()
224 TextureBrush(IN Image *image,
225 IN const RectF &dstRect,
226 IN const ImageAttributes *imageAttributes = NULL)
[all …]
DGdiPlusimageAttributes.h70 IN ColorAdjustType type = ColorAdjustTypeDefault
81 IN ColorAdjustType type = ColorAdjustTypeDefault
91 IN const ColorMatrix *colorMatrix,
92 IN ColorMatrixFlags mode = ColorMatrixFlagsDefault,
93 IN ColorAdjustType type = ColorAdjustTypeDefault
106 IN ColorAdjustType type = ColorAdjustTypeDefault
120 IN const ColorMatrix *colorMatrix,
121 IN const ColorMatrix *grayMatrix,
122 IN ColorMatrixFlags mode = ColorMatrixFlagsDefault,
123 IN ColorAdjustType type = ColorAdjustTypeDefault
[all …]
DGdiPlusMatrix.h37 Matrix(IN REAL m11, in Matrix()
38 IN REAL m12, in Matrix()
39 IN REAL m21, in Matrix()
40 IN REAL m22, in Matrix()
41 IN REAL dx, in Matrix()
42 IN REAL dy) in Matrix()
52 Matrix(IN const RectF& rect, in Matrix()
53 IN const PointF* dstplg) in Matrix()
64 Matrix(IN const Rect& rect, in Matrix()
65 IN const Point* dstplg) in Matrix()
[all …]
DGdiPlusTypes.h144 SizeF(IN const SizeF& size) in SizeF()
150 SizeF(IN REAL width, in SizeF()
151 IN REAL height) in SizeF()
157 SizeF operator+(IN const SizeF& sz) const
163 SizeF operator-(IN const SizeF& sz) const
169 BOOL Equals(IN const SizeF& sz) const in Equals()
200 Size(IN const Size& size) in Size()
206 Size(IN INT width, in Size()
207 IN INT height) in Size()
213 Size operator+(IN const Size& sz) const
[all …]
DGdiPlusRegion.h33 Region::Region(IN const RectF& rect) in Region()
43 Region::Region(IN const Rect& rect) in Region()
53 Region::Region(IN const GraphicsPath* path) in Region()
63 Region::Region(IN const BYTE* regionData, IN INT size) in Region()
73 Region::Region(IN HRGN hRgn) in Region()
83 Region* Region::FromHRGN(IN HRGN hRgn) in FromHRGN()
137 Region::Intersect(IN const RectF& rect) in Intersect()
143 Region::Intersect(IN const Rect& rect) in Intersect()
149 Region::Intersect(IN const GraphicsPath* path) in Intersect()
155 Region::Intersect(IN const Region* region) in Intersect()
[all …]
DGdiPlusPen.h32 Pen(IN const Color& color,
33 IN REAL width = 1.0f)
41 Pen(IN const Brush* brush,
42 IN REAL width = 1.0f)
64 Status SetWidth(IN REAL width) in SetWidth()
83 Status SetLineCap(IN LineCap startCap, in SetLineCap()
84 IN LineCap endCap, in SetLineCap()
85 IN DashCap dashCap) in SetLineCap()
91 Status SetLineCap(IN LineCap startCap, in SetLineCap()
92 IN LineCap endCap, in SetLineCap()
[all …]
/external/chromium_org/sandbox/win/src/
Dnt_internals.h140 IN ACCESS_MASK DesiredAccess,
141 IN POBJECT_ATTRIBUTES ObjectAttributes,
143 IN PLARGE_INTEGER AllocationSize OPTIONAL,
144 IN ULONG FileAttributes,
145 IN ULONG ShareAccess,
146 IN ULONG CreateDisposition,
147 IN ULONG CreateOptions,
148 IN PVOID EaBuffer OPTIONAL,
149 IN ULONG EaLength);
153 IN ACCESS_MASK DesiredAccess,
[all …]
/external/chromium_org/third_party/libphonenumber/src/resources/carrier/en/
D91.txt53 917379|Vodafone IN
55 917381|Vodafone IN
72 917406|Vodafone IN
74 917408|Vodafone IN
75 917409|Vodafone IN
96 917506|Vodafone IN
97 917507|Vodafone IN
98 917508|Vodafone IN
99 917509|Vodafone IN
101 917549|Vodafone IN
[all …]
/external/chromium_org/third_party/sqlite/src/test/
Dtkt-80e031a00f.test13 # resolved. That ticket is about IN and NOT IN operators with empty-set
23 # EVIDENCE-OF: R-58875-56087 The IN and NOT IN operators take a single
28 # result of IN is false and the result of NOT IN is true, regardless of
32 # list of scalar values on the right-hand side of an IN or NOT IN
37 do_execsql_test tkt-80e031a00f.1 {SELECT 1 IN ()} 0
38 do_execsql_test tkt-80e031a00f.1b {SELECT 1 IN (2)} 0
39 do_execsql_test tkt-80e031a00f.1c {SELECT 1 IN (2,3,4,5,6,7,8,9)} 0
40 do_execsql_test tkt-80e031a00f.2 {SELECT 1 NOT IN ()} 1
41 do_execsql_test tkt-80e031a00f.2b {SELECT 1 NOT IN (2)} 1
42 do_execsql_test tkt-80e031a00f.2c {SELECT 1 NOT IN (2,3,4,5,6,7,8,9)} 1
[all …]
Dtypes2.test26 # types2-5.*: The 'IN(x, y...)' operator in the absence of an index.
27 # types2-6.*: The 'IN(x, y...)' operator with an index.
28 # types2-7.*: The 'IN(SELECT...)' operator in the absence of an index.
29 # types2-8.*: The 'IN(SELECT...)' operator with an index.
200 # types2-5.* - The 'IN (x, y....)' operator with no index.
203 test_bool types2-5.1 {} {(NULL IN ('10.0', 20)) ISNULL} 1
204 test_bool types2-5.2 {} {10 IN ('10.0', 20)} 0
205 test_bool types2-5.3 {} {'10' IN ('10.0', 20)} 0
206 test_bool types2-5.4 {} {10 IN (10.0, 20)} 1
207 test_bool types2-5.5 {} {'10.0' IN (10, 20)} 0
[all …]
Din.test12 # focus of this file is testing the IN and BETWEEN operator.
56 # The rest of this file concentrates on testing the IN operator.
58 # (because the IN operator is unavailable).
65 # Testing of the IN operator using static lists on the right-hand side.
68 execsql {SELECT a FROM t1 WHERE b IN (8,12,16,24,32) ORDER BY a}
71 execsql {SELECT a FROM t1 WHERE b NOT IN (8,12,16,24,32) ORDER BY a}
74 execsql {SELECT a FROM t1 WHERE b IN (8,12,16,24,32) OR b=512 ORDER BY a}
77 execsql {SELECT a FROM t1 WHERE b NOT IN (8,12,16,24,32) OR b=512 ORDER BY a}
80 execsql {SELECT a+100*(b IN (8,16,24)) FROM t1 ORDER BY b}
84 execsql {SELECT a FROM t1 WHERE b IN (b+8,64)}
[all …]
/external/chromium_org/third_party/boringssl/src/crypto/cipher/
Dchacha20_poly1305_tests.txt3 IN:
10 IN: 8c8419bc27
17 IN: 86d09974840bded2a5ca
24 IN: 537a645387f22d6f6dbbea568d3feb
31 IN: b76733895c871edd728a45ed1a21f15a9597d49d
38 IN: 0dc6ff21a346e1337dd0db81d8f7d9f6fd1864418b98aadcdb
45 IN: f9e3e9b5ed07b2080db8c1ffc37e4a6cb3cd544608921e18610d00b17c6e
52 IN: 4d6faeaee39179a7c892faae3719656cc614c7e6ecd8fcb570a3b82c4dace969090338
59 IN: 51a1eebcc348e0582196a0bce16ed1f8ac2e91c3e8a690e04a9f4b5cf63313d7ad08d1efbff85c89
66 IN: c1b0affaf2b8d7ef51cca9aacf7969f92f928c2e3cc7db2e15f47ee1f65023910d09f209d007b7436ee898133d
[all …]
Daes_256_gcm_tests.txt3 IN:
10 IN: f0535fe211
17 IN: 96669d2d3542a4d49c7c
24 IN: 8ed8ef4c09360ef70bb22c716554ef
31 IN: 5dc495d949f4b2c8a709092b120ac8078cdfd104
38 IN: 52939c7416220822a77435a46687f134cebc70a2f1a4c33d37
45 IN: 677eca74660499acf2e2fd6c7800fd6da2d0273a31906a691205b5765b85
52 IN: b12e6f1f8160cd65278c48f68ad53c8c82fd17c2c39bbb109f077c17fdcb8a0b3a5dbf
59 IN: 8b9089df5bb048cebbe709cb61e178ec768515a0031288d95b7cc4dfffeb51b836e126a237ec50cc
66 IN: 12365eaac86b270e9c61b3ae7702a6f3583ef4accb80a98454c56e34e2ab97d8afa23ddee34e7e3a522497f985
[all …]
Daes_128_gcm_tests.txt3 IN:
10 IN: 0a2714aa7d
17 IN: 8d6c08446cb10d9a2075
24 IN: cb75a0f9134c579bebbd27fe4a3011
31 IN: 9b1ddd177d2842a701b794450e3c81f151f195a1
38 IN: 3461523cd98a6e8bdddd01150812e6c58d5cfa25d385cdbbc4
45 IN: 483080d7e2fb42580dfb862d2d266fad9fdce7cdcdb1158d415f84b6e269
52 IN: 900951f487221c7125aa140104b776ba77e7b656194933fa4b94a6d7f9722aad51b2fe
59 IN: 8673d6ee2903265c92446ce110d5bb30aa2dd1b1ac5558029f23974acb8a2fbf4c74858fc73d6104
66 IN: 2c088f38f7a58e68bdd92632da84770303cd1ff115d6364479fb0aa706571f68d51be745f5c1d1b44fa1501cd5
[all …]
Drc4_md5_tests.txt4 IN:
12 IN: 86493545a2
20 IN: 86493545a236270a2e85
28 IN: 86493545a236270a2e85e5d400587d
36 IN: 86493545a236270a2e85e5d400587d5110b1a9de
44 IN: 86493545a236270a2e85e5d400587d5110b1a9deb68088656d
52 IN: 86493545a236270a2e85e5d400587d5110b1a9deb68088656deffd1d79ba
60 IN: 86493545a236270a2e85e5d400587d5110b1a9deb68088656deffd1d79ba653a9f3bb1
68 IN: 86493545a236270a2e85e5d400587d5110b1a9deb68088656deffd1d79ba653a9f3bb1dccfae69e3
76 IN: 86493545a236270a2e85e5d400587d5110b1a9deb68088656deffd1d79ba653a9f3bb1dccfae69e3767a97a50c
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/geometry-shader/
Dmulti-line.txt5 DCL IN[][0], POSITION, CONSTANT
6 DCL IN[][1], COLOR, CONSTANT
11 MOV TEMP[0], IN[0][0]
12 ADD TEMP[0].y, IN[0][0], IN[1][0]
15 MOV OUT[1], IN[0][1]
17 MOV OUT[0], IN[2][0]
18 MOV OUT[1], IN[0][1]
20 MOV OUT[0], IN[0][0]
21 MOV OUT[1], IN[2][1]
24 MOV OUT[1], IN[0][1]
[all …]
Dadd.txt4 DCL IN[][0], POSITION, CONSTANT
5 DCL IN[][1], COLOR, CONSTANT
9 MOV OUT[0], IN[0][0]
10 ADD OUT[1], IN[0][1], IN[0][1]
13 MOV OUT[0], IN[1][0]
14 ADD OUT[1], IN[1][1], IN[1][1]
17 MOV OUT[0], IN[2][0]
18 ADD OUT[1], IN[2][1], IN[2][1]
/external/mesa3d/src/gallium/tests/graw/geometry-shader/
Dmulti-line.txt5 DCL IN[][0], POSITION, CONSTANT
6 DCL IN[][1], COLOR, CONSTANT
11 MOV TEMP[0], IN[0][0]
12 ADD TEMP[0].y, IN[0][0], IN[1][0]
15 MOV OUT[1], IN[0][1]
17 MOV OUT[0], IN[2][0]
18 MOV OUT[1], IN[0][1]
20 MOV OUT[0], IN[0][0]
21 MOV OUT[1], IN[2][1]
24 MOV OUT[1], IN[0][1]
[all …]
Dadd.txt4 DCL IN[][0], POSITION, CONSTANT
5 DCL IN[][1], COLOR, CONSTANT
9 MOV OUT[0], IN[0][0]
10 ADD OUT[1], IN[0][1], IN[0][1]
13 MOV OUT[0], IN[1][0]
14 ADD OUT[1], IN[1][1], IN[1][1]
17 MOV OUT[0], IN[2][0]
18 ADD OUT[1], IN[2][1], IN[2][1]
/external/e2fsprogs/lib/ext2fs/
Dnt_io.c46 IN NTSTATUS Status
53 IN HANDLE Handle
62 IN ACCESS_MASK DesiredAccess,
63 IN POBJECT_ATTRIBUTES ObjectAttributes,
65 IN ULONG ShareAccess,
66 IN ULONG OpenOptions
73 IN HANDLE FileHandle,
82 IN HANDLE FileHandle,
83 IN HANDLE Event OPTIONAL,
84 IN PIO_APC_ROUTINE ApcRoutine OPTIONAL,
[all …]

12345678910>>...110