Searched refs:any (Results 1 – 25 of 55) sorted by relevance
123
/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 …]
|
D | Android.bp | 15 // taking care not to lose any license_kind information, and overriding the
|
/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 | 132 constexpr PointerSize ConvertToPointerSize(T any) { in ConvertToPointerSize() argument 133 if (any == 4 || any == 8) { in ConvertToPointerSize() 134 return static_cast<PointerSize>(any); in ConvertToPointerSize()
|
/art/build/sdk/ |
D | Android.bp | 93 // Needed by any module that builds against any non-numeric 101 // Needed by any module that builds against any non-numeric 109 // Needed by any module that builds against an sdk_version of 170 // implementation and cannot be overridden any other way.
|
/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/test/1982-no-virtuals-structural-redefinition/ |
D | info.txt | 2 fields and methods so long as the target does not have any.
|
/art/test/2002-virtual-structural-initializing/ |
D | info.txt | 4 the class being redefined doesn't cause any unexpected problems.
|
/art/test/2001-virtual-structural-multithread/ |
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/tools/checker/ |
D | README | 20 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/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/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/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/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
|
D | NOTICE | 29 or visit www.oracle.com if you need additional information or have any
|
/art/test/996-breakpoint-obsolete/ |
D | expected-stdout.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
|
123