Searched defs:class (Results 1 – 5 of 5) sorted by relevance
| /tools/asuite/atest/unittest_data/ |
| D | module-info.json | 2 …"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 …"module-no-path": { "class": ["JAVA_LIBRARIES"], "tags": ["optional"], "installed": ["out/host/l… array [all …]
|
| D | not-valid-module-info.json | 2 …"AmSlam": { "class": ["APPS"], "path": ["foo/bar/AmSlam"], "tags": ["tests"], "installed": ["ou… array
|
| D | multi_arch_module-info.json | 2 …"MyMultiArchTestModule_32": { "class": ["JAVA_LIBRARIES"], "path": ["shared/path/to/be/used2"], "… array
|
| /tools/loganalysis/src/com/android/loganalysis/util/config/ |
| D | OptionSetter.java | 66 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/asuite/aidegen/test_data/out/soong/ |
| D | merged_module_info.json | 3 "class": [ array
|