Home
last modified time | relevance | path

Searched refs:between (Results 1 – 25 of 4049) sorted by relevance

12345678910>>...162

/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dlines-between-class-members.md1 # Require or disallow an empty line between class members (`lines-between-class-members`)
3between class members. It will not check empty lines before the first member and after the last me…
7 This rule extends the base [`eslint/lines-between-class-members`](https://eslint.org/docs/rules/lin…
10 …entation](https://eslint.org/docs/rules/lines-between-class-members) for more details on the `line…
17 "lines-between-class-members": "off",
18 "@typescript-eslint/lines-between-class-members": ["error"]
22 In addition to the options supported by the `lines-between-class-members` rule in ESLint core, the …
33 …s allowed](https://github.com/eslint/eslint/blob/master/docs/rules/lines-between-class-members.md#…
40 /*eslint @typescript-eslint/lines-between-class-members: ["error", "always", { "exceptAfterOverload…
58 /*eslint @typescript-eslint/lines-between-class-members: ["error", "always", { "exceptAfterOverload…
[all …]
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Dutil.cpp34 t_ilm_bool between(int b1, int a, int b2) in between() function
41 if (between(B.x, A.x, B.z) || between(B.x, A.z, B.z)) in intersect()
43 if (between(A.y, B.y, A.w) || between(A.y, B.w, A.w)) in intersect()
47 if (between(B.y, A.y, B.w) || between(B.y, A.w, B.w)) in intersect()
49 if (between(A.x, B.x, A.z) || between(A.x, B.z, A.z)) in intersect()
/third_party/openssl/
DNEWS5 This file gives a brief overview of the major changes between each OpenSSL
8 Major changes between OpenSSL 1.1.1j and OpenSSL 1.1.1k [25 Mar 2021]
16 Major changes between OpenSSL 1.1.1i and OpenSSL 1.1.1j [16 Feb 2021]
26 Major changes between OpenSSL 1.1.1h and OpenSSL 1.1.1i [8 Dec 2020]
30 Major changes between OpenSSL 1.1.1g and OpenSSL 1.1.1h [22 Sep 2020]
38 Major changes between OpenSSL 1.1.1f and OpenSSL 1.1.1g [21 Apr 2020]
42 Major changes between OpenSSL 1.1.1e and OpenSSL 1.1.1f [31 Mar 2020]
46 Major changes between OpenSSL 1.1.1d and OpenSSL 1.1.1e [17 Mar 2020]
53 Major changes between OpenSSL 1.1.1c and OpenSSL 1.1.1d [10 Sep 2019]
70 Major changes between OpenSSL 1.1.1b and OpenSSL 1.1.1c [28 May 2019]
[all …]
/third_party/skia/src/pathops/
DSkPathOpsTightBounds.cpp27 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[2].fX); in TightBounds()
28 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[2].fY); in TightBounds()
34 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[3].fX); in TightBounds()
35 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[3].fY); in TightBounds()
36 wellBehaved &= between(pts[0].fX, pts[2].fX, pts[3].fX); in TightBounds()
37 wellBehaved &= between(pts[0].fY, pts[2].fY, pts[3].fY); in TightBounds()
/third_party/flutter/skia/src/pathops/
DSkPathOpsTightBounds.cpp30 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[2].fX); in TightBounds()
31 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[2].fY); in TightBounds()
37 wellBehaved &= between(pts[0].fX, pts[1].fX, pts[3].fX); in TightBounds()
38 wellBehaved &= between(pts[0].fY, pts[1].fY, pts[3].fY); in TightBounds()
39 wellBehaved &= between(pts[0].fX, pts[2].fX, pts[3].fX); in TightBounds()
40 wellBehaved &= between(pts[0].fY, pts[2].fY, pts[3].fY); in TightBounds()
/third_party/typescript/tests/baselines/reference/
DobjectTypeHidingMembersOfObjectAssignmentCompat2.errors.txt2 The types returned by 'toString()' are incompatible between these types.
5 The types returned by 'toString()' are incompatible between these types.
8 The types returned by 'toString()' are incompatible between these types.
11 The types returned by 'toString()' are incompatible between these types.
14 The types returned by 'toString()' are incompatible between these types.
28 !!! error TS2322: The types returned by 'toString()' are incompatible between these types.
33 !!! error TS2696: The types returned by 'toString()' are incompatible between these types.
43 !!! error TS2322: The types returned by 'toString()' are incompatible between these types.
48 !!! error TS2696: The types returned by 'toString()' are incompatible between these types.
57 !!! error TS2322: The types returned by 'toString()' are incompatible between these types.
DobjectTypeHidingMembersOfObjectAssignmentCompat.errors.txt2 The types returned by 'toString()' are incompatible between these types.
5 The types returned by 'toString()' are incompatible between these types.
8 The types returned by 'toString()' are incompatible between these types.
22 !!! error TS2322: The types returned by 'toString()' are incompatible between these types.
33 !!! error TS2322: The types returned by 'toString()' are incompatible between these types.
43 !!! error TS2322: The types returned by 'toString()' are incompatible between these types.
DdeeplyNestedAssignabilityErrorsCombined.errors.txt2 The types of 'a.b.c.d.e.f().g' are incompatible between these types.
5 The types of '(new a.b.c.d.e.f()).g' are incompatible between these types.
15 !!! error TS2322: The types of 'a.b.c.d.e.f().g' are incompatible between these types.
31 !!! error TS2322: The types of '(new a.b.c.d.e.f()).g' are incompatible between these types.
/third_party/pcre2/pcre2/testdata/
DgrepinputM3 start end in between start
7 start end in between start
11 start end in between start
16 start end in between start
/third_party/openGLES/extensions/PGI/
DPGI_vertex_hints.txt24 OpenGL function calls will happen between Begin/End pairs.
81 This hint indicates which GL calls might occur between Begin/End pairs.
84 might occur between Begin/End pairs. Otherwise, <mode> must be a
110 might occur between Begin/End pairs. If <mode> does not contain a
112 between Begin/End pairs -- in this case, behavior of these functions
118 consistently between Begin/End pairs. If <mode> is either
124 function will occur between the current Vertex function and the
127 functions might occur between Begin/End pairs.
134 be called before each Vertex function between Begin/End pairs.
139 will occur between Begin/End pairs. If <mode> is FALSE then the
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/PGI/
DPGI_vertex_hints.txt24 OpenGL function calls will happen between Begin/End pairs.
81 This hint indicates which GL calls might occur between Begin/End pairs.
84 might occur between Begin/End pairs. Otherwise, <mode> must be a
110 might occur between Begin/End pairs. If <mode> does not contain a
112 between Begin/End pairs -- in this case, behavior of these functions
118 consistently between Begin/End pairs. If <mode> is either
124 function will occur between the current Vertex function and the
127 functions might occur between Begin/End pairs.
134 be called before each Vertex function between Begin/End pairs.
139 will occur between Begin/End pairs. If <mode> is FALSE then the
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Ddivider_theme.dart13 /// between [ListTile]s, and dividers between rows in [DataTable]s.
42 /// used between [ListTile]s, between rows in [DataTable]s, and so forth.
80 /// Linearly interpolate between two Divider themes.
133 /// [Divider]s, [VerticalDividers]s, dividers between [ListTile]s, and dividers
134 /// between rows in [DataTable]s in this widget's subtree.
137 /// [Divider]s, [VerticalDividers]s, dividers between [ListTile]s, and dividers
138 /// between rows in [DataTable]s in its widget subtree.
147 /// between [ListTile]s, and dividers between rows in [DataTable]s.
/third_party/ejdb/
Duncrustify.cfg66 # If the file contains bytes with values between 128 and 255, but is not
73 # Add or remove space between 'do' and '{'.
76 # Add or remove space between '}' and 'while'.
79 # Add or remove space between 'while' and '('.
115 # Add or remove space between a lambda body and its call operator of an
175 # Add or remove space between nested parentheses, i.e. '((' vs. ') )'.
178 # Add or remove space between back-to-back parentheses, i.e. ')(' vs. ') ('.
184 # Add or remove space between ')' and '{'.
187 # Add or remove space between nested braces, i.e. '{{' vs '{ {'.
197 # Add or remove space between pointer stars '*'.
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dtweens.dart8 /// An interpolation between two fractional offsets.
17 /// * [AlignmentTween], which interpolates between to [Alignment] objects.
31 /// An interpolation between two alignments.
40 /// * [AlignmentGeometryTween], which interpolates between two
55 /// An interpolation between two [AlignmentGeometry].
64 /// * [AlignmentTween], which interpolates between two [Alignment] objects.
/third_party/python/Doc/library/
Dcolorsys.rst1 :mod:`colorsys` --- Conversions between color systems
5 :synopsis: Conversion functions between RGB and other color systems.
14 between colors expressed in the RGB (Red Green Blue) color space used in
17 spaces are floating point values. In the YIQ space, the Y coordinate is between
19 spaces, the coordinates are all between 0 and 1.
/third_party/uboot/u-boot-2020.01/doc/device-tree-bindings/spi/
Dspi-cadence.txt23 are de-asserted between transactions.
24 - cdns,tsd2d-ns : Delay in master reference clocks (ref_clk) between one
27 - cdns,tchsh-ns : Delay in master reference clocks between last bit of
30 - cdns,tslch-ns : Delay in master reference clocks between setting
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Dassociated_min_max.inl6 // Min comparison between 2 variables
52 // Min comparison between 3 variables
79 // Min comparison between 4 variables
97 // Min comparison between 4 variables
119 // Min comparison between 4 variables
142 // Min comparison between 4 variables
164 // Max comparison between 2 variables
171 // Max comparison between 2 variables
185 // Max comparison between 2 variables
199 // Max comparison between 2 variables
[all …]
/third_party/boost/libs/outcome/doc/src/content/reference/types/basic_outcome/
Dequality_basic_outcome.md10 …operator==` must be a valid expression between `value_type` and `A`, and between `error_type` and …
Dinequality_basic_outcome.md10 …operator!=` must be a valid expression between `value_type` and `A`, and between `error_type` and …
/third_party/flutter/skia/third_party/externals/icu/source/data/translit/
DHan_Spacedhan.txt17 # add space between any Han or terminal punctuation and letters, and
18 # between letters and Han or initial punct
21 # remove spacing between ideographs and other letters
/third_party/icu/icu4c/source/data/translit/
DHan_Spacedhan.txt17 # add space between any Han or terminal punctuation and letters, and
18 # between letters and Han or initial punct
21 # remove spacing between ideographs and other letters
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_copy_image.txt64 This extension enables efficient image data transfer between image
76 CopyImageSubData supports copies between images with different
79 CopyImageSubData also supports copying between compressed and
110 may be used to copy a region of texel data between two image
117 similar to a CPU memcpy. CopyImageSubData can copy between
121 CopyImageSubData also allows copying between certain
131 to copy between a 128-bit uncompressed format and a compressed
132 format which uses 8-bit 4x4 blocks, or between a 64-bit uncompressed
189 may be copied between these objects with a single call by specifying the
231 Table 4.X.1: Compatible internal formats for copying between
[all …]
/third_party/openGLES/extensions/ARB/
DARB_copy_image.txt74 This extension enables efficient image data transfer between image
86 CopyImageSubData supports copies between images with different
89 CopyImageSubData also supports copying between compressed and
120 may be used to copy a region of texel data between two image
127 similar to a CPU memcpy. CopyImageSubData can copy between
131 CopyImageSubData also allows copying between certain
141 to copy between a 128-bit uncompressed format and a compressed
142 format which uses 8-bit 4x4 blocks, or between a 64-bit uncompressed
199 may be copied between these objects with a single call by specifying the
241 Table 4.X.1: Compatible internal formats for copying between
[all …]
/third_party/skia/third_party/externals/icu/source/data/translit/
DHan_Spacedhan.txt18 # add space between any Han or terminal punctuation and letters, and
19 # between letters and Han or initial punct
22 # remove spacing between ideographs and other letters
/third_party/ffmpeg/tests/ref/fate/
Deval284 Evaluating 'between(10, -3, 10)'
285 'between(10, -3, 10)' -> 1.000000
287 Evaluating 'between(-4, -2, -1)'
288 'between(-4, -2, -1)' -> 0.000000
290 Evaluating 'between(1,2)'
291 'between(1,2)' -> nan

12345678910>>...162