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

  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
DebugTest.java 38 return Debug.getCaller();
  /frameworks/testing/uiautomator/library/core-src/com/android/uiautomator/core/
Tracer.java 171 String caller = getCaller();
258 private static String getCaller() {
  /frameworks/uiautomator/core/com/android/uiautomator/core/
Tracer.java 171 String caller = getCaller();
258 private static String getCaller() {
  /frameworks/base/core/java/android/os/
Debug.java     [all...]
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 122 Function *Caller = CS.getCaller();
261 Function *Caller = CS.getCaller();
300 Function *Caller = CS.getCaller();
472 Function *Caller = CS.getCaller();
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardService.java 64 Log.w(TAG, "Caller needs permission '" + PERMISSION + "' to call " + Debug.getCaller());
  /external/llvm/include/llvm/Support/
CallSite.h 151 /// getCaller - Return the caller function for this call site
153 FunTy *getCaller() const { return (*this)->getParent()->getParent(); }
  /external/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 360 CallEventRef<> Call = CallMgr.getCaller(StackFrame, State);
515 CallEventRef<> Call = CallMgr.getCaller(CE->getCalleeContext(),
    [all...]
CallEvent.cpp 911 CallEventManager::getCaller(const StackFrameContext *CalleeCtx,
    [all...]
ExprEngineCallAndReturn.cpp 239 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state);
    [all...]
PathDiagnostic.cpp 180 DeclWithIssue = CP->getCaller();
    [all...]
BugReporter.cpp 228 bool CallerIsImplicit = hasImplicitBody(Call->getCaller());
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 572 const Decl *getCaller() const { return Caller; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 966 getCaller(const StackFrameContext *CalleeCtx, ProgramStateRef State);
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 791 milliseconds