Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 755) sorted by relevance

12345678910>>...31

/art/test/dexdump/
Dvalues.txt45 #0 : (in LTest;)
50 #1 : (in LTest;)
55 #2 : (in LTest;)
60 #3 : (in LTest;)
65 #4 : (in LTest;)
70 #5 : (in LTest;)
75 #6 : (in LTest;)
80 #7 : (in LTest;)
85 #8 : (in LTest;)
90 #9 : (in LTest;)
[all …]
Dstaticfields.txt45 #0 : (in LStaticFields;)
50 #1 : (in LStaticFields;)
55 #2 : (in LStaticFields;)
60 #3 : (in LStaticFields;)
65 #4 : (in LStaticFields;)
70 #5 : (in LStaticFields;)
75 #6 : (in LStaticFields;)
80 #7 : (in LStaticFields;)
85 #8 : (in LStaticFields;)
90 #9 : (in LStaticFields;)
[all …]
/art/test/990-field-trace/
Dexpected.txt1 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass1 in method …
2 …art.Test990$TestClass1.abc on object of type: class art.Test990$TestClass1 in method public art.Te…
3 MODIFY of static long art.Test990$TestClass2.TOTAL on object of type: null in method art.Test990$Te…
4 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass2 in method …
5 …art.Test990$TestClass1.abc on object of type: class art.Test990$TestClass2 in method public art.Te…
6 MODIFY of long art.Test990$TestClass2.baz on object of type: class art.Test990$TestClass2 in method…
7 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass1 in method …
8 …art.Test990$TestClass1.abc on object of type: class art.Test990$TestClass1 in method public art.Te…
9 MODIFY of int art.Test990$TestClass1.xyz on object of type: class art.Test990$TestClass1 in method …
10 …art.Test990$TestClass1.abc on object of type: class art.Test990$TestClass1 in method public art.Te…
[all …]
/art/test/018-stack-overflow/
Dexpected.txt1 caught SOE3 in testSelfRecursion
2 caught SOE10 in testSelfRecursion
3 caught SOE in testMutualRecursion
/art/test/
DREADME.md3 There are two suites of tests in the Android Runtime (ART):
5 in Java).
11 written in Java and/or [Smali](https://github.com/JesusFreke/smali)
19 The run-tests are identified by directories in this `test` directory, named with
21 sources are in the `src` subdirectory. Sources found in the `src2` directory are
23 exercise "API mismatch" situations by replacing class files created in the first
25 class loaders. Resources can be stored in the `res` directory, which is
28 The run-tests logic lives in the `test/run-test` Bash script. The execution of a
31 scripts located in the `test/etc` directory (`default-build`, `default-run`, and
38 is actually implemented in the "JAR runner" (`test/etc/run-test-jar`), invoked
[all …]
/art/test/1932-monitor-events-misc/
Dexpected.txt5 Testing throwing exceptions in monitor_enter
7 Throwing exception in MonitorEnter
12 Testing throwing exceptions in monitor_entered
15 Throwing exception in MonitorEntered
19 Testing throwing exceptions in both monitorEnter & MonitorEntered
21 Throwing exception in MonitorEnter
23 Throwing exception in MonitorEntered
27 Testing throwing exception in MonitorWait event
29 Throwing exception in MonitorWait
33 Testing throwing exception in MonitorWait event with illegal aruments
[all …]
/art/test/663-odd-dex-size/
Dinfo.txt1 Test for a dex file with an odd size in a vdex file.
3 The code in the file is:
12 1) Add 1 to the size value in the dex header.
14 3) Change the checksum in the dex header.
/art/test/663-odd-dex-size2/
Dinfo.txt1 Test for two files with an odd size in a vdex file.
3 The code in boths file is:
12 1) Add 1 to the size value in the dex header.
14 3) Change the checksum in the dex header.
/art/test/663-odd-dex-size3/
Dinfo.txt3 The code in classes.dex is:
12 1) Add 1 to the size value in the dex header.
14 3) Change the checksum in the dex header.
16 The code in classes2.dex is:
/art/test/663-odd-dex-size4/
Dinfo.txt3 The code in classes.dex is:
8 The code in classes2.dex is:
17 1) Add 1 to the size value in the dex header.
19 3) Change the checksum in the dex header.
/art/compiler/linker/
Doutput_stream_test.cc72 std::unique_ptr<File> in(OS::OpenFileForReading(tmp.GetFilename().c_str())); in TEST_F() local
73 EXPECT_TRUE(in.get() != nullptr); in TEST_F()
74 std::vector<uint8_t> actual(in->GetLength()); in TEST_F()
75 bool readSuccess = in->ReadFully(&actual[0], actual.size()); in TEST_F()
87 std::unique_ptr<File> in(OS::OpenFileForReading(tmp.GetFilename().c_str())); in TEST_F() local
88 EXPECT_TRUE(in.get() != nullptr); in TEST_F()
89 std::vector<uint8_t> actual(in->GetLength()); in TEST_F()
90 bool readSuccess = in->ReadFully(&actual[0], actual.size()); in TEST_F()
/art/tools/jvmti-agents/chain-agents/
DREADME.md4 location relative to a passed in path. It can be used in combination with android startup_agents
5 in order to implement more complicated agent-loading rules.
7 It will open the file `chain_agents.txt` from the directory passed in as an argument and read it
8 line-by-line loading the agents (with the arguments) listed in the file.
10 Errors in loading are logged then ignored.
28 The chain-agents file is a list of agent files and arguments to load in the same format as the
/art/test/900-hello-plugin/
Dexpected.txt1 ArtPlugin_Initialize called in test 900
3 GetEnvHandler called in test 900
10 ArtPlugin_Deinitialize called in test 900
/art/test/692-vdex-inmem-loader/
Dinfo.txt2 cached in a vdex file in the app's data folder. Subsequent loads should initialize an instance of
3 OatFile using the data in the vdex.
/art/tools/runtime_memusage/
DREADME16 These set of tools work in conjunction with the class
18 Files are marked for poisoning, their starting addresses are logged in logcat.
23 in order to give both types of information. The other two are used in some of
24 the intermediary steps which are described in sanitizer_logcat_analysis.sh,
32 This is necessary in order to get symbolized traces from the output given by
37 sanitizer_logcat_analysis.sh at minimum requires all logcat output in the form
45 files in the logcat to be processed.
51 default: first baksmali dump in order of dex
55 Puts all output in specified directory.
56 If not given, output will be put in a local
[all …]
/art/test/1953-pop-frame/
Dexpected.txt31 Test stopped during Method Exit due to exception thrown in same function
34 Test stopped during Method Exit due to exception thrown in subroutine
37 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in call…
39 art.Test1953$ExceptionThrowTestObject$TestError caught in same function.
41 Test stopped during ExceptionCatch event of calledFunction (catch in called function, throw in subr…
43 art.Test1953$ExceptionCatchTestObject$TestError caught in called function.
45 Test stopped during Exception event of calledFunction (catch in calling function)
49 Test stopped during Exception event of calledFunction (catch in called function)
51 art.Test1953$ExceptionThrowTestObject$TestError caught in same function.
53 Test stopped during Exception event of calledFunction (catch in parent of calling function)
[all …]
/art/test/541-regression-inlined-deopt/smali/
DTestCase.smali4 # you may not use this file except in compliance with the License.
9 # Unless required by applicable law or agreed to in writing, software
21 # Expects array in v2.
37 # Expects array in v0.
46 # Create a new array short enough to throw AIOOB in $inline$depth1.
47 # Make sure the reference is not stored in the same vreg as used by
/art/test/991-field-trace-2/
Dexpected.txt4 …ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in
7 …MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in
12 …ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in
18 …ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in
21 …MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in
27 …ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in
30 …MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in
35 …ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in
38 …MODIFY of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in
43 …ACCESS of public int art.Test991$TestClass1.xyz on object of type: class art.Test991$TestClass1 in
[all …]
/art/test/525-checker-arrays-fields1/
Dinfo.txt1 Test on (in)variant static field and array references in loops.
/art/test/525-checker-arrays-fields2/
Dinfo.txt1 Test on (in)variant instance field and array references in loops.
/art/test/1992-retransform-no-such-field/
Dexpected.txt1 This file was written in the year 2019!
2 This new class was written in 2019
/art/test/303-verification-stress/
Dinfo.txt2 classes, each one initializing a big array of string in its class initializer.
3 This generates big <clinit> methods in these classes. The goal is to stress the
7 size of string array can be modified in the script.
/art/test/594-checker-irreducible-linorder/
Dinfo.txt1 Regression test for a failing DCHECK in SSA liveness analysis in the presence
/art/test/800-smali/smali/
Db_17410612.smali3 # Test that an invoke with a long parameter has the long parameter in
4 # a pair. This should fail in the verifier and not an abort in the compiler.
/art/test/641-irreducible-inline/
Dinfo.txt1 Regression test for optimizing in the presence of
2 inlining a method that throws in an irreducible loop

12345678910>>...31