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 D | CompilationFilterRuleTest.java | 78 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 D | compiler.py | 59 def compileCmd(self, source_files, out=None, flags=None): member in AndroidCXXCompiler
|
/aosp_15_r20/external/libcxx/utils/libcxx/ |
H A D | compiler.py | 143 def compileCmd(self, source_files, out=None, flags=[]): member in CXXCompiler
|