Searched defs:mMethod (Results 1 - 5 of 5) sorted by last modified time

/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java172 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; field in class:LittleMock.MethodCall
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,
[all...]
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/components/cronet/android/java/src/org/chromium/net/
H A DChromiumUrlRequest.java42 private String mMethod; field in class:ChromiumUrlRequest
303 mMethod = method;
322 String method = mMethod;
H A DHttpUrlConnectionUrlRequest.java86 private String mMethod; field in class:HttpUrlConnectionUrlRequest
185 mMethod = method;
210 if (mMethod != null) {
212 mConnection.setRequestMethod(mMethod);

Completed in 227 milliseconds