Home
last modified time | relevance | path

Searched defs:cl (Results 1 – 6 of 6) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DConsoleTest.java280 CaptureList cl = new CaptureList(); in testFlatten() local
293 CaptureList cl = new CaptureList(); in testFlatten_wrongArgIdx() local
309 CaptureList cl = new CaptureList(); in testFlatten_argIdxOOB() local
/tools/metalava/src/main/java/com/android/tools/metalava/doclava1/
DTextCodebase.kt97 for (cl in all) { in resolveInterfaces() method
128 for (cl in pInfo.allClasses()) { in addPackage() method
134 for (cl in allClasses) { in resolveSuperclasses() method
158 for (cl in all) { in resolveThrowsClasses() method
197 val cl = cls as TextClassItem in resolveInnerClasses() constant
DApiFile.java162 TextClassItem cl; in parseClass() local
338 …private static void parseConstructor(TextCodebase api, Tokenizer tokenizer, TextClassItem cl, Stri… in parseConstructor()
369 …private static void parseMethod(TextCodebase api, Tokenizer tokenizer, TextClassItem cl, String to… in parseMethod()
461 …private static void parseField(TextCodebase api, Tokenizer tokenizer, TextClassItem cl, String tok… in parseField()
662 …private static void parseProperty(TextCodebase api, Tokenizer tokenizer, TextClassItem cl, String … in parseProperty()
/tools/tradefederation/core/src/com/android/tradefed/command/
DConsole.java397 static List<String> getFlatArgs(int argIdx, CaptureList cl) { in getFlatArgs()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DHostTest.java847 URLClassLoader cl = URLClassLoader.newInstance(urls); in getClasses() local
/tools/metalava/src/main/java/com/android/tools/metalava/
DApiAnalyzer.kt950 for (cl in notStrippable) { in <lambda>() method