/external/skia/src/ports/ |
SkBarriers_arm.h | 16 __sync_synchronize(); // Issue a full barrier, which is an overkill acquire barrier. 22 __sync_synchronize(); // Issue a full barrier, which is an overkill release barrier.
|
/external/skia/tools/bug_chomper/src/issue_tracker/ |
issue_tracker.go | 6 Utilities for interacting with the GoogleCode issue tracker. 79 // Issue contains information about an issue. 80 type Issue struct { 87 // URL returns the URL of a given issue. 88 func (i Issue) URL() string { 95 Items []*Issue `json:"items"` 98 // IssueTracker is the primary point of contact with the issue tracker, 174 // GetBug retrieves the Issue with the given ID from the IssueTracker. 175 func (it IssueTracker) GetBug(project string, id int) (*Issue, error) [all...] |
/external/chromium_org/native_client_sdk/doc_generated/ |
help.html | 7 community in the forums below. You can also <a class="reference internal" href="#report-issue"><em>report new issues</em></a> using the Native Client issue tracker.</p> 26 <h2 id="issue-tracker"><span id="report-issue"></span>Issue tracker</h2> 27 <p>To report a new issue:</p> 29 <li>Go to the <a class="reference external" href="https://code.google.com/p/nativeclient/issues">Native Client issue tracker</a> for a Native Client 30 bug, or the <a class="reference external" href="https://code.google.com/p/chromium/issues">Chromium issue tracker</a> for a Chrome/Chromium bug.</li> 31 <li>Before you report an issue, search to see if your issue has alread [all...] |
/external/clang/www/ |
make_cxx_dr_status | 17 def __init__(self, section, issue, url, status, title): 18 self.section, self.issue, self.url, self.status, self.title = \ 19 section, issue, url, status, title 21 return '%s (%s): %s' % (self.issue, self.status, self.title) 28 _, url, issue = issue_link.split('"', 2) 30 issue = int(issue.split('>', 1)[1].split('<', 1)[0]) 32 return DR(section, issue, url, status, title) 48 key = lambda dr: dr.issue) 92 <th>Issue title</th [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintFix.java | 39 import com.android.tools.lint.detector.api.Issue; 40 import com.android.tools.lint.detector.api.Issue.OutputFormat; 111 Issue issue = EclipseLintClient.getRegistry().getIssue(mId); local 112 if (issue != null) { 113 return issue.getExplanation(OutputFormat.HTML); 153 sFixes.put(AccessibilityDetector.ISSUE.getId(), SetAttributeFix.class); 156 sFixes.put(MissingIdDetector.ISSUE.getId(), SetAttributeFix.class); 157 sFixes.put(HardcodedValuesDetector.ISSUE.getId(), ExtractStringFix.class); 161 sFixes.put(TextFieldDetector.ISSUE.getId(), SetAttributeFix.class) [all...] |
/external/chromium_org/tools/telemetry/bin/ |
README.txt | 6 git revert -n 93501d3 # issue with __strncpy_chk2
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.partial/ |
p9-0x.cpp | 7 // Core issue 1164
|
/external/markdown/tests/misc/ |
headers.html | 7 <h1>Issue #1: Markdown</h1>
|
/external/cmockery/cmockery_0_1_2/packages/ |
rpm.sh | 59 if [ -r /etc/issue ] 61 grep "Red Hat.*release 7" /etc/issue >/dev/null 2>&1 && destdir=rh7 62 grep "Red Hat.*release 8" /etc/issue >/dev/null 2>&1 && destdir=rh8 63 grep "Red Hat.*release 9" /etc/issue >/dev/null 2>&1 && destdir=rh9 64 if grep Fedora /etc/issue >/dev/null; then 65 destdir=fc`grep Fedora /etc/issue | cut -d' ' -f 4`;
|
/external/chromium_org/content/common/service_worker/ |
service_worker_status_code.cc | 34 return "Operation failed by network issue"; 36 return "Operation failed by security issue";
|
/external/chromium_org/third_party/skia/src/ports/ |
SkBarriers_arm.h | 16 __sync_synchronize(); // Issue a full barrier, which is an overkill acquire barrier. 32 __sync_synchronize(); // Issue a full barrier, which is an overkill release barrier.
|
/external/clang/include/clang/Basic/ |
DiagnosticCategories.td | 10 class CatInlineAsm : DiagCategory<"Inline Assembly Issue">; 11 class CatBackend : DiagCategory<"Backend Issue">;
|
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/ |
p3.cpp | 11 // From core issue 305 25 // From core issue 414
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/ |
basic.cpp | 11 // expected-note{{insert an explicit cast to silence this issue}} 13 // expected-note{{insert an explicit cast to silence this issue}}
|
/external/clang/test/SemaCXX/ |
libstdcxx_pointer_return_false_hack.cpp | 4 // an issue with libstdc++-4.2's <tr1/hashtable> implementation. 17 // This is ill-formed in C++11, per core issue 903, but we accept
|
/packages/services/Telephony/ |
lint.xml | 19 <issue id="UsesSdk" severity="ignore" /> 20 <issue id="PrivateResource" severity="ignore" />
|
/external/chromium_org/printing/ |
printing_utils.h | 13 // Simplify title to resolve issue with some drivers.
|
/external/chromium_org/third_party/skia/tools/chromium/ |
chrome_changes | 3 # file which contains the codereview issue(s) for the Chrome change, eg:
|
/external/skia/tools/chromium/ |
chrome_changes | 3 # file which contains the codereview issue(s) for the Chrome change, eg:
|
/frameworks/base/tests/SmokeTest/ |
README | 5 If you wish to run these tests, issue the command:
|
/external/chromium_org/chrome/common/extensions/docs/server2/ |
rietveld_patcher.py | 32 issue, 34 self._issue = issue 45 'Failed to fetch information for issue %s.' % self._issue) 48 raise RietveldPatcherError('Issue %s has been closed.' % self._issue) 52 raise RietveldPatcherError('Cannot parse issue %s.' % self._issue) 55 raise RietveldPatcherError('Issue %s\'s base url is unknown.' % 70 'Failed to fetch details for issue %s patchset %s.' % (self._issue, 75 raise RietveldPatcherError('Failed to parse issue %s patchset %s.' % 103 'Failed to download tarball for issue %s patchset %s. Status: %s' % 110 'Error loading tarball for issue %s patchset %s.' % (self._issue [all...] |
/external/chromium_org/third_party/skia/experimental/PdfViewer/ |
SkPdfReporter.cpp | 37 void SkPdfReport(SkPdfIssueSeverity sev, SkPdfIssue issue, 47 SkPdfIssueSeverity sev, SkPdfIssue issue, 54 SkPdfReport(sev, issue, context, obj, pdfContext);
|
/external/skia/experimental/PdfViewer/ |
SkPdfReporter.cpp | 37 void SkPdfReport(SkPdfIssueSeverity sev, SkPdfIssue issue, 47 SkPdfIssueSeverity sev, SkPdfIssue issue, 54 SkPdfReport(sev, issue, context, obj, pdfContext);
|
/external/chromium_org/third_party/tcmalloc/vendor/packages/ |
rpm.sh | 70 if [ -r /etc/issue ] 72 grep "Red Hat.*release 7" /etc/issue >/dev/null 2>&1 && destdir=rh7 73 grep "Red Hat.*release 8" /etc/issue >/dev/null 2>&1 && destdir=rh8 74 grep "Red Hat.*release 9" /etc/issue >/dev/null 2>&1 && destdir=rh9 75 grep "Fedora Core.*release 1" /etc/issue >/dev/null 2>&1 && destdir=fc1 76 grep "Fedora Core.*release 2" /etc/issue >/dev/null 2>&1 && destdir=fc2 77 grep "Fedora Core.*release 3" /etc/issue >/dev/null 2>&1 && destdir=fc3
|
/external/chromium_org/sdch/open-vcdiff/ |
ChangeLog | 4 * Issue #34: Move zconf.h, zlib.h, and adler32.c into a zlib subdirectory to 7 * Issue #32: Fix erroneous parameter in unit test. 12 * Issue #29: Include public header format_extension_flags.h in the Debian 14 * Issue #31: Add missing license text to codetablewriter_interface.h and to 20 * Issue #24: Revert the fix for Issue #21, which caused a regression 23 so Issue #21 is no longer a problem. 31 * Issue #12: Truncate decoded_target_ after decoding each window, rather than 34 * Issue #22: To work around a bug in the gold linker 37 * Issue #23: Add an option for the encoder to produce simple JSON outpu [all...] |