/tools/platform-compat/javatest/com/android/class2nonsdklist/ |
D | UnsupportedAppUsageAnnotationHandlerTest.java | 21 import static org.mockito.ArgumentMatchers.any; 102 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistMethod() 123 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistConstructor() 144 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistField() 165 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistImplicit() 185 verify(mStatus, times(1)).error(format.capture(), any()); in testGreylistImplicit_Invalid_MissingOnClass() 207 verify(mStatus, times(1)).error(format.capture(), any()); in testGreylistImplicit_Invalid_PresentOnMember() 229 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistMethodExpectedSignature() 248 verify(mStatus, times(1)).error(any(), any()); in testGreylistMethodExpectedSignatureWrong() 270 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistInnerClassMethod() [all …]
|
D | CovariantReturnTypeHandlerTest.java | 21 import static org.mockito.ArgumentMatchers.any; 85 eq("La/b/Class;->method()Ljava/lang/Integer;"), any(), eq(ImmutableSet.of(FLAG))); in testReturnTypeWhitelisted() 107 verify(mStatus, atLeastOnce()).error(any(), any()); in testAnnotatedMemberNotPublicApi() 132 verify(mStatus, atLeastOnce()).error(any(), any()); in testReturnTypeAlreadyWhitelisted() 154 verify(mStatus, atLeastOnce()).error(any(), any()); in testAnnotationOnField()
|
/tools/security/sanitizer-status/ |
D | NOTICE | 43 "Object" form shall mean any form resulting from mechanical 53 "Derivative Works" shall mean any work, whether in Source or Object 61 "Contribution" shall mean any work of authorship, including 62 the original version of the Work and any modifications or additions 67 means any form of electronic, verbal, or written communication sent 75 "Contributor" shall mean Licensor and any individual or Legal Entity 95 institute patent litigation against any entity (including a 98 or contributory patent infringement, then any patent licenses 103 Work or Derivative Works thereof in any medium, with or without 107 (a) You must give any other recipients of the Work or [all …]
|
/tools/trebuchet/ |
D | LICENSE | 31 "Object" form shall mean any form resulting from mechanical 41 "Derivative Works" shall mean any work, whether in Source or Object 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 55 means any form of electronic, verbal, or written communication sent 63 "Contributor" shall mean Licensor and any individual or Legal Entity 83 institute patent litigation against any entity (including a 86 or contributory patent infringement, then any patent licenses 91 Work or Derivative Works thereof in any medium, with or without 95 (a) You must give any other recipients of the Work or [all …]
|
/tools/test/openhst/ |
D | LICENSE | 31 "Object" form shall mean any form resulting from mechanical 41 "Derivative Works" shall mean any work, whether in Source or Object 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 55 means any form of electronic, verbal, or written communication sent 63 "Contributor" shall mean Licensor and any individual or Legal Entity 83 institute patent litigation against any entity (including a 86 or contributory patent infringement, then any patent licenses 91 Work or Derivative Works thereof in any medium, with or without 95 (a) You must give any other recipients of the Work or [all …]
|
/tools/treble/ |
D | LICENSE | 31 "Object" form shall mean any form resulting from mechanical 41 "Derivative Works" shall mean any work, whether in Source or Object 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 55 means any form of electronic, verbal, or written communication sent 63 "Contributor" shall mean Licensor and any individual or Legal Entity 83 institute patent litigation against any entity (including a 86 or contributory patent infringement, then any patent licenses 91 Work or Derivative Works thereof in any medium, with or without 95 (a) You must give any other recipients of the Work or [all …]
|
/tools/apksig/ |
D | LICENSE | 43 "Object" form shall mean any form resulting from mechanical 53 "Derivative Works" shall mean any work, whether in Source or Object 61 "Contribution" shall mean any work of authorship, including 62 the original version of the Work and any modifications or additions 67 means any form of electronic, verbal, or written communication sent 75 "Contributor" shall mean Licensor and any individual or Legal Entity 95 institute patent litigation against any entity (including a 98 or contributory patent infringement, then any patent licenses 103 Work or Derivative Works thereof in any medium, with or without 107 (a) You must give any other recipients of the Work or [all …]
|
/tools/acloud/ |
D | LICENSE | 31 "Object" form shall mean any form resulting from mechanical 41 "Derivative Works" shall mean any work, whether in Source or Object 49 "Contribution" shall mean any work of authorship, including 50 the original version of the Work and any modifications or additions 55 means any form of electronic, verbal, or written communication sent 63 "Contributor" shall mean Licensor and any individual or Legal Entity 83 institute patent litigation against any entity (including a 86 or contributory patent infringement, then any patent licenses 91 Work or Derivative Works thereof in any medium, with or without 95 (a) You must give any other recipients of the Work or [all …]
|
D | README.md | 117 any local instances created as well. 154 remote instance created by you. It will then look for any devices missing in 222 If you have any questions or feedback, contact [acloud@google.com](mailto:acloud@google.com). 224 If you have any bugs or feature requests email them to [buganizer-system+419709@google.com](mailto:…
|
/tools/external/fat32lib/ |
D | NOTICE | 17 …se or the ordinary General Public License is the better strategy to use in any particular case, ba… 29 …any free program. We wish to make sure that a company cannot effectively restrict the users of a f… 47 0. This License Agreement applies to any software library or other program which contains a notice … 51 …rs to any such software library or work which has been distributed under these terms. A "work base… 53 …te source code means all the source code for all modules it contains, plus any associated interfac… 57 …any medium, provided that you conspicuously and appropriately publish on each copy an appropriate … 61 2. You may modify your copy or copies of the Library or any portion of it, thus forming a work base… 64 … modified to carry prominent notices stating that you changed the files and the date of any change. 67 …ned independent of the application. Therefore, Subsection 2d requires that any application-supplie… 75 …eared, then you can specify that version instead if you wish.) Do not make any other change in the… [all …]
|
/tools/metalava/src/main/java/com/android/tools/metalava/model/ |
D | ModifierList.kt | 87 return annotations().any { it.isNonNull() || it.isNullable() } in <lambda>() 92 return annotations().any { it.isNullable() } in <lambda>() 103 return annotations().any { in <lambda>() 117 return annotations().any { in <lambda>() 130 return annotations().any { in <lambda>() 132 } && !annotations().any { in <lambda>() 148 return annotations().any { annotation -> in <lambda>() 168 return annotations().any { annotation -> in <lambda>()
|
/tools/platform-compat/javatest/com/android/annotationvisitor/ |
D | AnnotationHandlerTestBase.java | 19 import static org.mockito.ArgumentMatchers.any; 52 verify(mStatus, never()).error(any(Throwable.class)); in assertNoErrors() 53 verify(mStatus, never()).error(any(), any()); in assertNoErrors()
|
/tools/test/connectivity/acts/framework/tests/controllers/android_lib/ |
D | services_test.py | 40 any(subscription._func == service._start for subscription in 43 any(subscription._func == service._stop for subscription in 78 any(subscription._func == service._start for subscription in 81 any(subscription._func == service._stop for subscription in
|
/tools/metalava/src/main/java/com/android/tools/metalava/ |
D | ApiAnalyzer.kt | 299 if (interfaceTypeClasses!!.any { it == hiddenInterfaceClass }) { in <lambda>() 696 var any = false in <lambda>() variable 702 any = true in <lambda>() 716 if (any) { in <lambda>() 735 if (any && missing.size == values.size) { in <lambda>() 745 } else if (any && nonSystem.isNotEmpty() || !any && system.isEmpty()) { in <lambda>() 947 cl.constructors().any { it.checkLevel() } in <lambda>()
|
D | ArtifactTagger.kt | 38 fun any() = artifacts.isNotEmpty() in any() method in com.android.tools.metalava.ArtifactTagger 53 if (!any()) { in any()
|
D | NullnessMigration.kt | 108 return item.modifiers.annotations().any { it.isNullable() } in isNullable() 112 return item.modifiers.annotations().any { it.isNonNull() } in isNonNull()
|
D | DocAnalyzer.kt | 75 if (!artifacts.any()) { in <lambda>() 284 var any = false in <lambda>() variable 292 any = true in <lambda>() 311 any -> sb.append(" or ") in <lambda>()
|
D | AnnotationFilter.kt | 56 return inclusionExpressions.any { includedAnnotation -> in matches() 70 return inclusionExpressions.any { included -> in matchesSuffix()
|
/tools/apkzlib/src/test/resources/testData/packaging/text-files/ |
D | rfc2460.txt | 87 a packet to any one of a group of nodes. 139 host - any node that is not a router. [See Note below]. 220 this IPv6 header, in octets. (Note that any 321 by any node along a packet's delivery path, until the packet reaches 358 a node encounters a Next Header value of zero in any header other 429 any order and occurring any number of times in the same packet, 511 in the packet, for any option whose data may change en-route, its 536 2n means any 2-octet offset from the start of the header. 537 8n+2 means any 8-octet offset from the start of the header, 1001 that of any other fragmented packet sent recently* with the same [all …]
|
/tools/trebuchet/core/common/src/test/kotlin/trebuchet/importers/ftrace/ |
D | FtraceImporterTest.kt | 138 assertTrue(p.threads.any { it.id == 3691 }) in testCounters() 139 assertTrue(p.threads.any { it.id == 4931 }) in testCounters() 140 assertTrue(p.threads.any { it.id == 4932 }) in testCounters()
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | apollo_lib.py | 796 if any(OTA_VERIFICATION_FAILED in result for result in results[0]): 799 if (any('OTA_ERASE_PARTITION' in result.values() for result in 802 any('OTA erasd ptns' in result for result in results[0])): 1112 if any('active feature mask: 0' in log for log in 1115 elif any('active feature mask: 2' in log for log in 1129 if not any('Inc' or 'out' in log for log in status[0]):
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/ |
D | descriptor.proto | 37 // without any other information (e.g. without reading its imports). 169 // For strings, contains the default text contents (not escaped in any way). 284 // generated to contain the file's getDescriptor() method as well as any 328 // are not specific to any particular RPC system. They are generated by the 363 // format. You should not use this for any other reason: It's less 371 // Note that the message cannot have any defined fields; MessageSets only 455 // This option does not affect the public interface of any generated code; 468 // must be consistent about it. That is, for any particular sub-message, the 622 // - A location may refer to a repeated field itself (i.e. not to any 677 // If this SourceCodeInfo represents a complete declaration, these are any
|
/tools/test/connectivity/acts/framework/tests/ |
D | acts_import_unit_test.py | 82 if (any(full_path.endswith(e) for e in DENYLIST) 83 or any(e in full_path
|
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/ |
D | SCPP_PTS_INSTRUCTIONS | 42 From nordic send a write command to the Scan Refresh Characteristic of any text value. 54 From nordic send a write command to the Scan Refresh Characteristic of any text value.
|
/tools/repohooks/tools/ |
D | android_test_mapping_format.py | 128 any(not isinstance(t, string_types) for t in preferred_targets)): 135 any(not isinstance(p, string_types) for p in file_patterns)):
|