Home
last modified time | relevance | path

Searched refs:greater (Results 1 – 25 of 1578) sorted by relevance

12345678910>>...64

/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dcompare_test.cc75 EXPECT_TRUE(Identity(partial_ordering::greater > 0)); in TEST()
76 EXPECT_TRUE(Identity(0 < partial_ordering::greater)); in TEST()
77 EXPECT_TRUE(Identity(partial_ordering::greater >= 0)); in TEST()
78 EXPECT_TRUE(Identity(0 <= partial_ordering::greater)); in TEST()
91 partial_ordering::greater, partial_ordering::unordered}; in TEST()
108 EXPECT_TRUE(Identity(weak_ordering::greater > 0)); in TEST()
109 EXPECT_TRUE(Identity(0 < weak_ordering::greater)); in TEST()
110 EXPECT_TRUE(Identity(weak_ordering::greater >= 0)); in TEST()
111 EXPECT_TRUE(Identity(0 <= weak_ordering::greater)); in TEST()
113 weak_ordering::less, weak_ordering::equivalent, weak_ordering::greater}; in TEST()
[all …]
Dcompare.h79 enum class ord : value_type { less = -1, greater = 1 }; enumerator
133 ABSL_COMPARE_INLINE_BASECLASS_DECL(greater);
141 ABSL_COMPARE_INLINE_BASECLASS_DECL(greater);
149 ABSL_COMPARE_INLINE_BASECLASS_DECL(greater);
270 ABSL_COMPARE_INLINE_SUBCLASS_DECL(partial_ordering, greater);
342 ABSL_COMPARE_INLINE_INIT(partial_ordering, greater,
343 compare_internal::ord::greater);
358 ABSL_COMPARE_INLINE_SUBCLASS_DECL(weak_ordering, greater);
368 : partial_ordering::greater);
434 ABSL_COMPARE_INLINE_INIT(weak_ordering, greater,
[all …]
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer_test.cc317 std::sort(v.begin(), v.end(), std::greater<int>()); in TEST_F()
318 std::vector<int>::iterator i = absl::c_lower_bound(v, 3, std::greater<int>()); in TEST_F()
332 std::sort(v.begin(), v.end(), std::greater<int>()); in TEST_F()
333 std::vector<int>::iterator i = absl::c_upper_bound(v, 1, std::greater<int>()); in TEST_F()
353 std::sort(v.begin(), v.end(), std::greater<int>()); in TEST_F()
355 absl::c_equal_range(v, 2, std::greater<int>()); in TEST_F()
367 std::sort(v.begin(), v.end(), std::greater<int>()); in TEST_F()
368 EXPECT_TRUE(absl::c_binary_search(v, 2, std::greater<int>())); in TEST_F()
370 absl::c_binary_search(std::vector<int>(v), 2, std::greater<int>())); in TEST_F()
381 absl::c_min_element(sequence_, std::greater<int>()); in TEST_F()
[all …]
/third_party/openGLES/extensions/NV/
DNV_framebuffer_multisample.txt58 number of SAMPLES that is greater than zero. No method is provided
104 is "framebuffer complete" and the value of SAMPLE_BUFFERS is greater
116 is greater than zero."
121 "If SAMPLE_BUFFERS for the read framebuffer is greater than zero and
127 SAMPLE_BUFFERS for the draw framebuffer is greater than zero, the
132 greater than zero, and the values of SAMPLES for the read and draw
138 If SAMPLE_BUFFERS for the read framebuffer is greater than zero and
143 draw framebuffer is greater than zero, no copy is performed and an
165 either <width> or <height> is greater than the value of
166 MAX_RENDERBUFFER_SIZE, or if <samples> is greater than MAX_SAMPLES_NV,
[all …]
DNV_framebuffer_multisample_coverage.txt113 either <width> or <height> is greater than
133 guaranteed to be greater than or equal to <coverageSamples> and no
152 guaranteed to be greater than or equal to <colorSamples> and no
156 If <colorSamples> is greater than <coverageSamples>, the error
159 If <coverageSamples> or <colorSamples> is greater than
162 If <coverageSamples> is greater than zero, and <colorSamples> is
223 <colorSamples> is greater than <coverageSamples>
227 <coverageSamples> is greater than MAX_SAMPLES_EXT.
231 <colorSamples> is greater than MAX_SAMPLES_EXT.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_framebuffer_multisample.txt58 number of SAMPLES that is greater than zero. No method is provided
104 is "framebuffer complete" and the value of SAMPLE_BUFFERS is greater
116 is greater than zero."
121 "If SAMPLE_BUFFERS for the read framebuffer is greater than zero and
127 SAMPLE_BUFFERS for the draw framebuffer is greater than zero, the
132 greater than zero, and the values of SAMPLES for the read and draw
138 If SAMPLE_BUFFERS for the read framebuffer is greater than zero and
143 draw framebuffer is greater than zero, no copy is performed and an
165 either <width> or <height> is greater than the value of
166 MAX_RENDERBUFFER_SIZE, or if <samples> is greater than MAX_SAMPLES_NV,
[all …]
DNV_framebuffer_multisample_coverage.txt113 either <width> or <height> is greater than
133 guaranteed to be greater than or equal to <coverageSamples> and no
152 guaranteed to be greater than or equal to <colorSamples> and no
156 If <colorSamples> is greater than <coverageSamples>, the error
159 If <coverageSamples> or <colorSamples> is greater than
162 If <coverageSamples> is greater than zero, and <colorSamples> is
223 <colorSamples> is greater than <coverageSamples>
227 <coverageSamples> is greater than MAX_SAMPLES_EXT.
231 <colorSamples> is greater than MAX_SAMPLES_EXT.
/third_party/openssl/test/ssl-tests/
D13-fragmentation.cnf25 test-20 = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048
26 test-21 = 21-Maximum Fragment Len extension 2048 greater than FragmentSize 1024
524 [20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048]
525 ssl_conf = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048-ssl
527 [20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048-ssl]
528 server = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048-server
529 client = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048-client
531 [20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048-server]
536 [20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048-client]
544 client = 20-Maximum Fragment Len extension 4096 greater than FragmentSize 2048-client-extra
[all …]
/third_party/openGLES/extensions/ANGLE/
DANGLE_framebuffer_multisample.txt53 number of SAMPLES that is greater than zero. No method is provided
105 of SAMPLE_BUFFERS is greater than zero."
116 is greater than zero."
121 "If SAMPLE_BUFFERS for the read framebuffer is greater than zero and
126 If SAMPLE_BUFFERS for the draw framebuffer is greater than zero,
129 If SAMPLE_BUFFERS for the read framebuffer is greater than zero and
133 If SAMPLE_BUFFERS for the read framebuffer is greater than zero and
137 If SAMPLE_BUFFERS for the read framebuffer is greater than zero, the
159 either <width> or <height> is greater than the value of
160 MAX_RENDERBUFFER_SIZE, or if <samples> is greater than MAX_SAMPLES_ANGLE,
[all …]
/third_party/skia/third_party/externals/angle2/extensions/
DANGLE_framebuffer_multisample.txt53 number of SAMPLES that is greater than zero. No method is provided
105 of SAMPLE_BUFFERS is greater than zero."
116 is greater than zero."
121 "If SAMPLE_BUFFERS for the read framebuffer is greater than zero and
126 If SAMPLE_BUFFERS for the draw framebuffer is greater than zero,
129 If SAMPLE_BUFFERS for the read framebuffer is greater than zero and
133 If SAMPLE_BUFFERS for the read framebuffer is greater than zero and
137 If SAMPLE_BUFFERS for the read framebuffer is greater than zero, the
159 either <width> or <height> is greater than the value of
160 MAX_RENDERBUFFER_SIZE, or if <samples> is greater than MAX_SAMPLES_ANGLE,
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/ANGLE/
DANGLE_framebuffer_multisample.txt53 number of SAMPLES that is greater than zero. No method is provided
105 of SAMPLE_BUFFERS is greater than zero."
116 is greater than zero."
121 "If SAMPLE_BUFFERS for the read framebuffer is greater than zero and
126 If SAMPLE_BUFFERS for the draw framebuffer is greater than zero,
129 If SAMPLE_BUFFERS for the read framebuffer is greater than zero and
133 If SAMPLE_BUFFERS for the read framebuffer is greater than zero and
137 If SAMPLE_BUFFERS for the read framebuffer is greater than zero, the
159 either <width> or <height> is greater than the value of
160 MAX_RENDERBUFFER_SIZE, or if <samples> is greater than MAX_SAMPLES_ANGLE,
[all …]
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_sparse_texture.txt101 is TRUE and VIRTUAL_PAGE_SIZE_INDEX_ARB parameter is greater
122 <depth> is greater than MAX_SPARSE_3D_TEXTURE_SIZE_ARB.
124 greater than MAX_SPARSE_TEXTURE_SIZE_ARB.
126 and <depth> is greater than MAX_SPARSE_TEXTURE_ARRAY_LAYERS_ARB.
127 * <width> or <height> is greater than the value of
129 if <height> or <depth> is greater than the value of
150 <yoffset> + <height> greater than the width or height, respectively,
153 - Use TexPageCommitmentARB with <zoffset> + <depth> greater than:
/third_party/json/docs/mkdocs/docs/api/basic_json/
Doperator_gt.md14 1. Compares whether one JSON value `lhs` is greater than another JSON value `rhs` according to the
20 2. Compares wether a JSON value is greater than a scalar or a scalar is greater than a JSON value by
38 whether `lhs` is greater than `rhs`
Doperator_ge.md14 1. Compares whether one JSON value `lhs` is greater than or equal to another JSON value `rhs` accor…
20 2. Compares whether a JSON value is greater than or equal to a scalar or a scalar is greater than o…
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_framebuffer_multisample_blit_scaled.txt110 "If SAMPLE_BUFFERS for the read framebuffer is greater than zero,
121 framebuffer is greater than zero, no copy is performed and an
130 "If SAMPLE_BUFFERS for the read framebuffer is greater than zero,
145 for the draw framebuffer is greater than zero then no copy is
163 has a value of SAMPLE_BUFFERS that is greater than zero, then the
169 SAMPLE_BUFFERS that is greater than zero, or if the read framebuffer
178 When SAMPLE_BUFFERS is greater than zero, the samples are laid out
212 SAMPLE_BUFFERS is greater than zero for either the read or draw
218 SAMPLE_BUFFERS is greater than zero for the read framebuffer?
226 SAMPLE_BUFFERS is greater than zero for the draw framebuffer.
[all …]
/third_party/openGLES/extensions/EXT/
DEXT_framebuffer_multisample_blit_scaled.txt110 "If SAMPLE_BUFFERS for the read framebuffer is greater than zero,
121 framebuffer is greater than zero, no copy is performed and an
130 "If SAMPLE_BUFFERS for the read framebuffer is greater than zero,
145 for the draw framebuffer is greater than zero then no copy is
163 has a value of SAMPLE_BUFFERS that is greater than zero, then the
169 SAMPLE_BUFFERS that is greater than zero, or if the read framebuffer
178 When SAMPLE_BUFFERS is greater than zero, the samples are laid out
212 SAMPLE_BUFFERS is greater than zero for either the read or draw
218 SAMPLE_BUFFERS is greater than zero for the read framebuffer?
226 SAMPLE_BUFFERS is greater than zero for the draw framebuffer.
[all …]
/third_party/icu/docs/userguide/collation/customization/
Dignorepunct.md92 * Appending a variable character makes a string sort *greater-than* the string
117 sort greater-than the string without it, and adding an accent difference earlier
118 makes it sort greater-than adding it later. For example, “deanza” < “deanzä” <
128 * Sorts variable characters sometimes less-than, sometimes greater-than
130 * Inserting a variable character anywhere makes a string sort *greater-than*
158 * Sorts all variable characters greater-than (after) regular characters.
159 * Inserting a variable character anywhere makes a string sort *greater-than*
162 *greater-than* inserting the variable character *later* in the string. (Like
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_NV_mesh_shader/
Ddrawing.adoc80 If pname:drawCount is greater than `1`, pname:stride must: be a multiple
81 of `4` and must: be greater than or equal to
88 If pname:drawCount is greater than `1`, [eq]#(pname:stride {times}
161 pname:stride must: be a multiple of `4` and must: be greater than or
164 If pname:maxDrawCount is greater than or equal to `1`,
174 If the count stored in pname:countBuffer is greater than `1`,
256 If pname:drawCount is greater than `1`, pname:stride must: be a multiple
257 of `4` and must: be greater than or equal to
264 If pname:drawCount is greater than `1`, [eq]#(pname:stride {times}
339 pname:stride must: be a multiple of `4` and must: be greater than or
[all …]
Ddrawing.txt77 If pname:drawCount is greater than `1`, pname:stride must: be a multiple
78 of `4` and must: be greater than or equal to
85 If pname:drawCount is greater than `1`, [eq]#(pname:stride {times}
155 pname:stride must: be a multiple of `4` and must: be greater than or
158 If pname:maxDrawCount is greater than or equal to `1`,
168 If the count stored in pname:countBuffer is greater than `1`,
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_multisample.txt167 is generated if <index> is greater than or equal to the value of
219 <samples> is greater than the value of MAX_DEPTH_TEXTURE_SAMPLES
221 greater than the value of MAX_COLOR_TEXTURE_SAMPLES
223 <samples> is greater than the value of MAX_INTEGER_SAMPLES.
231 or <height> is greater than the value of MAX_TEXTURE_SIZE. An
233 <height>, or <depth> is greater than the value of MAX_3DTEXTURE_SIZE; An
234 INVALID_VALUE error is generated if <samples> is greater than the value
340 greater than or equal to MAX_SAMPLE_MASK_WORDS.
346 ... If either <width> or <height> is greater than the value of
347 MAX_RENDERBUFFER_SIZE, or if <samples> is greater than the value of
[all …]
/third_party/openGLES/extensions/ARB/
DARB_texture_multisample.txt177 is generated if <index> is greater than or equal to the value of
229 <samples> is greater than the value of MAX_DEPTH_TEXTURE_SAMPLES
231 greater than the value of MAX_COLOR_TEXTURE_SAMPLES
233 <samples> is greater than the value of MAX_INTEGER_SAMPLES.
241 or <height> is greater than the value of MAX_TEXTURE_SIZE. An
243 <height>, or <depth> is greater than the value of MAX_3DTEXTURE_SIZE; An
244 INVALID_VALUE error is generated if <samples> is greater than the value
350 greater than or equal to MAX_SAMPLE_MASK_WORDS.
356 ... If either <width> or <height> is greater than the value of
357 MAX_RENDERBUFFER_SIZE, or if <samples> is greater than the value of
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DHandleAllocator.cpp52 std::pop_heap(mReleasedList.begin(), mReleasedList.end(), std::greater<GLuint>()); in allocate()
96 std::push_heap(mReleasedList.begin(), mReleasedList.end(), std::greater<GLuint>()); in release()
113 std::make_heap(mReleasedList.begin(), mReleasedList.end(), std::greater<GLuint>()); in reserve()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/commonvalidity/
Dresolve_image_common.txt96 greater than or equal to `0` and less than or equal to the width of the
101 greater than or equal to `0` and less than or equal to the height of the
110 greater than or equal to `0` and less than or equal to the depth of the
119 greater than or equal to `0` and less than or equal to the width of the
124 greater than or equal to `0` and less than or equal to the height of the
133 greater than or equal to `0` and less than or equal to the depth of the
Dbuffer_image_copy_common.txt8 pname:bufferRowLength must: be `0`, or greater than or equal to the
11 pname:bufferImageHeight must: be `0`, or greater than or equal to the
/third_party/openGLES/extensions/AMD/
DAMD_framebuffer_multisample_advanced.txt112 and third element in each triple are at least 1 and are not greater
150 must not be greater than <samples>. Since different implementations
155 to be greater than or equal to <samples> and no more than the next
157 value for RENDERBUFFER_STORAGE_SAMPLES_AMD is guaranteed to be greater
181 format and <samples> is greater than the implementation-dependent
185 format and <storageSamples> is greater than the implementation-
188 An INVALID_OPERATION error is generated if <storageSamples> is greater
192 or stencil format and <samples> is greater than the maximum number of
361 format and <samples> is greater than the implementation-dependent
365 format and <storageSamples> is greater than the implementation-
[all …]

12345678910>>...64