Searched refs:and (Results 1 – 25 of 654) sorted by relevance
12345678910>>...27
10 See the License for the specific language governing permissions and22 "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 all41 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 the59 the Work and Derivative Works thereof.62 the original version of the Work and any modifications or additions70 and issue tracking systems that are managed by, or on behalf of, the[all …]
3 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). Then6 run Asm.java, which produces Inf.out and NonInf.out. Rename these to class files and put them7 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.
1 Inject memory allocation failures for NEW_ARRAY and NEW_INSTANCE and make sure3 the interpreter and re-execute the bytecode.
9 execution, and any differences between the resulting outputs may be an indication of17 for mutation - e.g. some tests taken from the ART test suite - and point it at an18 ADB-connected Android device, and it will fuzz these seed files, and execute the32 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 files37 5. Create a directory on your device that mutated test files can be pushed to and44 --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 use75 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 …]
22 * 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 of43 * 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 …]
2 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 access8 (a) Both parent and child dex loaded with PathClassLoader, parent's class loader14 (c) Both parent and child are appended to boot class path. Restrictions should
3 This is intended to be lightweight and easy to use, similar to Java's4 RandomAccessFile and related classes. The usual C++ idioms of RAII and "you7 In particular, the basic RandomAccessFile interface is kept small and simple so
3 TestInvoker and Test1948 classes. These additions are a new method that loads a4 constant method-handle and invokes it in TestInvoker and functions that will
2 installation and class redefinition.6 stack is only used for some sanity-checks, logging and method-exit events8 of the checks fail to account for obsolete methods and can fail sanity
1 Test various permutations of Class.newInstance and Constructor.newInstance,2 looking for correct handling of access rights and abstract classes.
8 the script (without the %) and thus executed during the generation.9 * Other lines are text, and they are essentially syntax sugar for10 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 directives46 values, structure sizes, and struct member offsets. The format is fairly48 (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.
5 accepts a program which exposes a bug by producing incorrect output and expected7 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 and12 P0..Pj-1 produces expected output and compiling Mi with passes P0..Pj produces13 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 exit66 --check-script CHECK_SCRIPT script comparing output and expected output
1 Test that spawning a child process and then reaping it (a) works and (b)
3 Tests that we can use and remove these handlers and they can change mappings.
4 This tool iterates over all class members inside given DEX files and modifies5 their access flags if their signatures appear on one of two lists - greylist and9 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 do32 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 never47 * bit 9 for native methods, as it carries no meaning and bit 8 (`native`) will
1 Tests that the growth limit, used to impose the small and large Android2 conventions, can be cleared and the resulting heap is at least as large
2 Will compile and run all the smali files in smali/ and run the test cases mentioned in src/Main.jav…
1 Test that a vreg value that was defined by a const 0 and is used is both ref2 and float operations is flushed to all home location.
4 NOTE: the test requires that /data/run-test/ exists and is writable and not mounted noexec.
36 static void and(boolean x) { in and() method in Main91 and(true); in main()111 and(false); in main()
1 # For the schema of this file and documentation, see ProjectConfig message in8 # the Chromium auth group and buckets.11 # Auth groups who can register and emit new log streams.
11 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 '
6 block and whose result is assigned to a local value, it is smart11 still emit a block with the exception catching and rethrowing17 art::CodeItem::tries_size_) and the optimizing compiler would have no21 optimizing compiler considered this (these) as dead block(s) and25 instructions in a proper fashion, by removing them as users first, and
4 // - 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 using20 // 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 use31 // libadbconnection is internal and loaded with dlopen(), but it cannot use53 // ... and their internal dependencies91 // 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 using143 // Buildbot and Golem (see `art/Android.mk`). If you add libraries to this list,[all …]
4 This allocates more monitors and hence may exercise the monitor pool5 differently, and with more context, than the monitor_pool_test gtest.