/external/wpa_supplicant_8/wpa_supplicant/ |
D | nmake.mak | 26 CFLAGS = /DCONFIG_NATIVE_WINDOWS macro 27 CFLAGS = $(CFLAGS) /DCONFIG_NDIS_EVENTS_INTEGRATED macro 28 CFLAGS = $(CFLAGS) /DCONFIG_ANSI_C_EXTRA macro 29 CFLAGS = $(CFLAGS) /DCONFIG_WINPCAP macro 30 CFLAGS = $(CFLAGS) /DIEEE8021X_EAPOL macro 31 CFLAGS = $(CFLAGS) /DPKCS12_FUNCS macro 32 CFLAGS = $(CFLAGS) /DEAP_MD5 macro 33 CFLAGS = $(CFLAGS) /DEAP_TLS macro 34 CFLAGS = $(CFLAGS) /DEAP_MSCHAPv2 macro 35 CFLAGS = $(CFLAGS) /DEAP_PEAP macro [all …]
|
D | Makefile | 5 ifndef CFLAGS 6 CFLAGS = -MMD -O2 -Wall -g macro 25 CFLAGS += $(EXTRA_CFLAGS) 26 CFLAGS += -I$(abspath ../src) 27 CFLAGS += -I$(abspath ../src/utils) 36 CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\" 42 CFLAGS += -DCONFIG_TESTING_OPTIONS 127 CFLAGS += -DOS_NO_C_LIB_DEFINES 135 CFLAGS += -DWPA_TRACE 143 CFLAGS += -funwind-tables [all …]
|
/external/libusb/ |
D | travis-autogen.sh | 4 CFLAGS="-Wall -Wextra" 6 CFLAGS+=" -Wbad-function-cast" 7 #CFLAGS+=" -Wcast-align" 8 CFLAGS+=" -Wchar-subscripts" 9 CFLAGS+=" -Wempty-body" 10 CFLAGS+=" -Wformat" 11 CFLAGS+=" -Wformat-security" 12 CFLAGS+=" -Winit-self" 13 CFLAGS+=" -Winline" 14 CFLAGS+=" -Wmissing-declarations" [all …]
|
/external/wpa_supplicant_8/hostapd/ |
D | Makefile | 5 ifndef CFLAGS 6 CFLAGS = -MMD -O2 -Wall -g macro 24 CFLAGS += $(EXTRA_CFLAGS) 25 CFLAGS += -I$(abspath ../src) 26 CFLAGS += -I$(abspath ../src/utils) 37 CFLAGS += -DGIT_VERSION_STR_POSTFIX=\"-$(GITVER)\" 43 CFLAGS += -DCONFIG_TESTING_OPTIONS 56 CFLAGS += -DOS_NO_C_LIB_DEFINES 60 CFLAGS += -DCONFIG_NATIVE_WINDOWS 101 CFLAGS += -DHOSTAPD [all …]
|
/external/ltp/ |
D | gen.bp | 23 cflags: [ 38 cflags: [ 58 cflags: [ 73 cflags: [ 90 cflags: [ 108 cflags: [ 175 cflags: [ 188 cflags: ["-D_FORTIFY_SOURCE=2"], 198 cflags: ["-D_FORTIFY_SOURCE=2"], 208 cflags: ["-D_FORTIFY_SOURCE=2"], [all …]
|
/external/bcc/src/cc/frontends/clang/ |
D | kbuild_helper.cc | 31 int KBuildHelper::get_flags(const char *uname_machine, vector<string> *cflags) { in get_flags() argument 67 cflags->push_back("-nostdinc"); in get_flags() 68 cflags->push_back("-isystem"); in get_flags() 69 cflags->push_back("/virtual/lib/clang/include"); in get_flags() 73 cflags->push_back("-I" + kdir_ + "/build/arch/"+arch+"/include"); in get_flags() 74 cflags->push_back("-I" + kdir_ + "/build/arch/"+arch+"/include/generated/uapi"); in get_flags() 75 cflags->push_back("-I" + kdir_ + "/build/arch/"+arch+"/include/generated"); in get_flags() 76 cflags->push_back("-I" + kdir_ + "/build/include"); in get_flags() 77 cflags->push_back("-I" + kdir_ + "/build/./arch/"+arch+"/include/uapi"); in get_flags() 78 cflags->push_back("-I" + kdir_ + "/build/arch/"+arch+"/include/generated/uapi"); in get_flags() [all …]
|
/external/toolchain-utils/android_bench_suite/ |
D | set_flags.py | 32 def replace_flags(bench, android_type, file_type, cflags, ldflags): argument 35 if cflags: 36 cflags = '\", \"'.join(cflags.split()) 40 if not cflags: 41 cflags = '' 43 cflags = '\"' + cflags + '\",' 55 # Replace CFLAGS_FOR_BENCH_SUITE marker with proper cflags 59 line = line.replace('CFLAGS_FOR_BENCH_SUITE', cflags) 78 def replace_flags_in_dir(bench, cflags, ldflags): argument 82 if not cflags: [all …]
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | makefile.gcc | 13 CFLAGS = -c 27 CFLAGS = -c -D_7ZIP_ST 81 $(CXX) $(CFLAGS) LzmaAlone.cpp 84 $(CXX) $(CFLAGS) ../../UI/Common/Bench.cpp 87 $(CXX) $(CFLAGS) ../../UI/Console/BenchCon.cpp 90 $(CXX) $(CFLAGS) ../../UI/Console/ConsoleClose.cpp 93 $(CXX) $(CFLAGS) ../../Compress/LzmaDecoder.cpp 96 $(CXX) $(CFLAGS) ../../Compress/LzmaEncoder.cpp 99 $(CXX) $(CFLAGS) ../../Compress/LzmaRegister.cpp 102 $(CXX) $(CFLAGS) ../../Common/CreateCoder.cpp [all …]
|
/external/freetype/builds/amiga/ |
D | makefile | 59 CFLAGS = -DFT2_BUILD_LIBRARY -O2 -I/emu/emulinclude/includegcc -I/emu/include -Iinclude -I$(FTSRC) … macro 65 $(CC) -c $(CFLAGS) -o $@ $< 68 $(CC) -c $(CFLAGS) -o $@ $< 71 $(CC) -c $(CFLAGS) -o $@ $< 75 $(CC) -c $(CFLAGS) -o $@ $< 78 $(CC) -c $(CFLAGS) -o $@ $< 82 $(CC) -c $(CFLAGS) -o $@ $< 88 $(CC) -c $(CFLAGS) -o $@ $< 91 $(CC) -c $(CFLAGS) -o $@ $< 94 $(CC) -c $(CFLAGS) -o $@ $< [all …]
|
D | makefile.os4 | 62 CFLAGS = -mcrt=clib2 $(DIRFLAGS) $(WARNINGS) $(FT2FLAGS) $(OPTIONS) $(OPTIMIZE) 68 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftbase.c 71 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftinit.c 74 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftsystem.c 78 $(CC) -c $(CFLAGS) -o $@ src/base/ftsystem.c 84 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftbbox.c 87 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftbdf.c 90 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftbitmap.c 93 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftcid.c 96 $(CC) -c $(CFLAGS) -o $@ /FT/src/base/ftdebug.c [all …]
|
/external/zlib/src/ |
D | configure | 8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure 10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure) 12 # Incorrect settings of CC or CFLAGS may prevent creating a shared library. 13 # If you have problems, try without defining CC and CFLAGS before reporting 91 old_cflags="$CFLAGS" 170 cflags=${CFLAGS-"-O3"} 171 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure 185 CFLAGS="${CFLAGS--O3}" 186 SFLAGS="${CFLAGS--O3} -fPIC" 188 CFLAGS="${CFLAGS} ${ARCHS}" [all …]
|
/external/python/cpython2/Modules/zlib/ |
D | configure | 8 # prefix=$HOME CC=cc CFLAGS="-O4" ./configure 10 # (setenv prefix $HOME; setenv CC cc; setenv CFLAGS "-O4"; ./configure) 12 # Incorrect settings of CC or CFLAGS may prevent creating a shared library. 13 # If you have problems, try without defining CC and CFLAGS before reporting 91 old_cflags="$CFLAGS" 170 cflags=${CFLAGS-"-O3"} 171 # to force the asm version use: CFLAGS="-O3 -DASMV" ./configure 185 CFLAGS="${CFLAGS--O3}" 186 SFLAGS="${CFLAGS--O3} -fPIC" 188 CFLAGS="${CFLAGS} ${ARCHS}" [all …]
|
/external/lzma/CPP/ |
D | Build.mak | 4 CFLAGS = $(CFLAGS) -DUNICODE -D_UNICODE macro 15 # CFLAGS = $(CFLAGS) -FAsc -Fa$O/asm/ 37 CFLAGS = $(CFLAGS) -Gr macro 48 CFLAGS = $(CFLAGS) -nologo -c -Fo$O/ -W4 -WX -EHsc -Gy -GR- -GF macro 51 CFLAGS = $(CFLAGS) -MD macro 54 CFLAGS = $(CFLAGS) -MT macro 59 CFLAGS = $(CFLAGS) -GS- -Zc:forScope -Zc:wchar_t macro 61 CFLAGS = $(CFLAGS) -MP2 macro 63 # CFLAGS = $(CFLAGS) -arch:IA32 67 CFLAGS = $(CFLAGS) macro [all …]
|
/external/libffi/m4/ |
D | ax_cc_maxopt.m4 | 15 # The user can override the flags by setting the CFLAGS environment 69 # Try to determine "good" native compiler flags if none specified via CFLAGS 71 CFLAGS="" 73 dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host" 75 CFLAGS="$CFLAGS -arch host" 78 sun) CFLAGS="-native -fast -xO5 -dalign" 80 CFLAGS="$CFLAGS -xarch=generic" 83 hp) CFLAGS="+Oall +Optrs_ansi +DSnative" 85 CFLAGS="$CFLAGS +DAportable" 94 CFLAGS="-O3 -qansialias -w $xlc_opt", [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | ax_cc_maxopt.m4 | 15 # The user can override the flags by setting the CFLAGS environment 69 # Try to determine "good" native compiler flags if none specified via CFLAGS 71 CFLAGS="" 73 dec) CFLAGS="-newc -w0 -O5 -ansi_alias -ansi_args -fp_reorder -tune host" 75 CFLAGS="$CFLAGS -arch host" 78 sun) CFLAGS="-native -fast -xO5 -dalign" 80 CFLAGS="$CFLAGS -xarch=generic" 83 hp) CFLAGS="+Oall +Optrs_ansi +DSnative" 85 CFLAGS="$CFLAGS +DAportable" 94 CFLAGS="-O3 -qansialias -w $xlc_opt", [all …]
|
/external/lzma/C/Util/7z/ |
D | makefile.gcc | 5 CFLAGS = -c -O2 -Wall 15 $(CXX) $(CFLAGS) 7zMain.c 18 $(CXX) $(CFLAGS) ../../7zAlloc.c 21 $(CXX) $(CFLAGS) ../../7zArcIn.c 24 $(CXX) $(CFLAGS) ../../7zBuf.c 27 $(CXX) $(CFLAGS) ../../7zBuf2.c 30 $(CXX) $(CFLAGS) ../../7zCrc.c 33 $(CXX) $(CFLAGS) ../../7zCrcOpt.c 36 $(CXX) $(CFLAGS) -D_7ZIP_PPMD_SUPPPORT ../../7zDec.c 39 $(CXX) $(CFLAGS) ../../CpuArch.c [all …]
|
/external/v8/gypfiles/ |
D | toolchain.gypi | 117 # are using a custom toolchain and need to control -B in cflags. 206 'cflags': ['-march=armv7-a',], 211 'cflags': ['-mfpu=<(arm_fpu)',], 216 'cflags': ['-mfloat-abi=<(arm_float_abi)',], 219 'cflags': ['-mthumb',], 222 'cflags': ['-marm',], 249 'cflags': ['-march=armv7-a',], 254 'cflags': ['-mfpu=<(arm_fpu)',], 259 'cflags': ['-mfloat-abi=<(arm_float_abi)',], 262 'cflags': ['-mthumb',], [all …]
|
/external/freetype/builds/unix/ |
D | configure.raw | 270 orig_CFLAGS="${CFLAGS}" 271 CFLAGS="${CFLAGS} ${XX_ANSIFLAGS} ${a}" 290 CFLAGS="${orig_CFLAGS}" 297 CFLAGS= 316 orig_CFLAGS="${CFLAGS}" 317 CFLAGS="${CFLAGS} -fvisibility=hidden" 321 [CFLAGS="${orig_CFLAGS}" 326 orig_CFLAGS="${CFLAGS}" 327 CFLAGS="${CFLAGS} -xldscope=hidden" 331 [CFLAGS="${orig_CFLAGS}" [all …]
|
/external/compiler-rt/make/platform/ |
D | clang_darwin.mk | 133 CFLAGS := -Wall -Werror -O3 -fomit-frame-pointer 149 CFLAGS.eprintf := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS) 150 CFLAGS.10.4 := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS) 158 CFLAGS.ios.i386 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS) 159 CFLAGS.ios.x86_64 := $(CFLAGS) $(IOSSIM_DEPLOYMENT_ARGS) 160 CFLAGS.ios.armv7 := $(CFLAGS) $(IOS_DEPLOYMENT_ARGS) 161 CFLAGS.ios.armv7k := $(CFLAGS) $(IOS_DEPLOYMENT_ARGS) 162 CFLAGS.ios.armv7s := $(CFLAGS) $(IOS_DEPLOYMENT_ARGS) 163 CFLAGS.ios.arm64 := $(CFLAGS) $(IOS6_DEPLOYMENT_ARGS) 164 CFLAGS.osx.i386 := $(CFLAGS) $(OSX_DEPLOYMENT_ARGS) [all …]
|
D | clang_macho_embedded.mk | 63 CFLAGS := -Wall -Werror -Oz -fomit-frame-pointer -ffreestanding 74 CFLAGS.soft_static := $(CFLAGS) $(STATIC_CFLAGS) $(CFLAGS_SOFT) 75 CFLAGS.hard_static := $(CFLAGS) $(STATIC_CFLAGS) $(CFLAGS_HARD) 76 CFLAGS.soft_pic := $(CFLAGS) $(PIC_CFLAGS) $(CFLAGS_SOFT) 77 CFLAGS.hard_pic := $(CFLAGS) $(PIC_CFLAGS) $(CFLAGS_HARD) 79 CFLAGS.soft_static.armv7 := $(CFLAGS.soft_static) $(CFLAGS_ARMV7) 80 CFLAGS.hard_static.armv7 := $(CFLAGS.hard_static) $(CFLAGS_ARMV7) 81 CFLAGS.soft_pic.armv7 := $(CFLAGS.soft_pic) $(CFLAGS_ARMV7) 82 CFLAGS.hard_pic.armv7 := $(CFLAGS.hard_pic) $(CFLAGS_ARMV7) 86 CFLAGS.hard_static.i386 := $(CFLAGS) $(STATIC_CFLAGS) $(CFLAGS_I386) [all …]
|
/external/libexif/contrib/watcom/ |
D | Makefile | 50 CFLAGS = $(CPPFLAGS) $(DEBUGCFLAGS) $(EXTRACFLAGS) /zm macro 87 #CFLAGS = /dWIN32 /bm /fr -zq -i=. -5r -od -d2 /d2 /zm /fo=$(LIBEXIFDIR)\ 97 $(CC) -c $(CFLAGS) $[* 100 $(CC) -c $(CFLAGS) $[* 103 $(CC) -c $(CFLAGS) $[* 106 $(CC) -c $(CFLAGS) $[* 109 $(CC) -c $(CFLAGS) $[* 112 $(CC) -c $(CFLAGS) $[* 115 $(CC) -c $(CFLAGS) $[* 118 $(CC) -c $(CFLAGS) $[* [all …]
|
/external/lz4/ |
D | Makefile | 135 @CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(LZ4DIR) all CC=clang 136 @CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(PRGDIR) all CC=clang 137 @CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(TESTDIR) all CC=clang 141 @CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(LZ4DIR) all CC=clang 142 @CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(PRGDIR) native CC=clang 143 @CFLAGS="-O3 -Werror -Wconversion -Wno-sign-conversion" $(MAKE) -C $(TESTDIR) native CC=clang 146 CC=clang CFLAGS="-O3 -g -fsanitize=undefined" $(MAKE) test FUZZER_TIME="-T30s" NB_LOOPS=-i1 149 CFLAGS="-m32 -O3 -g -fsanitize=undefined" $(MAKE) test FUZZER_TIME="-T30s" NB_LOOPS=-i1 152 CFLAGS=-g scan-build --status-bugs -v $(MAKE) all 157 CFLAGS="-O3 -Werror" $(MAKE) -C $(LZ4DIR) all [all …]
|
/external/minigbm/ |
D | Makefile | 8 PC_CFLAGS := $(shell $(PKG_CONFIG) --cflags $(PC_DEPS)) 12 CFLAGS += -std=c99 -Wall -Wsign-compare -Wpointer-arith -Wcast-qual \ 16 CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_amdgpu) 20 CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_exynos) 23 CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_intel) 26 CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_meson) 29 CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_radeon) 32 CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_rockchip) 35 CFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm_vc4)
|
/external/vboot_reference/msc/ |
D | nmakefile | 22 CFLAGS = $(CFLAGS) /I $R\firmware\lib\include 23 CFLAGS = $(CFLAGS) /I $R\firmware\lib\cgptlib\include 24 CFLAGS = $(CFLAGS) /I $R\firmware\include 25 CFLAGS = $(CFLAGS) /I $R\firmware\stub\include 26 CFLAGS = $(CFLAGS) /I $R\firmware\lib\cryptolib\include 27 CFLAGS = $(CFLAGS) /I $R\host\include 29 CFLAGS = $(CFLAGS) /W4 /WX /D TARGET_TEST_MODE 31 COMPILE = $(CC) $(CFLAGS) /Fo$@ -c $< 58 # $(CC) $(CFLAGS) -Fd$O\ -c $<
|
/external/llvm/soong/ |
D | llvm.go | 25 var cflags []string 28 cflags = append(cflags, "-D_DEBUG", "-UNDEBUG") 31 return cflags 35 var cflags []string 37 return cflags 41 var cflags []string 44 cflags = append(cflags, "-O0", "-g") 47 return cflags 54 Cflags []string 61 Cflags []string [all …]
|