HomeSort by relevance Sort by last modified time
    Searched refs:clang_path (Results 1 - 8 of 8) sorted by null

  /system/bt/build/toolchain/clang/
get_clang_suffix.py 8 clang_path = os.path.join(p, cmd)
9 if os.path.exists(clang_path):
10 return clang_path
14 clang_path = which("clang++") variable
18 if clang_path:
19 clang_version_out = subprocess.Popen([clang_path, "--version"],
35 clang_path = which("clang++-" + clang_version_str) variable
36 if clang_path:
  /system/bt/build/
install_deps.sh 7 clang_path=`which clang`
8 if [ -f "$clang_path" ]; then
10 clang_version=$($clang_path --version | grep clang | sed "s/.*version\s*\([0-9]*\.[0-9]*\).*/\1/")
25 clang_path=`which clang-$clang_version`
26 if [ -f "$clang_path" ]; then
  /external/v8/tools/clang/pylib/clang/
plugin_testing.py 15 def __init__(self, test_base, clang_path, plugin_path, plugin_name,
21 clang_path: Path to the clang binary.
29 self._clang_path = clang_path
  /external/v8/tools/clang/blink_gc_plugin/tests/legacy_naming/
test.py 51 parser.add_argument('clang_path', help='The path to the clang binary.')
59 args.clang_path,
  /external/v8/tools/clang/blink_gc_plugin/tests/
test.py 55 parser.add_argument('clang_path', help='The path to the clang binary.')
63 args.clang_path,
  /external/v8/tools/clang/plugins/tests/
test.py 37 parser.add_argument('clang_path', help='The path to the clang binary.')
45 args.clang_path,
  /external/libcxx/utils/libcxx/test/
config.py 244 def _configure_clang_cl(self, clang_path):
258 return CXXCompiler(clang_path, flags=flags,
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/test/
config.py 244 def _configure_clang_cl(self, clang_path):
258 return CXXCompiler(clang_path, flags=flags,
    [all...]

Completed in 458 milliseconds