Home
last modified time | relevance | path

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

/ndk/build/core/toolchains/arm-linux-androideabi-4.9/
Dsetup.mk94 $(call set-src-files-target-cflags, \
97 $(call set-src-files-target-cflags,\
100 $(call set-src-files-target-cflags,\
103 $(call set-src-files-target-cflags,\
106 $(call set-src-files-target-cflags,\
109 $(call add-src-files-target-cflags,\
/ndk/build/tools/
Dbuilder-funcs.sh248 cflags=$cflags" -I$inc"
250 cflags=$cflags" -I$_BUILD_SRCDIR"
256 cflags="$cflags $_BUILD_CFLAGS"
262 cflags="$cflags $_BUILD_CXXFLAGS"
268 cflags="$cflags $_BUILD_CXXFLAGS"
274 cflags="$cflags $_BUILD_CFLAGS"
289 cflags=$cflags" -funwind-tables"
297 builder_command $NDK_CCACHE $cc -c -o "$obj" "$srcfull" $cflags
Dcommon-build-host-funcs.sh641 --cflags="$HOST_CFLAGS" \
/ndk/build/core/toolchains/arm-linux-androideabi-clang3.6/
Dsetup.mk143 $(call set-src-files-target-cflags, \
146 $(call set-src-files-target-cflags,\
149 $(call set-src-files-target-cflags,\
152 $(call set-src-files-target-cflags,\
155 $(call set-src-files-target-cflags,\
158 $(call add-src-files-target-cflags,\
/ndk/build/core/toolchains/x86-4.9/
Dsetup.mk59 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_debug_CFLAGS)) \
60 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_release_CFLAGS)) \
/ndk/build/core/toolchains/aarch64-linux-android-4.9/
Dsetup.mk58 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_arm64_debug_CFLAGS)) \
59 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_arm64_release_CFLAGS)) \
/ndk/build/core/toolchains/x86_64-4.9/
Dsetup.mk57 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_64_debug_CFLAGS)) \
58 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_64_release_CFLAGS)) \
/ndk/build/core/toolchains/mips64el-linux-android-4.9/
Dsetup.mk59 $(call set-src-files-target-cflags, \
62 $(call set-src-files-target-cflags,\
/ndk/build/core/toolchains/mipsel-linux-android-4.9/
Dsetup.mk59 $(call set-src-files-target-cflags, \
62 $(call set-src-files-target-cflags,\
/ndk/build/core/toolchains/x86_64-clang3.6/
Dsetup.mk77 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_64_debug_CFLAGS)) \
78 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_64_release_CFLAGS)) \
/ndk/build/core/toolchains/aarch64-linux-android-clang3.6/
Dsetup.mk77 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_arm64_debug_CFLAGS)) \
78 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_arm64_release_CFLAGS)) \
/ndk/build/core/toolchains/mips64el-linux-android-clang3.6/
Dsetup.mk81 $(call set-src-files-target-cflags, \
84 $(call set-src-files-target-cflags,\
/ndk/build/core/toolchains/mipsel-linux-android-clang3.6/
Dsetup.mk81 $(call set-src-files-target-cflags, \
84 $(call set-src-files-target-cflags,\
/ndk/build/core/toolchains/x86-clang3.6/
Dsetup.mk79 $(call set-src-files-target-cflags, $(__debug_sources), $(TARGET_x86_debug_CFLAGS)) \
80 $(call set-src-files-target-cflags, $(__release_sources),$(TARGET_x86_release_CFLAGS)) \
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c149 regcomp(regex_t *preg, const char *pattern, int cflags) in regcomp() argument
162 cflags = GOODFLAGS(cflags); in regcomp()
163 if ((cflags&REG_EXTENDED) && (cflags&REG_NOSPEC)) in regcomp()
166 if (cflags&REG_PEND) { in regcomp()
200 g->cflags = cflags; in regcomp()
215 if (cflags&REG_EXTENDED) in regcomp()
217 else if (cflags&REG_NOSPEC) in regcomp()
354 if (p->g->cflags&REG_NEWLINE) in p_ere_exp()
509 if (p->g->cflags&REG_NEWLINE) in p_simp_re()
664 if (p->g->cflags&REG_ICASE) { in p_bracket()
[all …]
Dengine.c142 if (g->cflags&REG_NOSUB) in matcher()
514 (m->g->cflags&REG_NEWLINE)) ) in backref()
522 (m->g->cflags&REG_NEWLINE)) ) in backref()
530 (m->g->cflags&REG_NEWLINE)) || in backref()
541 (m->g->cflags&REG_NEWLINE)) || in backref()
702 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
707 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in fast()
784 if ( (lastc == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
789 if ( (c == '\n' && m->g->cflags&REG_NEWLINE) || in slow()
Dregex2.h134 int cflags; /* copy of regcomp() cflags argument */ member
/ndk/build/core/
Ddefinitions.mk1210 set-src-files-target-cflags = \
1222 add-src-files-target-cflags = \
1233 get-src-file-target-cflags = $(LOCAL_SRC_FILES_TARGET_CFLAGS.$1)
1442 _OPTIONS_LISTFILE := $$(_OBJ).cflags
1494 _OPTIONS_LISTFILE := $$(_OBJ).cflags
1612 $$(call get-src-file-target-cflags,$(1)) \
1657 _OPTIONS_LISTFILE := $$(_OBJ).cflags
1712 $$(call get-src-file-target-cflags,$(1)) \
1760 $$(call get-src-file-target-cflags,$(1)) \