Home
last modified time | relevance | path

Searched refs:parse (Results 1 - 13 of 13) sorted by relevance

/build/rust/tests/test_proc_macro_cargo_crate/crate/src/
H A Dlib.rs23 "(15 + 15)".parse().unwrap() in calculate_using_proc_macro()
/build/rust/tests/test_proc_macro_crate/test_function_macro/src/
H A Dlib.rs24 "fn answer() -> u32 { 42 }".parse().unwrap() in make_answer()
/build/rust/tests/test_proc_macro_crate/test_derive_macro/src/
H A Dlib.rs24 "fn answer() -> u32 { 42 }".parse().unwrap() in derive_answer_fn()
/build/hb/util/loader/
H A Dload_ohos_build.py401 """load build config file and parse configuration info."""
491 def parse(self): member in LoadBuildConfig
492 """parse part info from build config file."""
504 self.parse()
509 self.parse()
518 self.parse()
527 self.parse()
532 self.parse()
537 self.parse()
542 self.parse()
[all...]
/build/config/components/hc_gen/
H A Dhcs_build_info.py211 def parse(self, root_hcs_file): member in HcsParser
235 # do not parse the hcs file that does not exist
253 parser.parse(hcs_file)
/build/
H A Dgn_helpers.py74 For details on supported types see GNValueParser.parse() below.
84 You can parse this into a Python list using GN rules with:
86 Although the Python 'ast' module will parse many forms of such input, it
109 return parser.parse()
189 def parse(self): member in GNValueParser
335 raise GNException("Expected input to parse.")
/build/ohos/sa_profile/
H A Dsa_profile_merge.py53 tree = ET.parse(part_sa_info_files, parser)
/build/tools/component_tools/static_check/
H A Dcsct.py50 tree = ET.parse(path)
/build/lite/testfwk/
H A Dlite_testcase_resource_copy.py145 tree = ET.parse(resource_config_file)
/build/tools/component_tools/static_check/gn_check/
H A Dcheck_gn_online.py149 tree = ET.parse(path)
/build/ohos/testfwk/
H A Dtestcase_resource_copy.py149 tree = ET.parse(resource_config_file)
/build/config/components/hdi/
H A Dbuild_hdi_files_info.py319 def parse(self, ): member in IdlParser
421 raise Exception("{}: failed to parse package name '{}'".format(
1006 idl_parser.parse()
/build/scripts/
H A Dcargo2gn.py763 """Main class to parse cargo -v output"""
883 self.parse(cargo_out, 'BUILD.gn')
901 def parse(self, infile: str, outfile_name: str): member in Runner
1087 help='skip cargo command, parse cargo.out, and generate BUILD.gn')

Completed in 8 milliseconds