Home
last modified time | relevance | path

Searched refs:NEXT (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DRelativeDateTimeFormatterTest.java39 {0.0, Direction.NEXT, RelativeUnit.SECONDS, "in 0 seconds"}, in TestRelativeDateWithQuantity()
40 {0.5, Direction.NEXT, RelativeUnit.SECONDS, "in 0.5 seconds"}, in TestRelativeDateWithQuantity()
41 {1.0, Direction.NEXT, RelativeUnit.SECONDS, "in 1 second"}, in TestRelativeDateWithQuantity()
42 {2.0, Direction.NEXT, RelativeUnit.SECONDS, "in 2 seconds"}, in TestRelativeDateWithQuantity()
43 {0.0, Direction.NEXT, RelativeUnit.MINUTES, "in 0 minutes"}, in TestRelativeDateWithQuantity()
44 {0.5, Direction.NEXT, RelativeUnit.MINUTES, "in 0.5 minutes"}, in TestRelativeDateWithQuantity()
45 {1.0, Direction.NEXT, RelativeUnit.MINUTES, "in 1 minute"}, in TestRelativeDateWithQuantity()
46 {2.0, Direction.NEXT, RelativeUnit.MINUTES, "in 2 minutes"}, in TestRelativeDateWithQuantity()
47 {0.0, Direction.NEXT, RelativeUnit.HOURS, "in 0 hours"}, in TestRelativeDateWithQuantity()
48 {0.5, Direction.NEXT, RelativeUnit.HOURS, "in 0.5 hours"}, in TestRelativeDateWithQuantity()
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DRelativeDateTimeFormatterTest.java36 {0.0, Direction.NEXT, RelativeUnit.SECONDS, "in 0 seconds"}, in TestRelativeDateWithQuantity()
37 {0.5, Direction.NEXT, RelativeUnit.SECONDS, "in 0.5 seconds"}, in TestRelativeDateWithQuantity()
38 {1.0, Direction.NEXT, RelativeUnit.SECONDS, "in 1 second"}, in TestRelativeDateWithQuantity()
39 {2.0, Direction.NEXT, RelativeUnit.SECONDS, "in 2 seconds"}, in TestRelativeDateWithQuantity()
40 {0.0, Direction.NEXT, RelativeUnit.MINUTES, "in 0 minutes"}, in TestRelativeDateWithQuantity()
41 {0.5, Direction.NEXT, RelativeUnit.MINUTES, "in 0.5 minutes"}, in TestRelativeDateWithQuantity()
42 {1.0, Direction.NEXT, RelativeUnit.MINUTES, "in 1 minute"}, in TestRelativeDateWithQuantity()
43 {2.0, Direction.NEXT, RelativeUnit.MINUTES, "in 2 minutes"}, in TestRelativeDateWithQuantity()
44 {0.0, Direction.NEXT, RelativeUnit.HOURS, "in 0 hours"}, in TestRelativeDateWithQuantity()
45 {0.5, Direction.NEXT, RelativeUnit.HOURS, "in 0.5 hours"}, in TestRelativeDateWithQuantity()
[all …]
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/
Dgun.c155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \ macro
178 if (NEXT() == -1) \
226 flags = NEXT(); in lunpipe()
249 if (NEXT() == -1) /* no compressed data is ok */ in lunpipe()
252 if (NEXT() == -1) /* missing a bit */ in lunpipe()
279 if (NEXT() == -1) { /* EOF is end of compressed data */ in lunpipe()
291 if (NEXT() == -1) /* can't end in middle of code */ in lunpipe()
402 if (NEXT() == -1) { in gunpipe()
406 if (last != 31 || (NEXT() != 139 && last != 157)) { in gunpipe()
421 if (NEXT() != 8) { /* only deflate method allowed */ in gunpipe()
[all …]
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/
Dgun.c155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \ macro
178 if (NEXT() == -1) \
226 flags = NEXT(); in lunpipe()
249 if (NEXT() == -1) /* no compressed data is ok */ in lunpipe()
252 if (NEXT() == -1) /* missing a bit */ in lunpipe()
279 if (NEXT() == -1) { /* EOF is end of compressed data */ in lunpipe()
291 if (NEXT() == -1) /* can't end in middle of code */ in lunpipe()
402 if (NEXT() == -1) { in gunpipe()
406 if (last != 31 || (NEXT() != 139 && last != 157)) { in gunpipe()
421 if (NEXT() != 8) { /* only deflate method allowed */ in gunpipe()
[all …]
/third_party/zlib/examples/
Dgun.c155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \ macro
178 if (NEXT() == -1) \
226 flags = NEXT(); in lunpipe()
249 if (NEXT() == -1) /* no compressed data is ok */ in lunpipe()
252 if (NEXT() == -1) /* missing a bit */ in lunpipe()
279 if (NEXT() == -1) { /* EOF is end of compressed data */ in lunpipe()
291 if (NEXT() == -1) /* can't end in middle of code */ in lunpipe()
402 if (NEXT() == -1) { in gunpipe()
406 if (last != 31 || (NEXT() != 139 && last != 157)) { in gunpipe()
421 if (NEXT() != 8) { /* only deflate method allowed */ in gunpipe()
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/
Dpack_unpack_half.glsl9 ; GCN-NEXT: v_cvt_f16_f32
10 ; GCN-NEXT: v_lshlrev_b32
11 ; GCN-NEXT: v_cvt_f16_f32
12 ; GCN-NEXT: epilog
26 ; GCN-NEXT: v_cvt_f32_f16
27 ; GCN-NEXT: v_lshrrev_b32
28 ; GCN-NEXT: v_cvt_f32_f16
29 ; GCN-NEXT: epilog
Dbitfield_insert.glsl9 ; GCN-NEXT: v_bfm_b32
10 ; GCN-NEXT: v_lshlrev_b32
11 ; GCN-NEXT: v_bfi_b32
12 ; GCN-NEXT: epilog
29 ; GCN-NEXT: v_bfm_b32
30 ; GCN-NEXT: v_lshlrev_b32
31 ; GCN-NEXT: v_bfi_b32
32 ; GCN-NEXT: epilog
Dsqrt.glsl6 ; GCN-NEXT: v_sqrt_f32
7 ; GCN-NEXT: epilog
20 ; GCN-NEXT: v_rsq_f32
21 ; GCN-NEXT: epilog
34 ; GCN-NEXT: v_rsq_f32
35 ; GCN-NEXT: epilog
48 ; GCN-NEXT: v_sqrt_f32
49 ; GCN-NEXT: epilog
Dpow.glsl6 ; GCN-NEXT: v_log_f32
7 ; GCN-NEXT: v_interp_mov
8 ; GCN-NEXT: v_mul_legacy_f32
9 ; GCN-NEXT: v_exp_f32
10 ; GCN-NEXT: epilog
Ddiv.glsl7 ; GCN-NEXT: v_rcp_f32
8 ; GCN-NEXT: v_mul_f32
9 ; GCN-NEXT: epilog
22 ; GCN-NEXT: v_rcp_f32
23 ; GCN-NEXT: epilog
Dminmax.f32.glsl7 ; GCN-NEXT: v_min_f32
8 ; GCN-NEXT: epilog
22 ; GCN-NEXT: v_max_f32
23 ; GCN-NEXT: epilog
Dminmax.u32.glsl7 ; GCN-NEXT: v_min_u32
8 ; GCN-NEXT: epilog
23 ; GCN-NEXT: v_max_u32
24 ; GCN-NEXT: epilog
Dminmax.i32.glsl7 ; GCN-NEXT: v_min_i32
8 ; GCN-NEXT: epilog
23 ; GCN-NEXT: v_max_i32
24 ; GCN-NEXT: epilog
Dminmax.f64.glsl9 ; GCN-NEXT: v_min_f64
10 ; GCN-NEXT: epilog
27 ; GCN-NEXT: v_max_f64
28 ; GCN-NEXT: epilog
Dbitfield_extract.glsl8 ; GCN-NEXT: v_bfe_i32
9 ; GCN-NEXT: epilog
25 ; GCN-NEXT: v_bfe_u32
26 ; GCN-NEXT: epilog
Dfract.glsl11 ; SI-NEXT: v_floor_f32
12 ; SI-NEXT: v_subrev_f32
13 ; CI-NEXT: v_fract_f32
14 ; GCN-NEXT: epilog
/third_party/libwebsockets/win32port/zlib/
Dgzread.c67 #define NEXT() ((strm->avail_in == 0 && gz_avail(state) == -1) ? -1 : \ macro
81 val = NEXT();
82 val += (unsigned)NEXT() << 8;
83 val += (unsigned long)NEXT() << 16;
84 ch = NEXT();
161 if (NEXT() != 8) { /* compression method */
165 flags = NEXT();
170 NEXT(); /* modification time */
171 NEXT();
172 NEXT();
[all …]
/third_party/python/Modules/cjkcodecs/
D_codecs_jp.c29 NEXT(1, 1); in ENCODER()
34 NEXT(1, 1); in ENCODER()
44 NEXT(1, 1); in ENCODER()
78 NEXT(1, 2); in ENCODER()
160 NEXT(1, 1); in ENCODER()
205 NEXT(1, 2); in ENCODER()
230 NEXT(insize, 3); in ENCODER()
234 NEXT(insize, 2); in ENCODER()
337 NEXT(1, 1); in ENCODER()
349 NEXT(1, 2); in ENCODER()
[all …]
D_codecs_cn.c72 NEXT(1, 1); in ENCODER()
90 NEXT(1, 2); in ENCODER()
133 NEXT(1, 1); in ENCODER()
151 NEXT(1, 2); in ENCODER()
194 NEXT(1, 1); in ENCODER()
212 NEXT(1, 4); in ENCODER()
244 NEXT(1, 4); in ENCODER()
259 NEXT(1, 2); in ENCODER()
365 NEXT(1, 1); in ENCODER()
386 NEXT(1, 4); in ENCODER()
[all …]
D_codecs_tw.c23 NEXT(1, 1); in ENCODER()
39 NEXT(1, 2); in ENCODER()
81 NEXT(1, 1); in ENCODER()
98 NEXT(1, 2); in ENCODER()
D_codecs_kr.c42 NEXT(1, 1); in ENCODER()
59 NEXT(1, 2); in ENCODER()
85 NEXT(1, 4); in ENCODER()
180 NEXT(1, 1); in ENCODER()
198 NEXT(1, 2); in ENCODER()
270 NEXT(1, 1); in ENCODER()
303 NEXT(1, 2); in ENCODER()
314 NEXT(1, 2); in ENCODER()
/third_party/libxml2/
Dxzlib.c355 #define NEXT() ((strm->avail_in == 0 && xz_avail(state) == -1) ? -1 : \ macro
465 if (NEXT() != 8) { /* compression method */ in xz_head()
470 flags = NEXT(); in xz_head()
476 NEXT(); /* modification time */ in xz_head()
477 NEXT(); in xz_head()
478 NEXT(); in xz_head()
479 NEXT(); in xz_head()
480 NEXT(); /* extra flags */ in xz_head()
481 NEXT(); /* operating system */ in xz_head()
483 len = (unsigned) NEXT(); in xz_head()
[all …]
Dpattern.c726 while (IS_BLANK_CH(CUR)) NEXT
729 #define NEXT ((*ctxt->cur) ? ctxt->cur++: ctxt->cur) macro
764 NEXT;
783 NEXT;
910 NEXT;
934 NEXT; in xmlCompileAttributeTest()
946 NEXT; in xmlCompileAttributeTest()
983 NEXT; in xmlCompileAttributeTest()
1028 NEXT; in xmlCompileStepPattern()
1042 NEXT; in xmlCompileStepPattern()
[all …]
/third_party/flatbuffers/src/
Didl_parser.cpp73 #define NEXT() ECHECK(Next()) macro
588 NEXT(); in Expect()
594 NEXT(); in ParseNamespacing()
641 NEXT(); in ParseType()
644 NEXT(); in ParseType()
647 NEXT(); in ParseType()
650 NEXT(); in ParseType()
653 NEXT(); in ParseType()
656 NEXT(); in ParseType()
659 NEXT(); in ParseType()
[all …]
/third_party/toybox/scripts/
Dbloatcheck11 NEXT="$(printf "%s% $((50-${#LASTNAME}))d% 10d %10d" "$LASTNAME" "$OLD" "$NEW" "$DELTA")"
13 STUFF="$NEXT" ||
14 STUFF="$(printf "%s\n%s" "$STUFF" "$NEXT")"

12345