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

1 2 3 4 56 7

  /external/openssl/
import_openssl.sh 183 declare -r cflags=$(filter_by_egrep "^-D" $(grep -e "^CFLAG=" $tmpfile))
192 for cflag in $cflags $depflags; do
236 # Same as print_vardef_in_mk, but print a CFLAGS definition from
  /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/stlport/
configure 46 --with-extra-cflags=<options>
100 \$CFLAGS pass extra options to C compiler
186 --with-extra-cflags=*)
315 if [ -n "${CFLAGS}" ]; then
317 write_option "${CFLAGS}" EXTRA_CFLAGS
319 echo "Both --with-extra-cflags and \$CFLAGS set, using the first"
  /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) ||
  /external/chromium_org/tools/gyp/pylib/gyp/
msvs_emulation.py 332 cflags = []
333 cflags.extend(['/wd' + w for w in self.msvs_disabled_warnings[config]])
335 'VCCLCompilerTool', append=cflags)
362 cflags.extend(['/FI' + f for f in self._Setting(
365 cflags = filter(lambda x: not x.startswith('/MP'), cflags)
366 return cflags
375 """Get the flags to be added to the cflags for precompiled header support.
701 """Get the modified cflags and implicit dependencies that should be used
    [all...]
  /bionic/libc/upstream-netbsd/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) ||
  /external/icu4c/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/qemu/distrib/sdl-1.2.15/acinclude/
alsa.m4 17 [dnl Save the original CFLAGS, LDFLAGS, and LIBS
18 alsa_save_CFLAGS="$CFLAGS"
24 dnl Get the cflags and libraries for alsa
41 AC_MSG_CHECKING(for ALSA CFLAGS)
44 CFLAGS="$CFLAGS -I$alsa_inc_prefix"
135 CFLAGS="$alsa_save_CFLAGS"
  /external/qemu/
exec-all.h 84 int cflags);
131 uint16_t cflags; /* compile flags */ member in struct:TranslationBlock
android-configure.sh 137 # And we may need to add a -Wa,--32 to CFLAGS to let the assembler
332 SDL_CFLAGS=`$SDL_CONFIG --cflags`
335 # quick hack, remove the -D_GNU_SOURCE=1 of some SDL Cflags
426 ORG_CFLAGS=$CFLAGS
445 CFLAGS="$ORG_CFLAGS"
469 CFLAGS=$ORG_CFLAGS
exec.c 903 int flags, int cflags)
924 tb->cflags = cflags;
1002 (current_tb->cflags & CF_COUNT_MASK) != 1) {
3840 uint32_t n, cflags; local
    [all...]
  /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)
  /ndk/build/core/
definitions.mk 356 # CFLAGS -> recorded LOCAL_CFLAGS for the module
380 CFLAGS \
524 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
534 # 2: export variable name without LOCAL_EXPORT_ prefix (e.g. 'CFLAGS')
    [all...]
  /sdk/emulator/opengl/
Android.mk 21 # common cflags used by several modules
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
android.py 475 cflags, includes_from_cflags = self.ExtractIncludesFromCFlags(
476 config.get('cflags', []) + config.get('cflags_c', []))
478 self.WriteList(cflags, 'MY_CFLAGS_%s' % configname)
483 self.WriteLn('\n# Include paths placed before CFLAGS/CPPFLAGS')
717 def ExtractIncludesFromCFlags(self, cflags):
718 """Extract includes "-I..." out from cflags
721 cflags: A list of compiler flags, which may be mixed with "-I.."
727 for flag in cflags:
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdb.py 65 cflags = sysconfig.get_config_vars()['PY_CFLAGS']
67 for opt in cflags.split():
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdb.py 65 cflags = sysconfig.get_config_vars()['PY_CFLAGS']
67 for opt in cflags.split():
  /external/chromium_org/tools/gn/
command_desc.cc 246 " cflags [--blame]\n"
303 CONFIG_VALUE_HANDLER(cflags)
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c 873 Uint32 cflags = surface_flags&(SDL_SRCCOLORKEY|SDL_RLEACCELOK); local
878 SDL_SetColorKey(convert, cflags|(flags&SDL_RLEACCELOK),
881 SDL_SetColorKey(surface, cflags, colorkey);
  /ndk/build/tools/
common-build-host-funcs.sh 687 --cflags="$HOST_CFLAGS" \
783 CFLAGS=
788 CFLAGS="-O2 -Os -fomit-frame-pointer -s"
789 CXXFLAGS=$CFLAGS
792 CFLAGS="-O0 -g"
793 CXXFLAGS=$CFLAGS
796 export CFLAGS CXXFLAGS LDFLAGS

Completed in 768 milliseconds

1 2 3 4 56 7