Home
last modified time | relevance | path

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

12345678910>>...71

/external/clang/include/clang/AST/
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 …]
/external/cronet/tot/third_party/libc++/src/test/std/time/time.syn/
Dformatter_tests.h109 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("f"), arg); in check_invalid_types()
115 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("i"), arg); in check_invalid_types()
118 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("J"), 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("K"), 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()
122 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("L"), arg); in check_invalid_types()
126 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("N"), arg); in check_invalid_types()
127 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("o"), arg); in check_invalid_types()
130 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("P"), arg); in check_invalid_types()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/time/time.syn/
Dformatter_tests.h109 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("f"), arg); in check_invalid_types()
115 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("i"), arg); in check_invalid_types()
118 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("J"), 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("K"), 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()
122 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("L"), arg); in check_invalid_types()
126 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("N"), arg); in check_invalid_types()
127 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("o"), arg); in check_invalid_types()
130 check_invalid_type(valid_types, "The date time type specifier is invalid", STR("P"), arg); in check_invalid_types()
[all …]
/external/clang/test/CXX/class.derived/
Dp1.cpp4 // : base-specifier-list
5 // base-specifier-list:
6 // base-specifier ...[opt]
7 // base-specifier-list , base-specifier ...[opt]
8 // base-specifier:
9 // attribute-specifier-seq[opt] base-type-specifier
10 // attribute-specifier-seq[opt] virtual access-specifier[opt] base-type-specifier
11 // attribute-specifier-seq[opt] access-specifier virtual[opt] base-type-specifier
13 // nested-name-specifier[opt] class-name
14 // decltype-specifier
[all …]
/external/clang/test/Sema/
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 …]
/external/clang/test/SemaObjC/
Dformat-strings-utf8.m15 // CHECK: <string>invalid conversion specifier &apos;\u25b9&apos;</string>
16 // CHECK: <string>invalid conversion specifier &apos;\u25b9&apos;</string>
17 // CHECK: <string>invalid conversion specifier &apos;\U00010348&apos;</string>
18 // CHECK: <string>invalid conversion specifier &apos;\U00010348&apos;</string>
19 // CHECK: <string>invalid conversion specifier &apos;\xe2&apos;</string>
20 // CHECK: <string>invalid conversion specifier &apos;\u25b9&apos;</string>
21 // CHECK: <string>invalid conversion specifier &apos;\u25b9&apos;</string>
22 // CHECK: <string>invalid conversion specifier &apos;\U00010348&apos;</string>
23 // CHECK: <string>invalid conversion specifier &apos;\U00010348&apos;</string>
24 // CHECK: <string>invalid conversion specifier &apos;\xe2&apos;</string>
[all …]
Dnullability.m38 // expected-note@-1{{use nullability type specifier '_Nonnull' to affect the innermost pointer type…
39 …nflictingMethod1; // expected-error{{nullability specifier '_Nullable' conflicts with existing spe…
40 - (nonnull NSFoo * _Nonnull)redundantMethod1; // expected-warning{{duplicate nullability specifier
44 // expected-note@-1{{use nullability type specifier '_Nullable' to affect the innermost pointer typ…
45 …lictingProperty1; // expected-error{{nullability specifier '_Nullable' conflicts with existing spe…
46 …oo * _Nonnull redundantProperty1; // expected-warning{{duplicate nullability specifier '_Nonnull'}}
48 …lictingProperty3; // expected-error{{nullability specifier 'nullable' conflicts with existing spec…
49 …lable) NSFoo *redundantProperty3; // expected-warning{{duplicate nullability specifier 'nullable'}}
55 // expected-note@-1{{use nullability type specifier '_Nullable' to affect the innermost pointer typ…
56 …lictingProperty2; // expected-error{{nullability specifier '_Nullable' conflicts with existing spe…
[all …]
/external/guava/guava/src/com/google/common/net/
DHostSpecifier.java26 * A syntactically valid host specifier, suitable for use in a URI. This may be either a numeric IP
34 * made to verify that a provided specifier corresponds to a real or accessible host. Only syntactic
57 * Returns a {@code HostSpecifier} built from the provided {@code specifier}, which is already
58 * known to be valid. If the {@code specifier} might be invalid, use {@link #from(String)}
61 * <p>The specifier must be in one of these formats:
70 * @throws IllegalArgumentException if the specifier is not valid.
72 public static HostSpecifier fromValid(String specifier) { in fromValid() argument
75 HostAndPort parsedHost = HostAndPort.fromString(specifier); in fromValid()
79 // Try to interpret the specifier as an IP address. Note we build in fromValid()
110 * specifier that is not already known to be valid.
[all …]
/external/guava/android/guava/src/com/google/common/net/
DHostSpecifier.java26 * A syntactically valid host specifier, suitable for use in a URI. This may be either a numeric IP
34 * made to verify that a provided specifier corresponds to a real or accessible host. Only syntactic
57 * Returns a {@code HostSpecifier} built from the provided {@code specifier}, which is already
58 * known to be valid. If the {@code specifier} might be invalid, use {@link #from(String)}
61 * <p>The specifier must be in one of these formats:
70 * @throws IllegalArgumentException if the specifier is not valid.
72 public static HostSpecifier fromValid(String specifier) { in fromValid() argument
75 HostAndPort parsedHost = HostAndPort.fromString(specifier); in fromValid()
79 // Try to interpret the specifier as an IP address. Note we build in fromValid()
110 * specifier that is not already known to be valid.
[all …]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/
Dp3-0x.cpp10 operator struct S {} (); // expected-error{{'K::S' cannot be defined in a type specifier}}
24 new struct T {}; // expected-error {{'T' cannot be defined in a type specifier}} in f()
25 new struct A {}; // expected-error {{'A' cannot be defined in a type specifier}} in f()
27 try {} catch (struct U {}) {} // expected-error {{'U' cannot be defined in a type specifier}} in f()
29 (void)(struct V { V(int); })0; // expected-error {{'V' cannot be defined in a type specifier}} in f()
31 …)dynamic_cast<struct W {}*>((K*)0); // expected-error {{'W' cannot be defined in a type specifier}} in f()
32 …(void)static_cast<struct X {}*>(0); // expected-error {{'X' cannot be defined in a type specifier}} in f()
33 …)reinterpret_cast<struct Y {}*>(0); // expected-error {{'Y' cannot be defined in a type specifier}} in f()
34 …st_cast<struct Z {}*>((const Z*)0); // expected-error {{'Z' cannot be defined in a type specifier}} in f()
37 void g() throw (struct Ex {}) { // expected-error {{'Ex' cannot be defined in a type specifier}} in g()
[all …]
/external/clang/test/SemaObjCXX/Inputs/
Dnullability-pragmas-1.h11 void f1(int *x); // expected-warning{{pointer is missing a nullability type specifier}}
41 void f18(A **); // expected-warning 2{{pointer is missing a nullability type specifier}}
42 void f19(CFErrorRefPtr error); // expected-warning{{pointer is missing a nullability type specifier
45 …nt (^ *bp)(int, int)); // expected-warning{{block pointer is missing a nullability type specifier}}
46 // expected-warning@-1{{pointer is missing a nullability type specifier}}
47 void g3(block_ptr *bp); // expected-warning{{block pointer is missing a nullability type specifier}}
48 // expected-warning@-1{{pointer is missing a nullability type specifier}}
50 … g5(int (**fp)(int, int)); // expected-warning 2{{pointer is missing a nullability type specifier}}
59 // expected-warning@-1{{pointer is missing a nullability type specifier}}
62 @property NSError **anError; // expected-warning 2{{pointer is missing a nullability type specifier
[all …]
/external/clang/test/SemaCXX/
Dnullability-declspec.cpp5 …ected-error{{nullability specifier '_Nullable' cannot be applied to non-pointer type 'int'; did yo…
6 …ected-error{{nullability specifier '_Nullable' cannot be applied to non-pointer type 'int'; did yo…
7 …pected-error{{nullability specifier '_Nonnull' cannot be applied to non-pointer type 'int'; did yo…
8 …pected-error{{nullability specifier '_Nonnull' cannot be applied to non-pointer type 'int'; did yo…
9 …pected-error{{nullability specifier '_Nonnull' cannot be applied to non-pointer type 'int'; did yo…
/external/pigweed/pw_tokenizer/py/pw_tokenizer/
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 …]
/external/clang/lib/Parse/
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 …]
/external/cronet/tot/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtmap/
Dformat.functions.tests.h51 …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()
53 …check_exception("The format specifier should consume the input or end with a '}'", SV("{: }"), inp… in test_char()
56 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:#}"), inp… in test_char()
62 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:.}"), inp… in test_char()
65 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:L}"), inp… in test_char()
76 check_exception("The format specifier should consume the input or end with a '}'", fmt, input); 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()
96 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:: }"), in… in test_char()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtmap/
Dformat.functions.tests.h51 …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()
53 …check_exception("The format specifier should consume the input or end with a '}'", SV("{: }"), inp… in test_char()
56 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:#}"), inp… in test_char()
62 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:.}"), inp… in test_char()
65 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:L}"), inp… in test_char()
76 check_exception("The format specifier should consume the input or end with a '}'", fmt, input); 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()
96 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:: }"), in… in test_char()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/utilities/format/format.functions/
Dfill.unicode.pass.cpp78 …check_exception("The format specifier contains malformed Unicode characters", SV("{:\xed\xa0\x80^}… in test()
79 …check_exception("The format specifier contains malformed Unicode characters", SV("{:\xed\xa0\xbf^}… in test()
80 …check_exception("The format specifier contains malformed Unicode characters", SV("{:\xed\xbf\x80^}… in test()
81 …check_exception("The format specifier contains malformed Unicode characters", SV("{:\xed\xbf\xbf^}… in test()
84 …"The format specifier contains malformed Unicode characters", SV("{:\xf4\x90\x80\x80^}"), 42); // … in test()
86 …"The format specifier contains malformed Unicode characters", SV("{:\xf4\x90\xbf\xbf^}"), 42); // … in test()
88 check_exception("The format specifier contains malformed Unicode characters", in test()
91 check_exception("The format specifier contains malformed Unicode characters", in test()
94 check_exception("The format specifier contains malformed Unicode characters", in test()
97 check_exception("The format specifier contains malformed Unicode characters", in test()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/utilities/format/format.functions/
Dfill.unicode.pass.cpp78 …check_exception("The format specifier contains malformed Unicode characters", SV("{:\xed\xa0\x80^}… in test()
79 …check_exception("The format specifier contains malformed Unicode characters", SV("{:\xed\xa0\xbf^}… in test()
80 …check_exception("The format specifier contains malformed Unicode characters", SV("{:\xed\xbf\x80^}… in test()
81 …check_exception("The format specifier contains malformed Unicode characters", SV("{:\xed\xbf\xbf^}… in test()
84 …"The format specifier contains malformed Unicode characters", SV("{:\xf4\x90\x80\x80^}"), 42); // … in test()
86 …"The format specifier contains malformed Unicode characters", SV("{:\xf4\x90\xbf\xbf^}"), 42); // … in test()
88 check_exception("The format specifier contains malformed Unicode characters", in test()
91 check_exception("The format specifier contains malformed Unicode characters", in test()
94 check_exception("The format specifier contains malformed Unicode characters", in test()
97 check_exception("The format specifier contains malformed Unicode characters", in test()
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtset/
Dformat.functions.tests.h39 // unless forced by the type specifier. 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()
62 …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()
71 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:.}"), inp… in test_char_default()
74 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:L}"), inp… 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()
99 …check_exception("The format specifier for a character does not allow the sign option", SV("{:: }")… in test_char_default()
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/utilities/format/format.range/format.range.fmtset/
Dformat.functions.tests.h39 // unless forced by the type specifier. 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()
62 …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()
71 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:.}"), inp… in test_char_default()
74 …check_exception("The format specifier should consume the input or end with a '}'", SV("{:L}"), inp… 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()
99 …check_exception("The format specifier for a character does not allow the sign option", SV("{:: }")… in test_char_default()
[all …]
/external/wpa_supplicant_8/src/eap_peer/
Deap_gpsk.c32 int vendor; /* CSuite/Specifier */
33 int specifier; /* CSuite/Specifier */ member
202 data->specifier = EAP_GPSK_CIPHER_RESERVED; in eap_gpsk_select_csuite()
205 int vendor, specifier; in eap_gpsk_select_csuite() local
207 specifier = WPA_GET_BE16(csuite->specifier); in eap_gpsk_select_csuite()
209 i, vendor, specifier); in eap_gpsk_select_csuite()
211 data->specifier == EAP_GPSK_CIPHER_RESERVED && in eap_gpsk_select_csuite()
212 eap_gpsk_supported_ciphersuite(vendor, specifier) && in eap_gpsk_select_csuite()
213 (!data->forced_cipher || data->forced_cipher == specifier)) in eap_gpsk_select_csuite()
216 data->specifier = specifier; in eap_gpsk_select_csuite()
[all …]
/external/wpa_supplicant_8/src/eap_common/
Deap_gpsk_common.c21 * @specifier: CSuite/Specifier
24 int eap_gpsk_supported_ciphersuite(int vendor, int specifier) in eap_gpsk_supported_ciphersuite() argument
27 specifier == EAP_GPSK_CIPHER_AES) in eap_gpsk_supported_ciphersuite()
31 specifier == EAP_GPSK_CIPHER_SHA256) in eap_gpsk_supported_ciphersuite()
151 WPA_PUT_BE16(pos, csuite_specifier); /* CSuite/Specifier */ in eap_gpsk_derive_keys_helper()
264 * @specifier: CSuite/Specifier
280 int specifier, in eap_gpsk_derive_keys() argument
291 vendor, specifier); in eap_gpsk_derive_keys()
317 switch (specifier) { in eap_gpsk_derive_keys()
332 "key derivation", vendor, specifier); in eap_gpsk_derive_keys()
[all …]
/external/clang/test/Parser/
Dcxx-class.cpp31 virtual int vf0() = 0l; // expected-error {{does not look like a pure-specifier}}
32 virtual int vf1() = 1; // expected-error {{does not look like a pure-specifier}}
33 virtual int vf2() = 00; // expected-error {{does not look like a pure-specifier}}
34 virtual int vf3() = 0x0; // expected-error {{does not look like a pure-specifier}}
35 virtual int vf4() = 0.0; // expected-error {{does not look like a pure-specifier}}
39 virtual int vf7() = { 0 }; // expected-error {{does not look like a pure-specifier}}
60 // check that we don't consume the token after the access specifier
67 // consume the token after the access specifier if it's a semicolon
130 …truct A::B; // expected-error {{forward declaration of struct cannot have a nested name specifier}}
131 union N::C; // expected-error {{forward declaration of union cannot have a nested name specifier}}
[all …]
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp64 /// scope specifier.
66 /// \param SS the C++ scope specifier as it appears in the source
69 /// this scope specifier, so we can retrieve the declaration context of a
73 /// \returns the declaration context represented by the scope specifier @p SS,
83 // If this nested-name-specifier refers to the current in computeDeclContext()
98 // We are entering the context of the nested name specifier, so try to in computeDeclContext()
99 // match the nested name specifier to either a primary class template in computeDeclContext()
107 // If the type of the nested name specifier is the same as the in computeDeclContext()
115 // If the type of the nested name specifier is the same as the in computeDeclContext()
125 "partial specialization scope specifier in SFINAE context?"); in computeDeclContext()
[all …]
/external/pigweed/pw_format/rust/
Dpw_format_core.rs24 /// format specifier (i.e. the `d` in `%02d`) for a given type in Rust. This
28 /// The format specifier for this type.
36 /// format specifier (i.e. the `x` in `%02x`) for a given type in Rust. This
40 /// The format specifier for this type.
48 /// printf format specifier (i.e. the `x` in `%02x`) for a given type in Rust.
52 /// The format specifier for this type.
60 ($ty:ty, $specifier:literal, $hex_specifier:literal, $upper_hex_specifier:literal) => {
62 const FORMAT_ARG: &'static str = $specifier;
74 ($ty:ty, $specifier:literal) => {
76 const FORMAT_ARG: &'static str = $specifier;

12345678910>>...71