Home
last modified time | relevance | path

Searched full:count (Results 1 – 25 of 7773) sorted by relevance

12345678910>>...311

/third_party/typescript/tests/cases/fourslash/
DgetOccurrencesModifiersNegatives1.ts4 //// [|{| "count": 3 |}export|] foo;
5 //// [|{| "count": 3 |}declare|] bar;
6 //// [|{| "count": 3 |}export|] [|{| "count": 3 |}declare|] foobar;
7 //// [|{| "count": 3 |}declare|] [|{| "count": 3 |}export|] barfoo;
9 //// constructor([|{| "count": 9 |}export|] conFoo,
10 //// [|{| "count": 9 |}declare|] conBar,
11 //// [|{| "count": 9 |}export|] [|{| "count": 9 |}declare|] conFooBar,
12 //// [|{| "count": 9 |}declare|] [|{| "count": 9 |}export|] conBarFoo,
13 //// [|{| "count": 4 |}static|] sue,
14 //// [|{| "count": 4 |}static|] [|{| "count": 9 |}export|] [|{| "count": 9 |}declare…
[all …]
/third_party/mesa3d/src/mapi/glapi/gen/
DARB_gpu_shader_fp64.xml36 <param name="count" type="GLsizei"/>
37 <param name="value" type="const GLdouble *" count="count"/>
42 <param name="count" type="GLsizei"/>
43 <param name="value" type="const GLdouble *" count="count" count_scale="2"/>
48 <param name="count" type="GLsizei"/>
49 <param name="value" type="const GLdouble *" count="count" count_scale="3"/>
54 <param name="count" type="GLsizei"/>
55 <param name="value" type="const GLdouble *" count="count" count_scale="4"/>
60 <param name="count" type="GLsizei"/>
62 <param name="value" type="const GLdouble *" count="count" count_scale="4"/>
[all …]
DARB_separate_shader_objects.xml29 <param name="count" type="GLsizei" />
38 <param name="pipelines" type="const GLuint *" count="n"/>
143 <param name="count" type="GLsizei" />
144 <param name="value" type="const GLint *" count="count" />
149 <param name="count" type="GLsizei" />
150 <param name="value" type="const GLint *" count="count" count_scale="2" />
155 <param name="count" type="GLsizei" />
156 <param name="value" type="const GLint *" count="count" count_scale="3" />
161 <param name="count" type="GLsizei" />
162 <param name="value" type="const GLint *" count="count" count_scale="4" />
[all …]
DARB_multi_bind.xml13 <param name="count" type="GLsizei"/>
14 <param name="buffers" type="const GLuint *" count="count"/>
20 <param name="count" type="GLsizei"/>
21 <param name="buffers" type="const GLuint *" count="count"/>
22 <param name="offsets" type="const GLintptr *" count="count"/>
23 <param name="sizes" type="const GLsizeiptr *" count="count"/>
28 <param name="count" type="GLsizei"/>
29 <param name="textures" type="const GLuint *" count="count"/>
34 <param name="count" type="GLsizei"/>
35 <param name="samplers" type="const GLuint *" count="count"/>
[all …]
DARB_draw_buffers.xml6 <enum name="MAX_DRAW_BUFFERS_ARB" count="1" value="0x8824">
9 <enum name="DRAW_BUFFER0_ARB" count="1" value="0x8825">
12 <enum name="DRAW_BUFFER1_ARB" count="1" value="0x8826">
15 <enum name="DRAW_BUFFER2_ARB" count="1" value="0x8827">
18 <enum name="DRAW_BUFFER3_ARB" count="1" value="0x8828">
21 <enum name="DRAW_BUFFER4_ARB" count="1" value="0x8829">
24 <enum name="DRAW_BUFFER5_ARB" count="1" value="0x882A">
27 <enum name="DRAW_BUFFER6_ARB" count="1" value="0x882B">
30 <enum name="DRAW_BUFFER7_ARB" count="1" value="0x882C">
33 <enum name="DRAW_BUFFER8_ARB" count="1" value="0x882D">
[all …]
DAMD_gpu_shader_int64.xml36 <param name="count" type="GLsizei"/>
37 <param name="value" type="const GLint64 *" count="count"/>
42 <param name="count" type="GLsizei"/>
43 <param name="value" type="const GLint64 *" count="count" count_scale="2"/>
48 <param name="count" type="GLsizei"/>
49 <param name="value" type="const GLint64 *" count="count" count_scale="3"/>
54 <param name="count" type="GLsizei"/>
55 <param name="value" type="const GLint64 *" count="count" count_scale="4"/>
86 <param name="count" type="GLsizei"/>
87 <param name="value" type="const GLuint64 *" count="count"/>
[all …]
DARB_gpu_shader_int64.xml36 <param name="count" type="GLsizei"/>
37 <param name="value" type="const GLint64 *" count="count"/>
42 <param name="count" type="GLsizei"/>
43 <param name="value" type="const GLint64 *" count="count" count_scale="2"/>
48 <param name="count" type="GLsizei"/>
49 <param name="value" type="const GLint64 *" count="count" count_scale="3"/>
54 <param name="count" type="GLsizei"/>
55 <param name="value" type="const GLint64 *" count="count" count_scale="4"/>
86 <param name="count" type="GLsizei"/>
87 <param name="value" type="const GLuint64 *" count="count"/>
[all …]
/third_party/icu/icu4c/source/test/intltest/
Dtsdtfmsy.cpp132 UBool IntlTestDateFormatSymbols::UnicodeStringsArePrefixes(int32_t count, int32_t prefixLen, const … in UnicodeStringsArePrefixes() argument
135 for (i = 0; i < count; i++) { in UnicodeStringsArePrefixes()
201 int32_t count = 0; in TestSymbols() local
202 const UnicodeString *eras = en.getEras(count); in TestSymbols()
203 if(count == 0) { in TestSymbols()
224 fr.setEras(eras, count); in TestSymbols()
225 if( *en.getEras(count) != *fr.getEras(count)) { in TestSymbols()
229 const UnicodeString *months = en.getMonths(count); in TestSymbols()
230 fr.setMonths(months, count); in TestSymbols()
231 if( *en.getMonths(count) != *fr.getMonths(count)) { in TestSymbols()
[all …]
/third_party/rust/crates/memchr/bench/src/memchr/
Dmod.rs29 search.byte1.count, in all()
37 search.byte1.count, in all()
45 search.byte1.count, in all()
53 search.byte1.count, in all()
62 search.byte1.count, in all()
70 search.byte1.count, in all()
78 search.byte1.count, in all()
86 search.byte1.count, in all()
99 search.byte1.count, in all()
112 search.byte1.count, in all()
[all …]
Dimp.rs6 Memchr::new(b1, haystack).count() in memchr1_count()
10 let mut count = 0; in memchr1_libc_count() localVariable
13 count += 1; in memchr1_libc_count()
16 count in memchr1_libc_count()
20 let mut count = 0; in fallback1_count() localVariable
23 count += 1; in fallback1_count()
26 count in fallback1_count()
30 let mut count = 0; in naive1_count() localVariable
33 count += 1; in naive1_count()
36 count in naive1_count()
[all …]
/third_party/rust/crates/memchr/bench/src/memmem/
Dinputs.rs25 pub count: usize, field
33 Query { name: "fn-strength", needle: "fn strength", count: 0 },
37 count: 0,
39 Query { name: "fn-quux", needle: "fn quux(", count: 0 },
45 count: 1,
49 Query { name: "fn-is-empty", needle: "fn is_empty(", count: 17 },
50 Query { name: "fn", needle: "fn", count: 2985 },
51 Query { name: "paren", needle: "(", count: 30193 },
52 Query { name: "let", needle: "let", count: 4737 },
59 Query { name: "john-watson", needle: "John Watson", count: 0 },
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/comp/
Dbitfield.comp1 uint spvBitfieldInsert(uint Base, uint Insert, uint Offset, uint Count)
3 uint Mask = Count == 32 ? 0xffffffff : (((1u << Count) - 1) << (Offset & 31));
7 uint2 spvBitfieldInsert(uint2 Base, uint2 Insert, uint Offset, uint Count)
9 uint Mask = Count == 32 ? 0xffffffff : (((1u << Count) - 1) << (Offset & 31));
13 uint3 spvBitfieldInsert(uint3 Base, uint3 Insert, uint Offset, uint Count)
15 uint Mask = Count == 32 ? 0xffffffff : (((1u << Count) - 1) << (Offset & 31));
19 uint4 spvBitfieldInsert(uint4 Base, uint4 Insert, uint Offset, uint Count)
21 uint Mask = Count == 32 ? 0xffffffff : (((1u << Count) - 1) << (Offset & 31));
25 uint spvBitfieldUExtract(uint Base, uint Offset, uint Count)
27 uint Mask = Count == 32 ? 0xffffffff : ((1 << Count) - 1);
[all …]
/third_party/skia/third_party/externals/spirv-cross/reference/shaders-hlsl-no-opt/asm/comp/
Dbitfield-signed-operations.asm.comp3 uint spvBitfieldInsert(uint Base, uint Insert, uint Offset, uint Count)
5 uint Mask = Count == 32 ? 0xffffffff : (((1u << Count) - 1) << (Offset & 31));
9 uint2 spvBitfieldInsert(uint2 Base, uint2 Insert, uint Offset, uint Count)
11 uint Mask = Count == 32 ? 0xffffffff : (((1u << Count) - 1) << (Offset & 31));
15 uint3 spvBitfieldInsert(uint3 Base, uint3 Insert, uint Offset, uint Count)
17 uint Mask = Count == 32 ? 0xffffffff : (((1u << Count) - 1) << (Offset & 31));
21 uint4 spvBitfieldInsert(uint4 Base, uint4 Insert, uint Offset, uint Count)
23 uint Mask = Count == 32 ? 0xffffffff : (((1u << Count) - 1) << (Offset & 31));
27 uint spvBitfieldUExtract(uint Base, uint Offset, uint Count)
29 uint Mask = Count == 32 ? 0xffffffff : ((1 << Count) - 1);
[all …]
/third_party/mbedtls/tests/suites/
Dtest_suite_nist_kw.data93 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 128 count 7
97 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 256 count 11
101 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 192 count 8
105 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 320 count 14
109 NIST KW wrap AES-128 CAVS 17.4 PLAINTEXT LENGTH = 4096 count 0
113 NIST KW wrap AES-192 CAVS 17.4 PLAINTEXT LENGTH = 128 count 7
117 NIST KW wrap AES-192 CAVS 17.4 PLAINTEXT LENGTH = 256 count 11
121 NIST KW wrap AES-192 CAVS 17.4 PLAINTEXT LENGTH = 192 count 8
125 NIST KW wrap AES-192 CAVS 17.4 PLAINTEXT LENGTH = 320 count 14
129 NIST KW wrap AES-192 CAVS 17.4 PLAINTEXT LENGTH = 4096 count 0
[all …]
/third_party/ffmpeg/libavcodec/
Dtiff_common.c73 static const char *auto_sep(int count, const char *sep, int i, int columns) in auto_sep() argument
80 return columns < count ? "\n" : ""; in auto_sep()
99 int ff_tadd_rational_metadata(int count, const char *name, const char *sep, in ff_tadd_rational_metadata() argument
106 if (count >= INT_MAX / sizeof(int64_t) || count <= 0) in ff_tadd_rational_metadata()
108 if (bytestream2_get_bytes_left(gb) < count * sizeof(int64_t)) in ff_tadd_rational_metadata()
111 av_bprint_init(&bp, 10 * count, AV_BPRINT_SIZE_UNLIMITED); in ff_tadd_rational_metadata()
113 for (i = 0; i < count; i++) { in ff_tadd_rational_metadata()
116 av_bprintf(&bp, "%s%7"PRId32":%-7"PRId32, auto_sep(count, sep, i, 4), nom, denom); in ff_tadd_rational_metadata()
123 int ff_tadd_long_metadata(int count, const char *name, const char *sep, in ff_tadd_long_metadata() argument
129 if (count >= INT_MAX / sizeof(int32_t) || count <= 0) in ff_tadd_long_metadata()
[all …]
/third_party/skia/third_party/externals/harfbuzz/test/api/
Dtest-ot-layout.c38 unsigned int count = STATIC_ARRAY_SIZE; in test_ot_layout_table_get_script_tags() local
41 while (count == STATIC_ARRAY_SIZE) in test_ot_layout_table_get_script_tags()
43 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GSUB, offset, &count, tags); in test_ot_layout_table_get_script_tags()
45 offset += count; in test_ot_layout_table_get_script_tags()
46 if (count) in test_ot_layout_table_get_script_tags()
48 g_assert_cmpuint (3, ==, count); in test_ot_layout_table_get_script_tags()
54 count = STATIC_ARRAY_SIZE; in test_ot_layout_table_get_script_tags()
56 while (count == STATIC_ARRAY_SIZE) in test_ot_layout_table_get_script_tags()
58 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GPOS, offset, &count, tags); in test_ot_layout_table_get_script_tags()
60 offset += count; in test_ot_layout_table_get_script_tags()
[all …]
/third_party/ltp/utils/sctp/func_tests/
Dtest_1_to_1_sendmsg.c81 int count; in main() local
152 count = sendmsg(-1, &outmessage, flag); in main()
153 if (count != -1 || errno != EBADF) in main()
155 "descriptor count:%d, errno:%d", count, errno); in main()
165 count = sendmsg(fd, &outmessage, flag); in main()
166 if (count == -1) in main()
170 if (count != -1 || err_no != ENOTSOCK) in main()
172 "count:%d, errno:%d", count, err_no); in main()
177 count = sendmsg(lstn_sk, &outmessage, flag); in main()
178 if (count != -1 || errno != EPIPE) in main()
[all …]
/third_party/protobuf/objectivec/Tests/
DGPBTestUtilities.m183 repeatedCount:(uint32_t)count {
270 XCTAssertEqual(count, [[message getExtension:[UnittestRoot repeatedInt32Extension]] count]);
271 XCTAssertEqual(count, [[message getExtension:[UnittestRoot repeatedInt64Extension]] count]);
272 XCTAssertEqual(count, [[message getExtension:[UnittestRoot repeatedUint32Extension]] count]);
273 XCTAssertEqual(count, [[message getExtension:[UnittestRoot repeatedUint64Extension]] count]);
274 XCTAssertEqual(count, [[message getExtension:[UnittestRoot repeatedSint32Extension]] count]);
275 XCTAssertEqual(count, [[message getExtension:[UnittestRoot repeatedSint64Extension]] count]);
276 XCTAssertEqual(count, [[message getExtension:[UnittestRoot repeatedFixed32Extension]] count]);
277 XCTAssertEqual(count, [[message getExtension:[UnittestRoot repeatedFixed64Extension]] count]);
278 XCTAssertEqual(count, [[message getExtension:[UnittestRoot repeatedSfixed32Extension]] count]);
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/message2/
DMessageFormat2Test.java125 + "match {$count :plural}\n" in testPlural()
127 + " when * {You have {$count} notifications.}\n"; in testPlural()
134 mf2.formatToString(Args.of("count", 1))); in testPlural()
137 mf2.formatToString(Args.of("count", 42))); in testPlural()
265 String message = "{Testing {$count :temp unit=$unit skeleton=(.00/w)}.}"; in testFormatterIsCreatedOnce()
272 for (int count = 0; count < maxCount; count++) { in testFormatterIsCreatedOnce()
274 "Testing " + count + "°C.", in testFormatterIsCreatedOnce()
275 mf2.formatToString(Args.of("count", count, "unit", "C"))); in testFormatterIsCreatedOnce()
277 "Testing " + count + "°F.", in testFormatterIsCreatedOnce()
278 mf2.formatToString(Args.of("count", count, "unit", "F"))); in testFormatterIsCreatedOnce()
[all …]
/third_party/backends/sanei/
Dsanei_directio.c46 sanei_insb (unsigned int port, unsigned char *addr, unsigned long count) in sanei_insb() argument
48 _inps8 (port, (unsigned char *) addr, count); in sanei_insb()
52 sanei_insl (unsigned int port, unsigned char *addr, unsigned long count) in sanei_insl() argument
54 _inps32 (port, (unsigned long *) addr, count); in sanei_insl()
59 unsigned long count) in sanei_outsb() argument
61 _outps8 (port, (unsigned char *) addr, count); in sanei_outsb()
66 unsigned long count) in sanei_outsl() argument
68 _outps32 (port, (unsigned long *) addr, count); in sanei_outsl()
105 sanei_insb (unsigned int port, unsigned char *addr, unsigned long count) in sanei_insb() argument
107 insb (port, addr, count); in sanei_insb()
[all …]
/third_party/alsa-utils/bat/tests/asound_state/
Dasound.state.Broadwell9 count 1
19 count 1
29 count 1
39 count 1
49 count 1
60 count 0
70 count 1
81 count 1
92 count 1
103 count 1
[all …]
Dasound.state.Skylake10 count 2
26 count 2
36 count 1
49 count 2
65 count 2
76 count 2
92 count 2
103 count 2
118 count 1
128 count 1
[all …]
/third_party/glslang/Test/baseResults/
Dhlsl.structbuffer.append.fn.frag.out8 0:8 'arg_a@count' ( buffer block{layout( row_major std430) buffer uint @count})
10 0:8 'arg_c@count' ( buffer block{layout( row_major std430) buffer uint @count})
19 0:9 @count: direct index for structure ( temp uint)
20 0:9 'arg_a@count' ( buffer block{layout( row_major std430) buffer uint @count})
38 0:10 @count: direct index for structure ( temp uint)
39 0:10 'arg_c@count' ( buffer block{layout( row_major std430) buffer uint @count})
53 0:22 'sbuf_a@count' ( buffer block{layout( row_major std430) buffer uint @count})
55 0:22 'sbuf_c@count' ( buffer block{layout( row_major std430) buffer uint @count})
68 0:? 'sbuf_a@count' (layout( row_major std430) buffer block{layout( row_major std430) buffer uin…
70 0:? 'sbuf_c@count' (layout( row_major std430) buffer block{layout( row_major std430) buffer uin…
[all …]
/third_party/skia/src/opts/
DSkSwizzler_opts.h23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable() argument
24 for (int i = 0; i < count; i++) { in RGBA_to_rgbA_portable()
39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable() argument
40 for (int i = 0; i < count; i++) { in RGBA_to_bgrA_portable()
55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable() argument
56 for (int i = 0; i < count; i++) { in RGBA_to_BGRA_portable()
68 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable() argument
69 for (int i = 0; i < count; i++) { in grayA_to_RGBA_portable()
80 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable() argument
81 for (int i = 0; i < count; i++) { in grayA_to_rgbA_portable()
[all …]
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_EXT_CTRLS.c36 controls.count = 0; in test_VIDIOC_G_EXT_CTRLS_zero()
49 CU_ASSERT_EQUAL(controls.count, 0); in test_VIDIOC_G_EXT_CTRLS_zero()
66 __u32 count; in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count() local
68 count = 0; in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count()
71 controls.count = count; in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count()
78 ("\t%s:%u: VIDIOC_G_EXT_CTRLS, count=0%x, ret_get=%i, errno_get=%i\n", in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count()
79 __FILE__, __LINE__, count, ret_get, errno_get); in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count()
81 count = 1; in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count()
86 controls.count = count; in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count()
94 ("\t%s:%u: VIDIOC_G_EXT_CTRLS, count=0x%x, ret_get_invalid=%i, errno_get_invalid=%i\n", in test_VIDIOC_G_EXT_CTRLS_zero_invalid_count()
[all …]

12345678910>>...311