| /dalvik/dx/tests/132-invoke-polymorphic/ | 
| D | TestInvokePolymorphic.java | 72     public static void testInvokeVoidReturn3Arguments(MethodHandle mh, Object o, long l, double d)  in testInvokeVoidReturn3Arguments()78                                                            double d) throws Throwable {  in testInvokeExactVoidReturn3Arguments()
 82     public static int testInvokeIntReturn5Arguments(MethodHandle mh, Object o, long l, double d,  in testInvokeIntReturn5Arguments()
 88                                                          double d, float f, String s)  in testInvokeExactIntReturn5Arguments()
 
 | 
| D | TestInvokePolymorphic.class |  ... .invoke.MethodHandle mh
		Object o
		long l
		double d
	public static void testInvokeExactVoidReturn3Arguments (java.lang.invoke | 
| /dalvik/dx/tests/121-sccp/ | 
| D | Blort.debug.class |  ... testIntAddSub () 
		int a
		int b
		int c
		int d
	public static int testIntMult () 
		int a
		int b ...  | 
| D | Blort.java | 5         int a, b, c, d;  in testIntAddSub()  local59         float a, b, c, d;  in testFloatAddSub()  local
 113         double a, b, c, d;  in testDoubleAddSub()  local
 
 | 
| /dalvik/dx/src/com/android/dx/io/instructions/ | 
| D | DecodedInstruction.java | 415         int d = getD();  in getDUnit()  local429         int d = getD();  in getDByte()  local
 443         int d = getD();  in getDNibble()  local
 
 | 
| D | FourRegisterDecodedInstruction.java | 35     private final int d;  field in FourRegisterDecodedInstruction42             int a, int b, int c, int d) {  in FourRegisterDecodedInstruction()
 
 | 
| D | FiveRegisterDecodedInstruction.java | 35     private final int d;  field in FiveRegisterDecodedInstruction45             int a, int b, int c, int d, int e) {  in FiveRegisterDecodedInstruction()
 
 | 
| D | InstructionCodec.java | 686             int d = nibble1(cdef);  in FORMAT_45CC()  local924         int d = nibble3(abcd);  in decodeRegisterList()  local
 
 | 
| /dalvik/dx/tests/093-ssa-invoke-range/ | 
| D | Blort.java | 5         (int a, int b, int c, int d, int e, int f) {  in methodThatNeedsInvokeRange()32     void testAllParams(int a, int b, int c, int d, int e, int f) {  in testAllParams()
 
 | 
| D | Blort.class |  ... , int) 
		int a
		int b
		int c
		int d
		int e
		int f
	void testNoLocals () 
	void testMixedLocals ...  | 
| /dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/ | 
| D | InvokeCustom.java | 45       double d, String str) {  in targetMethodTest2()145       MethodHandles.Lookup caller, String name, MethodType type, int i, long l, float f, double d)  in bsmLookupStaticWithExtraArgs()
 
 | 
| /dalvik/dx/tests/135-invoke-custom/src/invokecustom/ | 
| D | InvokeCustom.java | 49       double d, String str) {  in targetMethodTest2()149       MethodHandles.Lookup caller, String name, MethodType type, int i, long l, float f, double d)  in bsmLookupStaticWithExtraArgs()
 
 | 
| /dalvik/dx/tests/056-dex-call-interface/ | 
| D | Blort.java | 19     public static int test(Zorch z, double d) {  in test()
 | 
| D | Zorch.java | 20     public void zorch2(double d);  in zorch2()
 | 
| /dalvik/dx/tests/044-dex-math-ops/ | 
| D | Blort.class |  ... volatile long l
	private volatile float f
	private volatile double d
	public void <init> () 
	public void blort ...  | 
| D | Blort.java | 22     private volatile double d;  field in Blort
 | 
| /dalvik/dx/tests/054-dex-high16/ | 
| D | Blort.java | 31     public static void sink(double d) {  in sink()
 | 
| /dalvik/dx/tests/115-merge/testdata/ | 
| D | StaticValues.java | 7     public static final int d = 0xabcd1234;  field in StaticValues
 | 
| D | Annotated.java | 22         Nested[] d() default {};  in d()  method
 | 
| /dalvik/dx/tests/138-invoke-polymorphic-again/ | 
| D | Main.java | 26   public int foof(int a, int b, int c, int d,  in foof()
 | 
| D | Main.class |  ... , int) 
		int a
		int b
		int c
		int d
		int e
		int f
		int g
		int h
		int i ...  |