Home
last modified time | relevance | path

Searched refs:AndroidCXXCompiler (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/libcxx/android/
Dcompiler.py9 class AndroidCXXCompiler(libcxx.compiler.CXXCompiler): class
11 super(AndroidCXXCompiler, self).__init__(cxx_under_test)
43 return super(AndroidCXXCompiler, self).compile(source_files, out, flags,
48 return super(AndroidCXXCompiler, self).link(source_files, out, flags,
/external/libcxx/test/libcxx/android/test/
Dconfig.py59 self.cxx = libcxx.android.compiler.AndroidCXXCompiler(