Home
last modified time | relevance | path

Searched refs:DEF (Results 1 - 25 of 51) sorted by relevance

123

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/bidi/
H A DTestClassOverride.java25 private static final int DEF = TestData.DEF; field in TestClassOverride
43 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, //0
[all...]
H A DTestData.java46 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 DTestClassOverride.java28 private static final int DEF = TestData.DEF; field in TestClassOverride
46 DEF, DEF, DEF, DEF, DEF, DEF, DEF, DEF, //0
[all...]
H A DTestData.java49 protected static final int DEF = Bidi.CLASS_DEFAULT; field in TestData
/third_party/ffmpeg/libavcodec/x86/
H A Dmpegvideoencdsp_init.c49 #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 Dhpeldsp_rnd_template.c31 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 Dmpegvideoenc_qns_template.c35 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 Drnd_template.c33 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 Dhpeldsp_init.c73 #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 Ddump-macros-only.c5 #define DEF def macro
6 #undef DEF macro
7 #define DEF xyz macro
28 check-output-contains: #define DEF xyz
H A Ddump-macros.c4 #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 Dbytestream.h42 #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 DPerfTest.java361 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 Dcbiditst.c4520 #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 Drun_cpuctl_stress_test.sh152 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 Dlinearize.h188 // 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 Dw32-bcc.mk18 EXPORTS_OPTIONS = /DEF:$(EXPORTS_LIST)
H A Dw32-icc.mk18 EXPORTS_OPTIONS = /DEF:$(EXPORTS_LIST)
H A Dw32-intl.mk18 EXPORTS_OPTIONS = /DEF:$(EXPORTS_LIST)
H A Dw32-vcc.mk18 EXPORTS_OPTIONS = /DEF:$(EXPORTS_LIST)
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/
H A DUOption.java62 public static UOption DEF(String aLongName, in DEF() method in UOption
/third_party/node/deps/openssl/openssl/util/
H A Dmkdef.pl421 * Test file to check all DEF file symbols are present by trying
/third_party/openssl/util/
H A Dmkdef.pl421 * Test file to check all DEF file symbols are present by trying
/third_party/lzma/CPP/
H A DBuild.mak140 LFLAGS = $(LFLAGS) -DLL -DEF:$(DEF_FILE)
/third_party/lzma/C/
H A D7zip_gcc_c.mak64 LDFLAGS = -shared -DEF $(DEF_FILE) $(LDFLAGS_STATIC)

Completed in 18 milliseconds

123