Home
last modified time | relevance | path

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

12

/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/tools/checker/
DREADME19 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/
Dinfo.txt1 Regression test for LoadString listing side effects when it doesn't have any
/art/libartbase/base/
Dutils.h193 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/
Dahat_api_msg.txt4 whether it may break any current users of the API. If the API change
/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
DNOTICE29 or visit www.oracle.com if you need additional information or have any
/art/test/996-breakpoint-obsolete/
Dexpected.txt10 Running transform post redefinition. Should not hit any breakpoints.
/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`.
/art/runtime/interpreter/mterp/
DREADME.txt28 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/
DNOTICE28 or visit www.oracle.com if you need additional information or have any
/art/openjdkjvmti/
DNOTICE28 or visit www.oracle.com if you need additional information or have any
/art/test/435-try-finally-without-catch/
Dinfo.txt2 instructions with a `finally' clause but without any `catch' block,
/art/tools/ahat/
DREADME.txt35 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/
DTestCase.smali23 # inline any methods from array classes, this bug cannot be triggered and we
/art/test/968-default-partial-compile-gen/util-src/
Dgenerate_java.py92 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/
Dgenerate_java.py96 …tops = set(filter(lambda a: iface_filter(a) and not any(map(lambda i: a in i.get_super_types(), if…
/art/tools/jfuzz/
DREADME.md107 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/
DREADME.md46 ##### Option 1: Attach the agent before any app code runs.
/art/test/970-iface-super-resolution-gen/util-src/
Dgenerate_smali.py499 return ICCE if any(map(lambda i: i.default, all_ifaces)) else NSME

12