Searched refs:types (Results 1 – 19 of 19) sorted by relevance
/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/kernel/ltp/shell_environment/ |
D | shell_environment.py | 17 import types 62 if not isinstance(definitions, 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/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/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/mts/ |
D | README.md | 7 MTS has mainly three types of tests:
|
/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 | 491 if (std::find(module.types.begin(), module.types.end(), name) != in hashesForInterface() 492 module.types.end()) { in hashesForInterface()
|
/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_table.jsp | 107 // refresh the page to see the selected test types (pre-/post-submit)
|
D | show_tree.jsp | 132 // 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={},…
|