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

/art/test/005-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/test/121-modifiers/
H A Dbuild11 # Unless required by applicable law or agreed to in writing, software
23 # run Asm.java, which produces Inf.out and NonInf.out. Rename these to class files and put them
33 ${DX} --debug --dex --dump-to=classes.lst --output=classes.dex classes
/art/test/113-multidex/
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
30 ${DX} -JXmx256m --debug --dex --dump-to=classes2.lst --output=classes2.dex classes
/art/tools/
H A DAndroid.mk10 # Unless required by applicable law or agreed to in writing, software
19 # Copy the art shell script to the host's bin directory
28 $(copy-file-to-new-target)
/art/runtime/arch/arm/
H A Djni_entrypoints_arm.S10 * Unless required by applicable law or agreed to in writing, software
31 sub sp, #12 @ pad stack pointer to align frame
45 bx r12 @ if non-null, tail call to method's code
47 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_PORTABLE_CODE_OFFSET] @ get pointer to the code
H A Dquick_entrypoints_arm.S10 * Unless required by applicable law or agreed to in writing, software
27 * Macro that sets up the callee save frame to conform with
57 * Macro that sets up the callee save frame to conform with
107 * Macro that sets up the callee save frame to conform with
162 * Macro that set calls through to artDeliverPendingExceptionFromCode, where the pending
213 * Called by managed code to create and deliver a NullPointerException.
218 * Called by managed code to create and deliver an ArithmeticException.
223 * Called by managed code to create and deliver an ArrayIndexOutOfBoundsException. Arg1 holds
229 * Called by managed code to create and deliver a StackOverflowError.
234 * Called by managed code to creat
[all...]
/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/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/111-unresolvable-exception/
H A Dbuild11 # Unless required by applicable law or agreed to in writing, software
24 ${DX} -JXmx256m --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/build/
H A DAndroid.common.mk10 # Unless required by applicable law or agreed to in writing, software
42 $(error Do not know what to do with this multi-target configuration!)
/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
30 * Macro that sets up the callee save frame to conform with
69 * Macro that sets up the callee save frame to conform with
152 * Macro that sets up the callee save frame to conform with
222 * Macro that set calls through to artDeliverPendingExceptionFromCode, where the pending
354 * Called by managed code to create and deliver a NullPointerException
368 * Called by managed code to create and deliver an ArithmeticException
381 * Called by managed code to create and deliver an ArrayIndexOutOfBoundsException
395 * Called by managed code to create and deliver a StackOverflowError.
408 * Called by managed code to creat
[all...]
/art/compiler/optimizing/
H A Dssa_liveness_analysis.cc10 * Unless required by applicable law or agreed to in writing, software
30 static bool IsLoopExit(HLoopInformation* current, HLoopInformation* to) { argument
31 // `to` is either not part of a loop, or `current` is an inner loop of `to`.
32 return to == nullptr || (current != to && current->IsIn(*to));
59 // Nothing to do.
71 // Nothing to do. Current order is fine.
101 // to differentiat
[all...]
H A Dregister_allocator.h10 * Unless required by applicable law or agreed to in writing, software
45 // allocates registers to live intervals.
48 // Validate that the register allocator did not allocate the same register to
95 // Update the interval for the register in `location` to cover [start, end).
107 void ConnectSplitSiblings(LiveInterval* interval, HBasicBlock* from, HBasicBlock* to) const;
109 // Helper methods to insert parallel moves in the graph.
H A Dregister_allocator.cc10 * Unless required by applicable law or agreed to in writing, software
104 // that may not need to be materialized. It doesn't need to allocate any
113 // Iterate post-order, to ensure the list is sorted, and the last added interval
129 // to ensure we know these locations before doing register allocation. For a
131 // will be unavailable at these locations when trying to allocate one for an
138 // Shift the interval's start by one to account for the blocked register.
152 // Add the interval to the correct list.
161 // Don't add direclty to `unhandled_`, it needs to b
[all...]
/art/test/004-JniTest/src/
H A DMain.java10 * Unless required by applicable law or agreed to in writing, software
171 native static boolean nativeIsAssignableFrom(Class<?> from, Class<?> to); argument
/art/test/004-JniTest/
H A Djni_test.cc10 * Unless required by applicable law or agreed to in writing, software
178 // We use b1 to drive the output.
198 // The weird static_cast is because short int is only guaranteed down to -32767, not Java's -32768.
203 // We use s1 to drive the output.
224 // We use b1 to drive the output.
245 // We use c1 to drive the output.
262 jclass from, jclass to) {
263 return env->IsAssignableFrom(from, to);
349 // For better testing we would need to compile against libcore and have a two-deep stack
/art/test/
H A DAndroid.run-test.mk9 # Unless required by applicable law or agreed to in writing, software
92 # to OOMEs.
101 # 115-native-bridge setup is complicated. Need to implement it correctly for the target.
123 # NB 116-nodex2oat is not broken per-se it just doesn't (and isn't meant to) work with --prebuild.
124 # On host this is patched around by changing a run flag but we cannot do this on the target due to
134 # NB 117-nopatchoat is not broken per-se it just doesn't work (and isn't meant to) without --prebuild --relocate
167 # Helper to create individual build targets for tests. Must be called with $(eval).
186 # The build system use this flag to pick up files generated by declare-make-art-run-test.
503 # Define a phony rule whose purpose is to test its prerequisites.

Completed in 787 milliseconds