Home
last modified time | relevance | path

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

/cts/tests/tests/telephony/src/android/telephony/cts/
DCellLocationTest.java71 CellLocation cl = CellLocation.getEmpty(); in testCellLocation() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DJarHostTest.java331 URLClassLoader cl = new URLClassLoader(urls); in loadClass() local
/cts/tests/tests/app/src/android/app/cts/
DInstrumentationTest.java340 ClassLoader cl = getClass().getClassLoader(); in testNewApplication() local
381 ClassLoader cl = getClass().getClassLoader(); in testNewActivity() local
/cts/suite/cts/deviceTests/browserbench/assets/octane/
Dearley-boyer.js1243 function sc_isCharOfClass(c, cl) { return (cl.indexOf(c) != -1); } argument