Home
last modified time | relevance | path

Searched defs:compileCmd (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
H A DCompilationFilterRuleTest.java78 String compileCmd = in testSingleAppToCompile() local
132 String compileCmd = String.format(CompilationFilterRule.COMPILE_CMD_FORMAT, "speed", in testOneAppToCompile() local
153 String compileCmd = String.format(CompilationFilterRule.COMPILE_CMD_FORMAT, "speed", in testOneAppToCompileMultipleIterations() local
188 String compileCmd = String.format(CompilationFilterRule.COMPILE_CMD_FORMAT, "speed", in testOneAppMultipleCompileMultipleTests() local
225 String compileCmd = String.format(CompilationFilterRule.COMPILE_CMD_FORMAT, "speed", in testOneAppToCompileDuplicateTests() local
/aosp_15_r20/external/libcxx/utils/libcxx/android/
H A Dcompiler.py59 def compileCmd(self, source_files, out=None, flags=None): member in AndroidCXXCompiler
/aosp_15_r20/external/libcxx/utils/libcxx/
H A Dcompiler.py143 def compileCmd(self, source_files, out=None, flags=[]): member in CXXCompiler