| /external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/validator/ |
| D | Java1_1ValidatorTest.java | 30 "(line 1,col 1) 'transient' is not allowed here.", in topClass() 31 "(line 1,col 1) 'default' is not allowed here.", in topClass() 32 "(line 1,col 1) 'volatile' is not allowed here.", in topClass() 33 "(line 1,col 1) 'strictfp' is not allowed here.", in topClass() 34 "(line 1,col 1) 'private' is not allowed here.", in topClass() 35 "(line 1,col 1) 'protected' is not allowed here.", in topClass() 36 "(line 1,col 1) 'synchronized' is not allowed here.", in topClass() 37 "(line 1,col 1) 'native' is not allowed here.", in topClass() 38 "(line 1,col 1) 'transitive' is not allowed here.", in topClass() 39 "(line 1,col 1) 'static' is not allowed here." in topClass() [all …]
|
| D | Java1_2ValidatorTest.java | 28 "(line 1,col 1) 'transient' is not allowed here.", in topClass() 29 "(line 1,col 1) 'default' is not allowed here.", in topClass() 30 "(line 1,col 1) 'volatile' is not allowed here.", in topClass() 31 "(line 1,col 1) 'private' is not allowed here.", in topClass() 32 "(line 1,col 1) 'protected' is not allowed here.", in topClass() 33 "(line 1,col 1) 'synchronized' is not allowed here.", in topClass() 34 "(line 1,col 1) 'native' is not allowed here.", in topClass() 35 "(line 1,col 1) 'transitive' is not allowed here.", in topClass() 36 "(line 1,col 1) 'static' is not allowed here." in topClass() 47 "(line 1,col 9) 'transient' is not allowed here.", in nestedClass() [all …]
|
| D | Java5ValidatorTest.java | 34 "(line 1,col 1) 'transient' is not allowed here.", in topAnnotationDeclaration() 35 "(line 1,col 1) 'volatile' is not allowed here.", in topAnnotationDeclaration() 36 "(line 1,col 1) 'synchronized' is not allowed here.", in topAnnotationDeclaration() 37 "(line 1,col 1) 'default' is not allowed here.", in topAnnotationDeclaration() 38 "(line 1,col 1) 'native' is not allowed here.", in topAnnotationDeclaration() 39 "(line 1,col 1) 'transitive' is not allowed here.", in topAnnotationDeclaration() 40 "(line 1,col 1) 'static' is not allowed here.", in topAnnotationDeclaration() 41 "(line 1,col 1) 'final' is not allowed here.", in topAnnotationDeclaration() 42 "(line 1,col 1) 'private' is not allowed here.", in topAnnotationDeclaration() 43 "(line 1,col 1) 'protected' is not allowed here." in topAnnotationDeclaration() [all …]
|
| D | Java8ValidatorTest.java | 34 "(line 1,col 21) 'transient' is not allowed here.", in lambdaParameter() 35 "(line 1,col 21) 'volatile' is not allowed here.", in lambdaParameter() 36 "(line 1,col 21) 'synchronized' is not allowed here.", in lambdaParameter() 37 "(line 1,col 21) 'strictfp' is not allowed here.", in lambdaParameter() 38 "(line 1,col 21) 'default' is not allowed here.", in lambdaParameter() 39 "(line 1,col 21) 'native' is not allowed here.", in lambdaParameter() 40 "(line 1,col 21) 'strictfp' is not allowed here.", in lambdaParameter() 41 "(line 1,col 21) 'abstract' is not allowed here.", in lambdaParameter() 42 "(line 1,col 21) 'static' is not allowed here.", in lambdaParameter() 43 "(line 1,col 21) 'transitive' is not allowed here.", in lambdaParameter() [all …]
|
| D | Java9ValidatorTest.java | 39 "(line 1,col 10) 'transient' is not allowed here.", in moduleRequires() 40 "(line 1,col 10) 'volatile' is not allowed here.", in moduleRequires() 41 "(line 1,col 10) 'final' is not allowed here.", in moduleRequires() 42 "(line 1,col 10) 'synchronized' is not allowed here.", in moduleRequires() 43 "(line 1,col 10) 'default' is not allowed here.", in moduleRequires() 44 "(line 1,col 10) 'native' is not allowed here.", in moduleRequires() 45 "(line 1,col 10) 'private' is not allowed here.", in moduleRequires() 46 "(line 1,col 10) 'protected' is not allowed here.", in moduleRequires() 47 "(line 1,col 10) 'strictfp' is not allowed here.", in moduleRequires() 48 "(line 1,col 10) 'abstract' is not allowed here.", in moduleRequires() [all …]
|
| /external/perfetto/src/protozero/filtering/ |
| D | filter_bytecode_parser_unittest.cc | 55 EXPECT_FALSE(parser.Query(42, 42).allowed); in TEST() 58 EXPECT_FALSE(parser.Query(0, 0).allowed); in TEST() 59 EXPECT_FALSE(parser.Query(0, 0xffffffff).allowed); in TEST() 60 EXPECT_FALSE(parser.Query(1, 0).allowed); in TEST() 61 EXPECT_FALSE(parser.Query(0, 1).allowed); in TEST() 62 EXPECT_FALSE(parser.Query(1, 1).allowed); in TEST() 63 EXPECT_FALSE(parser.Query(42, 42).allowed); in TEST() 72 EXPECT_FALSE(parser.Query(0, 0).allowed); in TEST() 73 EXPECT_FALSE(parser.Query(0, 1).allowed); in TEST() 74 EXPECT_TRUE(parser.Query(0, 2).allowed); in TEST() [all …]
|
| D | filter_bytecode_generator_unittest.cc | 44 EXPECT_FALSE(parser.Query(0, 0).allowed); in TEST() 45 EXPECT_TRUE(parser.Query(0, 1).allowed); in TEST() 46 EXPECT_FALSE(parser.Query(0, 126).allowed); in TEST() 47 EXPECT_TRUE(parser.Query(0, 127).allowed); in TEST() 48 EXPECT_TRUE(parser.Query(0, 128).allowed); in TEST() 49 EXPECT_FALSE(parser.Query(0, 129).allowed); in TEST() 50 EXPECT_TRUE(parser.Query(0, 1000).allowed); in TEST() 51 EXPECT_FALSE(parser.Query(0, 1001).allowed); in TEST() 67 EXPECT_FALSE(parser.Query(0, 0).allowed); in TEST() 68 EXPECT_TRUE(parser.Query(0, 1).allowed); in TEST() [all …]
|
| /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/ |
| D | p5.cpp | 6 auto a; // expected-error{{'auto' not allowed in non-static struct member}} 7 auto *b; // expected-error{{'auto' not allowed in non-static struct member}} 8 const auto c; // expected-error{{'auto' not allowed in non-static struct member}} 10 void f() throw (auto); // expected-error{{'auto' not allowed here}} 12 friend auto; // expected-error{{'auto' not allowed in non-static struct member}} 14 operator auto(); // expected-error{{'auto' not allowed in conversion function type}} 17 // PR 9278: auto is not allowed in typedefs, except with a trailing return type. 18 typedef auto *AutoPtr; // expected-error{{'auto' not allowed in typedef}} 19 typedef auto (*PFun)(int a); // expected-error{{'auto' not allowed in typedef}} 22 void g(auto a) { // expected-error{{'auto' not allowed in function prototype}} in g() [all …]
|
| /external/clang/test/SemaCUDA/Inputs/ |
| D | cuda-initializers.h | 6 // trivial constructor -- allowed 14 __device__ EC() {} // -- allowed in EC() 15 __device__ EC(int) {} // -- not allowed in EC() 20 __device__ ~ED() {} // -- allowed in ~ED() 24 __device__ ECD() {} // -- allowed in ECD() 25 __device__ ~ECD() {} // -- allowed in ~ECD() 28 // empty templated constructor -- allowed with no arguments 33 // undefined constructor -- not allowed 39 // undefined destructor -- not allowed 45 // empty constructor w/ initializer list -- not allowed [all …]
|
| /external/clang/test/CodeGenCUDA/Inputs/ |
| D | cuda-initializers.h | 6 // trivial constructor -- allowed 14 __device__ EC() {} // -- allowed in EC() 15 __device__ EC(int) {} // -- not allowed in EC() 20 __device__ ~ED() {} // -- allowed in ~ED() 24 __device__ ECD() {} // -- allowed in ECD() 25 __device__ ~ECD() {} // -- allowed in ~ECD() 28 // empty templated constructor -- allowed with no arguments 33 // undefined constructor -- not allowed 39 // undefined destructor -- not allowed 45 // empty constructor w/ initializer list -- not allowed [all …]
|
| /external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/ |
| D | PreferredAndAllowedHour.java | 54 t -> t.allowed, lexicographical(Comparator.<HourStyle>naturalOrder())); 57 /** Unique allowed styles, in the order they were specified during construction. */ 58 public final ImmutableList<HourStyle> allowed; field in PreferredAndAllowedHour 61 * Creates a PreferredAndAllowedHour instance with "allowed" styles derived from single 62 * character IDs in the given collection. Note that the iteration order of the allowed styles is 68 public PreferredAndAllowedHour(char preferred, Set<Character> allowed) { in PreferredAndAllowedHour() argument 69 this(String.valueOf(preferred), allowed.stream().map(String::valueOf)); in PreferredAndAllowedHour() 73 * Creates a PreferredAndAllowedHour instance with "allowed" styles derived from a space 74 * separated list of unique IDs. Note that the iteration order of the allowed styles is 76 * the first allowed style. The list of allowed style IDs must not contain duplicates. [all …]
|
| D | LocaleValidator.java | 100 private final Set<Validity.Status> allowedStatus; // allowed without exception 124 Multimap<LstrType, AllowedMatch> allowed = HashMultimap.create(); in AllowedValid() local 127 allowed.put( in AllowedValid() 132 this.allowedExceptions = ImmutableMultimap.copyOf(allowed); in AllowedValid() 145 LanguageTagParser ltp, LocaleValidator.AllowedValid allowed, Set<String> errors) { in isValid() argument 149 if (allowed == null) { in isValid() 150 allowed = new AllowedValid(null, null); in isValid() 152 if (ltp.isLegacy() && allowed.isAllowed(Validity.Status.deprecated)) { in isValid() 156 == validates(LstrType.language, ltp.getLanguage(), null, allowed, errors)) { in isValid() 160 == validates(LstrType.script, ltp.getScript(), null, allowed, errors)) { in isValid() [all …]
|
| /external/skia/resources/sksl/runtime_errors/ |
| D | IllegalOperators.rts | 19 operator '~' is not allowed 20 operator '%' is not allowed 21 operator '%=' is not allowed 22 operator '<<' is not allowed 23 operator '<<=' is not allowed 24 operator '>>' is not allowed 25 operator '>>=' is not allowed 26 operator '&' is not allowed 27 operator '&=' is not allowed 28 operator '|' is not allowed [all …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| D | accesscontextmanager_v1.accessPolicies.servicePerimeters.html | 127 Allowed values 164 …ServicePerimeter`, the request will be blocked. Otherwise the request is allowed. There are two ty… 167 …;: "A String", # Perimeter type indicator. A single project is allowed to be a member of… 168 …rimeter configuration without enforcing actual access restrictions. Only allowed to be set when th… 173 …as must be matched. If an EgressPolicy matches a request, the request is allowed to span the Servi… 175 …"identities": [ # A list of identities that are allowed access through this [EgressPolic… 178 …identities that are allowed access to outside the perimeter. If left unspecified, then members of … 180 …he request must match `operations` AND `resources` fields in order to be allowed egress out of the… 181 …"operations": [ # A list of ApiOperations allowed to be performed by the sources specifi… 184 { # An allowed method or permission of a service specified in ApiOperation. [all …]
|
| D | dns_v1beta2.projects.html | 97 Allowed values 109 "dnsKeysPerManagedZone": 42, # Maximum allowed number of DnsKeys per ManagedZone. 110 …"gkeClustersPerManagedZone": 42, # Maximum allowed number of GKE clusters to which a pri… 111 …"gkeClustersPerResponsePolicy": 42, # Maximum allowed number of GKE clusters per respons… 112 "itemsPerRoutingPolicy": 42, # Maximum allowed number of items per routing policy. 114 "managedZones": 42, # Maximum allowed number of managed zones in the project. 115 …"managedZonesPerGkeCluster": 42, # Maximum allowed number of managed zones which can be … 116 …"managedZonesPerNetwork": 42, # Maximum allowed number of managed zones which can be att… 117 …"networksPerManagedZone": 42, # Maximum allowed number of networks to which a privately … 118 "networksPerPolicy": 42, # Maximum allowed number of networks per policy. [all …]
|
| /external/google-cloud-java/java-apikeys/proto-google-cloud-apikeys-v2/src/main/java/com/google/api/apikeys/v2/ |
| D | RestrictionsOrBuilder.java | 30 * The HTTP referrers (websites) that are allowed to use the key. 42 * The HTTP referrers (websites) that are allowed to use the key. 54 * The HTTP referrers (websites) that are allowed to use the key. 65 * The IP addresses of callers that are allowed to use the key. 77 * The IP addresses of callers that are allowed to use the key. 89 * The IP addresses of callers that are allowed to use the key. 100 * The Android apps that are allowed to use the key. 112 * The Android apps that are allowed to use the key. 124 * The Android apps that are allowed to use the key. 135 * The iOS apps that are allowed to use the key. [all …]
|
| /external/tensorflow/tensorflow/python/autograph/impl/ |
| D | conversion.py | 79 logging.log(2, 'Permanently allowed: %s: wrapt decorated', o) 83 logging.log(2, 'Permanently allowed: %s: lru_cache', o) 86 # Constructors are permanently allowed. 90 logging.log(2, 'Permanently allowed: %s: constructor', o) 93 # Other built-in modules are permanently allowed. 98 logging.log(2, 'Permanently allowed: %s: part of builtin module', o) 101 # Custom ops and kernels are also permanently allowed. 105 logging.log(2, 'Permanently allowed: %s: TensorFlow plugin', o) 114 """Checks whether an entity is allowed for use in graph mode. 116 Examples of allowed entities include all members of the tensorflow [all …]
|
| /external/ltp/testcases/network/nfsv4/locks/ |
| D | README | 118 allowed to set a READ LOCK on an already-set WRITE LOCK. When such 153 thread | set a read lock | Allowed Allowed | Allowed Allowed | 154 | set a write lock | Allowed Allowed | Allowed Allowed | 155 | read | Allowed Allowed | Allowed Allowed | 156 | write | Allowed Allowed | Allowed Allowed | 158 process | set a read lock | Allowed Denied | Allowed Denied | 160 | read | Allowed Allowed | Denied Allowed | 161 | write | Allowed Allowed | Denied Denied |
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | kernel_def_builder.cc | 39 const char* attr_name, gtl::ArraySlice<int64_t> allowed) { in AttrConstraint() argument 43 for (const int64_t integer : allowed) { in AttrConstraint() 51 const char* attr_name, int64_t allowed) { in AttrConstraint() argument 54 gtl::ArraySlice<int64_t>(std::initializer_list<int64_t>({allowed}))); in AttrConstraint() 59 const char* attr_name, gtl::ArraySlice<string> allowed) { in AttrConstraint() argument 63 for (const auto& str : allowed) { in AttrConstraint() 71 const char* attr_name, string allowed) { in AttrConstraint() argument 74 gtl::ArraySlice<string>(std::initializer_list<string>({allowed}))); in AttrConstraint() 79 const char* attr_name, gtl::ArraySlice<const char*> allowed) { in AttrConstraint() argument 83 for (const auto& str : allowed) { in AttrConstraint() [all …]
|
| /external/clang/include/clang/Basic/ |
| D | OpenMPKinds.def | 234 // Clauses allowed for OpenMP directive 'parallel'. 245 // Clauses allowed for directive 'omp simd'. 255 // Clauses allowed for directive 'omp for'. 266 // Clauses allowed for directive 'omp for simd'. 280 // Clauses allowed for OpenMP directive 'omp sections'. 287 // Clauses allowed for directive 'omp single'. 293 // Clauses allowed for OpenMP directive 'cancel'. 335 // Clauses allowed for OpenMP directive 'parallel for'. 351 // Clauses allowed for OpenMP directive 'parallel for simd'. 370 // Clauses allowed for OpenMP directive 'parallel sections'. [all …]
|
| /external/clang/test/SemaCXX/ |
| D | address-space-conversion.cpp | 31 (void)const_cast<int_ptr>(ip1); // expected-error{{is not allowed}} in test_const_cast() 32 (void)const_cast<int_ptr>(ip2); // expected-error{{is not allowed}} in test_const_cast() 33 (void)const_cast<int_ptr_1>(ip); // expected-error{{is not allowed}} in test_const_cast() 34 (void)const_cast<int_ptr_1>(ip2); // expected-error{{is not allowed}} in test_const_cast() 35 (void)const_cast<int_ptr_2>(ip); // expected-error{{is not allowed}} in test_const_cast() 36 (void)const_cast<int_ptr_2>(ip1); // expected-error{{is not allowed}} in test_const_cast() 38 (void)const_cast<A_ptr>(ap1); // expected-error{{is not allowed}} in test_const_cast() 39 (void)const_cast<A_ptr>(ap2); // expected-error{{is not allowed}} in test_const_cast() 40 (void)const_cast<A_ptr_1>(ap); // expected-error{{is not allowed}} in test_const_cast() 41 (void)const_cast<A_ptr_1>(ap2); // expected-error{{is not allowed}} in test_const_cast() [all …]
|
| /external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/ |
| D | Allowed.java | 27 * Protobuf type {@code google.cloud.compute.v1.Allowed} 29 public final class Allowed extends com.google.protobuf.GeneratedMessageV3 class 31 // @@protoc_insertion_point(message_implements:google.cloud.compute.v1.Allowed) 34 // Use Allowed.newBuilder() to construct. 35 private Allowed(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Allowed() method in Allowed 39 private Allowed() { in Allowed() method in Allowed 47 return new Allowed(); in newInstance() 66 com.google.cloud.compute.v1.Allowed.class, in internalGetFieldAccessorTable() 67 com.google.cloud.compute.v1.Allowed.Builder.class); in internalGetFieldAccessorTable() 250 if (!(obj instanceof com.google.cloud.compute.v1.Allowed)) { in equals() [all …]
|
| /external/cldr/tools/cldr-code/src/test/resources/org/unicode/cldr/test/ |
| D | TestSubmissionLocales.csv | 1 allowed,locale,error,missing,xpath 5 allowed,fr,-,-,//ldml/personNames/nameOrderLocales[@order="givenFirst"] 6 allowed,fr,-,-,//ldml/personNames/nameOrderLocales[@order="surnameFirst"] 9 allowed,fr,-,-,//ldml/localeDisplayNames/territories/territory[@type="TR"] 10 allowed,fr,-,-,//ldml/localeDisplayNames/territories/territory[@type="TR"][@alt="variant"] 12 allowed,fr,error,-,//ldml/units/unitLength[@type="long"] 13 allowed,fr,-,missing,//ldml/units/unitLength[@type="long"] 14 allowed,fr,error,missing,//ldml/units/unitLength[@type="long"] 22 allowed,fr,-,-,//ldml/personNames/sampleName[@item="nativeFull"]/nameField[@type="credentials"] 23 allowed,zh,-,-,//ldml/personNames/sampleName[@item="nativeFull"]/nameField[@type="credentials"]
|
| /external/clang/test/Preprocessor/ |
| D | utf8-allowed-chars.c | 35 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}} 41 // expected-error@9 {{non-ASCII characters are not allowed outside of literals and identifiers}} 42 // expected-error@10 {{non-ASCII characters are not allowed outside of literals and identifiers}} 43 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}} 44 // expected-error@14 {{non-ASCII characters are not allowed outside of literals and identifiers}} 45 // expected-error@21 {{non-ASCII characters are not allowed outside of literals and identifiers}} e… 53 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}} 60 // expected-error@9 {{non-ASCII characters are not allowed outside of literals and identifiers}} 61 // expected-error@11 {{non-ASCII characters are not allowed outside of literals and identifiers}} 62 // expected-error@13 {{non-ASCII characters are not allowed outside of literals and identifiers}} [all …]
|
| /external/google-cloud-java/java-apikeys/proto-google-cloud-apikeys-v2/src/main/proto/google/api/apikeys/v2/ |
| D | resources.proto | 92 // are allowed to use the key. You can specify only one type of client 95 // The HTTP referrers (websites) that are allowed to use the key. 98 // The IP addresses of callers that are allowed to use the key. 101 // The Android apps that are allowed to use the key. 104 // The iOS apps that are allowed to use the key. 109 // more specific methods. Requests are allowed if they 111 // specified, all targets are allowed. 115 // The HTTP referrers (websites) that are allowed to use the key. 117 // A list of regular expressions for the referrer URLs that are allowed 122 // The IP addresses of callers that are allowed to use the key. [all …]
|