Home
last modified time | relevance | path

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

/tools/asuite/atest/unittest_data/
Dmodule-info.json2 …"AmSlam": { "class": ["APPS"], "path": ["foo/bar/AmSlam"], "tags": ["tests"], "installed": ["ou… array
3 …"CtsJankDeviceTestCases": { "class": ["APPS"], "path": ["foo/bar/jank"], "tags": ["optional"], … array
4 …"CtsUiDeviceTestCases": { "class": ["APPS"], "path": ["tf/core/CtsUiDeviceTestCases"], "tags": [… array
5 …"VtsTarget": { "class": ["FAKE"], "path": ["foo/bar/jank"], "tags": ["optional"], "installed": … array
6 …"google-tradefed": { "class": ["JAVA_LIBRARIES"], "path": ["gtf/core"], "tags": ["optional"], "… array
7 …"google-tradefed-contrib": { "class": ["JAVA_LIBRARIES"], "path": ["gtf/contrib"], "tags": ["opt… array
8 …"tradefed": { "class": ["EXECUTABLES", "JAVA_LIBRARIES"], "path": ["tf/core"], "tags": ["option… array
9 …"tradefed-contrib": { "class": ["JAVA_LIBRARIES"], "path": ["tf/contrib"], "tags": ["optional"],… array
10 …"module-no-path": { "class": ["JAVA_LIBRARIES"], "tags": ["optional"], "installed": ["out/host/l… array
11 …"module1": { "class": ["JAVA_LIBRARIES"], "path": ["shared/path/to/be/used"], "tags": ["optional"… array
[all …]
/tools/tradefederation/core/atest/unittest_data/
Dmodule-info.json2 …"AmSlam": { "class": ["APPS"], "path": ["foo/bar/AmSlam"], "tags": ["tests"], "installed": ["ou… array
3 …"CtsJankDeviceTestCases": { "class": ["APPS"], "path": ["foo/bar/jank"], "tags": ["optional"], … array
4 …"CtsUiDeviceTestCases": { "class": ["APPS"], "path": ["tf/core/CtsUiDeviceTestCases"], "tags": [… array
5 …"VtsTarget": { "class": ["FAKE"], "path": ["foo/bar/jank"], "tags": ["optional"], "installed": … array
6 …"google-tradefed": { "class": ["JAVA_LIBRARIES"], "path": ["gtf/core"], "tags": ["optional"], "… array
7 …"google-tradefed-contrib": { "class": ["JAVA_LIBRARIES"], "path": ["gtf/contrib"], "tags": ["opt… array
8 …"tradefed": { "class": ["EXECUTABLES", "JAVA_LIBRARIES"], "path": ["tf/core"], "tags": ["option… array
9 …"tradefed-contrib": { "class": ["JAVA_LIBRARIES"], "path": ["tf/contrib"], "tags": ["optional"],… array
10 …"module-no-path": { "class": ["JAVA_LIBRARIES"], "tags": ["optional"], "installed": ["out/host/l… array
11 …"module1": { "class": ["JAVA_LIBRARIES"], "path": ["shared/path/to/be/used"], "tags": ["optional"… array
[all …]
/tools/loganalysis/src/com/android/loganalysis/util/config/
DOptionSetter.java66 handlers.put(boolean.class, new BooleanHandler()); in handlers.put()
67 handlers.put(Boolean.class, new BooleanHandler()); in handlers.put()
69 handlers.put(byte.class, new ByteHandler()); in handlers.put()
70 handlers.put(Byte.class, new ByteHandler()); in handlers.put()
71 handlers.put(short.class, new ShortHandler()); in handlers.put()
72 handlers.put(Short.class, new ShortHandler()); in handlers.put()
73 handlers.put(int.class, new IntegerHandler()); in handlers.put()
74 handlers.put(Integer.class, new IntegerHandler()); in handlers.put()
75 handlers.put(long.class, new LongHandler()); in handlers.put()
76 handlers.put(Long.class, new LongHandler()); in handlers.put()
[all …]
/tools/tradefederation/core/src/com/android/tradefed/config/
DOptionSetter.java78 handlers.put(boolean.class, new BooleanHandler()); in handlers.put()
79 handlers.put(Boolean.class, new BooleanHandler()); in handlers.put()
81 handlers.put(byte.class, new ByteHandler()); in handlers.put()
82 handlers.put(Byte.class, new ByteHandler()); in handlers.put()
83 handlers.put(short.class, new ShortHandler()); in handlers.put()
84 handlers.put(Short.class, new ShortHandler()); in handlers.put()
85 handlers.put(int.class, new IntegerHandler()); in handlers.put()
86 handlers.put(Integer.class, new IntegerHandler()); in handlers.put()
87 handlers.put(long.class, new LongHandler()); in handlers.put()
88 handlers.put(Long.class, new LongHandler()); in handlers.put()
[all …]