/external/clang/lib/StaticAnalyzer/Checkers/ |
UndefinedAssignmentChecker.cpp | 86 auto R = llvm::make_unique<BugReport>(*BT, str, N);
|
UnixAPIChecker.cpp | 86 auto Report = llvm::make_unique<BugReport>(*BT_open, Msg, N); 203 auto report = llvm::make_unique<BugReport>(*BT_pthreadOnce, os.str(), N); 244 auto report = llvm::make_unique<BugReport>(*BT_mallocZero, os.str(), N);
|
CheckObjCDealloc.cpp | 586 std::unique_ptr<BugReport> BR( 587 new BugReport(*MissingReleaseBugType, OS.str(), ErrNode)); 709 std::unique_ptr<BugReport> BR( 710 new BugReport(*ExtraReleaseBugType, OS.str(), ErrNode)); 747 std::unique_ptr<BugReport> BR( 748 new BugReport(*MistakenDeallocBugType, OS.str(), ErrNode)); [all...] |
DereferenceChecker.cpp | 177 auto report = llvm::make_unique<BugReport>( 199 llvm::make_unique<BugReport>(*BT_undef, BT_undef->getDescription(), N);
|
PointerArithChecker.cpp | 179 auto R = llvm::make_unique<BugReport>(*BT_polyArray, 202 auto R = llvm::make_unique<BugReport>(*BT_pointerArith,
|
SimpleStreamChecker.cpp | 210 auto R = llvm::make_unique<BugReport>(*DoubleCloseBugType, 223 auto R = llvm::make_unique<BugReport>(*LeakBugType,
|
StackAddrEscapeChecker.cpp | 111 auto report = llvm::make_unique<BugReport>(*BT_returnstack, os.str(), N); 248 auto report = llvm::make_unique<BugReport>(*BT_stackleak, os.str(), N);
|
/frameworks/native/cmds/bugreport/ |
bugreport.cpp | 33 fprintf(stderr, "WARNING: flat bugreports are deprecated, use adb bugreport <zip_file> instead\n");
|
/platform_testing/libraries/aupt-lib/src/android/support/test/aupt/ |
DataCollector.java | 66 put(LogGenerator.BUGREPORT, bugreportInterval);
|
/tools/tradefederation/core/proto/ |
collector.proto | 57 // A java-style format string, e.g. "logcat-%s.log" or "bugreport-%d.log".
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/ |
InstalledInstrumentationsTest.java | 101 @Option(name = "bugreport-on-failure", description = "Sets which failed testcase events " + 102 "cause a bugreport to be collected. a bugreport after failed testcases. Note that " + 103 "there is _no feedback mechanism_ between the test runner and the bugreport " +
|
InstrumentationTest.java | 148 @Option(name = "bugreport-on-failure", description = "Sets which failed testcase events " + 149 "cause a bugreport to be collected. a bugreport after failed testcases. Note that " + 150 "there is _no feedback mechanism_ between the test runner and the bugreport " + 475 * Note that there is _no feedback mechanism_ between the test runner and the bugreport 477 * in rapid succession, the bugreport for a given one of the failures could end up being 752 // Collect a bugreport after EACH/FIRST failed testcase [all...] |
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
CompatibilityTest.java | 207 @Option(name = "bugreport-on-failure", 208 description = "Take a bugreport on every test failure. " + 656 CLog.w("There are failed system status checkers: %s capturing a bugreport", 659 logger.testLog(String.format("bugreport-checker-pre-module-%s", moduleName), 660 LogDataType.BUGREPORT, bugSource); 678 CLog.w("There are failed system status checkers: %s capturing a bugreport", 681 logger.testLog(String.format("bugreport-checker-post-module-%s", moduleName), 682 LogDataType.BUGREPORT, bugSource); [all...] |
/libcore/ojluni/src/main/native/ |
System.c | 91 #define VENDOR_URL_BUG "http://bugreport.sun.com/bugreport/"
|
/tools/tradefederation/core/prod-tests/src/com/android/graphics/tests/ |
OpenGlPerformanceTest.java | 174 // Add bugreport listener for failed test 192 InputStreamSource bugreport = mTestDevice.getBugreport(); local 193 listener.testLog("bugreport.txt", LogDataType.BUGREPORT, bugreport); 194 bugreport.cancel();
|
/cts/apps/CtsVerifier/res/values/ |
strings.xml | [all...] |
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/ |
CompatibilityConsole.java | 92 genericHelp.add("Example: run cts --module CtsGestureTestCases --bugreport-on-failure"); 188 "\t\t\t--bugreport-on-failure : Capture a bugreport when a test fails"
|
/device/lge/bullhead/ |
init.bullhead.rc | 446 # bugreport is triggered by holding down volume down, volume up and power 447 service bugreport /system/bin/dumpstate -d -p -B -z \ 448 -o /data/user_de/0/com.android.shell/files/bugreports/bugreport
|
/tools/tradefederation/core/prod-tests/src/com/android/encryption/tests/ |
EncryptionCpuTest.java | 221 InputStreamSource bugreport = mTestDevice.getBugreport(); local 222 listener.testLog(String.format("bugreport_%s", mKey), LogDataType.BUGREPORT, bugreport);
|
/tools/tradefederation/core/prod-tests/src/com/android/wireless/tests/ |
WifiStressTest.java | 250 // Add bugreport listener for failed test 254 // Device may reboot during the test, to capture a bugreport after that, 255 // wait for 30 seconds for device to be online, otherwise, bugreport will be empty
|
/external/clang/www/analyzer/ |
checker_dev_manual.html | 451 BugReport</a></tt>. 460 The <tt>BugReport</tt> class represents a specific occurrence of a bug. In 461 the most common case, three parameters are used to form a <tt>BugReport</tt>: 480 generated by the checker can be passed to the <tt>BugReport</tt> constructor 495 state, which can then be passed to the <tt>BugReport</tt> constructor. 498 After a <tt>BugReport</tt> is created, it should be passed to the analyzer core
|
/docs/source.android.com/src/source/ |
read-bug-reports.jd | 121 <p><pre>grep "am_anr" bugreport-2015-10-01-18-13-48.txt 139 <p><pre>grep "ANR in" bugreport-2015-10-01-18-13-48.txt 378 <p><pre>grep "am_focused_activity" bugreport-2015-10-01-18-13-48.txt 397 <p><pre>grep "Start proc" bugreport-2015-10-01-18-13-48.txt 420 <p><pre>grep -e "am_proc_died" -e "am_proc_start" bugreport-2015-10-01-18-13-48.txt 462 <p><pre>grep "am_low_memory" bugreport-2015-10-01-18-13-48.txt 476 cycles. (Keep in mind the bugreport being gathered can influence thrashing [all...] |
/external/clang/tools/scan-view/share/ |
Reporter.py | 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters'] 16 class BugReport:
|
/prebuilts/clang/host/darwin-x86/clang-2812033/tools/scan-view/share/ |
Reporter.py | 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters'] 16 class BugReport:
|
/prebuilts/clang/host/darwin-x86/clang-3016494/tools/scan-view/share/ |
Reporter.py | 5 __all__ = ['ReportFailure', 'BugReport', 'getReporters'] 16 class BugReport:
|