Home
last modified time | relevance | path

Searched refs:cflags (Results 1 – 25 of 162) sorted by relevance

1234567

/external/v8/build/
Dtoolchain.gypi158 'cflags': ['-march=armv7-a',],
163 'cflags': ['-mfpu=<(arm_fpu)',],
168 'cflags': ['-mfloat-abi=<(arm_float_abi)',],
171 'cflags': ['-mthumb',],
174 'cflags': ['-marm',],
201 'cflags': ['-march=armv7-a',],
206 'cflags': ['-mfpu=<(arm_fpu)',],
211 'cflags': ['-mfloat-abi=<(arm_float_abi)',],
214 'cflags': ['-mthumb',],
217 'cflags': ['-marm',],
[all …]
Dandroid.gypi72 'cflags': [
77 'cflags': [ '-Wno-abi', '-Wall', '-W', '-Wno-unused-parameter',
86 'cflags!': [
89 'cflags': [
97 # Note: This include is in cflags to ensure that it comes after
148 'cflags': [
155 # cflags rather than include_dirs because they need to come
161 'cflags': [
199 'cflags!': [
202 'cflags': [
[all …]
Dstandalone.gypi148 'cflags': [ '-g', '-O0' ],
167 'cflags!': [
206 'cflags+': [
213 'cflags!': [
228 'cflags': [
244 'cflags': [ '-fvisibility=hidden' ],
247 'cflags': [ '-fPIC', ],
256 'cflags': [
268 'cflags': [ '-fvisibility=hidden' ],
271 'cflags': [ '-fPIC' ],
[all …]
/external/openssh/openbsd-compat/
Dbsd-snprintf.c202 int cflags; in dopr() local
209 currlen = flags = cflags = min = 0; in dopr()
289 cflags = DP_C_SHORT; in dopr()
293 cflags = DP_C_INTMAX; in dopr()
297 cflags = DP_C_LONG; in dopr()
300 cflags = DP_C_LLONG; in dopr()
305 cflags = DP_C_LDOUBLE; in dopr()
309 cflags = DP_C_SIZE; in dopr()
321 if (cflags == DP_C_SHORT) in dopr()
323 else if (cflags == DP_C_LONG) in dopr()
[all …]
/external/skia/gyp/
Dcommon_conditions.gypi17 'cflags': [
27 'cflags': [ '-fPIE' ],
37 'cflags': [
213 'cflags': [
233 [ 'skia_fast', { 'cflags': [ '<@(skia_fast_flags)' ] }],
237 'cflags': [
245 'cflags': [
255 'cflags': [
261 'cflags': [
269 'cflags': [
[all …]
Dopts.gyp35 'cflags': [ '-msse2' ],
61 'cflags!': [ '-fno-omit-frame-pointer', '-mapcs-frame', '-mapcs' ],
62 'cflags': [ '-fomit-frame-pointer' ],
77 'cflags!': [
98 'cflags': [ '-mssse3' ],
114 'cflags': [ '-msse4.1' ],
136 'cflags!': [
144 'cflags': [
Dlibwebp.gyp38 'cflags': [ '-w' ],
50 'cflags': [ '-w' ],
70 'cflags': [ '-w' ],
94 'cflags!': [
97 'cflags': [ '-mfpu=neon', '-w' ],
128 'cflags': [ '-w' ],
150 'cflags': [ '-w' ],
168 'cflags': [ '-w' ],
/external/pcre/dist/
Dpcre-config.in7 cflags="[--cflags]"
25 cflags="$cflags [--cflags-posix]"
28 usage="Usage: pcre-config [--prefix] [--exec-prefix] [--version] $libs $cflags"
76 --cflags)
82 --cflags-posix)
Dpcreposix.c268 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() argument
276 if ((cflags & REG_ICASE) != 0) options |= PCRE_CASELESS; in regcomp()
277 if ((cflags & REG_NEWLINE) != 0) options |= PCRE_MULTILINE; in regcomp()
278 if ((cflags & REG_DOTALL) != 0) options |= PCRE_DOTALL; in regcomp()
279 if ((cflags & REG_NOSUB) != 0) options |= PCRE_NO_AUTO_CAPTURE; in regcomp()
280 if ((cflags & REG_UTF8) != 0) options |= PCRE_UTF8; in regcomp()
281 if ((cflags & REG_UCP) != 0) options |= PCRE_UCP; in regcomp()
282 if ((cflags & REG_UNGREEDY) != 0) options |= PCRE_UNGREEDY; in regcomp()
/external/fdlibm/
DAndroid.mk46 cflags := -D_IEEE_LIBM
49 cflags += -D__LITTLE_ENDIAN
54 cflags += -fno-strict-aliasing
55 cflags += -ffloat-store
59 cflags += -std=c99
67 LOCAL_CFLAGS := $(cflags)
79 LOCAL_CFLAGS := $(cflags)
/external/protobuf/examples/
DMakefile25 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/compiler-rt/make/platform/
Dclang_linux.mk30 cflags=""; \
32 cflags="$$cflags $$flag"; \
34 $(1) $$cflags $(2) -o /dev/null > /dev/null 2> /dev/null ; \
/external/mesa3d/src/gallium/auxiliary/util/
Du_snprintf.c476 int cflags = 0; in util_vsnprintf() local
595 cflags = PRINT_C_CHAR; in util_vsnprintf()
597 cflags = PRINT_C_SHORT; in util_vsnprintf()
603 cflags = PRINT_C_LLONG; in util_vsnprintf()
605 cflags = PRINT_C_LONG; in util_vsnprintf()
608 cflags = PRINT_C_LDOUBLE; in util_vsnprintf()
612 cflags = PRINT_C_INTMAX; in util_vsnprintf()
616 cflags = PRINT_C_PTRDIFF; in util_vsnprintf()
620 cflags = PRINT_C_SIZE; in util_vsnprintf()
631 switch (cflags) { in util_vsnprintf()
[all …]
/external/linux-tools-perf/src/tools/perf/util/
Dsetup.py21 cflags = getenv('CFLAGS', '').split() variable
23 cflags += ['-fno-strict-aliasing', '-Wno-write-strings', '-Wno-unused-parameter' ]
36 extra_compile_args = cflags,
/external/pdfium/build/
Dstandalone.gypi59 'cflags': [
85 'cflags': [
115 'cflags': [
123 'cflags!': [
127 'cflags': [
144 'cflags': [
249 'cflags': [
/external/libxml2/
Dxml2-config.in18 --cflags print pre-processor and compiler flags
31 cflags=false
69 --cflags)
/external/mesa3d/src/gallium/winsys/i915/drm/
DMakefile9 LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
11 LIBRARY_DEFINES = $(shell $(PKG_CONFIG) libdrm --cflags-only-other)
/external/mesa3d/src/gallium/winsys/nouveau/drm/
DMakefile8 LIBRARY_INCLUDES = $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-I)
9 LIBRARY_DEFINES = $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-other)
/external/mesa3d/src/gallium/drivers/nouveau/
DMakefile10 LIBRARY_INCLUDES += $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-I)
11 LIBRARY_DEFINES += $(shell $(PKG_CONFIG) libdrm libdrm_nouveau --cflags-only-other)
/external/mesa3d/src/gallium/winsys/svga/drm/
DMakefile12 $(shell $(PKG_CONFIG) libdrm --cflags-only-I)
17 $(shell $(PKG_CONFIG) libdrm --cflags-only-other)
/external/pcre/dist/doc/
Dpcre-config.txt12 [--cflags] [--cflags-posix]
61 --cflags Writes to the standard output the command line options
65 --cflags-posix
/external/openssh/contrib/
DMakefile7 $(CC) $(CFLAGS) `gnome-config --cflags gnome gnomeui` \
12 $(CC) $(CFLAGS) `$(PKG_CONFIG) --cflags gtk+-2.0` \
/external/mesa3d/src/gallium/state_trackers/xorg/
DMakefile12 $(shell $(PKG_CONFIG) libkms --silence-errors --cflags-only-I) \
13 $(shell $(PKG_CONFIG) --cflags-only-I pixman-1 xorg-server libdrm xproto dri2proto) \
/external/libusb-compat/
Dlibusb-config.in18 [--cflags]
54 --cflags)
/external/google-breakpad/src/build/
Dcommon.gypi292 'cflags': [ '-ftest-coverage',
314 'cflags!': [
418 'cflags': [
458 'cflags': [
556 'cflags': [
651 'cflags': [
665 'cflags': [
682 'cflags': ['-fprofile-arcs', '-ftest-coverage'],
686 'cflags': ['-pg', '-g'],
690 'cflags': ['-g'],
[all …]

1234567