/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
D | TestClassOverride.java | 25 private static final int DEF = TestData.DEF; field in TestClassOverride 43 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, //00-07 44 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, //08-0F 45 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, //10-17 46 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, //18-1F 47 DEF, DEF, DEF, DEF, DEF, DEF, R, DEF, //20-27 48 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, //28-2F 50 AN, AN, DEF, DEF, DEF, DEF, DEF, DEF, //38-3F 54 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F 55 NSM, DEF, DEF, DEF, DEF, DEF, DEF, DEF, //60-67 [all …]
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
D | TestClassOverride.java | 28 private static final int DEF = TestData.DEF; field in TestClassOverride 46 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, //00-07 47 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, //08-0F 48 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, //10-17 49 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, //18-1F 50 DEF, DEF, DEF, DEF, DEF, DEF, R, DEF, //20-27 51 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, //28-2F 53 AN, AN, DEF, DEF, DEF, DEF, DEF, DEF, //38-3F 57 R, R, R, LRE, DEF, RLE, PDF, S, //58-5F 58 NSM, DEF, DEF, DEF, DEF, DEF, DEF, DEF, //60-67 [all …]
|
/third_party/openssl/VMS/ |
D | openssl_startup.com.in | 91 $ DEF := DEFINE /NOLOG 'P1' 98 $ DEF OSSL$LIB OSSL$INSTROOT:[LIB.'arch'] 99 $ DEF OSSL$SHARE OSSL$INSTROOT:[LIB.'arch'] 100 $ DEF OSSL$ENGINES'sv''pz' OSSL$INSTROOT:[ENGINES'sv''pz'.'arch'] 101 $ DEF OSSL$MODULES'pz' OSSL$INSTROOT:[MODULES'pz'.'arch'] 102 $ DEF OSSL$EXE OSSL$INSTROOT:[EXE.'arch'],- 104 $ DEF OSSL$LIBCRYPTO'pz' OSSL$LIB:OSSL$LIBCRYPTO'pz'.OLB 105 $ DEF OSSL$LIBSSL'pz' OSSL$LIB:OSSL$LIBSSL'pz'.OLB 107 $ DEF OSSL$LIBCRYPTO'sv'_SHR'pz' OSSL$SHARE:OSSL$LIBCRYPTO'sv'_SHR'pz'.EXE 108 $ DEF OSSL$LIBSSL'sv'_SHR'pz' OSSL$SHARE:OSSL$LIBSSL'sv'_SHR'pz'.EXE [all …]
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/enums/constant_enum_declarations/ |
D | constant_enum_declarations.ts | 31 DEF = 1024, enumerator 32 Val = DEF / 8, 37 Assert.equal(CED.DEF, 1024); 49 DEF = 1024, enumerator 50 Val = DEF / 8,
|
/third_party/node/test/parallel/ |
D | test-stream-uint8array.js | 8 const DEF = new Uint8Array([0x44, 0x45, 0x46]); constant 29 writable.end(DEF); 69 writable.write(DEF); 80 readable.push(DEF); 85 assert.deepStrictEqual([...buf], [...ABC, ...DEF]); 96 readable.push(DEF);
|
/third_party/ffmpeg/libavcodec/x86/ |
D | mpegvideoencdsp_init.c | 52 #define DEF(x) x ## _mmx macro 58 #undef DEF 63 #define DEF(x) x ## _3dnow macro 72 #undef DEF 79 #define DEF(x) x ## _ssse3 macro 94 #undef DEF
|
D | hpeldsp_rnd_template.c | 31 av_unused static void DEF(put, pixels8_x2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_si… in DEF() function 63 av_unused static void DEF(put, pixels16_x2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_s… in DEF() function 109 av_unused static void DEF(put, pixels8_y2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_si… in DEF() function 138 av_unused static void DEF(avg, pixels16_x2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_s… in DEF() function 165 av_unused static void DEF(avg, pixels8_y2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_si… in DEF() function
|
D | hpeldsp_init.c | 96 #define DEF(x, y) x ## _no_rnd_ ## y ## _mmx macro 105 #undef DEF 122 #define DEF(x, y) x ## _ ## y ## _mmx macro 129 #undef DEF 130 #define DEF(x, y) ff_ ## x ## _ ## y ## _mmx macro 135 #undef DEF
|
D | rnd_template.c | 33 av_unused STATIC void DEF(put, pixels8_xy2)(uint8_t *block, const uint8_t *pixels, in DEF() function 102 av_unused STATIC void DEF(avg, pixels8_xy2)(uint8_t *block, const uint8_t *pixels, in DEF() function
|
D | mpegvideoenc_qns_template.c | 35 static int DEF(try_8x8basis)(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale) in DEF() function 77 static void DEF(add_8x8basis)(int16_t rem[64], int16_t basis[64], int scale) in DEF() function
|
/third_party/icu/icu4c/source/test/hdrtst/ |
D | testtagsguards.sh | 10 : ${DEF:=-DU_NO_DEFAULT_INCLUDE_UTF_HEADERS=1} 23 $CXX $INCL -C -E $DEF -o $TMPDIR/ht-$base-normal.i $TMPDIR/ht-$base.cpp 29 …$CXX $INCL -C -E -DU_HIDE_${GUARD}_API=1 -DU_FORCE_HIDE_${GUARD}_API=1 $DEF -o $TMPDIR/ht-$base-$T… 47 …$CXX $INCL -C -E -DU_HIDE_${GUARD}_API=1 -DU_FORCE_HIDE_${GUARD}_API=1 $DEF -o $TMPDIR/ht-$base-$T… 68 …$CXX $INCL -C -E -DU_HIDE_${GUARD}_API=1 -DU_FORCE_HIDE_${GUARD}_API=1 $DEF -o $TMPDIR/ht-$base-$T… 80 …$CXX $INCL -C -E -DU_HIDE_${GUARD}_API=1 -DU_FORCE_HIDE_${GUARD}_API=1 $DEF -o $TMPDIR/ht-$base-$T…
|
/third_party/ffmpeg/libavcodec/ |
D | bytestream.h | 42 #define DEF(type, name, bytes, read, write) \ macro 91 DEF(uint64_t, le64, 8, AV_RL64, AV_WL64) 92 DEF(unsigned int, le32, 4, AV_RL32, AV_WL32) 93 DEF(unsigned int, le24, 3, AV_RL24, AV_WL24) 94 DEF(unsigned int, le16, 2, AV_RL16, AV_WL16) 95 DEF(uint64_t, be64, 8, AV_RB64, AV_WB64) 96 DEF(unsigned int, be32, 4, AV_RB32, AV_WB32) 97 DEF(unsigned int, be24, 3, AV_RB24, AV_WB24) 98 DEF(unsigned int, be16, 2, AV_RB16, AV_WB16) 99 DEF(unsigned int, byte, 1, AV_RB8 , AV_WB8)
|
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
D | dump-macros-only.c | 5 #define DEF def macro 6 #undef DEF 7 #define DEF xyz macro
|
D | dump-macros.c | 4 #define DEF def macro 5 #undef DEF 6 #define DEF xyz macro
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cbiditst.c | 4517 #define DEF U_BIDI_CLASS_DEFAULT in overrideBidiClass() macro 4521 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 00-07 */ in overrideBidiClass() 4522 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 08-0F */ in overrideBidiClass() 4523 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 10-17 */ in overrideBidiClass() 4524 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 18-1F */ in overrideBidiClass() 4525 DEF, DEF, DEF, DEF, DEF, DEF, R, DEF, /* 20-27 */ in overrideBidiClass() 4526 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 28-2F */ in overrideBidiClass() 4528 AN, AN, DEF, DEF, DEF, DEF, DEF, DEF, /* 38-3F */ in overrideBidiClass() 4532 R, R, R, LRE, DEF, RLE, PDF, S, /* 58-5F */ in overrideBidiClass() 4533 NSM, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 60-67 */ in overrideBidiClass() [all …]
|
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | PerfTest.java | 357 UOption.DEF("uselen", 'u', UOption.NO_ARG), in getOptions() 358 UOption.DEF("filename", 'f', UOption.REQUIRES_ARG), in getOptions() 359 UOption.DEF("passes", 'p', UOption.REQUIRES_ARG), in getOptions() 360 UOption.DEF("iterations", 'i', UOption.REQUIRES_ARG), in getOptions() 361 UOption.DEF("time", 't', UOption.REQUIRES_ARG), in getOptions() 362 UOption.DEF("line-mode", 'l', UOption.NO_ARG), in getOptions() 363 UOption.DEF("bulk-mode", 'b', UOption.NO_ARG), in getOptions() 364 UOption.DEF("locale", 'L', UOption.REQUIRES_ARG), in getOptions() 365 UOption.DEF("testname", 'T', UOption.REQUIRES_ARG), in getOptions() 366 UOption.DEF("threads", 'r', UOption.REQUIRES_ARG), in getOptions() [all …]
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/grammar/enums/ |
D | enums.ts | 30 DEF = 1024, enumerator 36 Assert.equal(CED.DEF, 1024);
|
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
D | run_cpuctl_test.sh | 107 echo NUM_GROUPS=$NUM_GROUPS + 1\(DEF\) >> $LTPROOT/output/cpuctl_results_$FILE.txt; 156 echo NUM_GROUPS=$NUM_GROUPS +1 \(DEF\) >> $LTPROOT/output/cpuctl_results_$FILE.txt; 222 echo NUM_GROUPS=$NUM_GROUPS +1 \(DEF\)>> $LTPROOT/output/cpuctl_results_$FILE.txt;
|
D | run_cpuctl_stress_test.sh | 152 echo Test $TEST_NUM: NUM_GROUPS=$NUM_GROUPS +1 \(DEF\)>> $LTPROOT/output/cpuctl_results_$FILE.txt; 211 echo NUM_GROUPS=$NUM_GROUPS +1 \(DEF\)>> $LTPROOT/output/cpuctl_results_$FILE.txt; 290 echo NUM_GROUPS=$NUM_GROUPS +1 \(DEF\)>> $LTPROOT/output/cpuctl_results_$FILE.txt;
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | linearize.h | 189 #define DEF_OPCODE(DEF, SRC) \ argument 190 (((SRC)->type == PSEUDO_REG && (DEF = (SRC)->def)) ? DEF->opcode : OP_BADOP)
|
/third_party/freetype/builds/windows/ |
D | w32-intl.mk | 18 EXPORTS_OPTIONS = /DEF:$(EXPORTS_LIST)
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
D | w32-icc.mk | 18 EXPORTS_OPTIONS = /DEF:$(EXPORTS_LIST)
|
D | w32-vcc.mk | 18 EXPORTS_OPTIONS = /DEF:$(EXPORTS_LIST)
|
/third_party/flutter/skia/third_party/externals/freetype/builds/windows/ |
D | w32-vcc.mk | 18 EXPORTS_OPTIONS = /DEF:$(EXPORTS_LIST)
|
D | w32-intl.mk | 18 EXPORTS_OPTIONS = /DEF:$(EXPORTS_LIST)
|