Home
last modified time | relevance | path

Searched refs:DOWN (Results 1 - 25 of 30) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DlocalImportNameVsGlobalName.js3 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 Dtest-repl-history-navigation.js53 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 Dtest-repl-autocomplete.js52 const DOWN = { name: 'down' };
87 yield DOWN;
88 yield DOWN;
H A Dtest-repl-programmatic-history.js55 const DOWN = { name: 'down' };
107 test: [UP, UP, UP, DOWN, ENTER],
121 test: [UP, UP, DOWN, CLEAR],
H A Dtest-repl-persistent-history.js57 const DOWN = { name: 'down' };
107 test: [UP, UP, CLEAR, ENTER, DOWN, CLEAR, ENTER, UP, ENTER],
125 test: [UP, UP, DOWN, CLEAR],
H A Dtest-repl-reverse-search.js51 const DOWN = { name: 'down' };
208 DOWN,
/third_party/pulseaudio/src/modules/
H A Dmodule-mmkbd-evdev.c91 DOWN, in io_callback() enumerator
99 volchange = DOWN; in io_callback()
125 case DOWN: in io_callback()
H A Dmodule-lirc.c98 DOWN, in io_callback() enumerator
109 volchange = DOWN; in io_callback()
133 case DOWN: in io_callback()
/third_party/skia/include/core/
H A DHMSymbol.h45 DOWN = 0, enumerator
59 CommonSubType commonSubType = CommonSubType::DOWN;
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DNumberFormatICU.java117 mode = RoundingMode.DOWN; in getRoundingMode()
211 } else if (roundingMode.equals(RoundingMode.DOWN)) { in setRoundingMode()
H A DDecimalFormatICU.java206 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 DNumberFormatJDK.java155 } else if (jdkMode.equals(RoundingMode.DOWN)) { in getRoundingMode()
259 mode = RoundingMode.DOWN; in setRoundingMode()
/third_party/ffmpeg/libavfilter/
H A Dv360.h87 DOWN, ///< Axis -Y enumerator
H A Dvf_v360.c823 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 DHmSymbolConfig_ohos.h36 uint16_t animationMode = 0, CommonSubType commonSubType = CommonSubType::DOWN);
/third_party/ffmpeg/libavcodec/
H A Dcdgraphics.c166 #define DOWN 1 macro
228 if (vscmd == DOWN) in cdg_scroll()
H A Dwavpack.c49 #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 DDecimalQuantityTest.java580 {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 DDecimalQuantityTest.java589 {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 DIntlTestDecimalFormatAPI.java321 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 DIntlTestDecimalFormatAPI.java324 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 DConstantRange.cpp193 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 DMeasureFormat.java752 RoundingUtils.mathContextUnlimited(RoundingMode.DOWN))); in getUnitFormatterFromCache()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DMeasureFormat.java717 RoundingUtils.mathContextUnlimited(RoundingMode.DOWN))); in getUnitFormatterFromCache()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DAPInt.cpp2821 case APInt::Rounding::DOWN:
2838 case APInt::Rounding::DOWN:
2849 if (RM == APInt::Rounding::DOWN) {

Completed in 26 milliseconds

12