/external/linux-tools-perf/util/ |
setup.py | 6 cflags = ['-fno-strict-aliasing', '-Wno-write-strings'] variable 7 cflags += getenv('CFLAGS', '').split() 14 extra_compile_args = cflags,
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
bug-regex27.c | 30 int cflags; member in struct:tests 49 if (regcomp (&r, tests[i].regex, tests[i].cflags))
|
tst-rxspencer.c | 214 test (const char *pattern, int cflags, const char *string, int eflags, 221 n = regcomp (&re, pattern, cflags); 288 if (cflags & REG_NOSUB) 319 mb_test (const char *pattern, int cflags, const char *string, int eflags, 337 ret = test (pattern_mb, cflags, string_mb, eflags, expect_mb, 349 mb_tests (const char *pattern, int cflags, const char *string, int eflags, 398 ret |= mb_test (pattern, cflags, string, eflags, expect, matches, 441 int cflags = REG_EXTENDED, eflags = 0, try_bre_ere = 0; local 477 cflags &= ~REG_EXTENDED; 486 cflags |= REG_ICASE [all...] |
/external/libusb-compat/ |
libusb-config.in | 18 [--cflags] 54 --cflags)
|
/external/openssh/contrib/ |
Makefile | 5 $(CC) `gnome-config --cflags gnome gnomeui` \ 10 $(CC) `pkg-config --cflags gtk+-2.0` \
|
/external/openssl/apps/ |
version.c | 143 int cflags=0,version=0,date=0,options=0,platform=0,dir=0; local 159 cflags=1; 167 date=version=cflags=options=platform=dir=1; 212 if (cflags) printf("%s\n",SSLeay_version(SSLEAY_CFLAGS));
|
/frameworks/compile/linkloader/ |
SConstruct | 22 'CFLAGS': COMMON_CFLAGS + ['-g'], 27 'CFLAGS': COMMON_CFLAGS + ['-O2'], 50 'gcc': { 'CFLAGS': [], 'CXXFLAGS': [], 'LDFLAGS': [] }, 51 'clang': { 'CFLAGS': [], 'CXXFLAGS': [], 'LDFLAGS': [] }, 52 'mips-gcc': { 'CFLAGS': ['-EL', '-mips32r2'], 76 cflags = build_config['CFLAGS'] + build_toolset_config['CFLAGS'] 82 CFLAGS=cflags, [all...] |
/cts/suite/audio_quality/lib/src/ |
SimpleScriptExec.cpp | 49 int cflags = REG_EXTENDED; local 51 cflags |= REG_NOSUB; 53 if (regcomp(&re, match.string(), cflags) != 0) {
|
/external/openssh/openbsd-compat/ |
bsd-snprintf.c | 200 int cflags; local 207 currlen = flags = cflags = min = 0; 287 cflags = DP_C_SHORT; 291 cflags = DP_C_LONG; 294 cflags = DP_C_LLONG; 299 cflags = DP_C_LDOUBLE; 311 if (cflags == DP_C_SHORT) 313 else if (cflags == DP_C_LONG) 315 else if (cflags == DP_C_LLONG) 325 if (cflags == DP_C_SHORT [all...] |
/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/libpng/scripts/ |
libpng-config.in | 40 --cflags print preprocessor flags, I_opts, and compiler options 82 --cflags)
|
/prebuilts/tools/linux-x86/sdl/bin/ |
sdl-config | 10 #Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]" 12 Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]" 45 --cflags)
|
/prebuilts/tools/windows/sdl/bin/ |
sdl-config | 10 #Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]" 12 Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]" 45 --cflags)
|
/sdk/emulator/opengl/tests/emulator_test_renderer/ |
Android.mk | 10 LOCAL_SDL_CFLAGS := $(shell $(LOCAL_SDL_CONFIG) --cflags)
|
/external/fdlibm/ |
Android.mk | 46 cflags := "-D_LIB_VERSION_TYPE=\"const enum _IEEE_\"" macro 51 cflags += "-fno-strict-aliasing" 52 cflags += "-ffloat-store" 62 LOCAL_CFLAGS := $(cflags) 84 LOCAL_CFLAGS := $(cflags)
|
/ndk/toolchains/arm-linux-androideabi-4.4.3/ |
setup.mk | 75 # This function will be called to determine the target CFLAGS used to build 83 $(call set-src-files-target-cflags, \ 86 $(call set-src-files-target-cflags,\ 89 $(call set-src-files-target-cflags,\ 92 $(call set-src-files-target-cflags,\ 95 $(call set-src-files-target-cflags,\ 98 $(call add-src-files-target-cflags,\
|
/ndk/toolchains/arm-linux-androideabi-4.6/ |
setup.mk | 75 # This function will be called to determine the target CFLAGS used to build 83 $(call set-src-files-target-cflags, \ 86 $(call set-src-files-target-cflags,\ 89 $(call set-src-files-target-cflags,\ 92 $(call set-src-files-target-cflags,\ 95 $(call set-src-files-target-cflags,\ 98 $(call add-src-files-target-cflags,\
|
/external/icu4c/config/ |
test-icu-config.sh | 15 icu-config --cflags 47 icu-config --prefix=/Users/srl/II --cflags
|
/external/openssl/crypto/bio/ |
b_print.c | 186 int cflags; local 190 flags = currlen = cflags = min = 0; 267 cflags = DP_C_SHORT; 272 cflags = DP_C_LLONG; 275 cflags = DP_C_LONG; 279 cflags = DP_C_LLONG; 283 cflags = DP_C_LDOUBLE; 295 switch (cflags) { 319 switch (cflags) { 340 if (cflags == DP_C_LDOUBLE [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
comstats.h | 63 unsigned long cflags; member in struct:__anon24093
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
comstats.h | 63 unsigned long cflags; member in struct:__anon25683
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
comstats.h | 63 unsigned long cflags; member in struct:__anon27195
|
/external/qemu/distrib/sdl-1.2.15/ |
sdl-config.in | 10 @ENABLE_STATIC_FALSE@Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs]" 12 @ENABLE_STATIC_TRUE@Usage: sdl-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--version] [--cflags] [--libs] [--static-libs]" 45 --cflags)
|
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
Makefile | 14 ifndef CFLAGS 15 CFLAGS = -MMD -O2 -Wall -g 19 CFLAGS += -I../../src -I../../src/utils 30 $(Q)$(CC) -c -o $@ $(CFLAGS) $< 35 CFLAGS += -DCONFIG_WPS 38 CFLAGS += -DCONFIG_CTRL_IFACE_DBUS_NEW 39 CFLAGS += -DCONFIG_CTRL_IFACE_DBUS 45 DBUS_INCLUDE := $(shell $(PKG_CONFIG) --cflags dbus-1) 48 CFLAGS += -DCONFIG_CTRL_IFACE_DBUS_INTRO 49 DBUS_INCLUDE += $(shell xml2-config --cflags) [all...] |
/ndk/sources/host-tools/sed-4.2.1/lib/ |
regex.c | 33 # define regcomp(preg, pattern, cflags) __regcomp (preg, pattern, cflags)
|