Home
last modified time | relevance | path

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

12345678910>>...27

/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/test/121-modifiers/
Dinfo.txt3 The classes are pre-compiled and modified with ASM.
5 To reproduce, compile the source files. Asm.java needs the ASM libraries (core and tree). Then
6 run Asm.java, which produces Inf.out and NonInf.out. Rename these to class files and put them
7 into the classes directory (this assumes the ASM libraries are names asm.jar and asm-tree.jar).
8 Finally, compile with jack/jill or dx, and run baksmali.
/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/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)>
58 Note that if you wanted to test both ARM and ARM64 on an ARM64 device, you can use
75 Follow steps 1, 3, 4, and 7 as above, but also observe the following:
94 MutateFail - because mutation is a random process, and has attempt thresholds to
[all …]
/art/tools/ahat/
DREADME.txt22 * Dim 'image' and 'zygote' heap sizes slightly? Why do we even show these?
25 * Show site context and heap and class filter in "Objects" view?
27 * Include ahat version and hprof file in the menu at the top of the page?
34 * Include a link to /objects in the overview and menu?
41 * That we can open a hprof without an 'app' heap and show a tabulation of
43 * Visit /objects without parameters and verify it doesn't throw an exception.
63 Updated public APIs for dominators computation, reachability and parser.
68 Distinguish between weakly reachable and unreachable instances.
73 Tighten up and document ahat public API.
77 Properly mark thread and non-default root objects as roots.
[all …]
/art/test/674-hiddenapi/
Dinfo.txt2 two JARs. The first (parent) defines methods and fields and the second (child)
4 Note that the first is compiled twice - once with and once without hidden access
8 (a) Both parent and child dex loaded with PathClassLoader, parent's class loader
14 (c) Both parent and child are appended to boot class path. Restrictions should
/art/libartbase/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/1948-obsolete-const-method-handle/util-src/
Dinfo.txt3 TestInvoker and Test1948 classes. These additions are a new method that loads a
4 constant method-handle and invokes it in TestInvoker and functions that will
/art/test/1959-redefine-object-instrument/
Dinfo.txt2 installation and class redefinition.
6 stack is only used for some sanity-checks, logging and method-exit events
8 of the checks fail to account for obsolete methods and can fail sanity
/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/runtime/interpreter/mterp/
DREADME.txt8 the script (without the %) and thus executed during the generation.
9 * Other lines are text, and they are essentially syntax sugar for
10 out.write('''(line text)''') and thus they write the main output.
24 declarations for the segment type and alignment.
33 Both C and assembly sources will be passed through the C pre-processor,
34 so you can take advantage of C-style comments and preprocessor directives
46 values, structure sizes, and struct member offsets. The format is fairly
48 (where it is verified) and assembly (where the definitions are used).
51 message and abort during startup.
81 blindly refresh rIBASE at backward branches, exception throws and returns.
/art/tools/bisection_search/
DREADME.md5 accepts a program which exposes a bug by producing incorrect output and expected
7 method and optimization pass under the assumption that interpreter is correct.
9 Given methods in order M0..Mn finds smallest i such that compiling Mi and
12 P0..Pj-1 produces expected output and compiling Mi with passes P0..Pj produces
13 incorrect output. Prints Mi and Pj.
46 Tool for finding compiler bugs. Either --raw-cmd or both -cp and --class are required.
49 -h, --help show this help message and exit
66 --check-script CHECK_SCRIPT script comparing output and expected output
/art/test/063-process-manager/
Dinfo.txt1 Test that spawning a child process and then reaping it (a) works and (b)
/art/test/305-other-fault-handler/
Dinfo.txt3 Tests that we can use and remove these handlers and they can change mappings.
/art/tools/hiddenapi/
DREADME.md4 This tool iterates over all class members inside given DEX files and modifies
5 their access flags if their signatures appear on one of two lists - greylist and
9 lists are assumed to be on a whitelist and left accessible by all code.
19 e.g. "I" for "int", and a "[" prefix denotes an array type. Lists of types do
32 as unsigned LEB128 values in DEX and so as to not increase the size of the DEX,
37 therefore produces a value where at least two bits are set and there is never
47 * bit 9 for native methods, as it carries no meaning and bit 8 (`native`) will
/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/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/640-checker-boolean-simd/src/
DMain.java36 static void and(boolean x) { in and() method in Main
91 and(true); in main()
111 and(false); in main()
/art/tools/luci/config/
Dluci-logdog.cfg1 # For the schema of this file and documentation, see ProjectConfig message in
8 # the Chromium auth group and buckets.
11 # Auth groups who can register and emit new log streams.
/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/build/apex/
DAndroid.bp4 // - Base requirements (binaries for which both 32- and 64-bit versions are built, if relevant).
16 // Note: ART on-device chroot-based testing and benchmarking is not yet using
20 // Buildbot and Golem (see `art/Android.mk`). If you add libraries to this list,
23 // TODO(b/121117762): Remove this note when both the ART Buildbot and Golem use
31 // libadbconnection is internal and loaded with dlopen(), but it cannot use
53 // ... and their internal dependencies
91 // Tools common to both device APEX and host APEX. Derived from art-tools in art/Android.mk.
97 // Tools common to both device and host debug APEXes.
139 // Note: ART on-device chroot-based testing and benchmarking is not yet using
143 // Buildbot and Golem (see `art/Android.mk`). If you add libraries to this list,
[all …]
/art/test/596-monitor-inflation/
Dinfo.txt4 This allocates more monitors and hence may exercise the monitor pool
5 differently, and with more context, than the monitor_pool_test gtest.

12345678910>>...27