/external/chromium_org/tools/valgrind/drmemory/ |
suppressions.txt | 48 name=http://code.google.com/p/drmemory/issues/detail?id=12 UNADDR 53 name=http://code.google.com/p/drmemory/issues/detail?id=40 UNADDR 58 name=http://code.google.com/p/drmemory/issues/detail?id=40 INVALID HEAP 63 name=http://code.google.com/p/drmemory/issues/detail?id=59 68 name=http://code.google.com/p/drmemory/issues/detail?id=68 (UNADDR 1) 73 name=http://code.google.com/p/drmemory/issues/detail?id=68 (UNADDR 2) 135 # "..." is needed due to http://code.google.com/p/drmemory/issues/detail?id=666 160 # "..." is needed due to http://code.google.com/p/drmemory/issues/detail?id=666 236 # Benign issues in Chromium 255 name=http://code.google.com/p/drmemory/issues/detail?id=582 bizarre cl-generated read-beyond-TO [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
LintPreferencePage.java | 160 checkListLabel.setText("Issues:"); 241 List<Issue> issues = mRegistry.getIssues(); local 242 for (Issue issue : issues) { 301 List<Issue> issues = mRegistry.getIssues(); local 302 for (Issue issue : issues) { 325 List<Issue> issues = mRegistry.getIssues(); local 326 for (Issue issue : issues) { 500 List<Issue> issues = mRegistry.getIssues(); local 501 for (Issue issue : issues) { 503 // issues the {@link Issue#isEnabledByDefault()} method is false instea 508 List<Issue> issues = mRegistry.getIssues(); local 620 List<Issue> issues = mRegistry.getIssues(); local [all...] |
/external/chromium_org/third_party/expat/files/ |
Changes | 69 - Some mostly minor bug fixes. SF issues include: #1006708, 78 longer generate warnings on most platforms. SF issues 93 - Fixed a variety of bugs: see SF issues #458907, #609603, 102 - Fixed a variety of bugs: see SF issues #615606, #616863, 123 - Fixed a variety of bugs: see SF issues #580793, #434664, 134 - Fixed a variety of bugs: see SF issues #441449, #563184,
|
/external/expat/ |
Changes | 69 - Some mostly minor bug fixes. SF issues include: #1006708, 78 longer generate warnings on most platforms. SF issues 93 - Fixed a variety of bugs: see SF issues #458907, #609603, 102 - Fixed a variety of bugs: see SF issues #615606, #616863, 123 - Fixed a variety of bugs: see SF issues #580793, #434664, 134 - Fixed a variety of bugs: see SF issues #441449, #563184,
|
/frameworks/base/docs/html/tools/debugging/ |
improving-w-lint.jd | 31 In addition to testing that your Android application meets its functional requirements, it's important to ensure that your code has no structural problems. Poorly structured code can impact the reliability and efficiency of your Android apps and make your code harder to maintain. For example, if your XML resource files contain unused namespaces, this takes up space and incurs unnecessary processing. Other structural issues, such as use of deprecated elements or API calls that are not supported by the target API versions, might lead to code failing to run correctly.</p> 34 <p>The Android SDK provides a code scanning tool called {@code lint} that can help you to easily identify and correct problems with the structural quality of your code, without having to execute the app or write any test cases. Each problem detected by the tool is reported with a description message and a severity level, so that you can quickly prioritize the critical improvements that need to be made. You can also configure a problem's severity level to ignore issues that are not relevant for your project, or raise the severity level. The tool has a command-line interface, so you can easily integrate it into your automated testing process.</p> 96 <p>By default, when you run a {@code lint} scan, the tool checks for all issues that are supported by {@code lint}. You can also restrict the issues for {@code lint} to check and assign the severity level for those issues. For example, you can disable {@code lint} checking for specific issues that are not relevant to your project and configure {@code lint} to report non-critical issues at a lower severity level.</p> 117 <LI>Run the {@code lint} tool on your project by right-clicking on your project folder in the Package Explorer and selecting <strong>Android Tools > Run Lint: Check for Common Errors</strong>. This action brings up the <strong>Lint Warnings</strong> view which displays a list of issues that {@code lint} detected in your project.</LI> 135 <!-- list of issues to configure --> 139 <p class="note"><strong>Tip: </strong>To see the full list of issues supported by the {@code lint} tool and their corresponding issue IDs, run the <code>lint --list</c (…) [all...] |
/frameworks/base/docs/html/sdk/ |
OLD_RELEASENOTES.jd | 111 <p>Known issues/limitations for Graphical Layout Editor include:</p> 147 <li>Installation of application is now more robust and will notify of installation failure. Also installation is blocking, removing issues where ADT tried to launch the activity before the app was installed.</li> 233 Resolved Issues 252 Known Issues 276 <h3>Resolved Issues</h3> 281 <h3>Known Issues</h3> 282 <p>Unless otherwise noted, Known Issues from m5-rc14 also apply to m5-rc15.</p> 333 <h3>Resolved Issues</h3> 335 <p>The following Known Issues from m3-rc20 have been resolved:</p> 348 <h3>Known Issues</h3 [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/objects/ |
XNodeSetForDOM.java | 101 * Cast result object to a nodelist. Always issues an error. 114 * Cast result object to a nodelist. Always issues an error.
|
/external/bison/m4/ |
extensions.m4 | 32 # typically due to standards-conformance issues. 111 # typically due to standards-conformance issues.
|
/external/chromium_org/chrome/browser/resources/ |
crashes.js | 71 '*Please note that issues filed with no information filled in ' + 81 var href = 'http://code.google.com/p/chromium/issues/entry';
|
/external/chromium_org/chrome/browser/resources/media/ |
webrtc_logs.js | 80 '*Please note that issues filed with no information filled in ' + 90 var href = 'http://code.google.com/p/chromium/issues/entry';
|
/external/chromium_org/chromeos/dbus/ |
bluetooth_gatt_descriptor_client.h | 79 // Issues a request to read the value of GATT descriptor with object path 86 // Issues a request to write the value of GATT descriptor with object path
|
/external/chromium_org/components/metrics/ |
metrics_reporting_scheduler.cc | 42 // on a server that is having issues. 101 // If the server is having issues, back off. Otherwise, reset to default
|
/external/chromium_org/extensions/renderer/resources/ |
permissions_custom_bindings.js | 15 // https://code.google.com/p/chromium/issues/detail?id=162044 16 // https://code.google.com/p/chromium/issues/detail?id=162042
|
/external/chromium_org/net/http/ |
http_auth_filter_unittest.cc | 49 { GURL("http://code.google.com/p/chromium/issues/detail?id=34505"), 51 { GURL("http://code.google.com/p/chromium/issues/list?can=2&q=label:"
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/ |
test_runner.html | 36 // http://code.google.com/p/nativeclient/issues/detail?id=2428 37 // http://code.google.com/p/chromium/issues/detail?id=103588
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
README.chromium | 79 issues that pylint doesn't (e.g., warning about blank lines, various whitespace issues, etc.).
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_swap_control.spec | 37 Issues 126 1.1, 5/1/03 Added the issues section and contact information.
|
relnotes-7.0.1.html | 38 <li>Fixed some MingW build issues 66 in order to avoid application linking issues. Otherwise, applications
|
relnotes-7.0.2.html | 55 <li>Fixed a few GLUT/Fortran issues (Bill Mitchell) 57 <li>Fixed some issues preventing cross-compiling
|
/external/chromium_org/third_party/simplejson/ |
ordered_dict.py | 9 # http://code.google.com/p/simplejson/issues/detail?id=53 67 # http://code.google.com/p/simplejson/issues/detail?id=53
|
/external/chromium_org/third_party/skia/src/core/ |
SkMaskGamma.cpp | 83 //See https://code.google.com/p/chromium/issues/detail?id=141425#c59 . 106 // See http://code.google.com/p/chromium/issues/detail?id=146466
|
/external/chromium_org/third_party/skia/tools/ |
valgrind.supp | 3 # Third party lib, driver issues. 124 # The gpu_issue_* suppressions suppress issues that cannot be reproduced locally. These appear to be
|
/external/chromium_org/third_party/webrtc/common_audio/signal_processing/ |
spl_init.c | 137 * InterlockedCompareExchangePointer) to avoid issues similar to 138 * http://code.google.com/p/webm/issues/detail?id=467.
|
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/standard/ |
video_sync_test.cc | 99 // http://code.google.com/p/webrtc/issues/detail?id=438 111 // http://code.google.com/p/webrtc/issues/detail?id=438
|
/external/chromium_org/tools/gn/ |
function_write_file_unittest.cc | 67 // resolution issues. 75 // Read the current time to avoid timer resolution issues when comparing
|