/external/clang/test/SemaObjC/ |
D | format-strings-utf8.m | 15 // CHECK: <string>invalid conversion specifier '\u25b9'</string> 16 // CHECK: <string>invalid conversion specifier '\u25b9'</string> 17 // CHECK: <string>invalid conversion specifier '\U00010348'</string> 18 // CHECK: <string>invalid conversion specifier '\U00010348'</string> 19 // CHECK: <string>invalid conversion specifier '\xe2'</string> 20 // CHECK: <string>invalid conversion specifier '\u25b9'</string> 21 // CHECK: <string>invalid conversion specifier '\u25b9'</string> 22 // CHECK: <string>invalid conversion specifier '\U00010348'</string> 23 // CHECK: <string>invalid conversion specifier '\U00010348'</string> 24 // CHECK: <string>invalid conversion specifier '\xe2'</string> [all …]
|
D | nullability.m | 38 // 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 …]
|
D | override-nullability.m | 12 …pected-warning {{conflicting nullability specifier on return types, 'nullable' conflicts with exis… 13 …ected-warning {{conflicting nullability specifier on parameter types, 'nonnull' conflicts with exi…
|
/external/llvm-project/clang/test/SemaObjC/ |
D | format-strings-utf8.m | 15 // CHECK: <string>invalid conversion specifier '\u25b9'</string> 16 // CHECK: <string>invalid conversion specifier '\u25b9'</string> 17 // CHECK: <string>invalid conversion specifier '\U00010348'</string> 18 // CHECK: <string>invalid conversion specifier '\U00010348'</string> 19 // CHECK: <string>invalid conversion specifier '\xe2'</string> 20 // CHECK: <string>invalid conversion specifier '\u25b9'</string> 21 // CHECK: <string>invalid conversion specifier '\u25b9'</string> 22 // CHECK: <string>invalid conversion specifier '\U00010348'</string> 23 // CHECK: <string>invalid conversion specifier '\U00010348'</string> 24 // CHECK: <string>invalid conversion specifier '\xe2'</string> [all …]
|
D | nullability.m | 38 // expected-note@-1{{use nullability type specifier '_Nonnull' to affect the innermost pointer type… 39 …onflictingMethod1; // expected-error{{nullability specifier 'nonnull' conflicts with existing spec… 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 …ingProperty1; // expected-error{{nullability specifier 'null_unspecified' conflicts with existing … 46 …Foo * _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 …ingProperty2; // expected-error{{nullability specifier 'null_unspecified' conflicts with existing … [all …]
|
D | override-nullability.m | 12 …pected-warning {{conflicting nullability specifier on return types, 'nullable' conflicts with exis… 13 …ected-warning {{conflicting nullability specifier on parameter types, 'nonnull' conflicts with exi…
|
D | nullable-result.m | 28 …id _Nullable_result _Nullable_result a; // expected-warning {{duplicate nullability specifier _Nul… 29 …able_result b; // expected-error{{nullability specifier _Nullable_result conflicts with existing s… 30 …esult _Nonnull c; // expected-error{{nullability specifier '_Nonnull' conflicts with existing spec…
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_gpsk.c | 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() 221 data->specifier == EAP_GPSK_CIPHER_RESERVED) { in eap_gpsk_select_csuite() [all …]
|
/external/guava/android/guava/src/com/google/common/net/ |
D | HostSpecifier.java | 70 public static HostSpecifier fromValid(String specifier) { in fromValid() argument 73 final HostAndPort parsedHost = HostAndPort.fromString(specifier); in fromValid() 112 public static HostSpecifier from(String specifier) throws ParseException { in from() argument 114 return fromValid(specifier); in from() 120 ParseException parseException = new ParseException("Invalid host specifier: " + specifier, 0); in from() 130 public static boolean isValid(String specifier) { in isValid() argument 132 fromValid(specifier); in isValid()
|
/external/guava/guava/src/com/google/common/net/ |
D | HostSpecifier.java | 70 public static HostSpecifier fromValid(String specifier) { in fromValid() argument 73 final HostAndPort parsedHost = HostAndPort.fromString(specifier); in fromValid() 112 public static HostSpecifier from(String specifier) throws ParseException { in from() argument 114 return fromValid(specifier); in from() 120 ParseException parseException = new ParseException("Invalid host specifier: " + specifier, 0); in from() 130 public static boolean isValid(String specifier) { in isValid() argument 132 fromValid(specifier); in isValid()
|
/external/pigweed/pw_tokenizer/py/pw_tokenizer/ |
D | decode.py | 69 self.specifier: str = self.match.group() 203 return self.specifier 218 def missing(cls, specifier: FormatSpec): 219 return cls(specifier, None, b'', cls.MISSING) 222 specifier: FormatSpec, 227 self.specifier = specifier # FormatSpec (e.g. to represent "%0.2f") 245 self._status = status if self.specifier.type != '%' else self.OK 250 return self.specifier.compatible % (self.value + '[...]') 254 return self.specifier.compatible % self.value 260 message = '{} SKIPPED'.format(self.specifier) [all …]
|
/external/wpa_supplicant_8/src/eap_common/ |
D | eap_gpsk_common.h | 41 u8 specifier[2]; member 48 int eap_gpsk_supported_ciphersuite(int vendor, int specifier); 50 int specifier, 57 int specifier, 62 size_t eap_gpsk_mic_len(int vendor, int specifier); 64 int specifier, const u8 *data, size_t len, u8 *mic);
|
D | eap_gpsk_common.c | 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() 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() 418 int specifier, in eap_gpsk_derive_session_id() argument 429 vendor, specifier); in eap_gpsk_derive_session_id() 461 ret = eap_gpsk_derive_mid_helper(specifier, in eap_gpsk_derive_session_id() [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/ |
D | NotARotationMatrixException.java | 45 public NotARotationMatrixException(String specifier, Object ... parts) { in NotARotationMatrixException() argument 46 super(specifier, parts); in NotARotationMatrixException() 56 public NotARotationMatrixException(Localizable specifier, Object ... parts) { in NotARotationMatrixException() argument 57 super(specifier, parts); in NotARotationMatrixException()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/ |
D | IntegratorException.java | 42 public IntegratorException(final String specifier, final Object ... parts) { in IntegratorException() argument 43 super(specifier, parts); in IntegratorException() 52 public IntegratorException(final Localizable specifier, final Object ... parts) { in IntegratorException() argument 53 super(specifier, parts); in IntegratorException()
|
D | DerivativeException.java | 41 public DerivativeException(final String specifier, final Object ... parts) { in DerivativeException() argument 42 this(new DummyLocalizable(specifier), parts); in DerivativeException() 51 public DerivativeException(final Localizable specifier, final Object ... parts) { in DerivativeException() argument 52 super(specifier, parts); in DerivativeException()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/events/ |
D | EventException.java | 41 public EventException(final String specifier, final Object ... parts) { in EventException() argument 42 super(specifier, parts); in EventException() 51 public EventException(final Localizable specifier, final Object ... parts) { in EventException() argument 52 super(specifier, parts); in EventException()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
D | EstimationException.java | 46 public EstimationException(String specifier, Object ... parts) { in EstimationException() argument 47 this(new DummyLocalizable(specifier), parts); in EstimationException() 57 public EstimationException(Localizable specifier, Object ... parts) { in EstimationException() argument 58 super(specifier, parts); in EstimationException()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/ |
D | OptimizationException.java | 45 public OptimizationException(String specifier, Object ... parts) { in OptimizationException() argument 46 this(new DummyLocalizable(specifier), parts); in OptimizationException() 56 public OptimizationException(Localizable specifier, Object ... parts) { in OptimizationException() argument 57 super(specifier, parts); in OptimizationException()
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_server_gpsk.c | 35 int specifier; /* CSuite/Specifier */ member 79 WPA_PUT_BE16(data->csuite_list[data->csuite_count].specifier, in eap_gpsk_init() 87 WPA_PUT_BE16(data->csuite_list[data->csuite_count].specifier, in eap_gpsk_init() 154 miclen = eap_gpsk_mic_len(data->vendor, data->specifier); in eap_gpsk_build_gpsk_3() 175 WPA_PUT_BE16(csuite->specifier, data->specifier); in eap_gpsk_build_gpsk_3() 182 data->specifier, start, pos - start, pos) < 0) in eap_gpsk_build_gpsk_3() 374 WPA_GET_BE16(csuite->specifier)); in eap_gpsk_process_gpsk_2() 379 data->specifier = WPA_GET_BE16(csuite->specifier); in eap_gpsk_process_gpsk_2() 381 data->vendor, data->specifier); in eap_gpsk_process_gpsk_2() 409 data->vendor, data->specifier, in eap_gpsk_process_gpsk_2() [all …]
|
/external/clang/test/Parser/ |
D | opencl-storage-class.cl | 5 …; // expected-error {{OpenCL version 1.0 does not support the 'static' storage class specifier}} 6 …; // expected-error {{OpenCL version 1.0 does not support the 'register' storage class specifier}} 7 …; // expected-error {{OpenCL version 1.0 does not support the 'extern' storage class specifier}} 8 …; // expected-error {{OpenCL version 1.0 does not support the 'auto' storage class specifier}}
|
D | check-syntax-1.m | 3 int @interface bla ; // expected-error {{cannot combine with previous 'int' declaration specifier}} 14 (void) x; // expected-error {{method type specifier must start with '-' or '+'}} 15 (int)im; // expected-error {{method type specifier must start with '-' or '+'}} \
|
/external/llvm-project/clang/test/Parser/ |
D | opencl-storage-class.cl | 5 … // expected-error {{OpenCL C version 1.0 does not support the 'static' storage class specifier}} 6 … // expected-error {{OpenCL C version 1.0 does not support the 'register' storage class specifier}} 7 … // expected-error {{OpenCL C version 1.0 does not support the 'extern' storage class specifier}} 8 … // expected-error {{OpenCL C version 1.0 does not support the 'auto' storage class specifier}}
|
D | check-syntax-1.m | 3 int @interface bla ; // expected-error {{cannot combine with previous 'int' declaration specifier}} 14 (void) x; // expected-error {{method type specifier must start with '-' or '+'}} 15 (int)im; // expected-error {{method type specifier must start with '-' or '+'}} \
|
/external/llvm-project/clang/test/SemaObjCXX/ |
D | crash.mm | 42 // expected-error@-1 {{type name requires a specifier or qualifier}} 45 // expected-error@-4 {{C++ requires a type specifier for all declarations}} 49 // expected-error@-1 {{type name requires a specifier or qualifier}} 52 // expected-error@-4 {{C++ requires a type specifier for all declarations}} 59 // expected-error@-2 {{C++ requires a type specifier for all declarations}}
|