/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/ |
H A D | TestClassOverride.java | 25 private static final int DEF = TestData.DEF; field in TestClassOverride 43 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, //0 [all...] |
H A D | TestData.java | 46 protected static final int DEF = Bidi.CLASS_DEFAULT; field in TestData
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/bidi/ |
H A D | TestClassOverride.java | 28 private static final int DEF = TestData.DEF; field in TestClassOverride 46 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, //0 [all...] |
H A D | TestData.java | 49 protected static final int DEF = Bidi.CLASS_DEFAULT; field in TestData
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | mpegvideoencdsp_init.c | 49 #define DEF(x) x ## _mmx macro 55 #undef DEF macro 60 #define DEF(x) x ## _3dnow macro 69 #undef DEF macro 76 #define DEF(x) x ## _ssse3 macro 91 #undef DEF macro
|
H A D | hpeldsp_rnd_template.c | 31 av_unused static void DEF(put, pixels8_x2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) in DEF() function 63 av_unused static void DEF(put, pixels16_x2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) in DEF() function 109 av_unused static void DEF(put, pixels8_y2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) in DEF() function 138 av_unused static void DEF(avg, pixels16_x2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) in DEF() function 165 av_unused static void DEF(avg, pixels8_y2)(uint8_t *block, const uint8_t *pixels, ptrdiff_t line_size, int h) in DEF() function
|
H A 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 try_8x8basis() 77 static void DEF(add_8x8basis)(int16_t rem[64], int16_t basis[64], int scale) in add_8x8basis()
|
H A D | rnd_template.c | 33 av_unused STATIC void DEF(put, pixels8_xy2)(uint8_t *block, const uint8_t *pixels, in DEF() function 103 av_unused STATIC void DEF(avg, pixels8_xy2)(uint8_t *block, const uint8_t *pixels, in DEF() function
|
H A D | hpeldsp_init.c | 73 #define DEF(x, y) x ## _no_rnd_ ## y ## _mmx macro 82 #undef DEF macro 100 #define DEF(x, y) ff_ ## x ## _ ## y ## _mmx macro 107 #undef DEF macro
|
/third_party/ltp/tools/sparse/sparse-src/validation/preprocessor/ |
H A D | dump-macros-only.c | 5 #define DEF def macro 6 #undef DEF macro 7 #define DEF xyz macro 28 check-output-contains: #define DEF xyz
|
H A D | dump-macros.c | 4 #define DEF def macro 5 #undef DEF macro 6 #define DEF xyz macro 27 check-output-contains: #define DEF xyz
|
/third_party/ffmpeg/libavcodec/ |
H A 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(unsigne [all...] |
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
H A D | PerfTest.java | 361 UOption.DEF("uselen", 'u', UOption.NO_ARG), in getOptions() 362 UOption.DEF("filename", 'f', UOption.REQUIRES_ARG), in getOptions() 363 UOption.DEF("passes", 'p', UOption.REQUIRES_ARG), in getOptions() 364 UOption.DEF("iterations", 'i', UOption.REQUIRES_ARG), in getOptions() 365 UOption.DEF("time", 't', UOption.REQUIRES_ARG), in getOptions() 366 UOption.DEF("line-mode", 'l', UOption.NO_ARG), in getOptions() 367 UOption.DEF("bulk-mode", 'b', UOption.NO_ARG), in getOptions() 368 UOption.DEF("locale", 'L', UOption.REQUIRES_ARG), in getOptions() 369 UOption.DEF("testname", 'T', UOption.REQUIRES_ARG), in getOptions() 370 UOption.DEF("thread in getOptions() [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiditst.c | 4520 #define DEF U_BIDI_CLASS_DEFAULT in overrideBidiClass() macro 4524 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, /* 00-07 */ in overrideBidiClass() 4525 DEF, DE in overrideBidiClass() [all...] |
/third_party/ltp/testcases/kernel/controllers/cpuctl/ |
H A 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/ |
H A D | linearize.h | 188 // to ``DEF``. 189 #define DEF_OPCODE(DEF, SRC) \ 190 (((SRC)->type == PSEUDO_REG && (DEF = (SRC)->def)) ? DEF->opcode : OP_BADOP)
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | w32-bcc.mk | 18 EXPORTS_OPTIONS = /DEF:$(EXPORTS_LIST)
|
H A D | w32-icc.mk | 18 EXPORTS_OPTIONS = /DEF:$(EXPORTS_LIST)
|
H A D | w32-intl.mk | 18 EXPORTS_OPTIONS = /DEF:$(EXPORTS_LIST)
|
H A D | w32-vcc.mk | 18 EXPORTS_OPTIONS = /DEF:$(EXPORTS_LIST)
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ |
H A D | UOption.java | 62 public static UOption DEF(String aLongName, in DEF() method in UOption
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | mkdef.pl | 421 * Test file to check all DEF file symbols are present by trying
|
/third_party/openssl/util/ |
H A D | mkdef.pl | 421 * Test file to check all DEF file symbols are present by trying
|
/third_party/lzma/CPP/ |
H A D | Build.mak | 140 LFLAGS = $(LFLAGS) -DLL -DEF:$(DEF_FILE)
|
/third_party/lzma/C/ |
H A D | 7zip_gcc_c.mak | 64 LDFLAGS = -shared -DEF $(DEF_FILE) $(LDFLAGS_STATIC)
|