Home
last modified time | relevance | path

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

12

/test/vts-testcase/kernel/api/proc/
DKernelProcFileTestBase.py19 import parse
154 parsed = parse.parse(rule, line, custom)
172 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/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/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/presubmit/
DValidateTestsAbi.java99 AaptParser result = AaptParser.parse(testApk); in testApksAbis()
103 result = AaptParser.parse(testApk); in testApksAbis()
DApkPackageNameCheck.java100 AaptParser res = AaptParser.parse(apkFile); in testApkPackageNames()
/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/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/vts/script/
Dpip_requirements.txt23 parse
/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()
/test/vti/dashboard/src/main/java/com/android/vts/api/
DTestAcknowledgmentRestServlet.java92 json = new JsonParser().parse(sb.toString()).getAsJsonObject(); in doPost()
/test/framework/build/
DAndroid.mk32 VTSLAB_SHORTHASH := $(shell git -C $(LOCAL_PATH) rev-parse --short HEAD 2>/dev/null)
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DSubPlanTest.java109 subPlan.parse(subPlanInputStream); in checkSubPlan()
/test/vts-testcase/hal/treble/vintf/
Dvts_treble_vintf_test_o_mr1.cpp226 if (!FQName::parse(iface_chain[i], &fq_iface_name)) { in TEST_F()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestResultParserTest.java203 date = sdf.parse(time); in getDate()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelperTest.java97 optionParser.parse(Arrays.asList( in setUp()

12