/external/sl4a/Common/src/com/googlecode/android_scripting/rpc/ |
D | MethodDescriptor.java | 52 private final Method mMethod; field in MethodDescriptor 57 mMethod = method; in MethodDescriptor() 62 return mMethod.getDeclaringClass().getCanonicalName() + "." + mMethod.getName(); in toString() 139 result = manager.invoke(mClass, mMethod, args); in invoke() 278 return mMethod; in getMethod() 286 if (mMethod.isAnnotationPresent(RpcName.class)) { in getName() 287 return mMethod.getAnnotation(RpcName.class).name(); in getName() 289 return mMethod.getName(); in getName() 293 return mMethod.getGenericParameterTypes(); in getGenericParameterTypes() 297 return mMethod.getParameterAnnotations(); in getParameterAnnotations() [all …]
|
/external/apache-http/android/src/android/net/http/ |
D | RequestHandle.java | 40 private String mMethod; field in RequestHandle 68 mMethod = method == null? "GET" : method; in RequestHandle() 190 if ((statusCode == 302 || statusCode == 303) && mMethod.equals("POST")) { in setupRedirect() 194 mMethod = "GET"; in setupRedirect() 268 return mMethod; in getMethod() 321 String A2 = mMethod + ":" + mUrl; in computeDigestAuthResponse() 466 mUrl, mUri, mMethod, mHeaders, mRequest.mEventHandler, in createAndQueueNewRequest() 474 mUrl, mUri, mMethod, mHeaders, mRequest.mEventHandler, in createAndQueueNewRequest()
|
/external/littlemock/src/com/google/testing/littlemock/ |
D | LittleMock.java | 172 appendDebugStringForMethodCall(sb, thisCall.mMethod, thisCall.mElement, fieldName, false); 174 appendDebugStringForMethodCall(sb, lastCall.mMethod, lastCall.mElement, fieldName, false); 236 appendDebugStringForMethodCall(sb, method.mMethod, 537 private final Method mMethod; 548 mMethod = method; 560 return "MethodCall [method=" + mMethod + ", args=" + Arrays.toString(mArgs) + "]"; 771 if (areMethodsSame(stubbedCall.mMethodCall.mMethod, methodCall.mMethod)) { 879 if (areMethodsSame(call.mMethod, method)) { 899 appendDebugStringForMethodCall(sb, methodCall.mMethod, 907 appendDebugStringForMethodCall(sb, recordedCall.mMethod,
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
D | UberColorPickerDialog.java | 169 private int mMethod = METHOD_HS_V_PALETTE; field in UberColorPickerDialog.ColorPickerView 367 if (mMethod == METHOD_HS_V_PALETTE) in onDraw() 701 switch (mMethod) { in dispatchTrackballEvent() 794 if (mMethod == METHOD_HS_V_PALETTE) { in changeSlider() 909 else if (mMethod == METHOD_HS_V_PALETTE) { in onTouchEvent()
|
/external/guice/extensions/persist/lib/ |
D | hsqldb.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/hsqldb/
org/ ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |