Home
last modified time | relevance | path

Searched refs:equivalent (Results 1 – 25 of 1651) sorted by relevance

12345678910>>...67

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dcompare_test.cc30 EXPECT_TRUE(Identity(weak_equality::equivalent == 0)); in TEST()
31 EXPECT_TRUE(Identity(0 == weak_equality::equivalent)); in TEST()
34 const weak_equality values[] = {weak_equality::equivalent, in TEST()
50 EXPECT_TRUE(Identity(strong_equality::equivalent == 0)); in TEST()
51 EXPECT_TRUE(Identity(0 == strong_equality::equivalent)); in TEST()
63 EXPECT_TRUE(Identity(strong_equality::equivalent == strong_equality::equal)); in TEST()
73 EXPECT_TRUE(Identity(partial_ordering::equivalent == 0)); in TEST()
74 EXPECT_TRUE(Identity(0 == partial_ordering::equivalent)); in TEST()
90 partial_ordering::less, partial_ordering::equivalent, in TEST()
106 EXPECT_TRUE(Identity(weak_ordering::equivalent == 0)); in TEST()
[all …]
Dcompare.h74 equivalent = equal, enumerator
117 ABSL_COMPARE_INLINE_BASECLASS_DECL(equivalent);
125 ABSL_COMPARE_INLINE_BASECLASS_DECL(equivalent);
132 ABSL_COMPARE_INLINE_BASECLASS_DECL(equivalent);
140 ABSL_COMPARE_INLINE_BASECLASS_DECL(equivalent);
148 ABSL_COMPARE_INLINE_BASECLASS_DECL(equivalent);
161 ABSL_COMPARE_INLINE_SUBCLASS_DECL(weak_equality, equivalent);
193 ABSL_COMPARE_INLINE_INIT(weak_equality, equivalent,
194 compare_internal::eq::equivalent);
207 ABSL_COMPARE_INLINE_SUBCLASS_DECL(strong_equality, equivalent);
[all …]
/third_party/python/Doc/c-api/
Dnumber.rst21 equivalent of the Python expression ``o1 + o2``.
27 the equivalent of the Python expression ``o1 - o2``.
33 the equivalent of the Python expression ``o1 * o2``.
39 failure. This is the equivalent of the Python expression ``o1 @ o2``.
47 equivalent to the "classic" division of integers.
62 the equivalent of the Python expression ``o1 % o2``.
70 the equivalent of the Python expression ``divmod(o1, o2)``.
78 equivalent of the Python expression ``pow(o1, o2, o3)``, where *o3* is optional.
86 equivalent of the Python expression ``-o``.
91 Returns *o* on success, or ``NULL`` on failure. This is the equivalent of the
[all …]
Dsequence.rst24 failure. This is equivalent to the Python expression ``len(o)``.
30 This is the equivalent of the Python expression ``o1 + o2``.
36 failure. This is the equivalent of the Python expression ``o * count``.
42 The operation is done *in-place* when *o1* supports it. This is the equivalent
50 equivalent of the Python expression ``o *= count``.
55 Return the *i*\ th element of *o*, or ``NULL`` on failure. This is the equivalent of
62 failure. This is the equivalent of the Python expression ``o[i1:i2]``.
69 is the equivalent of the Python statement ``o[i] = v``. This function *does
79 equivalent of the Python statement ``del o[i]``.
85 *i2*. This is the equivalent of the Python statement ``o[i1:i2] = v``.
[all …]
Dobject.rst33 is equivalent to the Python expression ``hasattr(o, attr_name)``. This function
44 is equivalent to the Python expression ``hasattr(o, attr_name)``. This function
56 value on success, or ``NULL`` on failure. This is the equivalent of the Python
63 value on success, or ``NULL`` on failure. This is the equivalent of the Python
81 return ``0`` on success. This is the equivalent of the Python statement
92 return ``0`` on success. This is the equivalent of the Python statement
114 This is the equivalent of the Python statement ``del o.attr_name``.
120 This is the equivalent of the Python statement ``del o.attr_name``.
144 ``<=``, ``==``, ``!=``, ``>``, or ``>=`` respectively. This is the equivalent of
155 ``0`` if the result is false, ``1`` otherwise. This is the equivalent of the
[all …]
Dmapping.rst26 This is equivalent to the Python expression ``len(o)``.
32 This is the equivalent of the Python expression ``o[key]``.
39 failure. This is the equivalent of the Python statement ``o[key] = v``.
47 on failure. This is equivalent to the Python statement ``del o[key]``.
54 on failure. This is equivalent to the Python statement ``del o[key]``.
60 This is equivalent to the Python expression ``key in o``.
71 This is equivalent to the Python expression ``key in o``.
/third_party/python/Doc/library/
Doperator.rst20 equivalent to the expression ``x+y``. Many function names are those used for
46 equivalent to ``a < b``, ``le(a, b)`` is equivalent to ``a <= b``, ``eq(a,
47 b)`` is equivalent to ``a == b``, ``ne(a, b)`` is equivalent to ``a != b``,
48 ``gt(a, b)`` is equivalent to ``a > b`` and ``ge(a, b)`` is equivalent to ``a
70 equivalent to using the :class:`bool` constructor.
125 Return the bitwise inverse of the number *obj*. This is equivalent to ``~obj``.
449 does; for example, the :term:`statement` ``x += y`` is equivalent to
451 ``z = operator.iadd(x, y)`` is equivalent to the compound statement
480 ``a = iadd(a, b)`` is equivalent to ``a += b``.
486 ``a = iand(a, b)`` is equivalent to ``a &= b``.
[all …]
/third_party/skia/third_party/externals/egl-registry/sdk/docs/man/
DNOTES8 OK> opengl-man.css - CSS equivalent to content wrapped in old/styles-css.xsl
18 OK> index.html - main SDK index (equivalent to es/../index.php)
21 NO> TOC.html - accordion index frame, equivalent to output of makeindex.py
22 OK> Intro.html - equivalent to start.html
25 NO> styles-css.xsl - equivalent to es/opengl-man.css
30 OK> egl/style.css - equivalent to es/style-index.css, includes a couple of other .css files
50 style-index.css - equivalent to egl/style.css
/third_party/EGL/sdk/docs/man/
DNOTES8 OK> opengl-man.css - CSS equivalent to content wrapped in old/styles-css.xsl
18 OK> index.html - main SDK index (equivalent to es/../index.php)
21 NO> TOC.html - accordion index frame, equivalent to output of makeindex.py
22 OK> Intro.html - equivalent to start.html
25 NO> styles-css.xsl - equivalent to es/opengl-man.css
30 OK> egl/style.css - equivalent to es/style-index.css, includes a couple of other .css files
50 style-index.css - equivalent to egl/style.css
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_texture_mirror_clamp_to_edge.txt107 Dependencies on OES_texture_3D or equivalent
109 If OES_texture_3D or equivalent functionality is not implemented,
113 Dependencies on OpenGL ES 3.0 or equivalent
115 If OpenGL ES 3.0 or equivalent is not supported, then ignore all
118 Dependencies on OpenGL ES 3.2 or equivalent
120 If OpenGL ES 3.2 or equivalent is not supported, then ignore all
DEXT_multisampled_render_to_texture2.txt38 This requires support of EXT_multisample_render_to_texture or an equivalent
81 buffer is discarded rather than resolved - equivalent to the application
98 equivalent to InvalidateFramebuffer for those attachments.
108 - Final version. A depth/stencil resolve is equivalent
/third_party/openGLES/extensions/EXT/
DEXT_texture_mirror_clamp_to_edge.txt107 Dependencies on OES_texture_3D or equivalent
109 If OES_texture_3D or equivalent functionality is not implemented,
113 Dependencies on OpenGL ES 3.0 or equivalent
115 If OpenGL ES 3.0 or equivalent is not supported, then ignore all
118 Dependencies on OpenGL ES 3.2 or equivalent
120 If OpenGL ES 3.2 or equivalent is not supported, then ignore all
DEXT_multisampled_render_to_texture2.txt38 This requires support of EXT_multisample_render_to_texture or an equivalent
81 buffer is discarded rather than resolved - equivalent to the application
98 equivalent to InvalidateFramebuffer for those attachments.
108 - Final version. A depth/stencil resolve is equivalent
/third_party/typescript/tests/baselines/reference/
DunionTypeEquivalence.types2 // A | B is equivalent to A if B is a subtype of A
17 // A | B is equivalent to B | A.
24 // AB | C is equivalent to A | BC, where AB is A | B and BC is B | C.
DunionTypeEquivalence.errors.txt5 // A | B is equivalent to A if B is a subtype of A
14 // A | B is equivalent to B | A.
18 // AB | C is equivalent to A | BC, where AB is A | B and BC is B | C.
DunionTypeEquivalence.symbols2 // A | B is equivalent to A if B is a subtype of A
20 // A | B is equivalent to B | A.
27 // AB | C is equivalent to A | BC, where AB is A | B and BC is B | C.
DintersectionTypeEquivalence.types11 // A & B is equivalent to B & A.
18 // AB & C is equivalent to A & BC, where AB is A & B and BC is B & C.
DrestElementAssignable.types13 // Working equivalent
37 // Working equivalent
/third_party/glib/patch/
Dbackport-gsignal-Add-G_CONNECT_DEFAULT.patch134 - * - signal: equivalent to g_signal_connect_data (..., NULL, 0)
135 - * - object-signal, object_signal: equivalent to g_signal_connect_object (..., 0)
136 + * - signal: equivalent to g_signal_connect_data (..., NULL, G_CONNECT_DEFAULT)
137 + * - object-signal, object_signal: equivalent to g_signal_connect_object (..., G_CONNECT_DEFAULT)
138 …* - swapped-signal, swapped_signal: equivalent to g_signal_connect_data (..., NULL, G_CONNECT_SWAP…
139 …* - swapped_object_signal, swapped-object-signal: equivalent to g_signal_connect_object (..., G_CO…
140 * - signal_after, signal-after: equivalent to g_signal_connect_data (..., NULL, G_CONNECT_AFTER)
/third_party/node/deps/v8/src/interpreter/
Dbytecode-register-optimizer.cc292 RegisterInfo* equivalent; in Flush() local
293 while ((equivalent = materialized->GetEquivalent()) != materialized) { in Flush()
294 if (equivalent->allocated() && !equivalent->materialized()) { in Flush()
295 OutputRegisterTransfer(materialized, equivalent); in Flush()
297 equivalent->MoveToNewEquivalenceSet(NextEquivalenceId(), true); in Flush()
298 equivalent->set_needs_flush(false); in Flush()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_mirror_clamp_to_edge.txt125 Dependencies on EXT_texture3D or equivalent
127 If EXT_texture3D or equivalent functionality is not implemented,
131 Dependencies on ARB_texture_rectangle or equivalent
133 If ARB_texture_rectangle or equivalent functionality is not
136 Dependencies on ARB_sampler_objects or equivalent
138 If ARB_sampler_objects or equivalent functionality is not supported,
/third_party/openGLES/extensions/ARB/
DARB_texture_mirror_clamp_to_edge.txt135 Dependencies on EXT_texture3D or equivalent
137 If EXT_texture3D or equivalent functionality is not implemented,
141 Dependencies on ARB_texture_rectangle or equivalent
143 If ARB_texture_rectangle or equivalent functionality is not
146 Dependencies on ARB_sampler_objects or equivalent
148 If ARB_sampler_objects or equivalent functionality is not supported,
/third_party/curl/docs/cmdline-opts/
Dlibcurl.d5 Help: Dump libcurl equivalent code of this command line
14 libcurl-using C source code written to the file that does the equivalent of
/third_party/mesa3d/docs/gallium/
Dresources.rst96 - PIPE_CAP_NPOT_TEXTURES is equivalent to GL 2.0 or GL_ARB_texture_non_power_of_two
131 - PIPE_CAP_NPOT_TEXTURES is equivalent to GL 2.0 or GL_ARB_texture_non_power_of_two
137 - PIPE_CAP_NPOT_TEXTURES is equivalent to D3D_FEATURE_LEVEL_9_3
152 - PIPE_CAP_NPOT_TEXTURES is equivalent to GL 2.0 or GL_ARB_texture_non_power_of_two
156 - PIPE_CAP_NPOT_TEXTURES is equivalent to D3D_FEATURE_LEVEL_10_0
178 - PIPE_CAP_NPOT_TEXTURES is equivalent to GL 2.0 or GL_ARB_texture_non_power_of_two
184 - PIPE_CAP_NPOT_TEXTURES is equivalent to D3D_FEATURE_LEVEL_10_0
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/doc/
DAPPLE_clip_distance.md3 OpenGL GLSL's `gl_ClipDistance` is equivalent to `[[clip_distance]]` attribute in the Metal Shading
6 doesn't have any equivalent API to disable/enable the writing, though writing to a `clip_distance`

12345678910>>...67