HomeSort by relevance Sort by last modified time
    Searched refs:cflags (Results 126 - 150 of 189) sorted by null

1 2 3 4 56 7 8

  /external/scrypt/
import_scrypt.sh 186 declare -r cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile))
195 for cflag in $cflags $depflags; do
239 # Same as print_vardef_in_mk, but print a CFLAGS definition from
  /external/llvm/lib/Support/
regengine.inc 146 if (g->cflags&REG_NOSUB)
523 (m->g->cflags&REG_NEWLINE)) )
531 (m->g->cflags&REG_NEWLINE)) )
539 (m->g->cflags&REG_NEWLINE)) ||
550 (m->g->cflags&REG_NEWLINE)) ||
712 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
717 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
795 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
800 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
  /bionic/libc/upstream-netbsd/lib/libc/regex/
engine.c 199 if (g->cflags&REG_NOSUB)
611 (m->g->cflags&REG_NEWLINE)) )
619 (m->g->cflags&REG_NEWLINE)) )
627 (m->g->cflags&REG_NEWLINE)) ||
638 (m->g->cflags&REG_NEWLINE)) ||
809 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
814 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
902 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
907 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 142 if (g->cflags&REG_NOSUB)
514 (m->g->cflags&REG_NEWLINE)) )
522 (m->g->cflags&REG_NEWLINE)) )
530 (m->g->cflags&REG_NEWLINE)) ||
541 (m->g->cflags&REG_NEWLINE)) ||
702 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
707 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
784 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) ||
789 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) ||
  /art/test/
Android.libarttest.mk 87 $(call set-target-local-cflags-vars,debug)
  /build/soong/cc/
x86_darwin_host.go 49 // Extended cflags
123 // Extended cflags
160 cFlags, ldFlags string
193 func (t *toolchainDarwin) Cflags() string {
197 func (t *toolchainDarwinX8664) Cflags() string {
x86_linux_host.go 43 // Extended cflags
125 // Extended cflags
142 cFlags, ldFlags string
175 func (t *toolchainLinuxX86) Cflags() string {
179 func (t *toolchainLinuxX8664) Cflags() string {
builder.go 45 Command: "$relPwd $ccCmd -c $cFlags -MD -MF ${out}.d -o $out $in",
49 "ccCmd", "cFlags")
110 Command: "$copyGccLibPath $out $ccCmd $cFlags -print-file-name=${libName}",
114 "ccCmd", "cFlags", "libName")
132 cFlags string
148 cflags := flags.globalFlags + " " + flags.cFlags + " " + flags.conlyFlags
149 cppflags := flags.globalFlags + " " + flags.cFlags + " " + flags.cppFlags
153 cflags += " ${noOverrideClangGlobalCflags}"
156 cflags += " ${noOverrideGlobalCflags}
    [all...]
util.go 26 // of cflags with -I prepended to each directory.
79 cFlags: strings.Join(in.CFlags, " "),
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/
freetype.mk 37 # CFLAGS Compilation flags. This overrides the default settings
133 INCLUDE_FLAGS += $(shell pkg-config --cflags libpng \
142 # $(INCLUDE_FLAGS) should come before $(CFLAGS) to avoid problems with
161 $(CFLAGS) \
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Android.mk 93 _FLAGS = $$($$(my)CFLAGS) \
94 $$(call get-src-file-target-cflags,$(2)) \
  /toolchain/binutils/binutils-2.25/ld/testsuite/lib/
ld-lib.exp 251 global CFLAGS
289 append flags " $CFLAGS"
292 if [board_info [target_info name] exists cflags] {
293 append flags " [board_info [target_info name] cflags]"
1070 global CFLAGS
1087 set cflags [lindex $testitem 7]
1110 if ![ld_compile "$CC -S $CFLAGS $cflags" $srcdir/$subdir/$src_file $as_file] {
    [all...]
  /device/generic/goldfish/opengl/
Android.mk 21 # common cflags used by several modules
  /external/selinux/libsemanage/src/
Makefile 15 PYINC ?= $(shell pkg-config --cflags $(PYPREFIX))
19 RUBYINC ?= $(shell pkg-config --cflags ruby-$(RUBYLIBVER))
27 export CFLAGS = -g3 -O0 -gdwarf-2 -fno-strict-aliasing -Wall -Wshadow -Werror
58 CFLAGS ?= -Werror -Wall -W -Wundef -Wshadow -Wmissing-noreturn -Wmissing-format-attribute
63 override CFLAGS += -I../include -I$(INCLUDEDIR) -D_GNU_SOURCE
79 $(CC) $(CFLAGS) $(SWIG_CFLAGS) $(PYINC) -fPIC -DSHARED -c -o $@ $<
82 $(CC) $(CFLAGS) $(SWIG_CFLAGS) $(RUBYINC) -fPIC -DSHARED -c -o $@ $<
85 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $< -L. -lsemanage -L$(LIBDIR)
88 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -L. -lsemanage -L$(LIBDIR)
95 $(CC) $(CFLAGS) $(LDFLAGS) -shared -o $@ $^ -lsepol -laudit -lselinux -lbz2 -lustr -L$(LIBDIR) -Wl,-soname,$(LIBS (…)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
unixccompiler.py 266 cflags = sysconfig.get_config_var('CFLAGS')
267 m = re.search(r'-isysroot\s+(\S+)', cflags)
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
unixccompiler.py 266 cflags = sysconfig.get_config_var('CFLAGS')
267 m = re.search(r'-isysroot\s+(\S+)', cflags)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 256 cflags = sysconfig.get_config_var('CFLAGS')
257 m = re.search(r'-isysroot\s+(\S+)', cflags)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
unixccompiler.py 256 cflags = sysconfig.get_config_var('CFLAGS')
257 m = re.search(r'-isysroot\s+(\S+)', cflags)
  /external/selinux/libselinux/src/
Makefile 15 PYINC ?= $(shell pkg-config --cflags $(PYPREFIX))
19 RUBYINC ?= $(shell pkg-config --cflags ruby)
57 CFLAGS ?= -O -Wall -W -Wundef -Wformat-y2k -Wformat-security -Winit-self -Wmissing-include-dirs \
76 override CFLAGS += -I../include -I$(INCLUDEDIR) -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 $(EMFLAGS)
99 $(CC) $(CFLAGS) $(SWIG_CFLAGS) $(PYINC) -fPIC -DSHARED -c -o $@ $<
102 $(CC) $(CFLAGS) $(SWIG_CFLAGS) $(RUBYINC) -fPIC -DSHARED -c -o $@ $<
105 $(CC) $(CFLAGS) -shared -o $@ $< -L. -lselinux $(LDFLAGS) -L$(LIBDIR)
108 $(CC) $(CFLAGS) -shared -o $@ $^ -L. -lselinux $(LDFLAGS) -L$(LIBDIR)
115 $(CC) $(CFLAGS) -shared -o $@ $^ -lpcre -ldl $(LDFLAGS) -L$(LIBDIR) -Wl,-soname,$(LIBSO),-z,defs,-z,relro
125 $(CC) $(filter-out -Werror, $(CFLAGS)) $(PYINC) -fPIC -DSHARED -c -o $@ $
    [all...]
  /art/build/
Android.executable.mk 84 $(call set-target-local-cflags-vars,$(6))
  /external/iproute2/
configure 83 $(${PKG_CONFIG} xtables --cflags --libs) -ldl >/dev/null 2>&1
  /external/iw/
Makefile 12 CFLAGS ?= -O2 -g
13 CFLAGS += -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration
48 CFLAGS += -DCONFIG_LIBNL20
56 CFLAGS += -DCONFIG_LIBNL30
62 CFLAGS += -DCONFIG_LIBNL30
68 # as show by pkg-config --debug --libs --cflags --exact-version=3.1 libnl-genl-3.1;echo $?
70 CFLAGS += -DCONFIG_LIBNL30
80 CFLAGS += $(shell $(PKG_CONFIG) --cflags $(NLLIBNAME))
102 $(Q)$(CC) $(CFLAGS) -c -o $@ $
    [all...]
  /external/wpa_supplicant_8/src/drivers/
drivers.mak 50 DRV_CFLAGS += $(shell $(PKG_CONFIG) --cflags libnl-3.0)
115 CFLAGS += -DATH_GCM_SUPPORT
  /ndk/build/core/
definitions.mk 359 # CFLAGS -> recorded LOCAL_CFLAGS for the module
383 CFLAGS \
538 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
548 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
    [all...]
  /external/toybox/lib/
xwrap.c 709 void xregcomp(regex_t *preg, char *regex, int cflags)
711 int rc = regcomp(preg, regex, cflags);

Completed in 992 milliseconds

1 2 3 4 56 7 8