/external/clang/lib/StaticAnalyzer/Core/ |
BugReporterVisitors.cpp | 106 const ExplodedNode *EndPathNode, BugReport &BR) { 111 BugReporterContext &BRC, const ExplodedNode *EndPathNode, BugReport &BR) { 169 BugReport &BR, 234 BugReport &BR) { 336 BugReport &BR) { 389 BugReport &BR) override { 404 BugReport &BR) override { 453 BugReport &BR) { 734 BugReport &BR) { 814 BugReport &BR) [all...] |
/tools/test/connectivity/acts/framework/tests/ |
acts_android_device_test.py | 82 return "OK:/path/bugreport.zip\n" 101 def bugreport(self, params, timeout=android_device.BUG_REPORT_TIMEOUT): member in class:MockAdbProxy 274 and writes the bugreport file to the correct path. 294 when taking bugreport fails. 298 expected_msg = "Failed to take bugreport on 1: OMG I died!" 314 bugreport on builds that do not have bugreportz.
|
/device/asus/fugu/ |
init.fugu.rc | 207 # bugreport is triggered by holding down volume down, volume up and power 208 service bugreport /system/bin/dumpstate -d -p -B -z \ 209 -o /data/user_de/0/com.android.shell/files/bugreports/bugreport
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
TestAfterDivZeroChecker.cpp | 76 BugReport &BR) override; 100 BugReport &BR) { 174 auto R = llvm::make_unique<BugReport>(
|
FixedAddressChecker.cpp | 60 auto R = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
|
ObjCSuperDeallocChecker.cpp | 79 BugReport &BR) override; 197 std::unique_ptr<BugReport> BR( 198 new BugReport(*DoubleSuperDeallocBugType, Desc, ErrNode)); 255 BugReport &BR) {
|
TaintTesterChecker.cpp | 53 auto report = llvm::make_unique<BugReport>(*BT, "tainted",N);
|
CallAndMessageChecker.cpp | 104 auto R = llvm::make_unique<BugReport>(*BT, BT->getName(), N); 174 auto R = llvm::make_unique<BugReport>(*BT, Message, N); 209 auto R = llvm::make_unique<BugReport>(*BT, Desc, N); 291 auto R = llvm::make_unique<BugReport>(*BT, os.str(), N); 352 auto R = llvm::make_unique<BugReport>(*BT, Desc, N); 411 llvm::make_unique<BugReport>(*BT_call_few_args, os.str(), N)); 471 auto R = llvm::make_unique<BugReport>(*BT, BT->getName(), N); 514 auto report = llvm::make_unique<BugReport>(*BT_msg_ret, os.str(), N);
|
ChrootChecker.cpp | 140 // If jail state is ROOT_CHANGED, generate BugReport. 149 C.emitReport(llvm::make_unique<BugReport>(
|
/tools/tradefederation/core/prod-tests/src/com/android/monkey/ |
MonkeyBrillopadForwarder.java | 91 if (LogDataType.BUGREPORT.equals(dataType)) { 130 CLog.w("Failed to get system log from bugreport"); 194 * Report stats about the native crashes from the bugreport.
|
/build/make/target/product/ |
base.mk | 33 bugreport \
|
/development/apps/Development/src/com/android/development/ |
ConfigurationViewer.java | 67 // Also log it for bugreport purposes.
|
/development/tools/bugreport/src/com/android/bugreport/stacks/ |
LockSnapshot.java | 17 package com.android.bugreport.stacks;
|
ProcessSnapshot.java | 17 package com.android.bugreport.stacks;
|
/external/bison/m4/ |
memchr.m4 | 28 # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=521737
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
BugreportReceiver.java | 43 * Always keep the newest 8 bugreport files.
|
BugreportWarningActivity.java | 38 * Dialog that warns about contents of a bugreport.
|
/frameworks/native/cmds/bugreportz/ |
bugreportz.cpp | 57 printf("FAIL:Bugreport read terminated abnormally (%s)\n", strerror(errno));
|
/frameworks/native/cmds/dumpstate/ |
README.md | 23 ## To build, deploy, and take a bugreport
|
/tools/loganalysis/src/com/android/loganalysis/parser/ |
DumpsysBatteryStatsParser.java | 28 * A {@link IParser} to parse the battery stats section of the bugreport
|
DumpsysParser.java | 27 * A {@link IParser} to handle the output of the dumpsys section of the bugreport.
|
/tools/tradefederation/core/prod-tests/res/config/template/ |
local.xml | 18 <option name="bugreport-on-invocation-ended" value="true" />
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
LogDataType.java | 35 BUGREPORT("txt", "text/plain", false, true),
|
/external/clang/lib/StaticAnalyzer/Checkers/MPI-Checker/ |
MPIBugReporter.h | 82 /// used in order to include it into the BugReport path. 98 BugReport &BR) override;
|
/system/bt/tools/scripts/ |
btsnooz.py | 145 sys.stderr.write('Usage: %s [bugreport]\n' % sys.argv[0]) 162 sys.stderr.write('No btsnooz section found in bugreport.\n')
|