Home
last modified time | relevance | path

Searched refs:foo (Results 1 – 24 of 24) sorted by relevance

/dalvik/dx/tests/118-find-usages/
Drun17 dx --output=foo.dex --dex *.class
20 dx --find-usages foo.dex "Ljava/io/StreamTokenizer;" nval
23 dx --find-usages foo.dex "Ljava/util/ArrayList;" remove
26 dx --find-usages foo.dex "Ljava/util/Collection;" remove
29 dx --find-usages foo.dex "Ljava/lang/String;" valueOf
/dalvik/dx/tests/078-dex-local-variable-table/
DBlort.java29 String foo = null; in test03() local
30 return foo; in test03()
34 String foo = null; in test04() local
36 foo = "bar"; in test04()
38 return foo; in test04()
DBlort.class ... lang.String test03 (int) int x String foo public static java.lang.String test04 (int ...
Dexpected.txt50 0003: +local v1 foo java.lang.String
74 0003: +local v1 foo java.lang.String
/dalvik/dx/tests/091-ssa-const-collector/
Dexpected.txt27 @????: mark-local-int . <- v0:"foo"I
42 @????: mark-local-int . <- v0:"foo"I
62 @????: mark-local-int . <- v0:"foo"I
95 Blort.java:24@0009: const-object("foo" catch) . <- .
102 ava/lang/String;="foo"
106 Blort.java:25@0010: const-object("foo" catch) . <- .
113 ava/lang/String;="foo"
117 Blort.java:26@0017: const-object("foo" catch) . <- .
124 ava/lang/String;="foo"
128 Blort.java:27@001e: const-object("foo" catch) . <- .
[all …]
DBlort.java10 int foo = 10; in testNumeric() local
13 foo += i * 10; in testNumeric()
17 foo += i + 10; in testNumeric()
DBlort.class ... ) void testNumeric () int i int i int foo void testStrings () StringBuilder sb void testCaughtStrings () ...
/dalvik/dx/tests/092-ssa-cfg-edge-cases/
DBlort.java4 void testMultipleIdenticalSuccessors(int foo) { in testMultipleIdenticalSuccessors() argument
5 switch(foo) { in testMultipleIdenticalSuccessors()
DBlort.class ... init> () void testMultipleIdenticalSuccessors (int) int foo
Dexpected.txt40 Blort.java:9@001f: const-object("foo" catch) . <- .
46 atch) . <- v0:Ljava/io/PrintStream; v1:Ljava/lang/String;="foo"
51 Blort.java:5@0000: move-param-int(1) v3:"foo"I <- .
68 java/lang/String;="foo" <- .
/dalvik/dx/tests/022-code-attrib-LocalVariableTable/
Dsmall-class.txt21 01 0003 "foo" # 0009: utf8["foo"]
52 0000 0002 0009 000c 0000 # 0000..0002 foo:[I #0000
Dexpected.txt17 0009: utf8{"foo"}
50 0000..0002 0000 foo [I
/dalvik/dx/tests/009-method/
Dsmall-class.txt17 01 0003 "foo" # 0005: utf8["foo"]
Dexpected.txt13 0005: utf8{"foo"}
25 name: foo
/dalvik/dx/tests/008-field/
Dsmall-class.txt17 01 0003 "foo" # 0005: utf8["foo"]
Dexpected.txt13 0005: utf8{"foo"}
24 name: foo
/dalvik/dx/tests/087-ssa-local-vars/
DBlort.java35 Blort foo = null; in testConstructor() local
37 foo = new Blort(); in testConstructor()
40 System.err.println(foo); in testConstructor()
DBlort.class ... ] objectArray Object anotherOne private void testConstructor () Blort foo public static void parseHeaderGroup (java.lang.Object ...
Dexpected.txt77 Blort.java:13@0019: const-object("foo" catch) . <- .
85 catch) . <- v19:Ljava/io/PrintStream; v20:Ljava/lang/String;="foo"
371 :Ljava/lang/String;="foo" <- .
544 @????: mark-local-object . <- v7:"foo"LBlort;
566 @????: mark-local-object . <- v8:"foo"LBlort;
586 @????: phi v14:"foo"LBlort; <- v8:"foo"LBlort;[b=000a] v7:"foo"LBlort;[b=000d
/dalvik/dx/tests/093-ssa-invoke-range/
DBlort.java56 long testMixedCategory(boolean foo) { in testMixedCategory() argument
57 if (foo) { in testMixedCategory()
DBlort.class ... ) int offset int src int dest long offset boolean foo
Dexpected.txt284 Blort.java:57@0000: move-param-int(1) v9:"foo"Z <- .
/dalvik/dx/tests/143-interface-methods/
DInvokeDefault.java18 public void foo() { in foo() method in InvokeDefault
Dexpected.txt3 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeDefault.foo:()V: in…
14 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeDefault.foo:()V: in…
25 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeDefault.foo:()V: in…
36 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeDefault.foo:()V: in…
47 Uncaught translation error: com.android.dx.cf.code.SimException: ERROR in InvokeDefault.foo:()V: in…
68 WARNING in InvokeDefault.foo:()V: invoking a default interface method DefaultDefinition.countIt:(Lj…
78 WARNING in InvokeDefault.foo:()V: invoking a default interface method DefaultDefinition.countIt:(Lj…
88 WARNING in InvokeDefault.foo:()V: invoking a default interface method DefaultDefinition.countIt:(Lj…
97 WARNING in InvokeDefault.foo:()V: invoking a default interface method DefaultDefinition.countIt:(Lj…
106 WARNING in InvokeDefault.foo:()V: invoking a default interface method DefaultDefinition.countIt:(Lj…