/external/protobuf/examples/ |
Makefile | 25 pkg-config --cflags protobuf # fails if protobuf is not installed 26 c++ add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs protobuf` 29 pkg-config --cflags protobuf # fails if protobuf is not installed 30 c++ list_people.cc addressbook.pb.cc -o list_people_cpp `pkg-config --cflags --libs protobuf`
|
/external/autotest/client/deps/fakegudev/src/ |
Makefile | 7 PKG_CFLAGS_FAKEGUDEV := $(shell ${PKG_CONFIG} --cflags $(PKGS_FAKEGUDEV)) 10 PKG_CFLAGS_FAKESYSCALLS := $(shell ${PKG_CONFIG} --cflags $(PKGS_FAKESYSCALLS))
|
/external/libpcap/ |
pcap-config.in | 25 --cflags)
|
/external/pcre/dist/ |
pcreposix.c | 261 cflags compilation flags 268 regcomp(regex_t *preg, const char *pattern, int cflags) 276 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; 277 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; 278 if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL; 279 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; 280 if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; 281 if ((cflags & REG_UCP) != 0) options |= PCRE_UCP; 282 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY;
|
/ndk/build/tools/ |
builder-funcs.sh | 174 # $1: optional var to hold the original cflags before reset 229 local src srcfull obj cc cflags text 246 cflags="" 248 cflags=$cflags" -I$inc" 250 cflags=$cflags" -I$_BUILD_SRCDIR" 256 cflags="$cflags $_BUILD_CFLAGS" 262 cflags="$cflags $_BUILD_CXXFLAGS [all...] |
/build/soong/cc/ |
mips64_device.go | 112 // Clang cflags 118 // Extended cflags 120 // Architecture variant cflags 121 for variant, cflags := range mips64ArchVariantCflags { 122 pctx.StaticVariable("mips64"+variant+"VariantCflags", strings.Join(cflags, " ")) 124 strings.Join(clangFilterUnknownCflags(cflags), " ")) 130 cflags, clangCflags string 158 func (t *toolchainMips64) Cflags() string { 159 return t.cflags 196 cflags: "${mips64Cflags}" [all...] |
mips_device.go | 144 // Clang cflags 150 // Extended cflags 152 // Architecture variant cflags 153 for variant, cflags := range mipsArchVariantCflags { 154 pctx.StaticVariable("mips"+variant+"VariantCflags", strings.Join(cflags, " ")) 156 strings.Join(clangFilterUnknownCflags(cflags), " ")) 162 cflags, clangCflags string 190 func (t *toolchainMips) Cflags() string { 191 return t.cflags 232 cflags: "${mipsCflags}" [all...] |
/ndk/build/core/toolchains/arm-linux-androideabi-4.9/ |
setup.mk | 86 # This function will be called to determine the target CFLAGS used to build 94 $(call set-src-files-target-cflags, \ 97 $(call set-src-files-target-cflags,\ 100 $(call set-src-files-target-cflags,\ 103 $(call set-src-files-target-cflags,\ 106 $(call set-src-files-target-cflags,\ 109 $(call add-src-files-target-cflags,\
|
/external/autotest/client/site_tests/graphics_Gbm/src/ |
Makefile | 13 CCFLAGS += $(shell $(PKG_CONFIG) --cflags gbm libdrm)
|
/external/icu/icu4c/source/config/ |
test-icu-config.sh | 15 icu-config --cflags 47 icu-config --prefix=/Users/srl/II --cflags
|
/external/iproute2/tipc/ |
Makefile | 14 CFLAGS += $(shell $(PKG_CONFIG) libmnl --cflags)
|
/external/jemalloc/bin/ |
jemalloc-config.in | 19 --cflags : Print compiler flags used to build jemalloc. 64 --cflags) 65 echo "@CFLAGS@"
|
/external/libpng/ |
libpng-config.in | 40 --cflags print preprocessor flags, I_opts, and compiler options 82 --cflags)
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
Makefile | 13 $(shell $(PKG_CONFIG) --cflags-only-I libdrm)
|
/external/mesa3d/src/gallium/targets/va-r300/ |
Makefile | 7 DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
|
/external/mesa3d/src/gallium/targets/va-r600/ |
Makefile | 7 DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
|
/external/mesa3d/src/gallium/targets/vdpau-r600/ |
Makefile | 6 DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
|
/external/mesa3d/src/gallium/targets/xvmc-nouveau/ |
Makefile | 23 DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
|
/external/mesa3d/src/gallium/targets/xvmc-r300/ |
Makefile | 6 DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
|
/external/mesa3d/src/gallium/targets/xvmc-r600/ |
Makefile | 6 DRIVER_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
comstats.h | 63 unsigned long cflags; member in struct:__anon39006
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
comstats.h | 63 unsigned long cflags; member in struct:__anon40920
|
/system/tpm/trunks/ |
Makefile | 23 PC_CFLAGS := $(shell $(PKG_CONFIG) --cflags $(PC_DEPS))
|
/external/autotest/client/tests/aiostress/ |
aiostress.py | 14 cflags = '-I ' + self.autodir + '/deps/libaio/include' 15 self.gcc_flags = ldflags + ' ' + cflags
|
/external/compiler-rt/make/platform/ |
clang_linux.mk | 30 cflags=""; \ 32 cflags="$$cflags $$flag"; \ 34 $(1) $$cflags $(2) -o /dev/null > /dev/null 2> /dev/null ; \ 70 CFLAGS := -Wall -Werror -O3 -fomit-frame-pointer 72 CFLAGS.builtins-i386 := $(CFLAGS) -m32 73 CFLAGS.builtins-x86_64 := $(CFLAGS) -m64 74 CFLAGS.profile-i386 := $(CFLAGS) -m3 [all...] |