Home
last modified time | relevance | path

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

/tools/asuite/atest/unittest_data/
Dmodule-info.json2 …"AmSlam": { "class": ["APPS"], "path": ["foo/bar/AmSlam"], "tags": ["tests"], "installed": ["ou… array
3 …"AmSlamTests": { "class": ["APPS"], "path": ["foo/bar/AmSlam/test"], "tags": ["tests"], "instal… array
4 …"CtsJankDeviceTestCases": { "class": ["APPS"], "path": ["foo/bar/jank"], "tags": ["optional"], … array
5 …"CtsUiDeviceTestCases": { "class": ["APPS"], "path": ["tf/core/CtsUiDeviceTestCases"], "tags": [… array
6 …"VtsTarget": { "class": ["FAKE"], "path": ["foo/bar/jank"], "tags": ["optional"], "installed": … array
7 …"google-tradefed": { "class": ["JAVA_LIBRARIES"], "path": ["gtf/core"], "tags": ["optional"], "… array
8 …"google-tradefed-contrib": { "class": ["JAVA_LIBRARIES"], "path": ["gtf/contrib"], "tags": ["opt… array
9 …"tradefed": { "class": ["EXECUTABLES", "JAVA_LIBRARIES"], "path": ["tf/core"], "tags": ["option… array
10 …"tradefed-contrib": { "class": ["JAVA_LIBRARIES"], "path": ["tf/contrib"], "tags": ["optional"],… array
11 …"mobly-test": { "class": ["NATIVE_TESTS"], "path": ["foo/bar/mobly-test"], "tags": ["optional"],… array
[all …]
Dnot-valid-module-info.json2 …"AmSlam": { "class": ["APPS"], "path": ["foo/bar/AmSlam"], "tags": ["tests"], "installed": ["ou… array
Dmulti_arch_module-info.json2 …"MyMultiArchTestModule_32": { "class": ["JAVA_LIBRARIES"], "path": ["shared/path/to/be/used2"], "… array
/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.java80 handlers.put(boolean.class, new BooleanHandler()); in handlers.put()
81 handlers.put(Boolean.class, new BooleanHandler()); in handlers.put()
83 handlers.put(byte.class, new ByteHandler()); in handlers.put()
84 handlers.put(Byte.class, new ByteHandler()); in handlers.put()
85 handlers.put(short.class, new ShortHandler()); in handlers.put()
86 handlers.put(Short.class, new ShortHandler()); in handlers.put()
87 handlers.put(int.class, new IntegerHandler()); in handlers.put()
88 handlers.put(Integer.class, new IntegerHandler()); in handlers.put()
89 handlers.put(long.class, new LongHandler()); in handlers.put()
90 handlers.put(Long.class, new LongHandler()); in handlers.put()
[all …]
/tools/asuite/aidegen/test_data/out/soong/
Dmerged_module_info.json3 "class": [ array
/tools/asuite/adevice/src/
Drestart_chooser.rs51 pub class: Vec<String>, field