/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/syslinux/gpxe/src/include/ |
D | compiler.h | 423 #define DBG2( ... ) DBG_IF ( EXTRA, __VA_ARGS__ ) 424 #define DBG2_HDA( ... ) DBG_HDA_IF ( EXTRA, __VA_ARGS__ ) 425 #define DBG2_HD( ... ) DBG_HD_IF ( EXTRA, __VA_ARGS__ ) 426 #define DBGC2( ... ) DBGC_IF ( EXTRA, __VA_ARGS__ ) 427 #define DBGC2_HDA( ... ) DBGC_HDA_IF ( EXTRA, __VA_ARGS__ ) 428 #define DBGC2_HD( ... ) DBGC_HD_IF ( EXTRA, __VA_ARGS__ )
|
/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" 51 cmake_parse_arguments(ARG "" "" "LIBS;EXTRA" ${ARGN})
|
/external/compiler-rt/lib/msan/ |
D | CMakeLists.txt | 54 EXTRA msan.syms.extra) 57 EXTRA msan.syms.extra)
|
/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_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
|
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
|
/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/ImageMagick/m4/ |
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 | 111 EXTRA ubsan.syms.extra) 115 EXTRA ubsan.syms.extra)
|
/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/syslinux/com32/lib/zlib/ |
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/compiler-rt/lib/esan/ |
D | CMakeLists.txt | 33 EXTRA esan.syms.extra)
|
/external/libmojo/mojo/edk/js/tests/ |
D | sample_service_tests.js | 78 expect(baz).toBe(sample.Service.BazOptions.EXTRA); 94 foo, sample.Service.BazOptions.EXTRA, pipe.handle0)
|
/external/ImageMagick/ |
D | aclocal.m4 | 29 # AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT]) 40 # If EXTRA-FLAGS is defined, it is added to the current language's default 42 # the flags: "CFLAGS EXTRA-FLAGS FLAG". This can for example be used to 97 # AX_APPEND_LINK_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT]) 107 # If EXTRA-FLAGS is defined, it is added to the linker's default flags 109 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to 163 # AX_CHECK_LINK_FLAG(FLAG, [ACTION-SUCCESS], [ACTION-FAILURE], [EXTRA-FLAGS], [INPUT]) 173 # If EXTRA-FLAGS is defined, it is added to the linker's default flags 175 # EXTRA-FLAGS FLAG". This can for example be used to force the linker to 238 …-VARIABLE], [IS-RELEASE], [EXTRA-BASE-CFLAGS], [EXTRA-YES-CFLAGS], [UNUSED], [UNUSED], [UNUSED], [… [all …]
|
/external/compiler-rt/lib/dfsan/ |
D | CMakeLists.txt | 31 EXTRA dfsan.syms.extra)
|
/external/compiler-rt/lib/asan/ |
D | CMakeLists.txt | 166 EXTRA asan.syms.extra) 201 EXTRA asan.syms.extra)
|
/external/compiler-rt/lib/tsan/ |
D | CMakeLists.txt | 185 EXTRA rtl/tsan.syms.extra) 188 EXTRA rtl/tsan.syms.extra)
|
/external/libmojo/mojo/public/interfaces/bindings/tests/ |
D | sample_service.mojom | 101 EXTRA
|
/external/libmojo/mojo/public/cpp/bindings/tests/ |
D | sample_service_unittest.cc | 277 EXPECT_EQ(BazOptions::EXTRA, baz); in Frobinate() 342 service->Frobinate(std::move(foo), Service::BazOptions::EXTRA, in TEST_F()
|
/external/icu/icu4c/source/ |
D | Makefile.in | 36 @EXTRAS_TRUE@EXTRA = extra 61 SUBDIRS = stubdata common i18n $(LAYOUTEX) $(ICUIO) $(TOOLS) data $(EXTRA) $(SAMPLE) $(TEST)
|
/external/eigen/cmake/ |
D | FindGSL.cmake | 35 $ENV{EXTRA}
|