/third_party/skia/third_party/externals/spirv-cross/ |
H A D | main.cpp | 86 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 D | test_dbapi.py | 30 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 D | JsonFormat.java | 1322 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 D | common_tests.rb | 1131 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 D | clinic.py | 317 # 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 D | test_unicode.py | 2662 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 D | asymmetric_type.c | 385 ret = parser->parse(prep); in asymmetric_key_preparse()
|
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-hyperv.c | 438 .parse = mousevsc_hid_parse, 506 hid_err(hid_dev, "parse failed\n"); in mousevsc_probe()
|
/kernel/linux/linux-5.10/net/phonet/ |
H A D | af_phonet.c | 141 .parse = pn_header_parse,
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | netfilter.h | 467 int (*parse)(const struct nlattr *attr, struct nf_conn *ct); member
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | inject-buildid.c | 16 #include <subcmd/parse-options.h>
|
H A D | epoll-wait.c | 83 #include <subcmd/parse-options.h>
|
H A D | epoll-ctl.c | 28 #include <subcmd/parse-options.h>
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-annotate.c | 25 #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 D | builtin-buildid-cache.c | 21 #include <subcmd/parse-options.h>
|
H A D | builtin-probe.c | 26 #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 D | builtin-test.c | 22 #include <subcmd/parse-options.h>
|
/kernel/linux/linux-5.10/tools/bpf/resolve_btfids/ |
H A D | main.c | 65 #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 D | hsr_device.c | 234 .parse = eth_header_parse,
|
/kernel/linux/linux-5.10/net/ethernet/ |
H A D | eth.c | 135 /* 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 D | hid.c | 385 .parse = gb_hid_parse,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | netfilter.h | 478 int (*parse)(const struct nlattr *attr, struct nf_conn *ct); member
|
/kernel/linux/linux-6.6/drivers/staging/greybus/ |
H A D | hid.c | 385 .parse = gb_hid_parse,
|
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw88/ |
H A D | rtw8822c.h | 133 .parse = rtw8822c_parse_tbl_dpk, \
|
/kernel/linux/linux-6.6/crypto/asymmetric_keys/ |
H A D | asymmetric_type.c | 417 ret = parser->parse(prep); in asymmetric_key_preparse()
|