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

  /external/libcxx/buildcmds/
buildcmdscc 5 echo $ANDROID_BUILD_TOP/$CXX > $DIR/cxx_under_test
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/buildcmds/
buildcmdscc 5 echo $ANDROID_BUILD_TOP/$CXX > $DIR/cxx_under_test
  /external/libcxx/utils/libcxx/android/
compiler.py 11 def __init__(self, cxx_under_test, cxx_template, link_template):
12 super(AndroidCXXCompiler, self).__init__(cxx_under_test)
  /external/libcxx/utils/libcxx/android/test/
config.py 50 'cxx_under_test')
51 cxx_under_test = open(cxx_under_test_file).read().strip()
60 cxx_under_test, cxx_template, link_template)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/android/
compiler.py 11 def __init__(self, cxx_under_test, cxx_template, link_template):
12 super(AndroidCXXCompiler, self).__init__(cxx_under_test)
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/android/test/
config.py 50 'cxx_under_test')
51 cxx_under_test = open(cxx_under_test_file).read().strip()
60 cxx_under_test, cxx_template, link_template)
  /external/libcxx/test/libcxx/ndk/test/
config.py 11 self.cxx_under_test = None
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/ndk/test/
config.py 34 self.cxx_under_test = None

Completed in 311 milliseconds