Home
last modified time | relevance | path

Searched refs:any (Results 1 – 25 of 46) sorted by relevance

12

/art/tools/class2greylist/test/src/com/android/class2greylist/
DUnsupportedAppUsageAnnotationHandlerTest.java21 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 …]
DCovariantReturnTypeHandlerTest.java21 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()
DAnnotationHandlerTestBase.java19 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/
DNOTICE43 "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/
Db_29778499_2.smali4 # 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.
Db_22331663_fail.smali15 # reject any use of this, even a copy. Previously this was a conflict. Conflicts must
Db_22411633_2.smali36 # rules set any reference merged with Object to Object. This is wrong in the case of the
/art/libartbase/base/
Dutils.h123 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/build/sdk/
DAndroid.bp29 // Needed by any module that builds against any non-numeric
37 // Needed by any module that builds against any non-numeric
45 // Needed by any module that builds against an sdk_version of
83 // implementation and cannot be overridden any other way.
/art/test/594-load-string-regression/
Dinfo.txt1 Regression test for LoadString listing side effects when it doesn't have any
/art/test/1995-final-virtual-structural-multithread/
Dinfo.txt4 doesn't cause any unexpected problems.
/art/test/1982-no-virtuals-structural-redefinition/
Dinfo.txt2 fields and methods so long as the target does not have any.
/art/test/2002-virtual-structural-initializing/
Dinfo.txt4 the class being redefined doesn't cause any unexpected problems.
/art/test/2006-virtual-structural-finalizing/
Dinfo.txt4 the class being redefined doesn't cause any unexpected problems.
/art/test/2001-virtual-structural-multithread/
Dinfo.txt4 the class being redefined doesn't cause any unexpected problems.
/art/test/2007-virtual-structural-finalizable/
Dinfo.txt4 the class being redefined doesn't cause any unexpected problems.
/art/test/1958-transform-try-jit/
Dinfo.txt4 Note this test deliberately avoids any internal libart calls so it can be
/art/tools/ahat/etc/
Dahat_api_msg.txt4 whether it may break any current users of the API. If the API change
/art/tools/checker/
DREADME20 later than lines matched against any preceeding checks. Output
24 later than lines matched against any preceeding in-order checks.
27 - CHECK-NOT: Must not match any output line which appears in the output group
28 later than lines matched against any preceeding checks and
29 earlier than lines matched against any subsequent checks.
112 to Python's `eval` as is. CHECK-ELSE and CHECK-FI must not have any input.
123 Branch blocks can contain any statement, including CHECK-NEXT and CHECK-DAG.
129 (of any depth, since nested branching is allowed), that variable will become global within the scope
/art/tools/hiddenapi/
DREADME.md20 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/test/1948-obsolete-const-method-handle/
Dinfo.txt5 have any coverage on them. To get this coverage we use ASM to build a class file
/art/dt_fd_forward/
DREADME.md26 _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/
Dexpected.txt10 Running transform post redefinition. Should not hit any breakpoints.
/art/test/175-alloc-big-bignums/
Dinfo.txt6 will be live at any point. Basically all native memory deallocation is
/art/cmdline/
DREADME.md18 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`.

12