Home
last modified time | relevance | path

Searched refs:and (Results 1 – 25 of 412) sorted by relevance

12345678910>>...17

/art/
DNOTICE10 See the License for the specific language governing permissions and
22 "License" shall mean the terms and conditions for use, reproduction,
23 and distribution as defined by Sections 1 through 9 of this document.
28 "Legal Entity" shall mean the union of the acting entity and all
41 source, and configuration files.
46 and conversions to other media types.
54 form, that is based on (or derived from) the Work and for which the
59 the Work and Derivative Works thereof.
62 the original version of the Work and any modifications or additions
70 and issue tracking systems that are managed by, or on behalf of, the
[all …]
/art/tools/ahat/
DREADME.txt15 - Where to submit feedback, questions, and bug reports.
16 * Dim 'image' and 'zygote' heap sizes slightly? Why do we even show these?
19 * Show site context and heap and class filter in "Objects" view?
21 * Include ahat version and hprof file in the menu at the top of the page?
28 * Include a link to /objects in the overview and menu?
42 if a baseline has been provided, and allow the user to sort by the diff.
45 * That we can open a hprof without an 'app' heap and show a tabulation of
47 * Visit /objects without parameters and verify it doesn't throw an exception.
53 * That InstanceUtils.asString properly takes into account "offset" and
67 * What's the difference between getId and getUniqueId?
[all …]
/art/tools/dexfuzz/
DREADME9 execution, and any differences between the resulting outputs may be an indication of
17 for mutation - e.g. some tests taken from the ART test suite - and point it at an
18 ADB-connected Android device, and it will fuzz these seed files, and execute the
32 having DEX files pushed to it and executed with the dalvikvm command.
35 4. Create a new directory, and place some DEX files in here. These are the seed files
37 5. Create a directory on your device that mutated test files can be pushed to and
44 --dump-output <combination of ISA(s) and and backend(s)>
59 Note that if you wanted to test both ARM and ARM64 on an ARM64 device, you can use
76 Follow steps 1, 3, 4, and 7 as above, but also observe the following:
95 MutateFail - because mutation is a random process, and has attempt thresholds to
[all …]
/art/test/080-oom-throw/
Dinfo.txt1 Inject memory allocation failures for NEW_ARRAY and NEW_INSTANCE and make sure
3 the interpreter and re-execute the bytecode.
/art/runtime/base/unix_file/
DREADME3 This is intended to be lightweight and easy to use, similar to Java's
4 RandomAccessFile and related classes. The usual C++ idioms of RAII and "you
7 In particular, the basic RandomAccessFile interface is kept small and simple so
/art/test/525-checker-arrays-and-fields/
Dinfo.txt1 Test on (in)variant static and instance field and array references in loops.
/art/test/030-bad-finalizer/
Dexpected.txt1 About to null reference and request GC.
2 Finalizer started and spinning...
/art/test/042-new-instance/
Dinfo.txt1 Test various permutations of Class.newInstance and Constructor.newInstance,
2 looking for correct handling of access rights and abstract classes.
/art/tools/
Dlibcore_failures_concurrent_collector.txt3 * configurations. The purpose of this file is to temporary and quickly list
4 * failing tests and not break the bots on the CC configurations, until they
8 * It is also used to enable AOSP experiments, and not mess up with CTS's
/art/test/063-process-manager/
Dinfo.txt1 Test that spawning a child process and then reaping it (a) works and (b)
/art/test/969-iface-super/
Dexpected.txt11 C-virtual C.SayHi()='Hello and welcome '
12 C-interface Iface.SayHi()='Hello and welcome '
15 D-virtual D.SayHi()='Hello Hello and welcome '
16 D-interface Iface.SayHi()='Hello Hello and welcome '
17 D-interface Iface2.SayHi()='Hello Hello and welcome '
/art/test/435-try-finally-without-catch/
Dinfo.txt6 block and whose result is assigned to a local value, it is smart
11 still emit a block with the exception catching and rethrowing
17 art::CodeItem::tries_size_) and the optimizing compiler would have no
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/104-growth-limit/
Dinfo.txt1 Tests that the growth limit, used to impose the small and large Android
2 conventions, can be cleared and the resulting heap is at least as large
/art/runtime/interpreter/mterp/arm64/
Dop_rem_float_2addr.S4 and w9, w9, #15 // w9<- A
9 and w9, w9, #15 // w9<- A
DshiftWide.S12 and w1, w0, #255 // w1<- BB
15 and x2, x2, #63 // Mask low 6
/art/test/800-smali/
Dinfo.txt2 Will compile and run all the smali files in smali/ and run the test cases mentioned in src/Main.jav…
/art/test/134-reg-promotion/
Dinfo.txt1 Test that a vreg value that was defined by a const 0 and is used is both ref
2 and float operations is flushed to all home location.
/art/test/071-dexfile/
Dinfo.txt4 NOTE: the test requires that /data/run-test/ exists and is writable and not mounted noexec.
/art/test/598-checker-irreducible-dominance/smali/
DIrreducibleLoop.smali12 # See the License for the specific language governing permissions and
18 # Test case in which `inner_back_edge` is not dominated by `inner_header` and
20 # not do a fix-point iteration and would miss the path to `outer_back_edge`
21 # through `inner_back_edge` and incorrectly label the outer loop non-irreducible.
/art/test/090-loop-formation/
Dinfo.txt1 Test loop formation heuristics and code generation. Basically the problem to
3 in the loop region, and the JIT compiler won't choke on unresolved fields.
/art/runtime/interpreter/mterp/
DREADME.txt28 jump-table style, handlers may be of any length, and the generated
30 and must be the first command in the config file.
41 substitutions are performed. ".cpp" and ".h" files are copied to the
65 Can only appear after "op-start" and before "op-end". Overrides the
75 Can only appear after "op-start" and before "op-end". Similar to the
88 The order of "op" and "alt" directives are not significant; the generation
98 declarations for the segment type and alignment. The expected target
112 Both C and assembly sources will be passed through the C pre-processor,
113 so you can take advantage of C-style comments and preprocessor directives
130 syntax. Useful if you want to have a "base" version and variants.
[all …]
/art/cmdline/
DREADME.md6 This directory contains the classes that do common command line tool initialization and parsing. The
20 To use, create a `CmdlineParser::Builder` and then chain the `Define` methods together with
21 `WithType` and `IntoXX` methods.
78 "--help"}` where both `--help` and `-h` are aliases for the same argument.
85 `-orange:` prefix and then strip it, leaving only the remains to be parsed.
89 will be in order to provide the type safety and make sure the rest of the argument definition is
101 happens and happens for any type implementing the `<=` operators.
113 It will parse either `-hello:world` or `-hello:galaxy` only (and error out on other variations of
128 It will parse `-xinterpret` as `true` and `-xnointerpret` as `false`.
136 By default, the argument is assumed to appear exactly once, and if the user specifies it more than
[all …]
/art/test/800-smali/smali/
Db_22331663.smali9 # Construct a java.lang.Object completely, and throw a new exception.
20 # Allocate a java.lang.Object (do not initialize), and throw a new exception.
31 # which creates a conflict. Copy the conflict, and then return. This should not make the
/art/test/144-static-field-sigquit/
Dinfo.txt5 initilizer of a class and also within a synchronized block.
7 This test is flaky and produces the issue rarely, but it should be good enough
/art/tools/ahat/src/
DQuery.java93 String and = ""; in with() local
95 newQuery.append(and); in with()
99 and = "&"; in with()

12345678910>>...17