Home
last modified time | relevance | path

Searched refs:parse (Results 1576 - 1600 of 2555) sorted by relevance

1...<<61626364656667686970>>...103

/base/account/os_account/frameworks/osaccount/native/test/unittest/
H A Dos_account_info_test.cpp432 nlohmann::json jsonObject = Json::parse(STRING_JSON, nullptr, false); in HWTEST_F()
450 nlohmann::json jsonObject = nlohmann::json::parse(jsonString, nullptr, false); in HWTEST_F()
/base/update/packaging_tools/
H A Dutils.py305 xml_content_dict = xmltodict.parse(xml_str, encoding='utf-8')
382 xml_content_dict = xmltodict.parse(xml_str, encoding='utf-8')
644 UPDATE_LOGGER.print_log("Get parse update config xml failed!", log_type=UPDATE_LOGGER.ERROR_LOG)
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_client_impl.cpp354 nlohmann::json profileJson = nlohmann::json::parse(rawData, nullptr, false); in GetResFromResMgr()
415 nlohmann::json profileJson = nlohmann::json::parse(in, nullptr, false); in TransformFileToJsonString()
/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Djson.h67 value parse(char* data);
412 // escape.. (parse just enough to not stop too early) in parse_string()
627 value parse(char* data) in parse() function
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp270 auto jsonData = nlohmann::json::parse(value, nullptr, false); in SetServiceType()
272 HILOGE("parse error"); in SetServiceType()
502 auto restoreItems = nlohmann::json::parse(value, nullptr, false); in RestoreServiceItemLocked()
504 HILOGE("parse error"); in RestoreServiceItemLocked()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dparse-events.y2 %parse-param {void *_parse_state}
3 %parse-param {void *scanner}
18 #include "parse-events.h"
19 #include "parse-events-bison.h"
/kernel/linux/linux-6.6/tools/perf/util/
H A Dparse-events.y2 %parse-param {void *_parse_state}
3 %parse-param {void *scanner}
20 #include "parse-events.h"
21 #include "parse-events-bison.h"
/third_party/ffmpeg/libavformat/
H A Dmvdec.c240 int (*parse)(AVFormatContext *avctx, AVStream *st, in read_table()
264 if (parse(avctx, st, name, size) < 0) { in read_table()
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DTransliteratorRegistry.java829 // is a string, we may partially parse it and turn it into a in instantiateEntry()
879 parser.parse(re.resource, re.direction); in instantiateEntry()
885 parser.parse(le.rule, le.direction); in instantiateEntry()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DTransliteratorRegistry.java830 // is a string, we may partially parse it and turn it into a in instantiateEntry()
880 parser.parse(re.resource, re.direction); in instantiateEntry()
886 parser.parse(le.rule, le.direction); in instantiateEntry()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat224 } else { die "Can't parse Java file name $_"; }
309 die "Can't parse $_";
/third_party/mesa3d/src/asahi/lib/
H A Dgen_pack.py726 def parse(self, filename): member in Parser
738 p.parse(input_file)
/third_party/mesa3d/src/broadcom/cle/
H A Dgen_pack_header.py611 def parse(self, filename): member in Parser
623 p.parse(input_file)
/third_party/mesa3d/src/compiler/isaspec/
H A Disa.py433 root = ElementTree.parse(xmlpath).getroot()
452 self.parse_file(ElementTree.parse(p))
/third_party/node/deps/v8/tools/gcmole/
H A Dgcmole.py254 fatal("failed to parse condition: {}", cond)
342 def parse(self, lines): member in GCSuspectsCollector
393 collector.parse(stdout.splitlines())
/third_party/node/test/fixtures/wpt/common/security-features/resources/
H A Dcommon.sub.js457 return JSON.parse(string_data);
803 return JSON.parse(data);
/third_party/mesa3d/src/intel/genxml/
H A Dgen_pack_header.py738 def parse(self, filename): member in Parser
772 p.parse(input_file)
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dxmlparser.cpp80 // TODO: we don't actually parse the DOCTYPE or internal subsets. in UXMLParser()
205 // read as Latin-1 and parse the XML declaration and encoding in parseFile()
234 // parse XML declaration in parseFile()
323 return parse(src, errorCode); in parseFile()
330 UXMLParser::parse(const UnicodeString &src, UErrorCode &status) { in parse() function in UXMLParser
465 // Root Element parse is complete. in parse()
/third_party/node/deps/npm/node_modules/ip-address/dist/
H A Dipv6.js51 n = n.replace(/^(0{1,})([1-9]+)$/, '<span class="parse-error">$1</span>$2');
52 n = n.replace(/^(0{1,})(0)$/, '<span class="parse-error">$1</span>$2');
83 * @param {number} [groups=8] - How many octets to parse
138 this.parsedAddress = this.parse(this.addressMinusSuffix);
184 // If we have brackets parse them and find a port
189 error: 'failed to parse address with port',
205 error: 'failed to parse address from URL',
211 // Otherwise just assign the URL to the host and let the library parse it
550 parse(address) {
554 throw new address_error_1.AddressError((0, sprintf_js_1.sprintf)('Bad character%s detected in address: %s', badCharacters.length > 1 ? 's' : '', badCharacters.join('')), address.replace(constants6.RE_BAD_CHARACTERS, '<span class="parse
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp80 // TODO: we don't actually parse the DOCTYPE or internal subsets. in UXMLParser()
205 // read as Latin-1 and parse the XML declaration and encoding in parseFile()
234 // parse XML declaration in parseFile()
323 return parse(src, errorCode); in parseFile()
330 UXMLParser::parse(const UnicodeString &src, UErrorCode &status) { in parse() function in UXMLParser
465 // Root Element parse is complete. in parse()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/
H A DRangeTreeTest.java536 return RangeSpecification.parse(s); in spec()
540 return Stream.of(s).map(RangeSpecification::parse).collect(toImmutableList()); in specs()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/testing/
H A DTestNumberingScheme.java165 this.carrierPrefixes = RangeTree.from(Arrays.stream(prefix).map(RangeSpecification::parse)); in setCarrierPrefixes()
464 RangeTree ranges = RangeTree.from(Arrays.stream(specs).map(RangeSpecification::parse)); in rangesOf()
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/table/
H A DRangeTableTest.java389 return RangeTree.from(Arrays.stream(rangeSpecs).map(RangeSpecification::parse)); in ranges()
410 return Tables.immutableCell(RangeSpecification.parse(range), column, Optional.of(value)); in assigned()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktBuildPrograms.cpp618 if (!parser.parse(argc, argv, &cmdLine, std::cerr)) in main()
675 if (!deqpCmdLine.parse((int)deqpArgv.size(), &deqpArgv[0])) in main()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dxmlparser.cpp80 // TODO: we don't actually parse the DOCTYPE or internal subsets. in UXMLParser()
205 // read as Latin-1 and parse the XML declaration and encoding in parseFile()
234 // parse XML declaration in parseFile()
323 return parse(src, errorCode); in parseFile()
330 UXMLParser::parse(const UnicodeString &src, UErrorCode &status) { in parse() function in UXMLParser
465 // Root Element parse is complete. in parse()

Completed in 26 milliseconds

1...<<61626364656667686970>>...103