Home
last modified time | relevance | path

Searched refs:as (Results 1 – 25 of 84) sorted by relevance

1234

/art/test/083-compiler-regressions/
Dexpected.txt19 b16177324TestWrapper caught NPE as expected.
20 b16230771TestWrapper caught NPE as expected.
21 b17969907TestWrapper caught NPE as expected.
/art/test/104-growth-limit/
Dinfo.txt2 conventions, can be cleared and the resulting heap is at least as large
3 as the growth limited heap.
/art/test/435-try-finally-without-catch/
Dinfo.txt8 divisor is non-null, as it wouldn't be used. However, dx is not
10 be non-null at compile-time (as is the case in this test), it will
21 optimizing compiler considered this (these) as dead block(s) and
25 instructions in a proper fashion, by removing them as users first, and
/art/test/800-smali/smali/
Db_20843113.smali9 # An instruction that may throw, so as to pass UninitializedThis to the handler
23 # allowed as we will terminate abnormally below.
Db_18800943_1.smali4 # This constructor should fail verification as the object is not initialized by a super-call.
Db_18800943_2.smali4 # This constructor should fail verification as the object is not initialized by a super-call.
/art/
DNOTICE23 and distribution as defined by Sections 1 through 9 of this document.
49 Object form, made available under the License, as indicated by a
56 represent, as a whole, an original work of authorship. For the purposes
73 designated in writing by the copyright owner as "Not a Contribution."
89 (except as stated in this section) patent license to make, have made,
100 as of the date such litigation is filed.
119 (d) If the Work includes a "NOTICE" text file as part of its
125 as part of the Derivative Works; within the Source form or
132 or as an addendum to the NOTICE text from the Work, provided
134 as modifying the License.
[all …]
/art/cmdline/
DREADME.md81 type of value (such as an int or double as in the above `FruitVariantMap` example). To do that, a
90 correct as early as possible (in essence, everything but the parsing of the argument name is done at
128 It will parse `-xinterpret` as `true` and `-xnointerpret` as `false`.
175 get saved anywhere. Values will still get parsed as normal, so it will *not* ignore known arguments
183 The `Parse` method should be implemented for most types. Some types will allow appending (such as an
240 into `existing_value` as an out-parameter.
242 When many arguments are parsed, the result is collapsed down to a `CmdlineResult` which acts as a
244 successfully stored, the parser will automatically save it into the target destination as a side
/art/test/302-float-conversion/
Dexpected.txt1 Iteration Result is as expected
/art/test/058-enum-order/
Dinfo.txt1 Test that the ordering of enums is as expected.
/art/test/067-preemptive-unpark/
Dinfo.txt1 Test that Unsafe.unpark() operates as expected, in particular across a gc.
/art/test/474-checker-boolean-input/
Dinfo.txt1 Tests if zero/one constants and integer Phis are accepted as boolean values.
/art/test/475-simplify-mul-zero/
Dinfo.txt2 Mul should expect zero constant as input.
/art/test/519-bound-load-class/
Dinfo.txt3 as second input.
/art/test/466-get-live-vreg/
Dinfo.txt2 also pass for non-debuggable, as we need to know live DEX registers
/art/test/108-check-cast/
Dinfo.txt2 as shown below:
/art/test/134-nodex2oat-nofallback/
Dinfo.txt2 116. It needs it separate test as it needs a custom check script.
/art/test/002-sleep/
Dinfo.txt2 mostly meant as an easy thing to modify in order to test other things
/art/test/801-VoidCheckCast/
Dinfo.txt1 A test that is only available as a DEX binary.
/art/test/MultiDexModifiedSecondary/
DREADME.txt2 the same classes.dex file as MultiDex, but a different classes2.dex.
/art/test/301-abstract-protected/
Dinfo.txt1 Tests a dalvik bug where we'd treat an abstract method as an implementation
/art/test/472-type-propagation/
Dinfo.txt3 to propagate that type to their users, as those users might be phis.
/art/test/076-boolean-put/
Dinfo.txt2 boolean field. The code as generated should not pass the verifier, so the
/art/test/042-new-instance/
Dexpected.txt5 Cons LocalClass failed as expected
/art/test/459-dead-phi/smali/
DEquivalentPhi.smali29 # v2 will be a phi with (int, int) as input
33 # v3 will be a phi with (int, int) as input.

1234