Searched refs:any (Results 1 – 25 of 32) sorted by relevance
12
/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/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/594-load-string-regression/ |
D | info.txt | 1 Regression test for LoadString listing side effects when it doesn't have any
|
/art/libartbase/base/ |
D | utils.h | 193 constexpr PointerSize ConvertToPointerSize(T any) { in ConvertToPointerSize() argument 194 if (any == 4 || any == 8) { in ConvertToPointerSize() 195 return static_cast<PointerSize>(any); in ConvertToPointerSize()
|
/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.txt | 10 Running transform post redefinition. Should not hit any breakpoints.
|
/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/runtime/interpreter/mterp/ |
D | README.txt | 28 jump-table style, handlers may be of any length, and the generated 59 Indicates the start of the opcode list. Must precede any "op" 85 opcodes are emitted when this is seen, followed by any code that 172 If you change any of the source file fragments, you need to rebuild the
|
/art/openjdkjvm/ |
D | NOTICE | 28 or visit www.oracle.com if you need additional information or have any
|
/art/openjdkjvmti/ |
D | NOTICE | 28 or visit www.oracle.com if you need additional information or have any
|
/art/test/435-try-finally-without-catch/ |
D | info.txt | 2 instructions with a `finally' clause but without any `catch' block,
|
/art/tools/ahat/ |
D | README.txt | 35 truncated. Is there any way to manually line them up in that case? 38 ignored or not? Is there any interest in what's unreachable, or is it only
|
/art/test/530-checker-regression-reftyp-final/smali/ |
D | TestCase.smali | 23 # inline any methods from array classes, this bug cannot be triggered and we
|
/art/test/968-default-partial-compile-gen/util-src/ |
D | generate_java.py | 92 tops = set(filter(lambda a: not any(map(lambda i: a in i.get_super_types(), ifaces)), ifaces))
|
/art/test/971-iface-super/util-src/ |
D | generate_java.py | 96 …tops = set(filter(lambda a: iface_filter(a) and not any(map(lambda i: a in i.get_super_types(), if…
|
/art/tools/jfuzz/ |
D | README.md | 107 system and to ensure that no regressions occur, any test suite is necessarily 112 Still, any test suite leaves the developer wondering whether undetected bugs
|
/art/tools/titrace/ |
D | README.md | 46 ##### Option 1: Attach the agent before any app code runs.
|
/art/test/970-iface-super-resolution-gen/util-src/ |
D | generate_smali.py | 499 return ICCE if any(map(lambda i: i.default, all_ifaces)) else NSME
|
12