Searched refs:spec (Results 1 – 14 of 14) sorted by relevance
/test/vts-testcase/fuzz/iface_fuzzer/ |
D | ProtoFuzzerStaticParams.cpp | 44 for (const auto &spec : comp_specs) { in FindAnyIfaceFQName() local 49 if (package == spec.package() && in FindAnyIfaceFQName() 50 major_version == spec.component_type_version_major() && in FindAnyIfaceFQName() 51 minor_version == spec.component_type_version_minor()) { in FindAnyIfaceFQName() 52 auto iface_name = spec.component_name(); in FindAnyIfaceFQName()
|
D | ProtoFuzzerUtils.cpp | 165 for (const auto &spec : comp_specs_) { in DebugString() local 166 ss << spec.component_name() << endl; in DebugString()
|
/test/vti/test_serving/gae/frontend/src/ |
D | test.ts | 18 const context = require.context('./', true, /\.spec\.ts$/);
|
/test/vti/test_serving/gae/frontend/e2e/ |
D | protractor.conf.js | 26 jasmine.getEnv().addReporter(new SpecReporter({ spec: { displayStacktrace: true } })); property
|
/test/vts-testcase/security/avb/ |
D | VtsSecurityAvbTest.cpp | 900 target.spec.sector_start, target.spec.sector_start + target.spec.length, in TEST() 901 target.spec.target_type, target.data.c_str()); in TEST() 902 EXPECT_EQ(strcmp(target.spec.target_type, "verity"), 0); in TEST()
|
/test/vti/test_serving/ |
D | .gitignore | 33 *.spec
|
/test/vts/ |
D | .gitignore | 33 *.spec
|
/test/framework/ |
D | .gitignore | 32 *.spec
|
/test/vts/proto/ |
D | AndroidSystemControlMessage.proto | 37 // To read the VTS spec of a target component. 173 optional bytes spec = 1003; field
|
D | VtsDriverControlMessage.proto | 145 repeated bytes spec = 2001; field
|
D | ComponentSpecificationMessage.proto | 236 // used to pass the spec of a found HAL_CONVENTIONAL_SUBMODULE to the host.
|
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 386 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/ |
D | utils.cpp | 236 const std::string target_type = dm.GetTargetType(table[0].spec); in GetRawBlockDevice()
|
/test/vts/runners/host/tcp_client/ |
D | vts_tcp_client.py | 263 return resp.spec
|