Home
last modified time | relevance | path

Searched refs:parse (Results 1526 - 1550 of 2030) sorted by relevance

1...<<61626364656667686970>>...82

/third_party/skia/third_party/externals/spirv-cross/
H A Dmain.cpp86 bool parse() in parse() function
136 THROW("Tried to parse uint, but nothing left in arguments"); in next_uint()
155 THROW("Tried to parse uint, but nothing left in arguments"); in next_hex_uint()
174 THROW("Tried to parse double, but nothing left in arguments"); in next_double()
205 THROW("Tried to parse string, but nothing left in arguments"); in next_string()
1087 spirv_parser.parse(); in compile_iteration()
1691 if (!parser.parse()) in main_inner()
1711 spirv_parser.parse(); in main_inner()
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py30 import urllib.parse namespace
676 uri = "file:" + urllib.parse.quote(os.fsencode(path))
694 uri = "file:" + urllib.parse.quote(os.fsencode(path)) + "?mode=ro"
714 uri = "file:" + urllib.parse.quote(path)
/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java1322 merge(jsonParser.parse(reader), builder); in merge()
1342 merge(jsonParser.parse(reader), builder); in merge()
1563 Timestamp value = Timestamps.parse(json.getAsString()); in mergeTimestamp()
1566 throw new InvalidProtocolBufferException("Failed to parse timestamp: " + json); in mergeTimestamp()
1573 Duration value = Durations.parse(json.getAsString()); in mergeDuration()
1576 throw new InvalidProtocolBufferException("Failed to parse duration: " + json); in mergeDuration()
1843 // accepts all double values. Here we parse the value into a Double in parseFloat()
1880 // accepts all values. Here we parse the value into a BigDecimal and do in parseDouble()
/third_party/protobuf/ruby/tests/
H A Dcommon_tests.rb1131 assert_equal expected, JSON.parse(actual, :symbolize_names => true)
1166 assert_equal expected, JSON.parse(actual, :symbolize_names => true)
1200 assert_equal expected, JSON.parse(actual, :symbolize_names => true)
1244 struct = struct_from_ruby(JSON.parse(json))
1255 struct = struct_from_ruby(JSON.parse(json))
1474 # to parse a wrapper type directly.
/third_party/python/Tools/clinic/
H A Dclinic.py317 # The C statements required to initialize the variables before the parse call.
322 # parsed by the parse call, before calling the impl.
347 # value from the parse function. This is also where
830 # so we skip making a parse function
2034 def parse(self, input): member in Clinic
2045 parser.parse(block)
2166 cooked = clinic.parse(raw)
2185 def parse(self, block): member in PythonParser
2679 data.post_parsing.append('/* Post parse cleanup for ' + name + ' */\n' + post_parsing.rstrip() + '\n')
4199 def parse(sel member in DSLParser
[all...]
/third_party/python/Lib/test/
H A Dtest_unicode.py2662 def parse(format): function
2665 formatter = parse("prefix {2!s}xxx{0:^+10.3f}{obj.attr!s} {z[0]!s:10}")
2673 formatter = parse("prefix {} suffix")
2679 formatter = parse("str")
2684 formatter = parse("")
2687 formatter = parse("{0}")
/kernel/linux/linux-5.10/crypto/asymmetric_keys/
H A Dasymmetric_type.c385 ret = parser->parse(prep); in asymmetric_key_preparse()
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-hyperv.c438 .parse = mousevsc_hid_parse,
506 hid_err(hid_dev, "parse failed\n"); in mousevsc_probe()
/kernel/linux/linux-5.10/net/phonet/
H A Daf_phonet.c141 .parse = pn_header_parse,
/kernel/linux/linux-5.10/include/linux/
H A Dnetfilter.h467 int (*parse)(const struct nlattr *attr, struct nf_conn *ct); member
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dinject-buildid.c16 #include <subcmd/parse-options.h>
H A Depoll-wait.c83 #include <subcmd/parse-options.h>
H A Depoll-ctl.c28 #include <subcmd/parse-options.h>
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-annotate.c25 #include <subcmd/parse-options.h>
26 #include "util/parse-events.h"
79 * @acme: once we parse the objdump output _before_ processing the samples,
H A Dbuiltin-buildid-cache.c21 #include <subcmd/parse-options.h>
H A Dbuiltin-probe.c26 #include <subcmd/parse-options.h>
95 pr_err("Filter parse error at %td.\n", err - str + 1); in params_add_filter()
214 pr_warning("Failed to parse %s as a pid: %s\n", str, in opt_set_target_ns()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dbuiltin-test.c22 #include <subcmd/parse-options.h>
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/
H A Dmain.c65 #include <parse-options.h>
241 pr_err("FAILED to parse set name: %s\n", name); in add_set()
254 pr_err("FAILED to parse symbol name: %s\n", name); in add_symbol()
/kernel/linux/linux-5.10/net/hsr/
H A Dhsr_device.c234 .parse = eth_header_parse,
/kernel/linux/linux-5.10/net/ethernet/
H A Deth.c135 /* parse any remaining L2/L3 headers, check for L4 */ in eth_get_headlen()
141 /* parse for any L4 headers */ in eth_get_headlen()
349 .parse = eth_header_parse,
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dhid.c385 .parse = gb_hid_parse,
/kernel/linux/linux-6.6/include/linux/
H A Dnetfilter.h478 int (*parse)(const struct nlattr *attr, struct nf_conn *ct); member
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dhid.c385 .parse = gb_hid_parse,
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/
H A Drtw8822c.h133 .parse = rtw8822c_parse_tbl_dpk, \
/kernel/linux/linux-6.6/crypto/asymmetric_keys/
H A Dasymmetric_type.c417 ret = parser->parse(prep); in asymmetric_key_preparse()

Completed in 36 milliseconds

1...<<61626364656667686970>>...82