/third_party/typescript/tests/baselines/reference/ |
H A D | localImportNameVsGlobalName.js | 3 export enum Key { UP, DOWN, LEFT, RIGHT } 12 foo(Key.DOWN); 22 Key[Key["DOWN"] = 1] = "DOWN";
33 foo(Key.DOWN);
|
/third_party/node/test/parallel/ |
H A D | test-repl-history-navigation.js | 53 const DOWN = { name: 'down' }; 86 test: [UP, UP, UP, UP, UP, UP, DOWN, DOWN, DOWN, DOWN, DOWN, DOWN], 553 yield DOWN; 554 yield DOWN;
|
H A D | test-repl-autocomplete.js | 52 const DOWN = { name: 'down' }; 87 yield DOWN; 88 yield DOWN;
|
H A D | test-repl-programmatic-history.js | 55 const DOWN = { name: 'down' }; 107 test: [UP, UP, UP, DOWN, ENTER], 121 test: [UP, UP, DOWN, CLEAR],
|
H A D | test-repl-persistent-history.js | 57 const DOWN = { name: 'down' }; 107 test: [UP, UP, CLEAR, ENTER, DOWN, CLEAR, ENTER, UP, ENTER], 125 test: [UP, UP, DOWN, CLEAR],
|
H A D | test-repl-reverse-search.js | 51 const DOWN = { name: 'down' }; 208 DOWN,
|
/third_party/pulseaudio/src/modules/ |
H A D | module-mmkbd-evdev.c | 91 DOWN, in io_callback() enumerator 99 volchange = DOWN; in io_callback() 125 case DOWN: in io_callback()
|
H A D | module-lirc.c | 98 DOWN, in io_callback() enumerator 109 volchange = DOWN; in io_callback() 133 case DOWN: in io_callback()
|
/third_party/skia/include/core/ |
H A D | HMSymbol.h | 45 DOWN = 0, enumerator 59 CommonSubType commonSubType = CommonSubType::DOWN;
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
H A D | NumberFormatICU.java | 117 mode = RoundingMode.DOWN; in getRoundingMode() 211 } else if (roundingMode.equals(RoundingMode.DOWN)) { in setRoundingMode()
|
H A D | DecimalFormatICU.java | 206 mode = RoundingMode.DOWN; in getRoundingMode() 369 } else if (roundingMode.equals(RoundingMode.DOWN)) { in setRoundingMode()
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/icuadapter/ |
H A D | NumberFormatJDK.java | 155 } else if (jdkMode.equals(RoundingMode.DOWN)) { in getRoundingMode() 259 mode = RoundingMode.DOWN; in setRoundingMode()
|
/third_party/ffmpeg/libavfilter/ |
H A D | v360.h | 87 DOWN, ///< Axis -Y enumerator
|
H A D | vf_v360.c | 823 return DOWN; in get_direction() 1098 case DOWN: in cube_to_xyz() 1157 *direction = DOWN; in xyz_to_cube() 1175 case DOWN: in xyz_to_cube() 1253 case DOWN: in process_cube_coordinates() 1289 case DOWN: in process_cube_coordinates() 1325 case DOWN: in process_cube_coordinates() 1347 direction = DOWN; in process_cube_coordinates() 1352 direction = DOWN; in process_cube_coordinates() 1361 case DOWN in process_cube_coordinates() [all...] |
/third_party/skia/src/ports/skia_ohos/ |
H A D | HmSymbolConfig_ohos.h | 36 uint16_t animationMode = 0, CommonSubType commonSubType = CommonSubType::DOWN);
|
/third_party/ffmpeg/libavcodec/ |
H A D | cdgraphics.c | 166 #define DOWN 1 macro 228 if (vscmd == DOWN) in cdg_scroll()
|
H A D | wavpack.c | 49 #define DOWN 0x00010000 macro 422 value += (DOWN - value) >> DECAY; in init_ptable() 432 value += (DOWN - value) >> DECAY; in init_ptable() 498 *pp += (DOWN - *pp) >> DECAY; in wv_unpack_dsd_high() 535 *pp += (DOWN - *pp) >> DECAY; in wv_unpack_dsd_high()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/ |
H A D | DecimalQuantityTest.java | 580 {6.00, -1, RoundingMode.DOWN, "6"}, in testNickelRounding() 581 {6.25, -1, RoundingMode.DOWN, "6"}, in testNickelRounding() 582 {6.50, -1, RoundingMode.DOWN, "6.5"}, in testNickelRounding() 583 {6.75, -1, RoundingMode.DOWN, "6.5"}, in testNickelRounding()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/ |
H A D | DecimalQuantityTest.java | 589 {6.00, -1, RoundingMode.DOWN, "6"}, in testNickelRounding() 590 {6.25, -1, RoundingMode.DOWN, "6"}, in testNickelRounding() 591 {6.50, -1, RoundingMode.DOWN, "6.5"}, in testNickelRounding() 592 {6.75, -1, RoundingMode.DOWN, "6.5"}, in testNickelRounding()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | IntlTestDecimalFormatAPI.java | 321 java.math.MathContext comp3 = new java.math.MathContext(3, java.math.RoundingMode.DOWN); in testJB4971()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | IntlTestDecimalFormatAPI.java | 324 java.math.MathContext comp3 = new java.math.MathContext(3, java.math.RoundingMode.DOWN); in testJB4971()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | ConstantRange.cpp | 193 APInt::Rounding::DOWN) + 1); in makeExactMulNUWRegion() 213 Upper = APIntOps::RoundingSDiv(MinValue, V, APInt::Rounding::DOWN); in makeExactMulNSWRegion() 216 Upper = APIntOps::RoundingSDiv(MaxValue, V, APInt::Rounding::DOWN); in makeExactMulNSWRegion()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | MeasureFormat.java | 752 RoundingUtils.mathContextUnlimited(RoundingMode.DOWN))); in getUnitFormatterFromCache()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | MeasureFormat.java | 717 RoundingUtils.mathContextUnlimited(RoundingMode.DOWN))); in getUnitFormatterFromCache()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | APInt.cpp | 2821 case APInt::Rounding::DOWN: 2838 case APInt::Rounding::DOWN: 2849 if (RM == APInt::Rounding::DOWN) {
|