Searched refs:STRING (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/javatests/com/android/tradefed/log/ |
D | LogUtilFuncTest.java | 37 private static final String STRING = "hallo!"; field in LogUtilFuncTest 42 CLog.v("this is CLog.v with a format string: %s has length %d", STRING, STRING.length()); in testCLog_v() 48 CLog.d("this is CLog.d with a format string: %s has length %d", STRING, STRING.length()); in testCLog_d() 54 CLog.i("this is CLog.i with a format string: %s has length %d", STRING, STRING.length()); in testCLog_i() 60 CLog.w("this is CLog.w with a format string: %s has length %d", STRING, STRING.length()); in testCLog_w() 66 CLog.e("this is CLog.e with a format string: %s has length %d", STRING, STRING.length()); in testCLog_e()
|
/tools/metalava/metalava/src/main/java/com/android/tools/metalava/lint/ |
D | ResourceType.kt | 57 STRING("string", "String"),
|
/tools/test/graphicsbenchmark/performance_tests/helper/src/com/android/game/qualification/ |
D | ApkInfo.java | 29 STRING, enumConstant
|
/tools/test/graphicsbenchmark/performance_tests/helper/test/com/android/game/qualification/ |
D | GameCoreConfigurationXmlParserTest.java | 165 assertEquals(ApkInfo.Argument.Type.STRING, args.get(0).getType()); in testApkWithArguments()
|
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/ |
D | GattEnum.py | 231 STRING = 0x1 variable in CharacteristicValueFormat
|
/tools/test/graphicsbenchmark/performance_tests/deviceside/src/com/android/game/qualification/device/ |
D | GameQualificationTest.java | 97 case STRING: in startApp()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 427 optional CType ctype = 1 [default = STRING]; 430 STRING = 0; enumerator
|