OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:test_getStaticVariable
(Results
1 - 2
of
2
) sorted by null
/libcore/luni/src/test/java/dalvik/system/
DexClassLoaderTest.java
191
private static void
test_getStaticVariable
(Configuration config)
194
config, "test.TestMethods", "
test_getStaticVariable
");
263
test_getStaticVariable
(Configuration.ONE_JAR);
293
test_getStaticVariable
(Configuration.ONE_DEX);
323
test_getStaticVariable
(Configuration.TWO_JAR);
375
test_getStaticVariable
(Configuration.TWO_DEX);
/libcore/luni/src/test/etc/loading-test-jar/
TestMethods.java
100
public static void
test_getStaticVariable
() {
Completed in 852 milliseconds