OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cflags
(Results
151 - 171
of
171
) sorted by null
1
2
3
4
5
6
7
/external/chromium_org/tools/gyp/pylib/gyp/generator/
make.py
265
CFLAGS
.target ?= $(
CFLAGS
)
275
CFLAGS
.host ?=
344
cmd_cc = $(CC.$(TOOLSET)) $(GYP_CFLAGS) $(DEPFLAGS) $(
CFLAGS
.$(TOOLSET)) -c -o $@ $<
[
all
...]
ninja.py
785
cflags
= self.xcode_settings.GetCflags(config_name, arch=arch)
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c
476
int
cflags
= 0;
local
595
cflags
= PRINT_C_CHAR;
597
cflags
= PRINT_C_SHORT;
603
cflags
= PRINT_C_LLONG;
605
cflags
= PRINT_C_LONG;
608
cflags
= PRINT_C_LDOUBLE;
612
cflags
= PRINT_C_INTMAX;
616
cflags
= PRINT_C_PTRDIFF;
620
cflags
= PRINT_C_SIZE;
631
switch (
cflags
) {
[
all
...]
/external/chromium_org/tools/gn/
ninja_target_writer.cc
377
WRITE_FLAGS(
cflags
)
/external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c
476
int
cflags
= 0;
local
595
cflags
= PRINT_C_CHAR;
597
cflags
= PRINT_C_SHORT;
603
cflags
= PRINT_C_LLONG;
605
cflags
= PRINT_C_LONG;
608
cflags
= PRINT_C_LDOUBLE;
612
cflags
= PRINT_C_INTMAX;
616
cflags
= PRINT_C_PTRDIFF;
620
cflags
= PRINT_C_SIZE;
631
switch (
cflags
) {
[
all
...]
/external/libvpx/libvpx/build/make/
configure.sh
81
--extra-
cflags
=ECFLAGS add ECFLAGS to
CFLAGS
[$
CFLAGS
]
169
CFLAGS
="${
CFLAGS
} $@"
175
CFLAGS
="${
CFLAGS
} $@"
292
check_cmd ${CC} ${
CFLAGS
} "$@" -c -o ${TMP_O} ${TMP_C}
306
check_cmd ${CC} ${
CFLAGS
} "$@" -E -o ${TMP_O} ${TMP_C}
338
# Catch
CFLAGS
that trigger CXX warning
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c
451
REG_EXTENDED bit in
CFLAGS
is set; otherwise, to
453
`newline_anchor' to REG_NEWLINE being set in
CFLAGS
;
460
CFLAGS
is a series of bits which affect compilation.
479
regcomp (preg, pattern,
cflags
)
482
int
cflags
;
485
reg_syntax_t syntax = ((
cflags
& REG_EXTENDED) ? RE_SYNTAX_POSIX_EXTENDED
497
syntax |= (
cflags
& REG_ICASE) ? RE_ICASE : 0;
500
if (
cflags
& REG_NEWLINE)
509
preg->no_sub = !!(
cflags
& REG_NOSUB);
[
all
...]
/external/valgrind/main/
Android.mk
261
# TODO: split asflags out from
cflags
.
/external/zlib/src/
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
77
old_cflags="$
CFLAGS
"
154
cflags
=${
CFLAGS
-"-O3"}
155
# to force the asm version use:
CFLAGS
="-O3 -DASMV" ./configure
168
CFLAGS
="${
CFLAGS
--O3} ${ARCHS}
[
all
...]
/ndk/build/tools/
build-host-gcc.sh
249
# '--with-
cflags
=...' or 'export
CFLAGS
' configuration, which makes
861
--
cflags
="$HOST_CFLAGS" \
[
all
...]
/external/qemu/target-i386/
translate.c
7609
int j, lj,
cflags
;
local
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/
Makefile
5
ifndef
CFLAGS
6
CFLAGS
= -MMD -O2 -Wall -g
13
CFLAGS
+= -I../src
14
CFLAGS
+= -I../src/utils
87
CFLAGS
+= -DOS_NO_C_LIB_DEFINES
95
CFLAGS
+= -DWPA_TRACE
101
CFLAGS
+= -funwind-tables
103
CFLAGS
+= -DWPA_TRACE_BFD
117
CFLAGS
+= -DCONFIG_ELOOP_POLL
122
CFLAGS
+= -Werror -DEAPOL_TES
[
all
...]
/bionic/libc/
Android.mk
491
# Define some common
cflags
/external/qemu/target-mips/
translate.c
[
all
...]
/external/qemu/target-arm/
translate.c
[
all
...]
/external/pixman/
configure
707
CFLAGS
814
CFLAGS
[
all
...]
/external/libusb-compat/
configure
841
CFLAGS
921
CFLAGS
[
all
...]
/external/libvorbis/
configure
852
CFLAGS
914
CFLAGS
[
all
...]
/external/llvm/
configure
644
CFLAGS
811
CFLAGS
[
all
...]
/external/openssh/
configure
667
CFLAGS
765
CFLAGS
[
all
...]
/external/qemu-pc-bios/bochs/
configure
821
CFLAGS
953
CFLAGS
[
all
...]
Completed in 1314 milliseconds
1
2
3
4
5
6
7