Home
last modified time | relevance | path

Searched refs:parse (Results 251 - 275 of 3222) sorted by relevance

1...<<11121314151617181920>>...129

/kernel/linux/linux-6.6/rust/macros/
H A Dpin_data.rs51 .parse::<TokenStream>()
54 "Self".parse::<TokenStream>().unwrap().into_iter().collect()
107 .parse::<TokenStream>() in replace_self_and_deny_type_defs()
/kernel/linux/linux-6.6/tools/testing/selftests/user_events/
H A Ddyn_test.c67 static int parse(int *check, const char *value) in parse() function
141 #define TEST_PARSE(x) ASSERT_NE(-1, parse(&self->check, x))
143 #define TEST_NPARSE(x) ASSERT_EQ(-1, parse(&self->check, x))
/third_party/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DDecimalFormatPerformanceTest.java54 decimalAsNumber = icuDecimalFormat[0].parse(decimalAsString); in setup()
84 icuDecimalFormat[id].parse(decimalAsString); in TestICUParse()
97 javaDecimalFormat[id].parse(decimalAsString); in TestJDKParse()
H A DDateFormatPerformanceTest.java53 date = icuDateFormat[0].parse(dateString); in setup()
82 icuDateFormat[id].parse(dateString); in TestICUParse()
94 jdkDateFormat[id].parse(dateString); in TestJDKParse()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DIntlTestSimpleDateFormatAPI.java93 // ======= Test parse() in TestAPI()
95 logln("Testing parse()"); in TestAPI()
101 result1 = def.parse(text, pos); in TestAPI()
105 result2 = def.parse(text); in TestAPI()
108 errln("ERROR: parse() failed"); in TestAPI()
163 logln("Testing parse()"); in TestAPI()
168 Date dt = pat.parse("2007W014", new ParsePosition(0)); in TestAPI()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DIntlTestSimpleDateFormatAPI.java96 // ======= Test parse() in TestAPI()
98 logln("Testing parse()"); in TestAPI()
104 result1 = def.parse(text, pos); in TestAPI()
108 result2 = def.parse(text); in TestAPI()
111 errln("ERROR: parse() failed"); in TestAPI()
166 logln("Testing parse()"); in TestAPI()
171 Date dt = pat.parse("2007W014", new ParsePosition(0)); in TestAPI()
H A DNumberFormatTest.java211 double value = parser.parse("-0,5").doubleValue(); in TestParseNegativeWithFaLocale()
222 double value = parser.parse("\u208B0.5").doubleValue(); in TestParseNegativeWithAlternativeMinusSign()
341 double a = fmt.parse(s, pos).doubleValue(); in TestExponential()
343 logln(" -parse-> " + Double.toString(a)); in TestExponential()
346 errln("FAIL: Partial parse (" + pos.getIndex() + " chars) -> " + a); in TestExponential()
357 Number A = fmt.parse(s, pos); in TestExponential()
361 logln(" -parse-> " + a); in TestExponential()
365 errln("FAIL: Partial parse (" + pos.getIndex() + " chars) -> " + Long.toString(a)); in TestExponential()
367 errln("Fail to parse the string: " + s); in TestExponential()
407 Number num = fmt.parse(st in TestParseCurrencyTrailingSymbol()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dreldtfmt.h17 * \brief C++ API: Format and parse relative dates and times.
129 * Parse a date/time string beginning at the given parse position. For
135 * parse succeeds. Clients may insist on strict adherence to the format by
143 * start position if the parse failed.
147 virtual void parse( const UnicodeString& text,
152 * Parse a date/time string starting at the given parse position. For
158 * parse succeeds. Clients may insist on strict adherence to the format by
166 * start position if the parse failed.
170 UDate parse( const UnicodeString& text,
178 * possible. Assuming no parse error
[all...]
/third_party/node/test/parallel/
H A Dtest-inspector-open.js34 const port = url.parse(msg.url).port;
45 const port = url.parse(msg.url).port;
73 const port = url.parse(msg.url).port;
/third_party/node/tools/actions/
H A Dcommit-queue.sh75 start_sha=$(git rev-parse $UPSTREAM/$DEFAULT_BRANCH)
76 end_sha=$(git rev-parse HEAD)
88 commit_head=$(grep 'Fetched commits as' output | cut -d. -f3 | xargs git rev-parse)
/third_party/node/deps/cjs-module-lexer/dist/
H A Dlexer.js1 "use strict";exports.parse=parse;exports.init=init;let A;const Q=1===new Uint8Array(new Uint16Array([1]).buffer)[0];function parse(g,I="@"){if(!A)throw new Error("Not initialized");const D=g.length+1,N=(A.__heap_base.value||A.__h (…) function
/third_party/node/deps/icu-small/source/i18n/
H A Dreldtfmt.h17 * \brief C++ API: Format and parse relative dates and times.
129 * Parse a date/time string beginning at the given parse position. For
135 * parse succeeds. Clients may insist on strict adherence to the format by
143 * start position if the parse failed.
147 virtual void parse( const UnicodeString& text,
152 * Parse a date/time string starting at the given parse position. For
158 * parse succeeds. Clients may insist on strict adherence to the format by
166 * start position if the parse failed.
170 UDate parse( const UnicodeString& text,
178 * possible. Assuming no parse error
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dannotations.rs86 anno.parse(&cursor.comment(), &mut matched_one); in new()
166 fn parse(&mut self, comment: &clang::Comment, matched: &mut bool) { in parse() functions
203 self.parse(&child, matched); in parse()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dreldtfmt.h17 * \brief C++ API: Format and parse relative dates and times.
129 * Parse a date/time string beginning at the given parse position. For
135 * parse succeeds. Clients may insist on strict adherence to the format by
143 * start position if the parse failed.
147 virtual void parse( const UnicodeString& text,
152 * Parse a date/time string starting at the given parse position. For
158 * parse succeeds. Clients may insist on strict adherence to the format by
166 * start position if the parse failed.
170 UDate parse( const UnicodeString& text,
178 * possible. Assuming no parse error
[all...]
/third_party/skia/third_party/externals/angle2/third_party/logdog/logdog/
H A Dstreamname.py120 When constructed with parse or make, the stream path must be completely valid.
141 def parse(cls, path): member in StreamPath
145 path (str): the full stream path to parse.
186 return urllib.parse.urlunparse((
191 '&'.join(('s=%s' % (urllib.parse.quote('%s/%s' % (project, path), ''))
/third_party/typescript/tests/baselines/reference/
H A DexternModule.js21 static parse(string: string): number;
37 var n=XDate.parse("3/2/2004");
57 var n = XDate.parse("3/2/2004");
/third_party/rust/crates/proc-macro-error/proc-macro-error-attr/src/
H A Dlib.rs6 use crate::parse::parse_input;
7 use crate::parse::Attribute;
14 mod parse; modules
/third_party/weex-loader/test/
H A Dtest.js43 return JSON.parse(result.toString());
58 return JSON.parse(Base64.decode(mapStr[1]));
78 expect(JSON.parse(stringifyActual(components))).eql(expectJSON);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_server.c261 /* parse rxResp, respId, respMethod */ in SM_STATE()
336 /* parse rxResp, respId, respMethod */ in SM_STATE()
801 struct erp_tlvs parse; in SM_STATE() local
836 if (erp_parse_tlvs(tlvs, end, &parse, 1) < 0) in SM_STATE()
839 if (!parse.keyname) { in SM_STATE()
846 parse.keyname, parse.keyname_len); in SM_STATE()
847 if (parse.keyname_len > 253) { in SM_STATE()
852 os_memcpy(nai, parse.keyname, parse in SM_STATE()
2037 struct erp_tlvs parse; eap_erp_update_identity() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_server.c261 /* parse rxResp, respId, respMethod */ in SM_STATE()
337 /* parse rxResp, respId, respMethod */ in SM_STATE()
809 struct erp_tlvs parse; in SM_STATE() local
845 if (erp_parse_tlvs(tlvs, end, &parse, 1) < 0) in SM_STATE()
848 if (!parse.keyname) { in SM_STATE()
855 parse.keyname, parse.keyname_len); in SM_STATE()
856 if (parse.keyname_len > 253) { in SM_STATE()
861 os_memcpy(nai, parse.keyname, parse in SM_STATE()
2014 struct erp_tlvs parse; eap_erp_update_identity() local
[all...]
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DNumberFormatICU.java157 public Number parse(String source) throws ParseException { in parse() method in NumberFormatICU
158 return fIcuNfmt.parse(source); in parse()
162 public Number parse(String source, ParsePosition parsePosition) { in parse() method in NumberFormatICU
163 return fIcuNfmt.parse(source, parsePosition); in parse()
/third_party/json/tests/benchmarks/src/
H A Dbenchmarks.cpp19 // parse JSON from file
31 *j = json::parse(*f); in ParseFile()
52 // parse JSON from string
66 *j = json::parse(str); in ParseString()
93 json j = json::parse(str); in Dump()
127 json j = json::parse(str); in ToCbor()
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
H A Dgen_exceptions.js22 const PARSE_FAILED_RE = /^WARNING: failed to sloppy parse (.*)\n$/;
23 const PARSE_STRICT_FAILED_RE = /^WARNING: failed to strict parse (.*)\n$/;
80 // No more than 5% parse/mutation errors.
128 .parse(process.argv);
143 // Skip tests that fail to parse/mutate or are very slow.
145 ` Tests with parse errors from ${name} `, failedParse));
/kernel/linux/linux-5.10/tools/perf/util/
H A Dpmu.y2 %parse-param {struct list_head *format}
3 %parse-param {char *name}
/third_party/ffmpeg/libavcodec/
H A Dvp9_parser.c28 static int parse(AVCodecParserContext *ctx, in parse() function
69 .parser_parse = parse,

Completed in 13 milliseconds

1...<<11121314151617181920>>...129