HomeSort by relevance Sort by last modified time
    Searched refs:cflags (Results 76 - 100 of 119) sorted by null

1 2 34 5

  /art/build/
Android.executable.mk 76 $(call set-target-local-cflags-vars,$(6))
Android.common_build.mk 289 # Addition CPU specific CFLAGS.
314 define set-target-local-cflags-vars
  /art/disassembler/
Android.mk 63 $(call set-target-local-cflags-vars,$(2))
  /art/test/
Android.libarttest.mk 61 $(call set-target-local-cflags-vars,debug)
  /bionic/libc/upstream-netbsd/lib/libc/regex/
regex2.h 186 int cflags; /* copy of regcomp() cflags argument */ member in struct:re_guts
regcomp.c 237 int cflags)
253 cflags = GOODFLAGS(cflags);
254 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC))
257 if (cflags&REG_PEND) {
291 g->cflags = cflags;
306 if (cflags&REG_EXTENDED)
308 else if (cflags&REG_NOSPEC
    [all...]
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) ||
  /external/dnsmasq/
Makefile 33 DNSMASQ_CFLAGS=`echo $(COPTS) | ../bld/pkg-wrapper HAVE_DBUS $(PKG_CONFIG) --cflags dbus-1`
59 DNSMASQ_CFLAGS="$(DNSMASQ_CFLAGS) `$(PKG_CONFIG) --cflags libidn`" \
  /external/llvm/lib/Support/
regex2.h 137 int cflags; /* copy of llvm_regcomp() cflags argument */ member in struct:re_guts
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) ||
  /external/chromium_org/third_party/icu/source/samples/layout/
Makefile.in 26 CPPFLAGS += -DLE_USE_CMEMORY `pkg-config --cflags libgnomeui-2.0 freetype2 cairo` -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/layoutex -I$(top_srcdir)/layout -I$(top_srcdir) -g
  /external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py 393 cflags = []
394 cflags.extend(['/wd' + w for w in self.msvs_disabled_warnings[config]])
396 'VCCLCompilerTool', append=cflags)
426 cflags.extend(['/FI' + f for f in self._Setting(
430 cflags.append('/FS')
432 cflags = filter(lambda x: not x.startswith('/MP'), cflags)
433 return cflags
436 """Get the flags to be added to the cflags for precompiled header support.
    [all...]
  /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 ; \
92 CFLAGS := -Wall -Werror -O3 -fomit-frame-pointer
95 CFLAGS.builtins-i386 := $(CFLAGS) -m32
96 CFLAGS.builtins-x86_64 := $(CFLAGS) -m64
97 CFLAGS.profile-i386 := $(CFLAGS) -m3
    [all...]
  /external/icu/icu4c/source/samples/layout/
Makefile.in 26 CPPFLAGS += -DLE_USE_CMEMORY `pkg-config --cflags libgnomeui-2.0 freetype2 cairo` -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/layoutex -I$(top_srcdir)/layout -I$(top_srcdir) -g
  /external/ltrace/
glob.c 180 globcomp(regex_t *preg, const char *glob, int cflags)
187 status = regcomp(preg, regex, cflags);
  /external/icu/icu4c/source/config/
icu-config 123 # 1. use LDFLAGS, CFLAGS, etc from above
206 CFLAGS="-O2 -Wall -std=c99 -pedantic -Wshadow -Wpointer-arith -Wmissing-prototypes -Wwrite-strings ${THREADSCFLAGS} "
228 SHLIB_c="${CC} ${DEFS} ${CPPFLAGS} ${CFLAGS} ${LDFLAGS} -shared"
372 echo " --cflags Print C compiler flags [CFLAGS]"
373 echo " --cflags-dynamic Print additional C flags for"
427 echo "The most commonly used options will be --cflags, --cxxflags, --cppflags, and --ldflags."
563 --cflags)
564 echo $ECHO_N "${CFLAGS} ${ECHO_C}"
596 --cflags-dynamic
    [all...]
  /external/iproute2/
configure 54 if gcc -I$INCLUDE $IPTC -o $TMPDIR/ipttest $TMPDIR/ipttest.c $IPTL $(pkg-config xtables --cflags --libs) -ldl >/dev/null 2>&1
  /external/libvpx/libvpx/build/make/
Android.mk 93 _FLAGS = $$($$(my)CFLAGS) \
94 $$(call get-src-file-target-cflags,$(2)) \
  /device/generic/goldfish/opengl/
Android.mk 21 # common cflags used by several modules
  /external/lldb/test/
lldbtest.py     [all...]
  /external/chromium_org/third_party/cython/src/Cython/Build/
Inline.py 169 cflags = []
180 # cflags.append('-Wno-unused')
201 extra_compile_args = cflags)
  /external/chromium_org/native_client_sdk/src/tools/
nacl_config.py 235 group.add_option('--cflags',
254 if options.cflags:
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
Android.mk 108 _FLAGS = $$($$(my)CFLAGS) \
109 $$(call get-src-file-target-cflags,$(2)) \
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
android.py 463 cflags, includes_from_cflags = self.ExtractIncludesFromCFlags(
464 config.get('cflags', []) + config.get('cflags_c', []))
466 self.WriteList(cflags, 'MY_CFLAGS_%s' % configname)
471 self.WriteLn('\n# Include paths placed before CFLAGS/CPPFLAGS')
493 # the same CFLAGS to be applied:
704 def ExtractIncludesFromCFlags(self, cflags):
705 """Extract includes "-I..." out from cflags
708 cflags: A list of compiler flags, which may be mixed with "-I.."
714 for flag in cflags:
    [all...]
  /external/chromium_org/tools/gn/
command_desc.cc 519 " cflags [--blame]\n"
620 CONFIG_VALUE_HANDLER(cflags, std::string)
680 OUTPUT_CONFIG_VALUE(cflags, std::string)

Completed in 3411 milliseconds

1 2 34 5