Home
last modified time | relevance | path

Searched full:specifier (Results 1 – 25 of 3982) sorted by relevance

12345678910>>...160

/aosp_15_r20/external/clang/include/clang/AST/
H A DNestedNameSpecifier.h11 // a C++ nested-name-specifier.
34 /// \brief Represents a C++ nested name specifier, such as
39 /// specifier. Nested name specifiers are made up of a sequence of
41 /// (for dependent names), decltype specifier, or the global specifier ('::').
43 /// nested-namespace-specifier.
54 /// \brief The nested name specifier that precedes this nested name
55 /// specifier.
57 /// The pointer is the nested-name-specifier that precedes this
62 /// \brief The last component in the nested name specifier, which
65 /// When the pointer is NULL, this specifier represents the global
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/
DNestedNameSpecifier.h10 // a C++ nested-name-specifier.
40 /// Represents a C++ nested name specifier, such as
45 /// specifier. Nested name specifiers are made up of a sequence of
47 /// (for dependent names), decltype specifier, or the global specifier ('::').
49 /// nested-namespace-specifier.
59 /// The nested name specifier that precedes this nested name
60 /// specifier.
62 /// The pointer is the nested-name-specifier that precedes this
67 /// The last component in the nested name specifier, which
70 /// When the pointer is NULL, this specifier represents the global
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/
DNestedNameSpecifier.h10 // a C++ nested-name-specifier.
40 /// Represents a C++ nested name specifier, such as
45 /// specifier. Nested name specifiers are made up of a sequence of
47 /// (for dependent names), decltype specifier, or the global specifier ('::').
49 /// nested-namespace-specifier.
59 /// The nested name specifier that precedes this nested name
60 /// specifier.
62 /// The pointer is the nested-name-specifier that precedes this
67 /// The last component in the nested name specifier, which
70 /// When the pointer is NULL, this specifier represents the global
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/
DNestedNameSpecifier.h10 // a C++ nested-name-specifier.
40 /// Represents a C++ nested name specifier, such as
45 /// specifier. Nested name specifiers are made up of a sequence of
47 /// (for dependent names), decltype specifier, or the global specifier ('::').
49 /// nested-namespace-specifier.
59 /// The nested name specifier that precedes this nested name
60 /// specifier.
62 /// The pointer is the nested-name-specifier that precedes this
67 /// The last component in the nested name specifier, which
70 /// When the pointer is NULL, this specifier represents the global
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/
DNestedNameSpecifier.h10 // a C++ nested-name-specifier.
40 /// Represents a C++ nested name specifier, such as
45 /// specifier. Nested name specifiers are made up of a sequence of
47 /// (for dependent names), decltype specifier, or the global specifier ('::').
49 /// nested-namespace-specifier.
59 /// The nested name specifier that precedes this nested name
60 /// specifier.
62 /// The pointer is the nested-name-specifier that precedes this
67 /// The last component in the nested name specifier, which
70 /// When the pointer is NULL, this specifier represents the global
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/time/time.syn/
H A Dformatter_tests.h108 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("f"), arg); in check_invalid_types()
114 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("i"), arg); in check_invalid_types()
117 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("J"), arg); in check_invalid_types()
118 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("k"), arg); in check_invalid_types()
119 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("K"), arg); in check_invalid_types()
120 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("l"), arg); in check_invalid_types()
121 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("L"), arg); in check_invalid_types()
125 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("N"), arg); in check_invalid_types()
126 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("o"), arg); in check_invalid_types()
129 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("P"), arg); in check_invalid_types()
[all …]
/aosp_15_r20/packages/modules/Wifi/framework/tests/src/android/net/wifi/
DWifiNetworkAgentSpecifierTest.java52 WifiNetworkAgentSpecifier specifier = createDefaultNetworkAgentSpecifier(); in testWifiNetworkAgentSpecifierParcel() local
55 specifier.writeToParcel(parcelW, 0); in testWifiNetworkAgentSpecifierParcel()
65 assertEquals(specifier, parcelSpecifier); in testWifiNetworkAgentSpecifierParcel()
70 * a) Create network agent specifier 1 for WPA_PSK network
71 * b) Create network agent specifier 2 with the same params as specifier 1.
72 * c) Ensure that the specifier 2 equals specifier 1.
84 * a) Create network agent specifier 1 for WPA_PSK network
85 * b) Create network agent specifier 2 with different key mgmt params.
86 * c) Ensure that the specifier 2 does not equal specifier 1.
106 * a) Create network agent specifier 1 for WPA_PSK network
[all …]
DWifiNetworkSpecifierTest.java66 NetworkSpecifier specifier = new WifiNetworkSpecifier.Builder() in testWifiNetworkSpecifierBuilderForOpenNetworkWithSsidPattern() local
70 assertTrue(specifier instanceof WifiNetworkSpecifier); in testWifiNetworkSpecifierBuilderForOpenNetworkWithSsidPattern()
71 WifiNetworkSpecifier wifiNetworkSpecifier = (WifiNetworkSpecifier) specifier; in testWifiNetworkSpecifierBuilderForOpenNetworkWithSsidPattern()
90 NetworkSpecifier specifier = new WifiNetworkSpecifier.Builder() in testWifiNetworkSpecifierBuilderForWpa2PskNetworkWithBssidPattern() local
96 assertTrue(specifier instanceof WifiNetworkSpecifier); in testWifiNetworkSpecifierBuilderForWpa2PskNetworkWithBssidPattern()
97 WifiNetworkSpecifier wifiNetworkSpecifier = (WifiNetworkSpecifier) specifier; in testWifiNetworkSpecifierBuilderForWpa2PskNetworkWithBssidPattern()
122 NetworkSpecifier specifier = new WifiNetworkSpecifier.Builder() in testWifiNetworkSpecifierBuilderForWpa2EapHiddenNetworkWithSsidAndBssid() local
129 assertTrue(specifier instanceof WifiNetworkSpecifier); in testWifiNetworkSpecifierBuilderForWpa2EapHiddenNetworkWithSsidAndBssid()
130 WifiNetworkSpecifier wifiNetworkSpecifier = (WifiNetworkSpecifier) specifier; in testWifiNetworkSpecifierBuilderForWpa2EapHiddenNetworkWithSsidAndBssid()
160 NetworkSpecifier specifier = new WifiNetworkSpecifier.Builder() in testWifiNetworkSpecifierBuilderForWpa3EapNetwork() local
[all …]
/aosp_15_r20/external/clang/lib/Parse/
H A DParseTentative.cpp39 /// 'namespace' identifier = qualified-namespace-specifier ';'
42 /// 'using' typename[opt] '::'[opt] nested-name-specifier
47 /// 'using' 'namespace' '::'[opt] nested-name-specifier[opt]
76 /// decl-specifier-seq init-declarator-list[opt] ';'
81 /// attribute-specifier-seqopt type-specifier-seq declarator
100 // We don't have to parse all of the decl-specifier-seq part. There's only in isCXXSimpleDeclaration()
101 // an ambiguity if the first decl-specifier is in isCXXSimpleDeclaration()
102 // simple-type-specifier/typename-specifier followed by a '(', which may in isCXXSimpleDeclaration()
125 // Ok, we have a simple-type-specifier/typename-specifier followed by a '(', in isCXXSimpleDeclaration()
147 /// (potentially) starting a decl-specifier.
[all …]
H A DParseDeclCXX.cpp56 /// 'namespace' identifier '=' qualified-namespace-specifier ';'
269 // Parse (optional) nested-name-specifier. in ParseNamespaceAlias()
422 /// 'using' 'namespace' ::[opt] nested-name-specifier[opt]
425 /// 'using' 'namespace' ::[opt] nested-name-specifier[opt]
444 // Parse (optional) nested-name-specifier. in ParseUsingDirective()
485 /// 'using' 'typename'[opt] ::[opt] nested-name-specifier
490 /// 'using' identifier attribute-specifier-seq[opt] = type-id ;
508 // FIXME: This is wrong; we should parse this as a typename-specifier. in ParseUsingDeclaration()
518 // Parse nested-name-specifier. in ParseUsingDeclaration()
525 // Check nested-name specifier. in ParseUsingDeclaration()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtmap/
H A Dformat.functions.tests.h50 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:-}"), inp… in test_char()
51 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:+}"), inp… in test_char()
52 …check_exception("The format specifier should consume the input or end with a '}'", SV("{: }"), inp… in test_char()
55 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:#}"), inp… in test_char()
61 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:.}"), inp… in test_char()
64 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:L}"), inp… in test_char()
75 check_exception("The format specifier should consume the input or end with a '}'", fmt, input); in test_char()
93 …check_exception("The format specifier should consume the input or end with a '}'", SV("{::-}"), in… in test_char()
94 …check_exception("The format specifier should consume the input or end with a '}'", SV("{::+}"), in… in test_char()
95 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:: }"), in… in test_char()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtset/
H A Dformat.functions.tests.h38 // unless forced by the type specifier. in test_char_default()
59 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:-}"), inp… in test_char_default()
60 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:+}"), inp… in test_char_default()
61 …check_exception("The format specifier should consume the input or end with a '}'", SV("{: }"), inp… in test_char_default()
64 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:#}"), inp… in test_char_default()
70 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:.}"), inp… in test_char_default()
73 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:L}"), inp… in test_char_default()
96 …check_exception("The format specifier for a character does not allow the sign option", SV("{::-}")… in test_char_default()
97 …check_exception("The format specifier for a character does not allow the sign option", SV("{::+}")… in test_char_default()
98 …check_exception("The format specifier for a character does not allow the sign option", SV("{:: }")… in test_char_default()
[all …]
/aosp_15_r20/tools/metalava/metalava-model-text/src/test/java/com/android/tools/metalava/model/text/
H A DFileFormatTest.kt63 * Tests that the [header] and [specifier] can be parsed to produce the [format] and vice versa.
67 specifier: String, in headerAndSpecifierTest()
71 assertEquals(specifier, format.specifier(), message = "specifier does not match format") in headerAndSpecifierTest()
85 specifier, in headerAndSpecifierTest()
89 message = "format parsed from specifier does not match" in headerAndSpecifierTest()
283 fun `Check header and specifier (v3 + kotlin-style-nulls=no,migrating=test)`() { in Check header and specifier (v3 + kotlin-style-nulls=no,migrating=test)()
292 specifier = "3.0:kotlin-style-nulls=no,migrating=test", in Check header and specifier (v3 + kotlin-style-nulls=no,migrating=test)()
298 fun `Check header and specifier (v2 + kotlin-style-nulls=yes,migrating=test)`() { in Check header and specifier (v2 + kotlin-style-nulls=yes,migrating=test)()
307 specifier = "2.0:kotlin-style-nulls=yes,migrating=test", in Check header and specifier (v2 + kotlin-style-nulls=yes,migrating=test)()
313 fun `Check header and specifier (v5)`() { in Check header and specifier (v5)()
[all …]
/aosp_15_r20/external/pigweed/pw_tokenizer/py/pw_tokenizer/
H A Ddecode.py45 """Represents a format specifier parsed from a printf-style string.
56 - Overall Format: `%[flags][width][.precision][length][specifier]`
72 padding is specified (see width sub-specifier).
137 - If a length modifier is provided for an incorrect specifier, it is
139 - Specifier (Required)
197 - If a length modifier is provided for an incorrect specifier, it is
216 - Using `*` or fixed precision with the `s` specifier still requires the
222 - `n` specifier: We do not support the `n` specifier since it is impossible
250 """Creates a FormatSpec from a str with a single format specifier."""
255 '{!r} is not a valid single format specifier'.format(
[all …]
/aosp_15_r20/external/clang/test/Sema/
H A Dformat-strings-darwin.c25 …// expected-warning@-8 {{'D' conversion specifier is not supported by ISO C}} expected-note@-8 {{d… in test()
26 …// expected-warning@-8 {{'D' conversion specifier is not supported by ISO C}} expected-note@-8 {{d… in test()
27 …// expected-warning@-8 {{'U' conversion specifier is not supported by ISO C}} expected-note@-8 {{d… in test()
28 …// expected-warning@-8 {{'U' conversion specifier is not supported by ISO C}} expected-note@-8 {{d… in test()
29 …// expected-warning@-8 {{'O' conversion specifier is not supported by ISO C}} expected-note@-8 {{d… in test()
30 …// expected-warning@-8 {{'O' conversion specifier is not supported by ISO C}} expected-note@-8 {{d… in test()
32 // expected-warning@-15 {{invalid conversion specifier 'D'}} in test()
33 // expected-warning@-15 {{invalid conversion specifier 'D'}} in test()
34 // expected-warning@-15 {{invalid conversion specifier 'U'}} in test()
35 // expected-warning@-15 {{invalid conversion specifier 'U'}} in test()
[all …]
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.range/format.range.formatter/
H A Dformat.functions.tests.h43 // unless forced by the type specifier. in test_char_default()
64 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:-}"), inp… in test_char_default()
65 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:+}"), inp… in test_char_default()
66 …check_exception("The format specifier should consume the input or end with a '}'", SV("{: }"), inp… in test_char_default()
69 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:#}"), inp… in test_char_default()
75 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:.}"), inp… in test_char_default()
78 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:L}"), inp… in test_char_default()
86 check_exception("The format specifier should consume the input or end with a '}'", fmt, input); in test_char_default()
103 …check_exception("The format specifier for a character does not allow the sign option", SV("{::-}")… in test_char_default()
104 …check_exception("The format specifier for a character does not allow the sign option", SV("{::+}")… in test_char_default()
[all …]
/aosp_15_r20/external/python/setuptools/pkg_resources/_vendor/packaging/
Dspecifiers.py35 An invalid specifier was found, users should refer to PEP 440.
43 Returns the str representation of this Specifier like object. This
44 should be representative of the Specifier itself.
50 Returns a hash value for this Specifier like object.
56 Returns a boolean representing whether or not the two Specifier like
64 specifier.
71 specifier.
77 Determines if the given item is contained within this specifier.
86 are contained within this specifier are allowed in it.
98 raise InvalidSpecifier(f"Invalid specifier: '{spec}'")
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/packaging/
Dspecifiers.py35 An invalid specifier was found, users should refer to PEP 440.
43 Returns the str representation of this Specifier like object. This
44 should be representative of the Specifier itself.
50 Returns a hash value for this Specifier like object.
56 Returns a boolean representing whether or not the two Specifier like
64 specifier.
71 specifier.
77 Determines if the given item is contained within this specifier.
86 are contained within this specifier are allowed in it.
98 raise InvalidSpecifier(f"Invalid specifier: '{spec}'")
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/packaging/
Dspecifiers.py35 An invalid specifier was found, users should refer to PEP 440.
43 Returns the str representation of this Specifier like object. This
44 should be representative of the Specifier itself.
50 Returns a hash value for this Specifier like object.
56 Returns a boolean representing whether or not the two Specifier like
64 specifier.
71 specifier.
77 Determines if the given item is contained within this specifier.
86 are contained within this specifier are allowed in it.
98 raise InvalidSpecifier(f"Invalid specifier: '{spec}'")
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/packaging/
Dspecifiers.py35 An invalid specifier was found, users should refer to PEP 440.
43 Returns the str representation of this Specifier like object. This
44 should be representative of the Specifier itself.
50 Returns a hash value for this Specifier like object.
56 Returns a boolean representing whether or not the two Specifier like
64 specifier.
71 specifier.
77 Determines if the given item is contained within this specifier.
86 are contained within this specifier are allowed in it.
98 raise InvalidSpecifier(f"Invalid specifier: '{spec}'")
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/packaging/
Dspecifiers.py35 An invalid specifier was found, users should refer to PEP 440.
43 Returns the str representation of this Specifier like object. This
44 should be representative of the Specifier itself.
50 Returns a hash value for this Specifier like object.
56 Returns a boolean representing whether or not the two Specifier like
64 specifier.
71 specifier.
77 Determines if the given item is contained within this specifier.
86 are contained within this specifier are allowed in it.
98 raise InvalidSpecifier(f"Invalid specifier: '{spec}'")
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/packaging/
Dspecifiers.py35 An invalid specifier was found, users should refer to PEP 440.
43 Returns the str representation of this Specifier like object. This
44 should be representative of the Specifier itself.
50 Returns a hash value for this Specifier like object.
56 Returns a boolean representing whether or not the two Specifier like
64 specifier.
71 specifier.
77 Determines if the given item is contained within this specifier.
86 are contained within this specifier are allowed in it.
98 raise InvalidSpecifier(f"Invalid specifier: '{spec}'")
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/_vendor/packaging/
Dspecifiers.py35 An invalid specifier was found, users should refer to PEP 440.
43 Returns the str representation of this Specifier like object. This
44 should be representative of the Specifier itself.
50 Returns a hash value for this Specifier like object.
56 Returns a boolean representing whether or not the two Specifier like
64 specifier.
71 specifier.
77 Determines if the given item is contained within this specifier.
86 are contained within this specifier are allowed in it.
98 raise InvalidSpecifier(f"Invalid specifier: '{spec}'")
[all …]
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/packaging/
Dspecifiers.py35 An invalid specifier was found, users should refer to PEP 440.
43 Returns the str representation of this Specifier like object. This
44 should be representative of the Specifier itself.
50 Returns a hash value for this Specifier like object.
56 Returns a boolean representing whether or not the two Specifier like
64 specifier.
71 specifier.
77 Determines if the given item is contained within this specifier.
86 are contained within this specifier are allowed in it.
98 raise InvalidSpecifier(f"Invalid specifier: '{spec}'")
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/packaging/
Dspecifiers.py35 An invalid specifier was found, users should refer to PEP 440.
43 Returns the str representation of this Specifier like object. This
44 should be representative of the Specifier itself.
50 Returns a hash value for this Specifier like object.
56 Returns a boolean representing whether or not the two Specifier like
64 specifier.
71 specifier.
77 Determines if the given item is contained within this specifier.
86 are contained within this specifier are allowed in it.
98 raise InvalidSpecifier(f"Invalid specifier: '{spec}'")
[all …]

12345678910>>...160