Home
last modified time | relevance | path

Searched refs:parse (Results 2726 - 2750 of 2998) sorted by relevance

1...<<101102103104105106107108109110>>...120

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang_tab_autogen.cpp1820 /* Nonzero means print parse trace. It is left uninitialized so that
2182 YYDPRINTF((stderr, "Starting parse\n"));
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dgenvk.py1093 tree = etree.parse(args.registry)
1099 endTimer(args.time, '* Time to parse ElementTree =')
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnfrs.cpp652 * @param text The string to parse
665 * this function returns new Long(0), and the parse position is
684 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, uint32_t nonNumericalExecutedRuleMask, Formattable& result) const in parse() function in NFRuleSet
692 // dump out if there's no text to parse in parse()
706 fprintf(stderr, " parse negative: %d\n", this, negativeNumberRule != 0); in parse()
731 // sigificant rule first (this helps ensure that we parse in parse()
765 // finally, update the parse postion we were passed to point to the in parse()
H A Dtmutfmt.cpp187 std::cout << "parse source: " << res << "\n"; in parseObject()
189 // parse by iterating through all available patterns in parseObject()
202 std::cout << "parse plural count: " << res << "\n"; in parseObject()
212 // see if we can parse in parseObject()
227 getNumberFormatInternal().parse(temp.getString(tmpString), tmpNumber, pStatus); in parseObject()
253 /* After find the longest match, parse the number. in parseObject()
H A Dunum.cpp382 ((const NumberFormat*)fmt)->parse(src, res, pp); in parseRes()
920 result = NULL; // deallocate if there was a parse error in unum_parseToUFormattable()
/third_party/skia/src/ports/skia_ohos/
H A DHmSymbolConfig_ohos.cpp259 bool isJson = jsonReader->parse(data.get(), data.get() + size, &root, &errs); in CheckConfigFile()
/third_party/python/Lib/test/
H A Dtest_genericalias.py46 from urllib.parse import SplitResult, ParseResult
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DJSON.h18 /// - functions to parse JSON text into Values, and to serialize Values to text.
19 /// See parse(), operator<<, and format_provider.
247 /// Expected<Value> E = parse(R"( {"options": {"font": "sans-serif"}} )");
280 /// Expected<Value> E = json::parse("[1, 2, null]");
685 llvm::Expected<Value> parse(llvm::StringRef JSON);
/third_party/skia/third_party/externals/icu/source/common/
H A Drbbiscan.cpp10 // scanning the rules and assembling a parse tree. This is the first phase
177 // Normally has one entry, which is the entire parse tree for the rules. in ~RBBIRuleScanner()
189 // Called by the parse state machine.
190 // Actions build the parse tree and Unicode Sets,
191 // and maintain the parse stack for nested expressions.
277 // Push a new start-of-expression node; needed to keep parse of the in doParseActions()
290 // Terminate expression, leaves expression parse tree rooted in TOS node. in doParseActions()
303 // Expression parse tree becomes l. child of the $variable reference node. in doParseActions()
310 // This is a round-about way to get the parse position set in doParseActions()
326 if (U_FAILURE(*fRB->fStatus)) { // parse tre in doParseActions()
[all...]
/third_party/python/Lib/
H A Dtraceback.py581 tree = ast.parse(segment)
/third_party/python/Lib/test/test_peg_generator/
H A Dtest_pegen.py900 p = ast.dump(ast.parse(source).body[0].value, include_attributes=True).replace(
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format.cc231 // Used for %E#S/%E#f specifiers and for data values in parse().
678 // Uses strptime(3) to parse the given input. Supports the same extended
692 bool parse(const std::string& format, const std::string& input, in parse() function
934 if (err != nullptr) *err = "Failed to parse input"; in parse()
941 // parse() must consume the entire input string. in parse()
987 // parse() should not allow normalization. Due to the restricted field in parse()
/third_party/rust/crates/quote/src/
H A Dlib.rs1218 $crate::__private::parse(&mut $tokens, stringify!($other));
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_common.h607 int wpa_ft_parse_ies(const u8 *ies, size_t ies_len, struct wpa_ft_ies *parse,
/third_party/node/deps/v8/tools/
H A Dgrokdump.py49 import urllib.parse namespace
2644 parsedurl = urllib.parse.urlparse(self.path)
2645 query_components = urllib.parse.parse_qs(parsedurl.query)
2744 self.encfilename = urllib.parse.urlencode({'dump': self.dumpfilename})
3477 ((urllib.parse.urlencode({'dump': fname}), fname)))
/third_party/icu/icu4c/source/tools/genrb/
H A Dparse.cpp11 * File parse.cpp
36 #include "parse.h"
775 parse(ucbuf.getAlias(), inputDir, outputDir, filename.data(), false, false, false, &errorCode)); in getRules()
1474 // need to parse the collation data regardless in parseCollationElements()
1574 error(line, "parse error. Stopped parsing tokens with %s", u_errorName(*status)); in realParseTable()
1582 error(line, "parse error. Stopped parsing resource with %s", u_errorName(*status)); in realParseTable()
1590 error(line, "parse error. Stopped parsing table with %s", u_errorName(*status)); in realParseTable()
2185 /* parse a non-top-level resource */
2204 /* This function parses from the colon onwards. If the colon is present, parse the in parseResource()
2205 type then try to parse in parseResource()
2316 parse(UCHARBUF *buf, const char *inputDir, const char *outputDir, const char *filename, parse() function
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DVTimeZone.java473 * parse the contents to initialize this VTimeZone object.
475 * the parse is completed, the reader points at the beginning
549 return parse(); in load()
561 private boolean parse() { in parse() method in VTimeZone
604 // Always in 'Z' format, so the offset argument for the parse method in parse()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DIBMCalendarTest.java762 ms2 = sdf.parse(test.data); in TestJB1684()
765 errln("parse exception: " + e); in TestJB1684()
770 "\n SimpleDateFormat.parse gave " + ms2); in TestJB1684()
788 ms3 = sdf.parse(result); in TestJB1684()
791 errln("parse exception 2: " + e); in TestJB1684()
796 log("\nError: Re-parse of '" + result + "' gave time of " + in TestJB1684()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DULocale.java2621 * @param localeID The locale ID to parse.
3142 LanguageTag tag = LanguageTag.parse(languageTag, null); in forLanguageTag()
3372 LanguageTag tag = LanguageTag.parse(languageTag, sts); in setLanguageTag()
H A DVTimeZone.java444 * parse the contents to initialize this VTimeZone object.
446 * the parse is completed, the reader points at the beginning
520 return parse(); in load()
532 private boolean parse() { in parse() method in VTimeZone
575 // Always in 'Z' format, so the offset argument for the parse method in parse()
/third_party/json/tests/src/
H A Dunit-comparison.cpp578 json j_object = json::parse(s_object, [](int /*unused*/, json::parse_event_t /*unused*/, const json & j) noexcept
586 json j_array = json::parse(s_array, [](int /*unused*/, json::parse_event_t /*unused*/, const json & j) noexcept
/third_party/json/docs/docset/
H A DdocSet.sql99 INSERT INTO searchIndex(name, type, path) VALUES ('basic_json::parse', 'Function', 'api/basic_json/parse/index.html');
/third_party/libwebsockets/plugins/ssh-base/
H A Dsshd.c161 lwsl_notice("unable to parse server key: %d\n", n); in offer()
318 lwsl_err("Unable to parse host key %d\n", n); in handle_name()
1903 parse(struct per_session_data__sshd *pss, uint8_t *p, size_t len) in parse() function
2148 if (parse(pss, in, len)) in lws_callback_raw_sshd()
/third_party/node/src/crypto/
H A Dcrypto_keys.cc83 const std::function<EVP_PKEY*(const unsigned char** p, long l)>& parse) { in TryParsePublicKey()
97 pkey->reset(parse(&p, der_len)); in TryParsePublicKey()
258 // OpenSSL can fail to parse the key but still return a non-null pointer. in ParsePrivateKey()
782 // For DER, the type determines how to parse it. SPKI, PKCS#8 and SEC1 are in GetPublicOrPrivateKeyFromJs()
78 TryParsePublicKey( EVPKeyPointer* pkey, const BIOPointer& bp, const char* name, const std::function<EVP_PKEY*(const unsigned char** p, long l)>& parse) TryParsePublicKey() argument
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dparse.cpp11 * File parse.cpp
36 #include "parse.h"
775 parse(ucbuf.getAlias(), inputDir, outputDir, filename.data(), false, false, false, &errorCode)); in getRules()
1474 // need to parse the collation data regardless in parseCollationElements()
1574 error(line, "parse error. Stopped parsing tokens with %s", u_errorName(*status)); in realParseTable()
1582 error(line, "parse error. Stopped parsing resource with %s", u_errorName(*status)); in realParseTable()
1590 error(line, "parse error. Stopped parsing table with %s", u_errorName(*status)); in realParseTable()
2185 /* parse a non-top-level resource */
2204 /* This function parses from the colon onwards. If the colon is present, parse the in parseResource()
2205 type then try to parse in parseResource()
2316 parse(UCHARBUF *buf, const char *inputDir, const char *outputDir, const char *filename, parse() function
[all...]

Completed in 51 milliseconds

1...<<101102103104105106107108109110>>...120