Searched refs:getCompilerVersion (Results 1 - 10 of 10) sorted by relevance

/external/lldb/test/lang/c/shared_lib/
H A DTestSharedLib.py70 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
/external/lldb/test/lang/c/shared_lib_stripped_symbols/
H A DTestSharedLibStrippedSymbols.py70 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
/external/lldb/test/lang/cpp/unique-types/
H A DTestUniqueTypes.py39 if "clang" in compiler_basename and int(self.getCompilerVersion().split('.')[0]) < 3:
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/vector/
H A DTestDataFormatterStdVector.py27 if "gcc" in self.getCompiler() and "4.8" in self.getCompilerVersion():
/external/lldb/test/functionalities/data-formatter/rdar-9974002/
H A DTest-rdar-9974002.py37 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
/external/lldb/test/lang/c/anonymous/
H A DTestAnonymous.py127 if "clang" in self.getCompiler() and "3.4" in self.getCompilerVersion():
/external/lldb/test/
H A Dlldbtest.py1243 def getCompilerVersion(self): member in class:Base
1276 return self.getCompilerVersion() > version
1278 return self.getCompilerVersion() >= version
1280 return self.getCompilerVersion() < version
1282 return self.getCompilerVersion() <= version
1284 return str(version) not in str(self.getCompilerVersion())
1285 return str(version) in str(self.getCompilerVersion())
1319 if "gcc" in self.getCompiler() and "4.6" in self.getCompilerVersion():
1392 if "gcc" in self.getCompiler() and "4.6" in self.getCompilerVersion():
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 98 milliseconds