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

  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
DebugTest.java 38 return Debug.getCaller();
  /external/lldb/examples/python/
pytracer.py 123 def getCaller(self):
212 print "call " + frame.getName() + " from " + frame.getCaller().getName() + " @ " + str(frame.getCaller().getLineNumber()) + " args are " + str(frame.getArgumentInfo())
235 if frame.getName() == "__init__" and frame.getCaller().getName() == "run_one_line" and frame.getCaller().getLineNumber() == 101:
238 if (frame.getCaller().getFileName() == ""):
246 strout += " from " + frame.getCaller().getName() + " @ " + str(frame.getCaller().getLineNumber()) + " args are " + str(frame.getArgumentInfo())
259 if (frame.getCaller().getFileName() == ""):
280 if (frame.getCaller().getFileName() == "")
    [all...]
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
Tracer.java 171 String caller = getCaller();
258 private static String getCaller() {
  /external/llvm/lib/Transforms/IPO/
Inliner.cpp 131 Function *Caller = CS.getCaller();
270 Function *Caller = CS.getCaller();
305 Function *Caller = CS.getCaller();
332 Function *Caller = CS.getCaller();
412 CS.getCaller()->getName() + " in other contexts"));
422 CS.getCaller()->getName() + " with cost=" + Twine(IC.getCost()) +
517 Function *Caller = CS.getCaller();
  /frameworks/base/core/java/android/os/
Debug.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
KeyguardService.java 60 Log.w(TAG, "Caller needs permission '" + PERMISSION + "' to call " + Debug.getCaller());
  /external/llvm/include/llvm/IR/
CallSite.h 159 /// getCaller - Return the caller function for this call site
161 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 923 CallEventManager::getCaller(const StackFrameContext *CalleeCtx,
    [all...]
ExprEngineCallAndReturn.cpp 239 CallEventRef<> Call = CEMgr.getCaller(calleeCtx, state);
    [all...]
PathDiagnostic.cpp 182 DeclWithIssue = CP->getCaller();
    [all...]
BugReporter.cpp 229 bool CallerIsImplicit = hasImplicitBody(Call->getCaller());
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
PathDiagnostic.h 576 const Decl *getCaller() const { return Caller; }
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CallEvent.h 952 getCaller(const StackFrameContext *CalleeCtx, ProgramStateRef State);
    [all...]
  /prebuilts/misc/common/power-helper/
PowerTestHelper.jar 
  /prebuilts/misc/common/ub-uiautomator/
ub-uiautomator.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 235 milliseconds