Searched refs:to (Results 1 - 16 of 16) sorted by relevance

/art/test/004-annotations/src/android/test/anno/
H A DIntToString.java11 String to(); method in interface:IntToString
H A DExportedProperty.java11 IntToString[] mapping() default { @IntToString(from = -1, to = "-1") };
H A DTestAnnotations.java11 * Print the annotations in sorted order, so as to avoid
12 * any (legitimate) non-determinism with regard to the iteration order.
77 @IntToString(from = 0, to = "NORMAL_FOCUS"),
78 @IntToString(from = 2, to = "WEAK_FOCUS")
170 // this is expected to be non-null
/art/test/022-interface/
H A Dbuild11 # Unless required by applicable law or agreed to in writing, software
22 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex classes
/art/runtime/arch/arm/
H A Djni_entrypoints_arm.S10 * Unless required by applicable law or agreed to in writing, software
28 sub sp, #12 @ pad stack pointer to align frame
38 bx r12 @ if non-null, tail call to method's code
41 pop {r0, r1, r2, r3, pc} @ restore regs and return to caller to handle exception
H A Dportable_entrypoints_arm.S10 * Unless required by applicable law or agreed to in writing, software
43 mov r4, #SUSPEND_CHECK_INTERVAL @ reset r4 to suspend check interval
45 and r5, #0xFFFFFFF0 @ align frame size to 16 bytes
53 mov ip, #0 @ set ip to 0
56 ldr ip, [r0, #METHOD_CODE_OFFSET] @ get pointer to the code
H A Dquick_entrypoints_arm.S10 * Unless required by applicable law or agreed to in writing, software
25 * Macro that sets up the callee save frame to conform with
50 * Macro that sets up the callee save frame to conform with
83 * Macro that sets up the callee save frame to conform with
126 * Macro that set calls through to artDeliverPendingExceptionFromCode, where the pending
175 * Called by managed code to create and deliver a NullPointerException.
180 * Called by managed code to create and deliver an ArithmeticException.
185 * Called by managed code to create and deliver an ArrayIndexOutOfBoundsException. Arg1 holds
191 * Called by managed code to create and deliver a StackOverflowError.
196 * Called by managed code to creat
[all...]
/art/test/003-omnibus-opcodes/
H A Dbuild11 # Unless required by applicable law or agreed to in writing, software
25 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex classes
/art/test/023-many-interfaces/
H A Dbuild11 # Unless required by applicable law or agreed to in writing, software
27 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex classes
/art/test/056-const-string-jumbo/
H A Dbuild11 # Unless required by applicable law or agreed to in writing, software
21 # the reference to "zorch" in the real test file will be guaranteed to
45 ${DX} -JXmx500m --debug --dex --no-optimize --positions=none --no-locals --dump-to=classes.lst --output=classes.dex classes
/art/test/085-old-style-inner-class/
H A Dbuild11 # Unless required by applicable law or agreed to in writing, software
20 # We compile for a 1.4 target to suppress the use of EnclosingMethod
25 # Suppress stderr to keep the inner class warnings out of the expected output.
26 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex --dump-width=1000 classes 2>/dev/null
/art/test/097-duplicate-method/
H A Dbuild11 # Unless required by applicable law or agreed to in writing, software
24 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex classes
/art/test/etc/
H A Ddefault-build11 # Unless required by applicable law or agreed to in writing, software
28 ${DX} -JXmx256m --debug --dex --dump-to=classes.lst --output=classes.dex --dump-width=1000 classes
36 ${DX} -JXmx256m --debug --dex --dump-to=classes-ex.lst --output=classes-ex.dex --dump-width=1000 classes-ex
/art/runtime/arch/mips/
H A Djni_entrypoints_mips.S10 * Unless required by applicable law or agreed to in writing, software
51 jr $t9 # leaf call to method's code
H A Dquick_entrypoints_mips.S10 * Unless required by applicable law or agreed to in writing, software
28 * Macro that sets up the callee save frame to conform with
61 * Macro that sets up the callee save frame to conform with
106 * Macro that sets up the callee save frame to conform with
151 * Macro that set calls through to artDeliverPendingExceptionFromCode, where the pending
281 * Called by managed code to create and deliver a NullPointerException
294 * Called by managed code to create and deliver an ArithmeticException
307 * Called by managed code to create and deliver an ArrayIndexOutOfBoundsException
320 * Called by managed code to create and deliver a StackOverflowError.
333 * Called by managed code to creat
[all...]
/art/test/
H A DAndroid.mk9 # Unless required by applicable law or agreed to in writing, software
153 # Helper to create individual build targets for tests.

Completed in 436 milliseconds