HomeSort by relevance Sort by last modified time
    Searched refs:cxx (Results 1 - 25 of 208) sorted by null

1 2 3 4 5 6 7 8 9

  /external/skia/gn/
is_clang.py 10 cc,cxx = sys.argv[1:3]
13 'clang' in subprocess.check_output('%s --version' % cxx, shell=True)):
  /external/skqp/gn/
is_clang.py 10 cc,cxx = sys.argv[1:3]
13 'clang' in subprocess.check_output('%s --version' % cxx, shell=True)):
  /system/bt/build/toolchain/gcc/
BUILD.gn 17 cxx = "g++"
30 tool("cxx") {
32 command = "$cxx -MMD -MF $depfile {{defines}} {{include_dirs}} {{cflags}} {{cflags_cc}} -c {{source}} -o {{output}}"
34 description = "CXX {{output}}"
58 "$cxx -shared {{ldflags}} -o $soname -Wl,-soname=$soname @$rspfile"
80 command = "$cxx {{ldflags}} -o $outfile -Wl,--start-group @$rspfile {{solibs}} -Wl,--end-group {{libs}}"
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/ndk/test/
config.py 66 self.cxx.compile_flags.extend(['--sysroot', sysroot])
72 self.cxx.compile_flags.extend(['-isystem', arch_includes])
74 self.cxx.compile_flags.append('-D__ANDROID_API__={}'.format(api))
76 self.cxx.link_flags.extend(['--sysroot', platform_sysroot])
78 self.cxx.flags.extend(['--sysroot', platform_sysroot])
82 self.cxx.compile_flags.append('-I' + android_support_headers)
85 self.cxx.link_flags.append('-nodefaultlibs')
88 self.cxx.link_flags.append('-L' + self.cxx_library_root)
91 self.cxx.link_flags.append('-gcc-toolchain')
92 self.cxx.link_flags.append(gcc_toolchain
    [all...]
format.py 21 def __init__(self, cxx, libcxx_src_root, libcxx_obj_root, build_dir,
25 cxx,
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
config.py 59 self.cxx = None
156 self.lit_config.note('Using compiler: %s' % self.cxx.path)
157 self.lit_config.note('Using flags: %s' % self.cxx.flags)
158 if self.cxx.use_modules:
160 self.cxx.modules_flags)
162 % self.cxx.compile_flags)
163 if len(self.cxx.warning_flags):
164 self.lit_config.note('Using warnings: %s' % self.cxx.warning_flags)
165 self.lit_config.note('Using link flags: %s' % self.cxx.link_flags)
179 self.cxx,
    [all...]
  /external/libcxx/utils/libcxx/test/
config.py 59 self.cxx = None
156 self.lit_config.note('Using compiler: %s' % self.cxx.path)
157 self.lit_config.note('Using flags: %s' % self.cxx.flags)
158 if self.cxx.use_modules:
160 self.cxx.modules_flags)
162 % self.cxx.compile_flags)
163 if len(self.cxx.warning_flags):
164 self.lit_config.note('Using warnings: %s' % self.cxx.warning_flags)
165 self.lit_config.note('Using link flags: %s' % self.cxx.link_flags)
179 self.cxx,
    [all...]
  /external/libunwind_llvm/test/libunwind/test/
config.py 37 return int(self.cxx.dumpMacros().get('__cpp_' + feature, 0)) >= required_value
45 self.cxx.compile_flags += ['-DLIBUNWIND_NO_TIMER']
47 self.cxx.compile_flags += ['-fno-exceptions', '-DLIBUNWIND_HAS_NO_EXCEPTIONS']
50 self.cxx.compile_flags += ['-funwind-tables']
52 self.cxx.compile_flags += ['-D_LIBUNWIND_HAS_NO_THREADS']
65 self.cxx.compile_flags += ['-I' + libunwind_headers]
  /external/autotest/client/site_tests/platform_ToolchainTests/src/
Makefile 8 fortify-cxx := $(CXX) $(fortify-test-src) $(CPPFLAGS) $(CXXFLAGS) -std=c++11 \
17 $(CXX) $(LDFLAGS) -o $@ $+
20 $(fortify-cxx) $(fortify-runtime-flags) -c -D_FORTIFY_SOURCE=1 -o $@
23 $(fortify-cxx) $(fortify-runtime-flags) -c -D_FORTIFY_SOURCE=2 -o $@
35 $(fortify-cxx) $(fortify-diag-flags) -D_FORTIFY_SOURCE=1
36 $(fortify-cxx) $(fortify-diag-flags) -D_FORTIFY_SOURCE=2
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/android/test/
format.py 13 def __init__(self, cxx, libcxx_src_root, libcxx_obj_root, timeout,
15 self.cxx = cxx
39 def __init__(self, cxx, libcxx_src_root, libcxx_obj_root, device_dir,
43 cxx,
config.py 26 'Using compiler: {}'.format(self.cxx.path))
28 'Using compile template: {}'.format(self.cxx.cxx_template))
30 'Using link template: {}'.format(self.cxx.link_template))
53 cxx_template_file = os.path.join(self.build_cmds_dir, 'cxx.cmds')
59 self.cxx = libcxx.android.compiler.AndroidCXXCompiler(
63 self.config.target_triple = self.cxx.get_triple()
68 match = std_pattern.search(self.cxx.cxx_template)
76 self.cxx,
83 self.cxx,
  /external/libcxxabi/test/libcxxabi/test/
config.py 37 return int(self.cxx.dumpMacros().get('__cpp_' + feature, 0)) >= required_value
52 self.cxx.compile_flags += ['-DLIBCXXABI_NO_TIMER']
54 self.cxx.compile_flags += ['-funwind-tables']
56 self.cxx.compile_flags += ['-fno-exceptions', '-DLIBCXXABI_HAS_NO_EXCEPTIONS']
58 self.cxx.compile_flags += ['-D_LIBCXXABI_HAS_NO_THREADS']
70 self.cxx.compile_flags += ['-nostdinc++']
74 self.cxx.compile_flags += ['-I' + cxx_headers]
82 self.cxx.compile_flags += ['-I' + libcxxabi_headers]
89 self.cxx.compile_flags += ['-I' + libunwind_headers]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++abi/test/libcxxabi/test/
config.py 37 return int(self.cxx.dumpMacros().get('__cpp_' + feature, 0)) >= required_value
52 self.cxx.compile_flags += ['-DLIBCXXABI_NO_TIMER']
54 self.cxx.compile_flags += ['-funwind-tables']
56 self.cxx.compile_flags += ['-fno-exceptions', '-DLIBCXXABI_HAS_NO_EXCEPTIONS']
58 self.cxx.compile_flags += ['-D_LIBCXXABI_HAS_NO_THREADS']
70 self.cxx.compile_flags += ['-nostdinc++']
74 self.cxx.compile_flags += ['-I' + cxx_headers]
82 self.cxx.compile_flags += ['-I' + libcxxabi_headers]
89 self.cxx.compile_flags += ['-I' + libunwind_headers]
  /external/libcxx/buildcmds/
buildcmdscc 2 CXX=$1
5 echo $ANDROID_BUILD_TOP/$CXX > $DIR/cxx_under_test
10 | perl -ne 's/\S+\.o\b/%OUT%/; print' > $DIR/cxx.cmds
16 $CXX $ARGS
  /external/libcxx/utils/libcxx/android/test/
config.py 26 'Using compiler: {}'.format(self.cxx.path))
28 'Using compile template: {}'.format(self.cxx.cxx_template))
30 'Using link template: {}'.format(self.cxx.link_template))
53 cxx_template_file = os.path.join(self.build_cmds_dir, 'cxx.cmds')
59 self.cxx = libcxx.android.compiler.AndroidCXXCompiler(
63 self.config.target_triple = self.cxx.get_triple()
68 match = std_pattern.search(self.cxx.cxx_template)
76 self.cxx,
83 self.cxx,
format.py 13 def __init__(self, cxx, libcxx_src_root, libcxx_obj_root, timeout,
15 self.cxx = cxx
37 def __init__(self, cxx, libcxx_src_root, libcxx_obj_root, device_dir,
41 cxx,
  /external/libunwind/scripts/
make-L-files 14 for gname in `ls G*.c G*.cxx G*.S 2>/dev/null`; do
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/buildcmds/
buildcmdscc 2 CXX=$1
5 echo $ANDROID_BUILD_TOP/$CXX > $DIR/cxx_under_test
10 | perl -ne 's/\S+\.o\b/%OUT%/; print' > $DIR/cxx.cmds
16 $CXX $ARGS
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc/
Android.mk 4 LOCAL_CPP_EXTENSION := .cc .cpp .cxx
  /bionic/tests/
Android.mk 68 $(LOCAL_PATH)/file-check-cxx \
71 LOCAL_CXX = $(LOCAL_PATH)/file-check-cxx \
87 $(LOCAL_PATH)/file-check-cxx \
90 LOCAL_CXX := $(LOCAL_PATH)/file-check-cxx \
  /external/google-benchmark/
.travis-libcxx-setup.sh 26 make cxx -j2
27 sudo make install-cxxabi install-cxx
  /external/expat/xmlwf/
Makefile.am 61 xmlwin32url.cxx
  /external/llvm/tools/llvm-go/
llvm-go.go 42 cpp, cxx, ld string
101 cxx: "-std=c++11",
145 `, flags.cpp, flags.cxx, flags.ld)
148 func runGoWithLLVMEnv(args []string, cc, cxx, gocmd, llgo, cppflags, cxxflags, ldflags string) {
181 "CXX=" + cxx,
183 "CGO_CXXFLAGS=" + flags.cxx + " " + cxxflags,
194 !strings.HasPrefix(v, "CXX=") &&
239 cxx := os.Getenv("CXX")
    [all...]
  /external/swiftshader/third_party/LLVM/utils/
llvmbuild 172 parser.add_option("--cxx", default=find_executable("c++"),
220 options.cxx = find_executable(options.cxx)
307 self.cxx = options.cxx
363 command = [self.cxx]
420 "--with-cxx-include-root=" + cxxroot,
421 "--with-cxx-include-arch=" + cxxarch],
425 "--with-cxx-include-root=" + cxxroot,
426 "--with-cxx-include-arch=" + cxxarch]
    [all...]
  /external/llvm/utils/
llvm-compilers-check 130 parser.add_option("--cxx", default=find_executable("c++"),
175 options.cxx = find_executable(options.cxx)
262 self.cxx = options.cxx
319 command = [self.cxx]
392 CXX=self.cxx),
394 CXX=self.cxx),
    [all...]

Completed in 517 milliseconds

1 2 3 4 5 6 7 8 9