/external/clang/lib/StaticAnalyzer/Checkers/ |
UndefBranchChecker.cpp | 100 auto R = llvm::make_unique<BugReport>(*BT, BT->getDescription(), N);
|
VLASizeChecker.cpp | 75 auto report = llvm::make_unique<BugReport>(*BT, os.str(), N);
|
MallocChecker.cpp | 396 /// BugReport path. For example, showing the allocation site of the leaked 467 BugReport &BR) override; 471 BugReport &BR) override { [all...] |
DynamicTypePropagation.cpp | 89 BugReport &BR) override; [all...] |
MacOSXAPIChecker.cpp | 95 auto report = llvm::make_unique<BugReport>(*BT_dispatchOnce, os.str(), N);
|
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/instrumentation/ |
JavassistHelper.java | 182 // ", names are probably shifted. Please submit source for class in slf4j bugreport");
|
/external/valgrind/ |
README_PACKAGERS | 95 it as a bugreport. See http://www.valgrind.org for details.
|
/frameworks/base/packages/Shell/src/com/android/shell/ |
BugreportStorageProvider.java | 37 private static final String DOC_ID_ROOT = "bugreport";
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
UiBot.java | 130 // TODO: not working when the bugreport dialog is shown, it hangs until the dialog is
|
/frameworks/native/cmds/dumpstate/ |
DumpstateUtil.h | 142 * Useful when debugging dumpstate or other bugreport-related activities.
|
/packages/services/Car/tools/bootanalyze/ |
bootanalyze.py | 208 bugreport_file = ("bugreport-%s-" + bugreport_hint + "-%s.zip") \ 210 print "Boot up time too big, will capture bugreport %s" % (bugreport_file) 211 os.system(ADB_CMD + " bugreport " + bugreport_file) 453 help='capture bugreport if specified timing component is taking more than ' +\
|
/system/bt/btif/src/ |
btif_debug_btsnoop.cc | 42 // Maximum line length in bugreport (should be multiple of 4 for base64 output)
|
/system/core/libbacktrace/ |
Backtrace.cpp | 154 return "Internal libbacktrace error, please submit a bugreport";
|
/system/sepolicy/private/ |
property_contexts | 94 ctl.bugreport u:object_r:ctl_bugreport_prop:s0
|
/system/sepolicy/public/ |
shell.te | 38 # adb bugreport
|
/tools/loganalysis/src/com/android/loganalysis/parser/ |
BatteryStatsDetailedInfoParser.java | 32 * A {@link IParser} to parse the battery stats section of the bugreport
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
BluetoothBaseTest.py | 110 self.log.debug("Test {} failed. Gathering bugreport and btsnoop logs".
|
/tools/test/connectivity/acts/tests/google/ble/examples/ |
BleExamplesTest.py | 56 "Test {} failed. Gathering bugreport and btsnoop logs".format(
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
TestDeviceFuncTest.java | 67 * Simple testcase to ensure that the grabbing a bugreport from a real TestDevice works. 70 InputStreamSource bugreport = mTestDevice.getBugreport(); local 72 String data = StreamUtil.getStringFromStream(bugreport.createInputStream()); 79 StreamUtil.cancel(bugreport); [all...] |
NativeDeviceTest.java | 38 import com.android.tradefed.util.Bugreport; 819 listener.testLog(dataName, LogDataType.BUGREPORT, stream); 869 Bugreport report = mTestDevice.takeBugreport(); 872 // older device report a non zipped bugreport [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/ |
GlobalActionsDialog.java | 95 private static final String GLOBAL_ACTION_KEY_BUGREPORT = "bugreport"; 419 // don't actually trigger the bugreport if we are running stability 431 // Take an "interactive" bugreport. 444 // don't actually trigger the bugreport if we are running stability 450 // Take a "full" bugreport. [all...] |
/frameworks/base/services/core/java/com/android/server/policy/ |
LegacyGlobalActions.java | 94 private static final String GLOBAL_ACTION_KEY_BUGREPORT = "bugreport"; 420 // don't actually trigger the bugreport if we are running stability 432 // Take an "interactive" bugreport. 445 // don't actually trigger the bugreport if we are running stability 451 // Take a "full" bugreport. [all...] |
/docs/source.android.com/src/devices/camera/ |
camera3_requests_methods.jd | 89 using the dumpsys tool, or when capturing a bugreport. The passed-in file
|
/docs/source.android.com/src/devices/tech/dalvik/ |
index.jd | 152 Please include an <code>"adb bugreport"</code> and link to the app in Google
|
/external/bison/src/ |
scan-skel.l | 25 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=333231>. */
|