Home
last modified time | relevance | path

Searched full:than (Results 1 – 25 of 20227) sorted by relevance

12345678910>>...810

/external/pcre/maint/Unicode.tables/
DBidiMirroring.txt76 003C; 003E # LESS-THAN SIGN
77 003E; 003C # GREATER-THAN SIGN
119 2264; 2265 # LESS-THAN OR EQUAL TO
120 2265; 2264 # GREATER-THAN OR EQUAL TO
121 2266; 2267 # LESS-THAN OVER EQUAL TO
122 2267; 2266 # GREATER-THAN OVER EQUAL TO
123 2268; 2269 # [BEST FIT] LESS-THAN BUT NOT EQUAL TO
124 2269; 2268 # [BEST FIT] GREATER-THAN BUT NOT EQUAL TO
125 226A; 226B # MUCH LESS-THAN
126 226B; 226A # MUCH GREATER-THAN
[all …]
/external/icu/icu4j/main/core/src/test/resources/com/ibm/icu/dev/test/duration/testdata/
Dtestdata_en.txt200 less than 1 month
201 less than 1 month and 2 weeks
202 less than 1 month, 2 weeks, and 3 days
203 less than 1 month ago
204 less than 1 month and 2 weeks ago
205 less than 1 month, 2 weeks, and 3 days ago
206 less than 1 month from now
207 less than 1 month and 2 weeks from now
208 less than 1 month, 2 weeks, and 3 days from now
209 more than 1 month
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/testdata/
Dtestdata_en.txt200 less than 1 month
201 less than 1 month and 2 weeks
202 less than 1 month, 2 weeks, and 3 days
203 less than 1 month ago
204 less than 1 month and 2 weeks ago
205 less than 1 month, 2 weeks, and 3 days ago
206 less than 1 month from now
207 less than 1 month and 2 weeks from now
208 less than 1 month, 2 weeks, and 3 days from now
209 more than 1 month
[all …]
/external/skia/resources/sksl/errors/
DLayoutRepeatedQualifiers.sksl42 layout qualifier 'origin_upper_left' appears more than once
43 layout qualifier 'push_constant' appears more than once
44 layout qualifier 'blend_support_all_equations' appears more than once
45 layout qualifier 'color' appears more than once
46 layout qualifier 'location' appears more than once
47 layout qualifier 'offset' appears more than once
48 layout qualifier 'binding' appears more than once
49 layout qualifier 'index' appears more than once
50 layout qualifier 'set' appears more than once
51 layout qualifier 'builtin' appears more than once
[all …]
DModifiersRepeated.sksl9 'const' appears more than once
10 'uniform' appears more than once
11 'flat' appears more than once
12 'noperspective' appears more than once
13 'uniform' appears more than once
14 'in' appears more than once
15 'out' appears more than once
16 'inout' appears more than once
/external/apache-velocity-engine/velocity-engine-core/src/test/resources/templates/compare/
Dlogical.cmp6 $foo is less than 10
8 $foo is great than or equal to 5
10 $foo is less than or equal to 5
17 $foo is greater than $bar
19 $foo is greater than or equal to $bar
21 $bar is less than $foo
23 $bar is less than or equal to $foo
27 $foo is greater than $bar
29 $foo is greater than or equal to $bar
31 $bar is less than $foo
[all …]
/external/grpc-grpc-java/xds/third_party/protoc-gen-validate/src/main/proto/validate/
Dvalidate.proto73 // Lt specifies that this field must be less than the specified value,
77 // Lte specifies that this field must be less than or equal to the
81 // Gt specifies that this field must be greater than the specified value,
82 // exclusive. If the value of Gt is larger than a specified Lt or Lte, the
86 // Gte specifies that this field must be greater than or equal to the
87 // specified value, inclusive. If the value of Gte is larger than a
109 // Lt specifies that this field must be less than the specified value,
113 // Lte specifies that this field must be less than or equal to the
117 // Gt specifies that this field must be greater than the specified value,
118 // exclusive. If the value of Gt is larger than a specified Lt or Lte, the
[all …]
/external/google-cloud-java/java-monitoring-dashboards/proto-google-cloud-monitoring-dashboard-v1/src/main/java/com/google/monitoring/dashboard/v1/
DScorecardOrBuilder.java146 * danger state if x is less than or equal to a danger threshold that triggers
147 * below, or greater than or equal to a danger threshold that triggers above.
174 * Then: values less than or equal to 10 would put the scorecard in a DANGER
175 * state, values greater than 10 but less than or equal to 20 a WARNING state,
176 * values strictly between 20 and 70 an OK state, values greater than or equal
177 * to 70 but less than 90 a WARNING state, and values greater than or equal to
190 * danger state if x is less than or equal to a danger threshold that triggers
191 * below, or greater than or equal to a danger threshold that triggers above.
218 * Then: values less than or equal to 10 would put the scorecard in a DANGER
219 * state, values greater than 10 but less than or equal to 20 a WARNING state,
[all …]
/external/skia/tests/sksl/errors/
DLayoutRepeatedQualifiers.glsl3 error: 21: layout qualifier 'origin_upper_left' appears more than once
6 error: 22: layout qualifier 'push_constant' appears more than once
9 error: 23: layout qualifier 'blend_support_all_equations' appears more than once
12 error: 24: layout qualifier 'color' appears more than once
15 error: 25: layout qualifier 'location' appears more than once
18 error: 26: layout qualifier 'offset' appears more than once
21 error: 27: layout qualifier 'binding' appears more than once
24 error: 28: layout qualifier 'index' appears more than once
27 error: 29: layout qualifier 'set' appears more than once
30 error: 30: layout qualifier 'builtin' appears more than once
[all …]
/external/sdv/vsomeip/third_party/boost/concept_check/doc/reference/
DLessThanComparable.xml26 <valid-expression name="Less than">
27 <less-than>
30 </less-than>
36 <semantics>Determine if one value is less than another.</semantics>
39 <valid-expression name="Less than or equal">
40 <less-than-or-equal>
43 </less-than-or-equal>
49 <semantics>Determine if one value is less than or equal to another.</semantics>
52 <valid-expression name="Greater than">
53 <greater-than>
[all …]
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.align/
Dp5.cpp3 alignas(1) int n1; // expected-error {{requested alignment is less than minimum alignment of 4 for …
4 alignas(1) alignas(2) int n2; // expected-error {{less than minimum alignment}}
6 alignas(1) alignas(2) alignas(0) int n4; // expected-error {{less than minimum alignment}}
9 alignas(1) int n7 alignas(2), // expected-error {{less than minimum alignment}}
12 alignas(1) extern int n10; // expected-error {{less than minimum alignment}}
14 enum alignas(1) E1 {}; // expected-error {{requested alignment is less than minimum alignment of 4 …
17 enum alignas(4) E4 { e4 = 1ull << 33 }; // expected-error {{requested alignment is less than minimu…
28 struct alignas(2) S2 { // expected-error {{requested alignment is less than minimum alignment of 4 …
31 struct alignas(2) S3 { // expected-error {{requested alignment is less than minimum alignment of 8 …
34 struct alignas(2) S4 : S1 { // expected-error {{requested alignment is less than minimum alignment …
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiCondCode.h14 ICC_UGT = 2, // unsigned greater than
16 ICC_ULE = 3, // unsigned less than or equal
18 ICC_ULT = 4, // unsigned less than
20 ICC_UGE = 5, // unsigned greater than or equal
27 ICC_GE = 12, // greater than or equal
28 ICC_LT = 13, // less than
29 ICC_GT = 14, // greater than
30 ICC_LE = 15, // less than or equal
53 return "ge"; // greater than or equal in lanaiCondCodeToString()
55 return "lt"; // less than in lanaiCondCodeToString()
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/
DLanaiCondCode.h14 ICC_UGT = 2, // unsigned greater than
16 ICC_ULE = 3, // unsigned less than or equal
18 ICC_ULT = 4, // unsigned less than
20 ICC_UGE = 5, // unsigned greater than or equal
27 ICC_GE = 12, // greater than or equal
28 ICC_LT = 13, // less than
29 ICC_GT = 14, // greater than
30 ICC_LE = 15, // less than or equal
53 return "ge"; // greater than or equal in lanaiCondCodeToString()
55 return "lt"; // less than in lanaiCondCodeToString()
[all …]
/external/llvm/lib/Target/Lanai/
DLanaiCondCode.h14 ICC_UGT = 2, // unsigned greater than
16 ICC_ULE = 3, // unsigned less than or equal
18 ICC_ULT = 4, // unsigned less than
20 ICC_UGE = 5, // unsigned greater than or equal
27 ICC_GE = 12, // greater than or equal
28 ICC_LT = 13, // less than
29 ICC_GT = 14, // greater than
30 ICC_LE = 15, // less than or equal
53 return "ge"; // greater than or equal in lanaiCondCodeToString()
55 return "lt"; // less than in lanaiCondCodeToString()
[all …]
/external/angle/src/libANGLE/
DErrorStrings.h52 …NonColor = "Only nearest filtering can be used when blitting buffers other than the color buffer.";
74 MSG kColorNumberGreaterThanMaxDrawBuffers = "Color number for primary color greater than or equal t…
75 …rThanMaxDualSourceDrawBuffers = "Color number for secondary color greater than or equal to MAX_DUA…
121 MSG kExceedsComputeWorkGroupCountX = "num_groups_x cannot be greater than MAX_COMPUTE_WORK_GROUP_CO…
122 MSG kExceedsComputeWorkGroupCountY = "num_groups_y cannot be greater than MAX_COMPUTE_WORK_GROUP_CO…
123 MSG kExceedsComputeWorkGroupCountZ = "num_groups_z cannot be greater than MAX_COMPUTE_WORK_GROUP_CO…
125 MSG kExceedsFramebufferHeight = "Params less than 0 or greater than GL_MAX_FRAMEBUFFER_HEIGHT.";
126 MSG kExceedsFramebufferSamples = "Params less than 0 or greater than GL_MAX_FRAMEBUFFER_SAMPLES.";
127 MSG kExceedsFramebufferWidth = "Params less than 0 or greater than GL_MAX_FRAMEBUFFER_WIDTH.";
128 MSG kExceedsMaxColorAttachments = "Index is greater than the maximum supported color attachments";
[all …]
/external/autotest/client/site_tests/platform_ToolchainTests/src/
Dclang-fortify-tests.cpp122 // expected-warning@+1{{called with bigger length than the destination}} in TestString()
124 // expected-warning@+1{{called with bigger length than the destination}} in TestString()
126 // expected-warning@+1{{called with bigger length than the destination}} in TestString()
128 // expected-warning@+1{{called with bigger length than the destination}} in TestString()
132 // expected-warning@+1{{called with bigger length than the destination}} in TestString()
134 // expected-warning@+1{{called with bigger length than the destination}} in TestString()
146 // expected-warning@+1{{called with bigger length than the destination}} in TestString()
148 // expected-warning@+1{{called with bigger length than the destination}} in TestString()
185 // expected-warning@+2{{called with bigger length than the destination}} in TestString()
191 // expected-warning@+2{{called with bigger length than the destination}} in TestString()
[all …]
/external/angle/third_party/glslang/src/Test/baseResults/
Dloops.frag.out21 0:59 Compare Less Than ( temp bool)
40 0:63 Compare Less Than ( temp bool)
67 0:73 Compare Less Than ( temp bool)
80 0:78 Compare Less Than ( temp bool)
93 0:80 Compare Less Than ( temp bool)
106 0:87 Compare Less Than ( temp bool)
120 0:92 Compare Less Than ( temp bool)
126 0:92 Compare Less Than ( temp bool)
139 0:97 Compare Less Than ( temp bool)
152 0:99 Compare Less Than ( temp bool)
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dloops.frag.out21 0:59 Compare Less Than ( temp bool)
40 0:63 Compare Less Than ( temp bool)
67 0:73 Compare Less Than ( temp bool)
80 0:78 Compare Less Than ( temp bool)
93 0:80 Compare Less Than ( temp bool)
106 0:87 Compare Less Than ( temp bool)
120 0:92 Compare Less Than ( temp bool)
126 0:92 Compare Less Than ( temp bool)
139 0:97 Compare Less Than ( temp bool)
152 0:99 Compare Less Than ( temp bool)
[all …]
/external/boringssl/src/third_party/wycheproof_testvectors/
Dhkdf_sha256_test.txt246 # a salt longer than the block size of the hash is equivalent to the hash of the
256 # a salt longer than the block size of the hash is equivalent to the hash of the
266 # a salt shorter than the block size is padded with zeros.
275 # a salt shorter than the block size is padded with zeros.
284 # a salt shorter than the block size is padded with zeros.
293 # a salt shorter than the block size is padded with zeros.
302 # a salt shorter than the block size is padded with zeros.
311 # a salt shorter than the block size is padded with zeros.
320 # a salt shorter than the block size is padded with zeros.
535 # a salt longer than the block size of the hash is equivalent to the hash of the
[all …]
Dhkdf_sha512_test.txt214 # a salt longer than the block size of the hash is equivalent to the hash of the
224 # a salt longer than the block size of the hash is equivalent to the hash of the
234 # a salt shorter than the block size is padded with zeros.
243 # a salt shorter than the block size is padded with zeros.
252 # a salt shorter than the block size is padded with zeros.
261 # a salt shorter than the block size is padded with zeros.
270 # a salt shorter than the block size is padded with zeros.
279 # a salt shorter than the block size is padded with zeros.
288 # a salt shorter than the block size is padded with zeros.
503 # a salt longer than the block size of the hash is equivalent to the hash of the
[all …]
Dhkdf_sha384_test.txt214 # a salt longer than the block size of the hash is equivalent to the hash of the
224 # a salt longer than the block size of the hash is equivalent to the hash of the
234 # a salt shorter than the block size is padded with zeros.
243 # a salt shorter than the block size is padded with zeros.
252 # a salt shorter than the block size is padded with zeros.
261 # a salt shorter than the block size is padded with zeros.
270 # a salt shorter than the block size is padded with zeros.
279 # a salt shorter than the block size is padded with zeros.
288 # a salt shorter than the block size is padded with zeros.
503 # a salt longer than the block size of the hash is equivalent to the hash of the
[all …]
/external/cronet/third_party/boringssl/src/third_party/wycheproof_testvectors/
Dhkdf_sha512_test.txt214 # a salt longer than the block size of the hash is equivalent to the hash of the
224 # a salt longer than the block size of the hash is equivalent to the hash of the
234 # a salt shorter than the block size is padded with zeros.
243 # a salt shorter than the block size is padded with zeros.
252 # a salt shorter than the block size is padded with zeros.
261 # a salt shorter than the block size is padded with zeros.
270 # a salt shorter than the block size is padded with zeros.
279 # a salt shorter than the block size is padded with zeros.
288 # a salt shorter than the block size is padded with zeros.
503 # a salt longer than the block size of the hash is equivalent to the hash of the
[all …]
Dhkdf_sha384_test.txt214 # a salt longer than the block size of the hash is equivalent to the hash of the
224 # a salt longer than the block size of the hash is equivalent to the hash of the
234 # a salt shorter than the block size is padded with zeros.
243 # a salt shorter than the block size is padded with zeros.
252 # a salt shorter than the block size is padded with zeros.
261 # a salt shorter than the block size is padded with zeros.
270 # a salt shorter than the block size is padded with zeros.
279 # a salt shorter than the block size is padded with zeros.
288 # a salt shorter than the block size is padded with zeros.
503 # a salt longer than the block size of the hash is equivalent to the hash of the
[all …]
Dhkdf_sha256_test.txt246 # a salt longer than the block size of the hash is equivalent to the hash of the
256 # a salt longer than the block size of the hash is equivalent to the hash of the
266 # a salt shorter than the block size is padded with zeros.
275 # a salt shorter than the block size is padded with zeros.
284 # a salt shorter than the block size is padded with zeros.
293 # a salt shorter than the block size is padded with zeros.
302 # a salt shorter than the block size is padded with zeros.
311 # a salt shorter than the block size is padded with zeros.
320 # a salt shorter than the block size is padded with zeros.
535 # a salt longer than the block size of the hash is equivalent to the hash of the
[all …]
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dfast_exponential.hpp28 /// Faster than the common pow function but less accurate.
33 /// Faster than the common pow function but less accurate.
38 /// Faster than the common pow function but less accurate.
43 /// Faster than the common pow function but less accurate.
48 /// Faster than the common exp function but less accurate.
53 /// Faster than the common exp function but less accurate.
58 /// Faster than the common log function but less accurate.
63 /// Faster than the common exp2 function but less accurate.
68 /// Faster than the common exp2 function but less accurate.
73 /// Faster than the common exp2 function but less accurate.
[all …]

12345678910>>...810