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

  /external/libcxx/buildcmds/
buildcmdscc 5 echo $ANDROID_BUILD_TOP/$CXX > $DIR/cxx_under_test
  /external/libcxx/test/libcxx/android/
compiler.py 10 def __init__(self, cxx_under_test, cxx_template, link_template):
11 super(AndroidCXXCompiler, self).__init__(cxx_under_test)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
compiler.py 10 def __init__(self, cxx_under_test, cxx_template, link_template):
11 super(AndroidCXXCompiler, self).__init__(cxx_under_test)
  /external/libcxx/test/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)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/ndk/test/
config.py 29 self.cxx_under_test = None

Completed in 107 milliseconds