/art/tools/class2greylist/test/src/com/android/class2greylist/ |
D | UnsupportedAppUsageAnnotationHandlerTest.java | 21 import static org.mockito.ArgumentMatchers.any; 100 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistMethod() 121 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistConstructor() 142 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistField() 163 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistImplicit() 183 verify(mStatus, times(1)).error(format.capture(), any()); in testGreylistImplicit_Invalid_MissingOnClass() 205 verify(mStatus, times(1)).error(format.capture(), any()); in testGreylistImplicit_Invalid_PresentOnMember() 227 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistMethodExpectedSignature() 246 verify(mStatus, times(1)).error(any(), any()); in testGreylistMethodExpectedSignatureWrong() 268 verify(mConsumer, times(1)).consume(greylist.capture(), any(), any()); in testGreylistInnerClassMethod() [all …]
|
D | CovariantReturnTypeHandlerTest.java | 21 import static org.mockito.ArgumentMatchers.any; 82 eq("La/b/Class;->method()Ljava/lang/Integer;"), any(), eq(ImmutableSet.of(FLAG))); in testReturnTypeWhitelisted() 104 verify(mStatus, atLeastOnce()).error(any(), any()); in testAnnotatedMemberNotPublicApi() 129 verify(mStatus, atLeastOnce()).error(any(), any()); in testReturnTypeAlreadyWhitelisted() 151 verify(mStatus, atLeastOnce()).error(any(), any()); in testAnnotationOnField()
|
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()
|
/art/ |
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 …]
|
/art/test/800-smali/smali/ |
D | b_29778499_2.smali | 4 # Test invoking an interface method on an object that doesn't implement any interface. 5 # This is testing an edge case (not implementing any interface) for b/18116999.
|
D | b_22331663_fail.smali | 15 # reject any use of this, even a copy. Previously this was a conflict. Conflicts must
|
D | b_22411633_2.smali | 36 # rules set any reference merged with Object to Object. This is wrong in the case of the
|
/art/libartbase/base/ |
D | utils.h | 123 constexpr PointerSize ConvertToPointerSize(T any) { in ConvertToPointerSize() argument 124 if (any == 4 || any == 8) { in ConvertToPointerSize() 125 return static_cast<PointerSize>(any); in ConvertToPointerSize()
|
/art/test/594-load-string-regression/ |
D | info.txt | 1 Regression test for LoadString listing side effects when it doesn't have any
|
/art/test/1995-final-virtual-structural-multithread/ |
D | info.txt | 4 doesn't cause any unexpected problems.
|
/art/tools/checker/ |
D | README | 19 later than lines matched against any preceeding checks. Output 23 later than lines matched against any preceeding in-order checks. 26 - CHECK-NOT: Must not match any output line which appears in the output group 27 later than lines matched against any preceeding checks and 28 earlier than lines matched against any subsequent checks. 32 matched the previous check. Cannot be used after any but the
|
/art/test/1982-no-virtuals-structural-redefinition/ |
D | info.txt | 2 fields and methods so long as the target does not have any.
|
/art/test/2001-virtual-structural-multithread/ |
D | info.txt | 4 the class being redefined doesn't cause any unexpected problems.
|
/art/test/2002-virtual-structural-initializing/ |
D | info.txt | 4 the class being redefined doesn't cause any unexpected problems.
|
/art/test/2007-virtual-structural-finalizable/ |
D | info.txt | 4 the class being redefined doesn't cause any unexpected problems.
|
/art/test/2006-virtual-structural-finalizing/ |
D | info.txt | 4 the class being redefined doesn't cause any unexpected problems.
|
/art/test/1958-transform-try-jit/ |
D | info.txt | 4 Note this test deliberately avoids any internal libart calls so it can be
|
/art/tools/ahat/etc/ |
D | ahat_api_msg.txt | 4 whether it may break any current users of the API. If the API change
|
/art/test/1948-obsolete-const-method-handle/ |
D | info.txt | 5 have any coverage on them. To get this coverage we use ASM to build a class file
|
/art/tools/hiddenapi/ |
D | README.md | 20 not use any separators, e.g. "ILxyz;F" for "int, xyz, float". 36 At most one of these flags can be set at any given time. Inverting these bits 38 any loss of information.
|
/art/dt_fd_forward/ |
D | README.md | 26 _eventfd_ (write\_lock\_fd\_). The eventfd should not have any flags set. Prior 27 to writing any data to write\_fd\_ the transport will _read_ from the
|
/art/test/996-breakpoint-obsolete/ |
D | expected.txt | 10 Running transform post redefinition. Should not hit any breakpoints.
|
/art/test/175-alloc-big-bignums/ |
D | info.txt | 6 will be live at any point. Basically all native memory deallocation is
|
/art/cmdline/ |
D | README.md | 18 into any struct of any field. 101 happens and happens for any type implementing the `<=` operators. 171 an option to ignore any argument tokens that are not known to the parser. This is done with the 213 Will parse any non-append argument definitions with a type of `double`.
|
/art/tools/jvmti-agents/jit-load/ |
D | README.md | 17 * Pass the '=fatal' option to the agent to cause it to abort if any classes are
|