Home
last modified time | relevance | path

Searched refs:get_quoted_string (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/test_email/
Dtest__header_value_parser.py734 qs = self._test_get_x(parser.get_quoted_string,
741 qs = self._test_get_x(parser.get_quoted_string,
747 qs = self._test_get_x(parser.get_quoted_string,
755 qs = self._test_get_x(parser.get_quoted_string,
764 qs = self._test_get_x(parser.get_quoted_string,
772 qs = self._test_get_x(parser.get_quoted_string,
780 qs = self._test_get_x(parser.get_quoted_string,
788 qs = self._test_get_x(parser.get_quoted_string,
797 qs = self._test_get_x(parser.get_quoted_string,
806 parser.get_quoted_string(' (ab) xyz')
[all …]
/aosp_15_r20/external/coreboot/util/lint/
H A Dcheckpatch.pl1470 sub get_quoted_string { subroutine
5815 my $extracted_string = get_quoted_string($line, $rawline);
5848 get_quoted_string($line, $rawline) =~ /\b$context_function\b/ &&
5849 length(get_quoted_string($line, $rawline)) != (length($context_function) + 2)) {
6383 my $fmt = get_quoted_string($line, $rawline);
6407 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
7054 my $extracted_string = get_quoted_string($line, $rawline);
/aosp_15_r20/tools/repohooks/tools/
H A Dcheckpatch.pl1623 sub get_quoted_string { subroutine
6120 my $extracted_string = get_quoted_string($line, $rawline);
6153 get_quoted_string($line, $rawline) =~ /\b$context_function\b/ &&
6154 length(get_quoted_string($line, $rawline)) != (length($context_function) + 2)) {
6721 my $fmt = get_quoted_string($line, $rawline);
6746 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
7407 my $extracted_string = get_quoted_string($line, $rawline);
/aosp_15_r20/external/ltp/scripts/
H A Dcheckpatch.pl1599 sub get_quoted_string { subroutine
6097 my $extracted_string = get_quoted_string($line, $rawline);
6130 get_quoted_string($line, $rawline) =~ /\b$context_function\b/ &&
6131 length(get_quoted_string($line, $rawline)) != (length($context_function) + 2)) {
6698 my $fmt = get_quoted_string($line, $rawline);
6723 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
7384 my $extracted_string = get_quoted_string($line, $rawline);
/aosp_15_r20/external/mesa3d/src/util/
H A Dparson.c192 static char * get_quoted_string(const char **string, size_t *output_string_len);
913 static char * get_quoted_string(const char **string, size_t *output_string_len) { in get_quoted_string() function
972 new_key = get_quoted_string(string, &key_len); in parse_object_value()
1074 char *new_string = get_quoted_string(string, &new_string_len); in parse_string_value()
/aosp_15_r20/external/python/cpython3/Lib/email/
D_header_value_parser.py1283 def get_quoted_string(value): function
1396 token, value = get_quoted_string(value)
2403 token, value = get_quoted_string(value)
2456 qstring, remainder = get_quoted_string(value)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/email/
D_header_value_parser.py1283 def get_quoted_string(value): function
1396 token, value = get_quoted_string(value)
2403 token, value = get_quoted_string(value)
2456 qstring, remainder = get_quoted_string(value)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/email/
D_header_value_parser.py1283 def get_quoted_string(value): function
1396 token, value = get_quoted_string(value)
2403 token, value = get_quoted_string(value)
2456 qstring, remainder = get_quoted_string(value)
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/email/
H A D_header_value_parser.py1283 def get_quoted_string(value): function
1396 token, value = get_quoted_string(value)
2403 token, value = get_quoted_string(value)
2456 qstring, remainder = get_quoted_string(value)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/email/
D_header_value_parser.py1283 def get_quoted_string(value): function
1396 token, value = get_quoted_string(value)
2403 token, value = get_quoted_string(value)
2456 qstring, remainder = get_quoted_string(value)
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/email/
D_header_value_parser.py1283 def get_quoted_string(value): function
1396 token, value = get_quoted_string(value)
2403 token, value = get_quoted_string(value)
2456 qstring, remainder = get_quoted_string(value)