Home
last modified time | relevance | path

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

123

/test/vti/test_serving/gae/frontend/src/app/menu/schedule/
D_schedule-theme.scss2 $primary: map-get($theme, primary);
3 $accent: map-get($theme, accent);
4 $warn: map-get($theme, warn);
5 $background: map-get($theme, background);
6 $foreground: map-get($theme, foreground);
/test/vti/test_serving/gae/frontend/src/app/menu/job/
D_job-theme.scss2 $primary: map-get($theme, primary);
3 $accent: map-get($theme, accent);
4 $warn: map-get($theme, warn);
5 $background: map-get($theme, background);
6 $foreground: map-get($theme, foreground);
/test/vti/test_serving/gae/frontend/src/app/shared/navbar/
D_navbar-theme.scss2 $primary: map-get($theme, primary);
3 $accent: map-get($theme, accent);
4 $warn: map-get($theme, warn);
5 $background: map-get($theme, background);
6 $foreground: map-get($theme, foreground);
/test/vts-testcase/kernel/linux_kselftest/
Dkselftest_config.py34 KSFT_CASES_PRESUBMIT = map(lambda x: test_case.LinuxKselftestTestcase(*(x)), [
37 KSFT_CASES_STABLE = map(lambda x: test_case.LinuxKselftestTestcase(*(x)), [
76 KSFT_CASES_STAGING = map(lambda x: test_case.LinuxKselftestTestcase(*(x)), [
/test/vts/utils/python/common/
Dlist_utils.py35 return list(map(str, input_list))
198 lines = map(str, lines)
209 lines = map(RemoveComment, lines)
212 lines = map(lambda line: line.strip(), lines)
/test/vts-testcase/security/poc/target/
Dpoc_test.cpp30 using std::map;
58 static map<string, string> ExtractParams(const char *test_params) { in ExtractParams()
59 map<string, string> params; in ExtractParams()
/test/catbox/report/src/com/android/catbox/util/
DTestMetricsUtil.java128 List<Measurements> measures = metrics.stream().map(Metric::getMeasurements) in getAggregatedStoredTestMetrics()
132 .map(Measurements::getSingleString) in getAggregatedStoredTestMetrics()
133 .map( in getAggregatedStoredTestMetrics()
144 .map(String::trim) in getAggregatedStoredTestMetrics()
245 List<Double> doubleValues = values.stream().map(Double::parseDouble)
/test/vts/utils/native/trace_processor/
DVtsTraceProcessor.h138 std::map<std::string, long> api_stats;
142 std::map<std::string, long> api_stats) in TraceSummary()
156 std::map<std::string, std::vector<TraceSummary>>* hal_trace_mapping);
DVtsTraceProcessor.cpp379 map<string, CoverageInfo> original_coverages; in SelectTraces()
380 map<string, CoverageInfo> selected_coverages; in SelectTraces()
544 map<string, vector<TraceSummary>> hal_trace_mapping; in GetTestListForHal()
547 map<string, set<string>> test_list; in GetTestListForHal()
604 map<string, vector<TraceSummary>>* hal_trace_mapping) { in GetHalTraceMapping()
688 map<string, long> api_stats; in GetHalTraceSummary()
/test/vts/testcases/template/binary_test/
Dbinary_test.py92 self.binary_test_working_directory = map(
103 self.binary_test_envp = map(str, self.binary_test_envp)
118 self.binary_test_args = map(str, self.binary_test_args)
136 self.precondition_file_path_prefix = map(
158 self.binary_test_ld_library_path = map(
177 self.binary_test_profiling_library_path = map(
217 source_list = list(map(self.ParseTestSource, self.binary_test_source))
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerStats.cpp25 using std::map;
42 std::map<string, uint64_t> ordered_result{touch_count_.cbegin(), in StatsString()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGreenReleaseServlet.java311 .map( in getTestPlanDispatcher()
329 .map(entity -> entity.getTestBuildId()) in getTestPlanDispatcher()
356 .map(entity -> entity.getTestBuildId()) in getTestPlanDispatcher()
361 .map( in getTestPlanDispatcher()
398 .map(entity -> entity.getStartTimestamp()) in getTestPlanDispatcher()
466 .map(entity -> entity.getBuildId()) in getTestSuiteDispatcher()
DShowReleaseServlet.java87 .map(te -> te.getTestPlanName()).collect(Collectors.toList()); in getTestPlanDispatcher()
104 .map(suiteEntity -> suiteEntity.getSuitePlan()) in getTestSuiteDispatcher()
/test/vts-testcase/kernel/ltp/
Denvironment_requirement_checker.py162 executable_exists_results = map(os.path.exists, executables)
181 bin_path_results = map(
185 bin_path_results = map(
/test/vts-testcase/kernel/encryption/
Dfile_based_encryption_tests.cpp238 std::unique_ptr<struct fiemap> map( in ReadRawDataOfFile() local
240 memset(map.get(), 0, allocsize); in ReadRawDataOfFile()
241 map->fm_flags = FIEMAP_FLAG_SYNC; in ReadRawDataOfFile()
242 map->fm_length = UINT64_MAX; in ReadRawDataOfFile()
243 map->fm_extent_count = max_extents; in ReadRawDataOfFile()
244 if (ioctl(fd, FS_IOC_FIEMAP, map.get()) != 0) { in ReadRawDataOfFile()
269 for (int i = 0; i < map->fm_mapped_extents; i++) { in ReadRawDataOfFile()
270 const struct fiemap_extent &extent = map->fm_extents[i]; in ReadRawDataOfFile()
272 GTEST_LOG_(INFO) << "Extent " << i + 1 << " of " << map->fm_mapped_extents in ReadRawDataOfFile()
/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/
DProcQtaguidCtrlTest.py38 if any(map(lambda x: x < 0, parsed)):
49 if any(map(lambda x: x < 0, parsed)):
/test/vti/dashboard/src/main/java/com/android/vts/entity/
DDeviceInfoEntity.java158 .map(device -> device.branch) in getAllBranches()
170 .map(device -> device.branch) in getAllBranches()
189 .map(device -> device.buildFlavor) in getAllBuildFlavors()
201 .map(device -> device.buildFlavor) in getAllBuildFlavors()
DTestCoverageStatusEntity.java122 .map( in getDeviceInfoEntityKeyList()
158 .map(deviceInfoEntity -> deviceInfoEntity.getBranch()) in getBranchSet()
175 .map(deviceInfoEntity -> deviceInfoEntity.getBuildFlavor()) in getDeviceSet()
DBranchEntity.java67 .map(b -> b.name) in getByBranch()
86 .map(b -> b.name) in getByBranch()
DBuildTargetEntity.java72 .map(b -> b.name) in getByBuildTarget()
92 .map(b -> b.name) in getByBuildTarget()
/test/vts/utils/python/coverage/
Dsancov_utils.py116 for pid in map(lambda entry: entry.split()[-1], entries)
265 map(lambda count: 1 if count > 0 else 0,
268 map(lambda count: 1 if count >= 0 else 0,
336 addrs = map(lambda addr: '{0:#x}'.format(addr),
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_table.jsp151 var rows = resultNames.map(function(res, i) {
159 var colors = resultNames.map(function(res) {
198 timeGrid = timeGrid.map(function(row) {
199 return row.map(function(cell, j) {
206 durationGrid = durationGrid.map(function(row) {
207 return row.map(function(cell, j) {
/test/vti/dashboard/src/main/java/com/android/vts/api/
DDatastoreRestServlet.java304 .map(h -> h.toStringUtf8()) in insertTestReport()
310 .map(h -> h.toStringUtf8()) in insertTestReport()
396 .map( in insertTestReport()
517 .map(h -> h.toStringUtf8()) in insertTestPlanReport()
523 .map(h -> h.toStringUtf8()) in insertTestPlanReport()
/test/vts-testcase/hal/treble/vintf/
Dutils.h59 using std::map;
83 extern const map<string, string> kPackageRoot;
/test/mlts/benchmark/crashtest/src/com/android/nn/crashtest/
DMainActivity.java87 mAllTestModels = TestModels.modelsList().stream().map( in onCreate()
175 .map(TestModels.TestModelEntry::withDisabledEvaluation).filter( in modelsForAccelerator()
200 }).map( in modelsForAccelerator()

123