/external/chromium/chrome/browser/ |
crash_upload_list.h | 17 struct CrashInfo { 18 CrashInfo(const std::string& c, const base::Time& t); 19 ~CrashInfo(); 54 std::vector<CrashInfo>* crashes); 63 std::vector<CrashInfo>& crashes(); 74 // Parses crash log lines, converting them to CrashInfo entries. 77 std::vector<CrashInfo> crashes_;
|
crash_upload_list.cc | 20 CrashUploadList::CrashInfo::CrashInfo(const std::string& c, const base::Time& t) 23 CrashUploadList::CrashInfo::~CrashInfo() {} 81 CrashInfo info(components[1], base::Time::FromDoubleT(seconds_since_epoch)); 93 std::vector<CrashInfo>* crashes) { 99 std::vector<CrashUploadList::CrashInfo>& CrashUploadList::crashes() {
|
crash_upload_list_win.cc | 76 CrashInfo(base::SysWideToUTF8(crash_id),
|
/frameworks/base/core/java/android/app/ |
ApplicationErrorReport.java | 42 * is stored in {@link #crashInfo}. 122 * of CrashInfo describing the crash; otherwise null. 124 public CrashInfo crashInfo; 230 crashInfo.writeToParcel(dest, flags); 254 crashInfo = new CrashInfo(in); 261 crashInfo = null; 268 crashInfo = null; 274 crashInfo = null [all...] |
IActivityManager.java | 262 ApplicationErrorReport.CrashInfo crashInfo) throws RemoteException; 264 ApplicationErrorReport.CrashInfo crashInfo) throws RemoteException; 271 StrictMode.ViolationInfo crashInfo) throws RemoteException; [all...] |
ActivityManagerNative.java | [all...] |
/external/chromium/chrome/browser/ui/webui/ |
crashes_ui.cc | 170 std::vector<CrashUploadList::CrashInfo> crashes; 173 for (std::vector<CrashUploadList::CrashInfo>::iterator i = crashes.begin();
|
/external/clang/lib/Parse/ |
ParseAST.cpp | 69 PrettyStackTraceParserEntry CrashInfo(P);
|
ParseStmt.cpp | 703 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), [all...] |
ParseDeclCXX.cpp | 161 PrettyDeclStackTraceEntry CrashInfo(Actions, NamespcDecl, NamespaceLoc, [all...] |
ParseExpr.cpp | [all...] |
ParseObjc.cpp | [all...] |
ParseDecl.cpp | [all...] |
/external/clang/lib/CodeGen/ |
BackendUtil.cpp | 370 PrettyStackTraceString CrashInfo("Per-function optimization"); 381 PrettyStackTraceString CrashInfo("Per-module optimization passes"); 386 PrettyStackTraceString CrashInfo("Code generation");
|
CodeGenAction.cpp | 83 PrettyStackTraceDecl CrashInfo(*D.begin(), SourceLocation(), 98 PrettyStackTraceString CrashInfo("Per-file LLVM IR generation"); 140 PrettyStackTraceDecl CrashInfo(D, SourceLocation(),
|
CGStmt.cpp | 191 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(),S.getLBracLoc(), [all...] |
CodeGenModule.cpp | 808 PrettyStackTraceDecl CrashInfo(const_cast<ValueDecl *>(D), D->getLocation(), [all...] |
/frameworks/base/core/java/com/android/internal/os/ |
RuntimeInit.java | 73 mApplicationObject, new ApplicationErrorReport.CrashInfo(e)); 346 mApplicationObject, tag, new ApplicationErrorReport.CrashInfo(t))) {
|
/external/clang/lib/Driver/ |
Driver.cpp | 100 llvm::PrettyStackTraceString CrashInfo("Command line argument parsing"); 205 llvm::PrettyStackTraceString CrashInfo("Compilation construction"); 598 llvm::PrettyStackTraceString CrashInfo("Building universal build actions"); 693 llvm::PrettyStackTraceString CrashInfo("Building compilation actions"); [all...] |
/frameworks/base/core/java/android/os/ |
StrictMode.java | [all...] |
/external/clang/lib/AST/ |
MicrosoftMangle.cpp | [all...] |
ItaniumMangle.cpp | [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
ExprEngine.cpp | 241 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), 427 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), 941 PrettyStackTraceLoc CrashInfo(getContext().getSourceManager(), [all...] |
/external/clang/lib/Sema/ |
SemaTemplateInstantiateDecl.cpp | [all...] |
/frameworks/base/services/java/com/android/server/am/ |
ActivityManagerService.java | [all...] |