Home
last modified time | relevance | path

Searched refs:EXTRA (Results 1 – 25 of 54) sorted by relevance

123

/external/compiler-rt/test/builtins/Unit/
Dtest29 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/
Dgzlog.c328 #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/ImageMagick/m4/
Dax_check_compile_flag.m47 # 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/linux-kselftest/tools/testing/selftests/kmod/
Dkmod.sh430 let EXTRA=$MODPROBE_LIMIT/6
431 config_num_thread_limit_extra $EXTRA
440 let EXTRA=$MODPROBE_LIMIT/4
441 config_num_thread_limit_extra $EXTRA
/external/compiler-rt/cmake/Modules/
DSanitizerUtils.cmake14 # EXTRA <files with extra symbols to export>)
19 "ARCHS;EXTRA"
51 cmake_parse_arguments(ARG "" "" "LIBS;EXTRA" ${ARGN})
/external/python/setuptools/pkg_resources/_vendor/packaging/
Drequirements.py39 EXTRA = IDENTIFIER variable
44 EXTRAS_LIST = EXTRA + ZeroOrMore(COMMA + EXTRA)
/external/python/setuptools/setuptools/_vendor/packaging/
Drequirements.py39 EXTRA = IDENTIFIER variable
44 EXTRAS_LIST = EXTRA + ZeroOrMore(COMMA + EXTRA)
/external/compiler-rt/lib/msan/
DCMakeLists.txt54 EXTRA msan.syms.extra)
57 EXTRA msan.syms.extra)
/external/libunwind/tests/
Dia64-test-dyn1.c18 # define EXTRA 16 macro
22 # define EXTRA 0 macro
46 len = (uintptr_t) end - GET_ENTRY (func) + EXTRA; in create_func()
/external/mesa3d/m4/
Dax_check_compile_flag.m47 # 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/libffi/m4/
Dax_check_compile_flag.m47 # 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/harfbuzz_ng/m4/
Dax_check_link_flag.m47 # 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/virglrenderer/build-aux/
Dax_check_compile_flag.m47 # 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/python/cpython2/Modules/_ctypes/libffi/m4/
Dax_check_compile_flag.m47 # 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/compiler-rt/lib/ubsan/
DCMakeLists.txt111 EXTRA ubsan.syms.extra)
115 EXTRA ubsan.syms.extra)
/external/apache-http/android/src/com/android/internal/http/multipart/
DPart.java89 protected static final String EXTRA = "--"; field in Part
93 EncodingUtils.getAsciiBytes(EXTRA);
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dcv-loc-unreachable.s3 # Original source, slightly modified with an extra .cv_loc directive (at EXTRA
60 # EXTRA
/external/u-boot/lib/zlib/
Dinflate.h26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator
/external/zlib/src/
Dinflate.h26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator
/external/python/cpython2/Modules/zlib/
Dinflate.h26 EXTRA, /* i: waiting for extra bytes (gzip) */ enumerator
/external/compiler-rt/lib/esan/
DCMakeLists.txt33 EXTRA esan.syms.extra)
/external/compiler-rt/lib/dfsan/
DCMakeLists.txt31 EXTRA dfsan.syms.extra)
/external/compiler-rt/lib/asan/
DCMakeLists.txt166 EXTRA asan.syms.extra)
201 EXTRA asan.syms.extra)
/external/compiler-rt/lib/tsan/
DCMakeLists.txt185 EXTRA rtl/tsan.syms.extra)
188 EXTRA rtl/tsan.syms.extra)
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dsample_service.mojom101 EXTRA

123