Home
last modified time | relevance | path

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

12

/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/
DKernelProcFileTestBase.py18 import parse
156 parsed = parse.parse(rule, line, custom)
174 return self.parser.parse(file_contents, lexer=self.lexer)
DProcMemInfoTest.py19 from parse import with_pattern
DProcMapsTest.py17 from parse import with_pattern
/test/suite_harness/tools/cts-test-metrics/
DREADME1 The parse_test_metrics.py script can be used to parse test metrics json files. Run the following
5 To parse multiple files, list all files as arguments. Try the following:
12 The MetricsParser class defines functions to parse a json file. The _Parse function takes a filename
/test/vts-testcase/kernel/api/proc/
DKernelProcFileTestBase.py19 import parse
157 parsed = parse.parse(rule, line, custom)
175 return self.parser.parse(file_contents, lexer=self.lexer)
DProcMemInfoTest.py19 from parse import with_pattern
DProcMapsTest.py17 from parse import with_pattern
/test/suite_harness/common/util/tests/src/com/android/compatibility/common/util/
DReportLogTest.java85 ReportLog.parse((String) null); in testParse_null()
93 ReportLog report = ReportLog.parse(HEADER_XML); in testParse_noData()
98 ReportLog report = ReportLog.parse(String.format(SUMMARY_XML, "testParse_summaryOnly:125")); in testParse_summaryOnly()
104 ReportLog report = ReportLog.parse(String.format(FULL_XML, "testParse_full:140")); in testParse_full()
/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DReportLog.java140 static Metric parse(XmlPullParser parser) in parse() method in ReportLog.Metric
339 public static ReportLog parse(String result) throws XmlPullParserException, IOException { in parse() method in ReportLog
356 return parse(parser); in parse()
365 public static ReportLog parse(XmlPullParser parser) throws XmlPullParserException, IOException { in parse() method in ReportLog
369 report.setSummary(Metric.parse(parser)); in parse()
DKeyValueArgsParser.java30 public static HashMap<String, String> parse(String[] args) { in parse() method in KeyValueArgsParser
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestResultParser.java140 parse(); in processNewLines()
196 void parse() throws PythonUnitTestParseException { in parse() method in VtsMultiDeviceTestResultParser
209 parse(); in parse()
214 parse(); in parse()
304 date = sdf.parse(time); in getDate()
/test/vts-testcase/fuzz/iface_fuzzer/
DProtoFuzzerStaticParams.cpp84 if (!FQName::parse(package, &fq_name)) { in ParseDirs()
98 if (!FQName::parse(STRINGIFY(STATIC_TARGET_FQ_NAME), &package_and_version)) { in ExtractProtoFuzzerStaticParams()
DProtoFuzzerUtils.cpp144 if (!FQName::parse(optarg, &params.target_fq_name_)) { in ExtractProtoFuzzerParams()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DValidateTestsAbi.java109 AaptParser result = AaptParser.parse(testApk); in testApksAbis()
113 result = AaptParser.parse(testApk); in testApksAbis()
DApkPackageNameCheck.java135 AaptParser res = AaptParser.parse(apkFile); in testApkPackageNames()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DISubPlan.java35 public void parse(InputStream xmlInputStream) throws ParseException; in parse() method
/test/vti/test_serving/script/
Dpack-gae.sh46 …$(git log -s -n 1 --format="%cd" --date=format:"%Y%m%d_%H%M%S")-$(git rev-parse --short HEAD).zip …
/test/vti/dashboard/src/main/java/com/android/vts/util/
DFilterUtil.java100 public static FilterKey parse(String keyString) { in parse() method in FilterUtil.FilterKey
226 FilterKey filterKey = FilterKey.parse(key); in getUserDeviceFilter()
249 FilterKey filterKey = FilterKey.parse(key); in getUserTestFilters()
530 FilterKey filterKey = FilterKey.parse(key); in setAttributes()
/test/vts/script/
Dpip_requirements.txt23 parse
Dcompare_vts_core_result.py62 xml_tree = ET.parse(result_file)
/test/vts/utils/python/coverage/
DREADME.md7 Run the code by calling the parse function as follows:
/test/vts/utils/native/testability_checker/
DVtsTestabilityCheckerMain.cpp88 if (!android::FQName::parse(argv[optind], &hal_fq_name)) { in main()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java156 subPlan.parse(subPlanInputStream); in getSubPlanByName()
392 parser.parse(OptionHelper.getValidCliArgs(retryCommandLineArgs, this)); in setupFields()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
DCompatibilityTestSuite.java128 subPlan.parse(subPlanInputStream); in setupFilters()
/test/vts-testcase/fuzz/script/config/
Dconfig_gen.py67 root = ElementTree.parse(xml_file_path).getroot()

12