Searched refs:cflags (Results 1 - 25 of 128) sorted by relevance

123456

/external/toolchain-utils/android_bench_suite/
H A Dset_flags.py32 def replace_flags(bench, android_type, file_type, cflags, ldflags):
35 if cflags:
36 cflags = '\", \"'.join(cflags.split())
40 if not cflags:
41 cflags = ''
43 cflags = '\"' + cflags + '\",'
55 # Replace CFLAGS_FOR_BENCH_SUITE marker with proper cflags
59 line = line.replace('CFLAGS_FOR_BENCH_SUITE', cflags)
[all...]
H A Dbuild_bench.py48 '--cflags',
49 help='Specify the optimization cflags for '
60 def set_flags(bench, cflags, ldflags):
61 if not cflags:
63 cflags = ''
65 logging.info('Cflags setting to "%s"...', cflags)
74 add_flags(cflags, ldflags)
128 def set_compiler_env(bench, compiler, build_os, llvm_prebuilts_version, cflags,
141 set_flags(bench, cflags, ldflags)
204 cflags
[all...]
/external/ImageMagick/Magick++/bin/
H A DMagick++-config.in43 --cflags)
44 pkg-config --cflags Magick++
47 pkg-config --cflags Magick++
50 pkg-config --cflags Magick++
/external/ImageMagick/MagickCore/
H A DMagickCore-config.in11 Usage: MagickCore-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]"
15 echo "Example: gcc \`MagickCore-config --cflags --cppflags\` -o core core.c \`Magick-config --ldflags --libs\`" 1>&2
40 --cflags)
41 pkg-config --cflags MagickCore
44 pkg-config --cflags MagickCore
47 pkg-config --cflags MagickCore
/external/ImageMagick/MagickWand/
H A DMagickWand-config.in11 Usage: MagickWand-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [--version]"
15 echo "Example: gcc \`MagickWand-config --cflags --cppflags\` -o wand wand.c \`MagickWand-config --ldflags --libs\`" 1>&2
40 --cflags)
41 PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand
44 PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand
47 PKG_CONFIG_PATH="@libdir@/pkgconfig" pkg-config --cflags MagickWand
/external/skia/gn/
H A Dgn_to_bp_utils.py45 def CleanupCFlags(cflags):
47 cflags = {s for s in cflags if s.startswith('-W')}
49 cflags = cflags.union([
60 cflags = sorted(cflags)
61 cflags.insert(0, "-U_FORTIFY_SOURCE")
62 return cflags
H A Dgn_to_bp.py25 cflags: [
26 $cflags
80 cflags: [
166 cflags: [
230 cflags = strip_slashes(js['targets']['//:skia']['cflags']) variable
253 cflags = gn_to_bp_utils.CleanupCFlags(cflags) variable
278 'cflags': bpfmt(8, cflags, Fals
[all...]
/external/skqp/gn/
H A Dgn_to_bp_utils.py45 def CleanupCFlags(cflags):
47 cflags = {s for s in cflags if s.startswith('-W')}
49 cflags = cflags.union([
60 cflags = sorted(cflags)
61 cflags.insert(0, "-U_FORTIFY_SOURCE")
62 return cflags
H A Dgn_to_bp.py25 cflags: [
26 $cflags
80 cflags: [
166 cflags: [
225 cflags = strip_slashes(js['targets']['//:skia']['cflags']) variable
248 cflags = gn_to_bp_utils.CleanupCFlags(cflags) variable
273 'cflags': bpfmt(8, cflags, Fals
[all...]
/external/skia/src/jumper/
H A Dbuild_stages.py31 cflags = ['-std=c++11', '-Os', '-DJUMPER_IS_OFFLINE',
38 subprocess.check_call(clang + cflags + sse2 +
41 subprocess.check_call(clang + cflags + sse2 + win +
44 subprocess.check_call(clang + cflags + sse2 + x86 +
47 subprocess.check_call(clang + cflags + sse2 + win + x86 +
51 subprocess.check_call(clang + cflags + sse2 +
54 subprocess.check_call(clang + cflags + sse2 + win +
57 subprocess.check_call(clang + cflags + sse2 + x86 +
60 subprocess.check_call(clang + cflags + sse2 + win + x86 +
65 subprocess.check_call(clang + cflags
[all...]
/external/skqp/src/jumper/
H A Dbuild_stages.py31 cflags = ['-std=c++11', '-Os', '-DJUMPER_IS_OFFLINE',
38 subprocess.check_call(clang + cflags + sse2 +
41 subprocess.check_call(clang + cflags + sse2 + win +
44 subprocess.check_call(clang + cflags + sse2 + x86 +
47 subprocess.check_call(clang + cflags + sse2 + win + x86 +
51 subprocess.check_call(clang + cflags + sse2 +
54 subprocess.check_call(clang + cflags + sse2 + win +
57 subprocess.check_call(clang + cflags + sse2 + x86 +
60 subprocess.check_call(clang + cflags + sse2 + win + x86 +
65 subprocess.check_call(clang + cflags
[all...]
/external/pcre/dist2/
H A Dpcre2-config.in7 cflags="[--cflags]"
20 cflags="$cflags [--cflags-posix]"
23 usage="Usage: pcre2-config [--prefix] [--exec-prefix] [--version] $libs $cflags"
71 --cflags)
77 --cflags-posix)
/external/dtc/pylibfdt/
H A Dsetup.py88 cflags = ['-I%s' % basedir, '-I%s/libfdt' % basedir]
90 return swig_opts, version, files, cflags, objdir
95 cflags = os.environ.get('CPPFLAGS', '').split() variable
103 if not all((version, files, cflags, objdir)):
104 swig_opts, version, files, cflags, objdir = GetEnvFromMakefiles()
109 extra_compile_args = cflags,
/external/autotest/client/deps/ibusclient/src/
H A DMakefile7 CXXFLAGS += -g -Wall -Werror `$(PKG_CONFIG) --cflags glib-2.0 ibus-1.0`
/external/libxml2/
H A Dxml2-config.in18 --cflags print pre-processor and compiler flags
31 cflags=false
69 --cflags)
/external/autotest/client/tests/aio_dio_bugs/
H A Daio_dio_bugs.py23 cflags = '-I ' + self.autodir + '/deps/libaio/include'
24 self.gcc_flags = ldflags + ' ' + cflags
/external/libusb-compat/
H A Dlibusb-config.in18 [--cflags]
54 --cflags)
/external/linux-kselftest/tools/testing/selftests/memfd/
H A DMakefile10 fuse_mnt.o: CFLAGS += $(shell pkg-config fuse --cflags)
/external/skia/tools/skqp/
H A Dgn_to_bp.py36 cflags: [
37 $cflags
89 cflags: [
161 cflags = strip_slashes(js['targets']['//:libskqp_app']['cflags']) variable
174 cflags = gn_to_bp_utils.CleanupCFlags(cflags) variable
202 'cflags': bpfmt(8, cflags, False),
/external/skqp/tools/skqp/
H A Dgn_to_bp.py37 cflags: [
38 $cflags
91 cflags: [
163 cflags = strip_slashes(js['targets']['//:libskqp_app']['cflags']) variable
176 cflags = gn_to_bp_utils.CleanupCFlags(cflags) variable
204 'cflags': bpfmt(8, cflags, False),
/external/autotest/client/site_tests/graphics_GpuReset/src/
H A DMakefile13 CCFLAGS += $(shell $(PKG_CONFIG) --cflags libdrm)
14 CCFLAGS += $(shell $(PKG_CONFIG) --cflags glib-2.0)
15 CCFLAGS += $(shell $(PKG_CONFIG) --cflags libudev)
/external/freetype/builds/unix/
H A Dfreetype-config.in34 cflags=`%PKG_CONFIG% --cflags freetype2`
46 cflags="-I${SYSROOT}$includedir/freetype2"
82 --cflags display flags for compiling with the FreeType
130 --cflags)
195 echo $cflags | sed "s|$orig_includedir/freetype2|$includedir/freetype2|"
/external/autotest/client/site_tests/security_Libcontainer/src/
H A DMakefile7 CXXFLAGS += $(shell $(PKG_CONFIG) --cflags $(DEP_LIBS))
/external/iproute2/devlink/
H A DMakefile8 CFLAGS += $(shell $(PKG_CONFIG) libmnl --cflags)
/external/autotest/client/deps/fakegudev/src/
H A DMakefile7 PKG_CFLAGS_FAKEGUDEV := $(shell ${PKG_CONFIG} --cflags $(PKGS_FAKEGUDEV))
10 PKG_CFLAGS_FAKESYSCALLS := $(shell ${PKG_CONFIG} --cflags $(PKGS_FAKESYSCALLS))

Completed in 1223 milliseconds

123456