Home
last modified time | relevance | path

Searched full:rolling (Results 1 – 25 of 156) sorted by relevance

1234567

/third_party/selinux/libselinux/utils/
Dtogglesebool.c12 codes since this is rolling back something that blew up. */
48 printf("%s - rolling back all changes\n", in main()
58 printf("%s - rolling back all changes\n", in main()
66 ("Boolean does not exist - rolling back all changes.\n"); in main()
68 printf("%s - rolling back all changes.\n", in main()
/third_party/node/deps/icu-small/source/i18n/unicode/
Dcalendar.h154 * `Calendar` provides an API for field "rolling", where fields
155 * can be incremented or decremented, but wrap around. For example, rolling the
574 * Time Field Rolling function. Rolls (up/down) a single unit of time on the given
576 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
578 * value returned by getMaximum(Calendar::YEAR). When rolling on the month or
580 * changed. For instance, rolling the month up on the date 01/31/96 will result in
581 * 02/29/96. Rolling up always means rolling forward in time (unless the limit of the
583 * starting with 100 BC and rolling the year up results in 99 BC.
585 * most eras in the Japanese calendar) then rolling the year past either limit of the
592 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
[all …]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
Dcalendar.h154 * `Calendar` provides an API for field "rolling", where fields
155 * can be incremented or decremented, but wrap around. For example, rolling the
574 * Time Field Rolling function. Rolls (up/down) a single unit of time on the given
576 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
578 * value returned by getMaximum(Calendar::YEAR). When rolling on the month or
580 * changed. For instance, rolling the month up on the date 01/31/96 will result in
581 * 02/29/96. Rolling up always means rolling forward in time (unless the limit of the
583 * starting with 100 BC and rolling the year up results in 99 BC.
585 * most eras in the Japanese calendar) then rolling the year past either limit of the
592 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
[all …]
/third_party/icu/icu4c/source/i18n/unicode/
Dcalendar.h154 * `Calendar` provides an API for field "rolling", where fields
155 * can be incremented or decremented, but wrap around. For example, rolling the
574 * Time Field Rolling function. Rolls (up/down) a single unit of time on the given
576 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it
578 * value returned by getMaximum(Calendar::YEAR). When rolling on the month or
580 * changed. For instance, rolling the month up on the date 01/31/96 will result in
581 * 02/29/96. Rolling up always means rolling forward in time (unless the limit of the
583 * starting with 100 BC and rolling the year up results in 99 BC.
585 * most eras in the Japanese calendar) then rolling the year past either limit of the
592 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the
[all …]
/third_party/node/deps/zlib/contrib/optimizations/
Dinsert_string.h23 * canonical zlib Rabin-Karp rolling hash [1,2] in that case.
27 * [2] https://www.euccas.me/zlib/#zlib_rabin_karp and also "rolling hash"
36 * Update a hash value with the given input byte (Rabin-Karp rolling hash).
/third_party/node/deps/v8/
DDEPS49 # the commit queue can handle CLs rolling android_sdk_build-tools_version
53 # the commit queue can handle CLs rolling android_sdk_emulator_version
57 # the commit queue can handle CLs rolling android_sdk_extras_version
61 # the commit queue can handle CLs rolling android_sdk_patcher_version
65 # the commit queue can handle CLs rolling android_sdk_platform-tools_version
69 # the commit queue can handle CLs rolling android_sdk_platforms_version
73 # the commit queue can handle CLs rolling android_sdk_sources_version
77 # the commit queue can handle CLs rolling android_sdk_tools-lint_version
/third_party/typescript/tests/baselines/reference/docker/
Dvue-next.log6 Rolling up type definitions for compiler-core...
14 Rolling up type definitions for compiler-dom...
22 Rolling up type definitions for compiler-sfc...
30 Rolling up type definitions for compiler-ssr...
38 Rolling up type definitions for reactivity...
46 Rolling up type definitions for runtime-core...
54 Rolling up type definitions for server-renderer...
/third_party/tzdata/
Dzic.8.txt182 as maximum, only, Rolling, and Zone. A name can be abbreviated by
420 be interpreted as UTC or (an abbreviation of) "Rolling" if the leap
424 Rolling leap seconds were implemented back when it was not clear
425 whether common practice was rolling or stationary, with concerns that
429 countdown style does not seem to have caught on, which means rolling
Dzic.8766 .q "Rolling"
770 Rolling leap seconds were implemented back when it was not
771 clear whether common practice was rolling or stationary,
778 which means rolling leap seconds are not used in practice;
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCompatibilityTest.java1101 errln("Rolling the month in 1/31/1997 up by " + i + " should have yielded " in TestRoll()
1111 // I've revised the expected values to make more sense -- rolling in TestRoll()
1128 // Test rolling hour of day in TestRoll()
1132 if (f != 22) errln("Rolling HOUR_OF_DAY=0 delta=-2 gave " + f + " Wanted 22"); in TestRoll()
1135 if (f != 3) errln("Rolling HOUR_OF_DAY=22 delta=5 gave " + f + " Wanted 3"); in TestRoll()
1138 if (f != 0) errln("Rolling HOUR_OF_DAY=3 delta=21 gave " + f + " Wanted 0"); in TestRoll()
1140 // Test rolling hour in TestRoll()
1144 if (f != 10) errln("Rolling HOUR=0 delta=-2 gave " + f + " Wanted 10"); in TestRoll()
1147 if (f != 3) errln("Rolling HOUR=10 delta=5 gave " + f + " Wanted 3"); in TestRoll()
1150 if (f != 0) errln("Rolling HOUR=3 delta=9 gave " + f + " Wanted 0"); in TestRoll()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
DCompatibilityTest.java1104 errln("Rolling the month in 1/31/1997 up by " + i + " should have yielded " in TestRoll()
1114 // I've revised the expected values to make more sense -- rolling in TestRoll()
1131 // Test rolling hour of day in TestRoll()
1135 if (f != 22) errln("Rolling HOUR_OF_DAY=0 delta=-2 gave " + f + " Wanted 22"); in TestRoll()
1138 if (f != 3) errln("Rolling HOUR_OF_DAY=22 delta=5 gave " + f + " Wanted 3"); in TestRoll()
1141 if (f != 0) errln("Rolling HOUR_OF_DAY=3 delta=21 gave " + f + " Wanted 0"); in TestRoll()
1143 // Test rolling hour in TestRoll()
1147 if (f != 10) errln("Rolling HOUR=0 delta=-2 gave " + f + " Wanted 10"); in TestRoll()
1150 if (f != 3) errln("Rolling HOUR=10 delta=5 gave " + f + " Wanted 3"); in TestRoll()
1153 if (f != 0) errln("Rolling HOUR=3 delta=9 gave " + f + " Wanted 0"); in TestRoll()
/third_party/libinput/
D.gitlab-ci.yml267 arch:rolling@container-prep:
274 FDO_DISTRIBUTION_VERSION: 'rolling'
374 arch:rolling@container-clean:
381 FDO_DISTRIBUTION_VERSION: 'rolling'
975 arch:rolling@default-build:
981 FDO_DISTRIBUTION_VERSION: 'rolling'
984 - "arch:rolling@container-prep"
/third_party/skia/site/docs/dev/chrome/
Drepo.md17 `ninja -C out/Debug dm` in chromium/src/third_party/skia will get you rolling.
/third_party/rust/crates/aho-corasick/src/packed/
Drabinkarp.rs6 /// The type of the rolling hash used in the Rabin-Karp algorithm.
20 /// algorithm is to maintain a rolling hash as it moves through the input, and
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_destroy_test.cpp34 // Use a binary object constructed by the API instead of rolling our own. in TEST_F()
/third_party/spirv-tools/test/
Dbinary_destroy_test.cpp34 // Use a binary object constructed by the API instead of rolling our own. in TEST_F()
/third_party/skia/third_party/externals/spirv-tools/test/
Dbinary_destroy_test.cpp34 // Use a binary object constructed by the API instead of rolling our own. in TEST_F()
/third_party/spirv-tools/utils/
Droll_deps.sh57 echo "Rolling $dep"
/third_party/node/deps/npm/node_modules/tuf-js/dist/
Dstore.js65 // Prevent rolling back timestamp version
74 // Prevent rolling back snapshot version
/third_party/rust/crates/memchr/src/memmem/
Drabinkarp.rs153 /// of a rolling window in the haystack.
184 /// This is meant to be used when the rolling window of the haystack is
/third_party/icu/icu4c/source/i18n/
Dhebrwcal.cpp181 // Rolling and adding functions overridden from Calendar
284 * to its minimum and continue rolling.
288 * When rolling certain fields, the values of other fields may conflict and
289 * need to be changed. For example, when rolling the {@link #MONTH MONTH} field
326 // If it's not a leap year and we're rolling past the missing month in roll()
/third_party/skia/third_party/externals/icu/source/i18n/
Dhebrwcal.cpp181 // Rolling and adding functions overridden from Calendar
284 * to its minimum and continue rolling.
288 * When rolling certain fields, the values of other fields may conflict and
289 * need to be changed. For example, when rolling the {@link #MONTH MONTH} field
326 // If it's not a leap year and we're rolling past the missing month in roll()
/third_party/node/deps/icu-small/source/i18n/
Dhebrwcal.cpp183 // Rolling and adding functions overridden from Calendar
287 * to its minimum and continue rolling.
291 * When rolling certain fields, the values of other fields may conflict and
292 * need to be changed. For example, when rolling the {@link #MONTH MONTH} field
330 // If it's not a leap year and we're rolling past the missing month in roll()
/third_party/skia/third_party/externals/angle2/doc/
DBranchingAndRolling.md22 ## Manually rolling DEPS
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
DHebrewCalendar.java393 // Rolling and adding functions overridden from Calendar
484 * to its minimum and continue rolling.
488 * When rolling certain fields, the values of other fields may conflict and
489 * need to be changed. For example, when rolling the {@link #MONTH MONTH} field
522 // If it's not a leap year and we're rolling past the missing month in roll()

1234567