Searched refs:types (Results 1 – 22 of 22) sorted by relevance
/test/vts/tools/vts-tradefed/res/push_groups/ |
D | VtsSpec.push | 2 spec/hardware/interfaces/thermal/1.0/vts/types.vts->/data/local/tmp/spec/thermal/types.vts 4 spec/hardware/interfaces/vibrator/1.0/vts/types.vts->/data/local/tmp/spec/vibrator/types.vts 6 spec/hardware/interfaces/sensors/1.0/vts/types.vts->/data/local/tmp/spec/sensors/types.vts 8 spec/hardware/interfaces/graphics/mapper/2.0/vts/types.vts->/data/local/tmp/spec/graphics/mapper/ty… 11 …/hardware/interfaces/graphics/allocator/2.0/vts/types.vts->/data/local/tmp/spec/graphics/allocator… 14 spec/hardware/interfaces/tv/input/1.0/vts/types.vts->/data/local/tmp/spec/tv/input/types.vts 17 spec/hardware/interfaces/tv/cec/1.0/vts/types.vts->/data/local/tmp/spec/tv/cec/types.vts 20 spec/hardware/interfaces/automotive/vehicle/2.0/vts/types.vts->/data/local/tmp/spec/vehicle/types.v… 24 spec/hardware/interfaces/nfc/1.0/vts/types.vts->/data/local/tmp/spec/nfc/types.vts 26 spec/hardware/interfaces/light/2.0/vts/types.vts->/data/local/tmp/spec/light/types.vts [all …]
|
/test/vts/compilation_tools/vtsc/code_gen/fuzzer/ |
D | HalHidlFuzzerCodeGen.cpp | 127 vector<string> types{GetFuncArgTypes(func_spec)}; in GenerateHalFunctionCall() local 128 for (size_t i = 0; i < types.size(); ++i) { in GenerateHalFunctionCall() 129 out << "size_t type_size" << i << " = sizeof(" << types[i] << ");\n"; in GenerateHalFunctionCall() 132 out << types[i] << " arg" << i << ";\n"; in GenerateHalFunctionCall() 138 for (size_t i = 0; i < types.size(); ++i) { in GenerateHalFunctionCall() 139 out << "arg" << i << ((i != types.size() - 1) ? ", " : ""); in GenerateHalFunctionCall() 172 vector<string> types{}; in GetFuncArgTypes() local 175 types.emplace_back(GetCppVariableType(var_spec)); in GetFuncArgTypes() 177 return types; in GetFuncArgTypes()
|
/test/vts-testcase/hal/contexthub/V1_0/host/ |
D | VtsHalContexthubV1_0HostTest.py | 82 self.types = self.dut.hal.contexthub.GetHidlTypeInterface("types") 83 logging.info("types: %s", self.types)
|
/test/vts-testcase/kernel/ltp/shell_environment/ |
D | shell_environment.py | 17 import types 62 if not isinstance(definitions, types.ListType):
|
/test/vts-testcase/kernel/ltp/testcase/tools/common/ |
D | filter_utils.py | 21 import types 490 if not isinstance(pattern, types.ListType): 509 if not isinstance(pattern, types.ListType):
|
/test/vts/utils/python/common/ |
D | filter_utils.py | 21 import types 490 if not isinstance(pattern, types.ListType): 509 if not isinstance(pattern, types.ListType):
|
/test/mts/ |
D | README.md | 7 MTS has mainly three types of tests:
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | FilterUtil.java | 289 List<Integer> types = new ArrayList<>(); in getTestTypeFilter() local 290 types.add(TestRunEntity.TestRunType.PRESUBMIT.getNumber()); in getTestTypeFilter() 291 types.add(TestRunEntity.TestRunType.POSTSUBMIT.getNumber()); in getTestTypeFilter() 292 return new FilterPredicate(TestRunEntity.TYPE, FilterOperator.IN, types); in getTestTypeFilter()
|
/test/vts/utils/python/library/ |
D | README.md | 5 * elf/structs.py: Contains ELF C structs and data types.
|
/test/vts/specification/ |
D | Android.mk | 50 libbluetooth-types
|
/test/vts/specification/lib/ndk/bionic/1.0/ |
D | libcutilsV1.vts | 9 header: "<sys/types.h>"
|
D | libcV1.vts | 9 header: "<sys/types.h>"
|
/test/vts-testcase/hal/treble/vintf/ |
D | SingleManifestTest.cpp | 480 if (std::find(module.types.begin(), module.types.end(), name) != in hashesForInterface() 481 module.types.end()) { in hashesForInterface()
|
/test/vts/ |
D | README.md | 9 VTS has mainly two types of test suites:
|
/test/vts/proto/ |
D | VtsResourceControllerMessage.proto | 105 // TODO: support user-defined types 140 // three possible return types from FMQ
|
D | ComponentSpecificationMessage.proto | 142 // for FMQ types 531 // The definitions of custom-defined aggregate types. 544 // The definitions of custom-defined aggregate types. 591 // For a .hal file which does not defines an interface (e.g., types.hal).
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_tree.jsp | 132 // refresh the page to see the selected test types (pre-/post-submit)
|
D | show_table.jsp | 107 // refresh the page to see the selected test types (pre-/post-submit)
|
/test/vts/hals/light/bullhead/ |
D | NOTICE | 46 and conversions to other media types.
|
/test/mlts/benchmark/ |
D | LICENSE | 33 and conversions to other media types.
|
/test/mlts/models/ |
D | LICENSE | 33 and conversions to other media types.
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …t(31);e.exports=function(t){function e(t){return"top"===t||"bottom"===t}t.types={},t.instances={},…
|