HomeSort by relevance Sort by last modified time
    Searched refs:callSite (Results 1 - 5 of 5) sorted by null

  /external/littlemock/src/com/google/testing/littlemock/
LittleMock.java 216 StackTraceElement callSite = new Exception().getStackTrace()[1];
218 verifyNoMoreInteractions(mock, callSite);
223 private static void verifyNoMoreInteractions(Object mock, StackTraceElement callSite) {
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, mStubbingAction)
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 47 #include "llvm/Support/CallSite.h"
    [all...]
CGCall.cpp 31 #include "llvm/Support/CallSite.h"
    [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 78 milliseconds