/external/compiler-rt/test/builtins/Unit/ |
D | test | 29 EXTRA= 33 EXTRA="-fexceptions gcc_personality_test_helper.cxx -lstdc++ /usr/lib/libgcc_s.1.dylib" 39 EXTRA="-fnested-functions" 43 … if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA -o ./remote/$FILE.exe 50 if gcc $CFLAGS $FILE ../../darwin_fat/Release/libcompiler_rt.a $LIBS $EXTRA
|
/external/zlib/src/examples/ |
D | gzlog.c | 328 #define EXTRA sizeof(log_gzext) /* should be 35 */ macro 413 unsigned char buf[HEAD + EXTRA]; in log_head() 416 read(log->fd, buf, HEAD + EXTRA) != HEAD + EXTRA || in log_head() 440 unsigned char ext[EXTRA]; in log_mark() 452 write(log->fd, ext, EXTRA) != EXTRA ? -1 : 0; in log_mark() 838 write(log->fd, log_gzext, EXTRA) != EXTRA || in log_open()
|
/external/compiler-rt/cmake/Modules/ |
D | SanitizerUtils.cmake | 14 # EXTRA <files with extra symbols to export>) 19 "ARCHS;EXTRA" 65 cmake_parse_arguments(ARG "" "" "LIBS;EXTRA" ${ARGN})
|
/external/compiler-rt/lib/msan/ |
D | CMakeLists.txt | 52 EXTRA msan.syms.extra) 55 EXTRA msan.syms.extra)
|
/external/tlsdate/m4/ |
D | ax_check_link_flag.m4 | 7 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS]) 17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags 19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
|
D | ax_append_compile_flags.m4 | 7 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS]) 18 # If EXTRA-FLAGS is defined, it is added to the current language's default 20 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
|
D | ax_check_compile_flag.m4 | 7 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS]) 17 # If EXTRA-FLAGS is defined, it is added to the current language's default 19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
|
/external/libunwind/tests/ |
D | ia64-test-dyn1.c | 18 # define EXTRA 16 macro 22 # define EXTRA 0 macro 46 len = (uintptr_t) end - GET_ENTRY (func) + EXTRA; in create_func()
|
/external/libmicrohttpd/m4/ |
D | ax_append_compile_flags.m4 | 7 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS]) 18 # If EXTRA-FLAGS is defined, it is added to the current language's default 20 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
|
D | ax_check_link_flag.m4 | 7 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) 17 # If EXTRA-FLAGS is defined, it is added to the linker's default flags 19 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to
|
D | ax_check_compile_flag.m4 | 7 # AX_CHECK_COMPILE_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) 17 # If EXTRA-FLAGS is defined, it is added to the current language's default 19 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to
|
/external/compiler-rt/lib/ubsan/ |
D | CMakeLists.txt | 104 EXTRA ubsan.syms.extra) 108 EXTRA ubsan.syms.extra)
|
/external/opencv3/modules/ |
D | CMakeLists.txt | 7 ocv_glob_modules(${OPENCV_MODULES_PATH} EXTRA ${OPENCV_EXTRA_MODULES_PATH})
|
/external/apache-http/android/src/com/android/internal/http/multipart/ |
D | Part.java | 89 protected static final String EXTRA = "--"; field in Part 93 EncodingUtils.getAsciiBytes(EXTRA);
|
/external/zlib/src/ |
D | inflate.h | 26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator
|
/external/pdfium/third_party/zlib_v128/ |
D | inflate.h | 26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator
|
/external/opencv3/3rdparty/zlib/ |
D | inflate.h | 26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator
|
/external/compiler-rt/lib/dfsan/ |
D | CMakeLists.txt | 29 EXTRA dfsan.syms.extra)
|
/external/compiler-rt/lib/asan/ |
D | CMakeLists.txt | 163 EXTRA asan.syms.extra) 198 EXTRA asan.syms.extra)
|
/external/compiler-rt/lib/tsan/ |
D | CMakeLists.txt | 181 EXTRA rtl/tsan.syms.extra) 184 EXTRA rtl/tsan.syms.extra)
|
/external/v8/src/mips/ |
D | constants-mips.h | 886 enum TypeChecks { NORMAL, EXTRA }; enumerator 1140 if (checks == EXTRA) { in InstructionType() 1147 if (checks == EXTRA) { in InstructionType()
|
/external/v8/src/mips64/ |
D | constants-mips64.h | 932 enum TypeChecks { NORMAL, EXTRA }; enumerator 1198 if (checks == EXTRA) { in InstructionType() 1205 if (checks == EXTRA) { in InstructionType()
|
/external/icu/icu4c/source/ |
D | Makefile.in | 35 @EXTRAS_TRUE@EXTRA = extra 61 SUBDIRS = stubdata common i18n $(LAYOUT) $(LAYOUTEX) $(ICUIO) $(TOOLS) data $(EXTRA) $(SAMPLE) $(T…
|
/external/eigen/cmake/ |
D | FindGSL.cmake | 35 $ENV{EXTRA}
|
/external/icu/icu4c/source/samples/msgfmt/ |
D | README.TXT | 80 EXTRA: Embed a number element within the choice element to handle
|