Searched defs:callSite (Results 1 - 5 of 5) sorted by relevance

/external/littlemock/src/com/google/testing/littlemock/
H A DLittleMock.java216 StackTraceElement callSite = new Exception().getStackTrace()[1];
218 verifyNoMoreInteractions(mock, callSite);
223 private static void verifyNoMoreInteractions(Object mock, StackTraceElement callSite) { argument
240 sb.append(" at ").append(callSite).append("\n");
691 StackTraceElement callSite = new Exception().getStackTrace()[2];
692 MethodCall methodCall = new MethodCall(method, callSite, args);
693 innerVerify(method, matchers, methodCall, proxy, callSite, mHowManyTimes, mOrderCounter);
713 StackTraceElement callSite = new Exception().getStackTrace()[2];
714 MethodCall methodCall = new MethodCall(method, callSite, args);
715 innerStub(method, matchers, methodCall, callSite, mStubbingActio
757 innerRecord(Method method, final Object[] args, MethodCall methodCall, Object proxy, StackTraceElement callSite) argument
782 innerStub(Method method, final ArgumentMatcher[] matchers, MethodCall methodCall, StackTraceElement callSite, final Action stubbingAction) argument
813 checkThisActionCanBeUsedForThisMethod(Method method, final Action stubbingAction, StackTraceElement callSite) argument
847 innerVerify(Method method, ArgumentMatcher[] matchers, MethodCall methodCall, Object proxy, StackTraceElement callSite, CallCount callCount, OrderChecker orderCounter) argument
942 appendDebugStringForMethodCall(StringBuffer sb, Method method, StackTraceElement callSite, String fieldName, boolean showReturnType) argument
[all...]
/external/clang/lib/CodeGen/
H A DCGCall.cpp2478 llvm::CallSite callSite = EmitCallOrInvoke(callee, args, name); local
2479 callSite.setCallingConv(getRuntimeCC());
2480 return callSite;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 80 milliseconds