Home
last modified time | relevance | path

Searched refs:spec (Results 1 – 25 of 25) sorted by relevance

/test/vts/tools/vts-tradefed/res/push_groups/
DVtsSpec.push1 spec/hardware/interfaces/thermal/1.0/vts/Thermal.vts->/data/local/tmp/spec/thermal/Thermal.vts
2 spec/hardware/interfaces/thermal/1.0/vts/types.vts->/data/local/tmp/spec/thermal/types.vts
3 spec/hardware/interfaces/vibrator/1.0/vts/Vibrator.vts->/data/local/tmp/spec/vibrator/Vibrator.vts
4 spec/hardware/interfaces/vibrator/1.0/vts/types.vts->/data/local/tmp/spec/vibrator/types.vts
5 spec/hardware/interfaces/sensors/1.0/vts/Sensors.vts->/data/local/tmp/spec/sensors/Sensors.vts
6 spec/hardware/interfaces/sensors/1.0/vts/types.vts->/data/local/tmp/spec/sensors/types.vts
7 spec/hardware/interfaces/graphics/mapper/2.0/vts/Mapper.vts->/data/local/tmp/spec/graphics/mapper/M…
8 spec/hardware/interfaces/graphics/mapper/2.0/vts/types.vts->/data/local/tmp/spec/graphics/mapper/ty…
9 spec/hardware/interfaces/graphics/allocator/2.0/vts/Allocator.vts->/data/local/tmp/spec/graphics/al…
10 spec/hardware/interfaces/graphics/allocator/2.0/vts/AllocatorClient.vts->/data/local/tmp/spec/graph…
[all …]
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerStaticParams.cpp45 for (const auto &spec : comp_specs) { in FindAnyIfaceFQName() local
50 if (package == spec.package() && in FindAnyIfaceFQName()
51 major_version == spec.component_type_version_major() && in FindAnyIfaceFQName()
52 minor_version == spec.component_type_version_minor()) { in FindAnyIfaceFQName()
53 auto iface_name = spec.component_name(); in FindAnyIfaceFQName()
57 Version(spec.component_type_version_major(), in FindAnyIfaceFQName()
58 spec.component_type_version_minor()), in FindAnyIfaceFQName()
DProtoFuzzerUtils.cpp165 for (const auto &spec : comp_specs_) { in DebugString() local
166 ss << spec.component_name() << endl; in DebugString()
/test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DVtsFilePusher.java113 String spec = line.trim(); in loadFilePushGroup() local
114 if (spec.contains("->")) { in loadFilePushGroup()
115 result.add(spec); in loadFilePushGroup()
116 } else if (spec.contains(PUSH_GROUP_FILE_EXTENSION)) { in loadFilePushGroup()
117 if (!stack.contains(spec)) { in loadFilePushGroup()
118 stack.add(spec); in loadFilePushGroup()
119 result.addAll(loadFilePushGroup(spec, testsDir, stack)); in loadFilePushGroup()
120 stack.remove(spec); in loadFilePushGroup()
122 } else if (spec.length() > 0) { in loadFilePushGroup()
123 throw new TargetSetupError("Unknown file push spec: " + spec); in loadFilePushGroup()
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsTestPlanResultReporter.java208 ComponentSpecificationMessage spec = spec_builder.build(); in addApiReportToTestPlanMessage() local
209 String full_api_name = spec.getPackage().toString("ASCII") + '@' in addApiReportToTestPlanMessage()
210 + Integer.toString(spec.getComponentTypeVersionMajor()) + '.' in addApiReportToTestPlanMessage()
211 + Integer.toString(spec.getComponentTypeVersionMinor()) in addApiReportToTestPlanMessage()
212 + "::" + spec.getComponentName().toString("ASCII"); in addApiReportToTestPlanMessage()
215 halInterfaceMsg.setHalPackageName(spec.getPackage()); in addApiReportToTestPlanMessage()
216 halInterfaceMsg.setHalVersionMajor(spec.getComponentTypeVersionMajor()); in addApiReportToTestPlanMessage()
217 halInterfaceMsg.setHalVersionMinor(spec.getComponentTypeVersionMinor()); in addApiReportToTestPlanMessage()
218 halInterfaceMsg.setHalInterfaceName(spec.getComponentName()); in addApiReportToTestPlanMessage()
227 for (FunctionSpecificationMessage api : spec.getInterface().getApiList()) { in addApiReportToTestPlanMessage()
/test/vts/drivers/hal/server/
DBinderServer.cpp175 vts::ComponentSpecificationMessage* spec = in GetFunctions() local
177 if (!spec) { in GetFunctions()
182 if (google::protobuf::TextFormat::PrintToString(*spec, output)) { in GetFunctions()
DSocketServer.cpp89 vts::ComponentSpecificationMessage* spec = in ListFunctions() local
92 if (!spec) { in ListFunctions()
95 if (google::protobuf::TextFormat::PrintToString(*spec, &output)) { in ListFunctions()
/test/vts/script/
Dsetup-local.sh73 adb shell mkdir -p /data/local/tmp/spec
74 …adb push ${ANDROID_BUILD_TOP}/test/vts/specification/hal/conventional /data/local/tmp/spec/hal/con…
75 adb push ${ANDROID_BUILD_TOP}/test/vts/specification/lib /data/local/tmp/spec/lib
90 adb push ${ANDROID_BUILD_TOP}/output/android/hardware /data/local/tmp/spec/android/
91 …TOP}/test/vts/specification/lib/ndk/bionic/1.0/libcV1.vts /data/local/tmp/spec/lib/ndk/bionic/1.0/…
Dstart-agent.sh14 --spec_dir=/data/local/tmp/spec \
/test/vti/test_serving/gae/frontend/src/
Dtest.ts18 const context = require.context('./', true, /\.spec\.ts$/);
/test/vts/agents/hal/
DAgentRequestHandler.cpp360 const string& spec) { argument
362 if (result.size() > 0 || spec.size() > 0) {
368 if (spec.size() > 0) {
369 response_msg.set_spec(spec);
DAgentRequestHandler.h85 const string& spec = "");
/test/vti/test_serving/gae/frontend/e2e/
Dprotractor.conf.js26 jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } })); property
/test/vts-testcase/security/avb/
DVtsSecurityAvbTest.cpp639 target.spec.sector_start, target.spec.sector_start + target.spec.length, in TEST()
640 target.spec.target_type, target.data.c_str()); in TEST()
641 EXPECT_EQ(strcmp(target.spec.target_type, "verity"), 0); in TEST()
/test/vts-testcase/hal/vts_specs/
DAndroid.mk20 spec/$(word 2,$(subst android/frameworks/, ,\
/test/vts/
D.gitignore33 *.spec
/test/vti/test_serving/
D.gitignore33 *.spec
/test/framework/
D.gitignore32 *.spec
/test/vts/proto/
DAndroidSystemControlMessage.proto37 // To read the VTS spec of a target component.
173 optional bytes spec = 1003; field
DVtsDriverControlMessage.proto145 repeated bytes spec = 2001; field
DComponentSpecificationMessage.proto236 // used to pass the spec of a found HAL_CONVENTIONAL_SUBMODULE to the host.
/test/vts/tools/build/tasks/
Dvts_package.mk82 spec/$(word 2,$(subst android/frameworks/, frameworks/hardware/interfaces/,\
92 $(eval target_spec_copy_pairs += $(m):$(VTS10_TESTCASES_OUT)/spec/$(m))))
/test/mlts/benchmark/tools/
Dtensor_utils.py386 spec = fig.add_gridspec(ncols=3, nrows=2, width_ratios=widths,
392 axs[-1].append(fig.add_subplot(spec[row, col]))
/test/vts-testcase/kernel/encryption/
Dutils.cpp236 const std::string target_type = dm.GetTargetType(table[0].spec); in GetRawBlockDevice()
/test/vts/runners/host/tcp_client/
Dvts_tcp_client.py263 return resp.spec