HomeSort by relevance Sort by last modified time
    Searched full:bug (Results 101 - 125 of 5195) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/tests/device/test-stlport_shared-exception/jni/
fntry1_1.cpp 2 // Bug: g++ silently ignores function-try-blocks in templates.
  /ndk/tests/device/test-stlport_static-exception/jni/
const.cpp 2 // Bug: a ends up in the text segment, so trying to initialize it causes
fntry1_1.cpp 2 // Bug: g++ silently ignores function-try-blocks in templates.
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
bug.h 15 #include <asm-generic/bug.h>
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
bug.h 15 #include <asm-generic/bug.h>
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
bug.h 15 #include <asm-generic/bug.h>
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
bug.h 15 #include <asm-generic/bug.h>
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
bug.h 15 #include <asm-generic/bug.h>
  /prebuilts/tools/common/cglib/
README 1 CGLIB 2.2.3 contains bug fix to solve heavy memory usage issues.
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_bugzilla/org/eclipse/releng/util/bugzilla/
messages.properties 12 UpdateBugStateTask.usingBugList=Using explicit bug list
18 UpdateBugStateTask.gotBugList=Got bug list
27 UpdateBugStateTask.noBugStatus=Couldn't find bug_status for bug
28 UpdateBugStateTask.missingBug=this means that the bug probably doesn't exist, ignoring.
31 UpdateBugStateTask.setBug=Set bug
32 UpdateBugStateTask.setBugFailed=Failed to set bug
35 UpdateBugStateTask.ignoreBug=Ignoring bug
  /external/libvorbis/
CHANGES 11 * Correct an overflow bug in very low-bitrate encoding on 32 bit
14 * Correct bug in 22kHz compand setup that could cause a crash
15 * Correct bug in 16kHz codebooks that could cause unstable pure
20 * correct a vorbisfile bug that prevented proper playback of
45 * Fix an encoder bug with multichannel streams.
59 * fix a minor encoder bug
66 * fix a serious encoder bug with gcc 4 optimized builds
73 * bug fix to the bitrate management encoder interface
74 * bug fix to properly set packetno field in the encoder
92 * numerous bug fixe
    [all...]
  /external/webkit/Source/WebKit/gtk/
NEWS 18 Bug 23526 - [CAIRO] Support ImageBuffers clip operation on all Cairo ports (Martin Robinson)
19 Bug 56180 - [GTK] JSC crashes in 32bit Release bots after r80743 (Martin Robinson)
20 Bug 56180 - [GTK] JSC crashes in 32bit Release bots after r80743 (Geoffrey Garen)
21 Bug 49649 - [GTK] On-demand event-listeners for DOM event signals (David Keijser)
22 Bug 56333 - [GTK] [WebKit2] The UIProcess never changes the mouse cursor (Martin Robinson)
23 Bug 55989 - [GTK] Possible leaks after splitting TextCheckerClientEnchant. (Ryuan Choi)
24 Bug 50497 - Add all web audio auto-generated files to GTK make system (Chris Rogers)
25 Bug 56180 - [GTK] JSC crashes in 32bit Release bots after r80743 (Sergio Villar Senin)
26 Bug 55932 - [GTK] close-web-view emitted on disposed WebView (Philippe Normand)
27 Bug 53098 - [GTK] Implement spin buttons for GTK+ 2.x (Martin Robinson
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
upload.py 85 bug = self._tool.bugs.fetch_bug(bug_id)
86 patches = bug.patches(include_obsolete=True)
91 message = "Cleared %s from obsolete attachment %s so that this bug does not appear in http://webkit.org/pending-commit." % (flags_to_clear, patch.id())
112 elif patch.bug().is_closed():
113 bug_closed_explanation = " If you would like this patch reviewed, please attach it to a new bug (or re-open this bug before marking it for review again)."
115 # Neither the patch was obsolete or the bug was closed, next patch...
117 message = "Cleared review? from %sattachment %s so that this bug does not appear in %s.%s" % (attachment_obsolete_modifier, patch.id(), queue_url, bug_closed_explanation)
123 help_text = "Assign bug to whoever attached the most recent r+'d patch"
133 bug = self._tool.bugs.fetch_bug(bug_id
    [all...]
  /cts/libs/vogar-expect/src/vogar/
Expectation.java 60 /** The tracking bug ID */
61 private final long bug; field in class:Expectation
63 /** True if the identified bug still active. */
66 public Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug) {
76 this.bug = bug;
84 return bug;
96 * Set the current status of this expectation's bug. When a bug is open,
  /external/clang/www/analyzer/
filing_bugs.html 18 <p>We encourage users to file bug reports for any problems that they encounter.
19 We also welcome feature requests. When filing a bug report, please do the
47 (e.g., preview versions of SDKs or seed releases of Mac OS X) please file bug
48 reports to Apple's <a href="http://bugreporter.apple.com">Bug Reporter</a> web
52 attractive than filing bug reports through Bugzilla as not everyone who works on
53 the analyzer has access to that bug database.</p>
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
Makefile.am 11 check_PROGRAMS = bug-regex7 \
12 bug-regex8 bug-regex9 bug-regex10 bug-regex11 bug-regex12 \
13 bug-regex13 bug-regex14 bug-regex15 bug-regex16 bug-regex21
    [all...]
  /docs/source.android.com/src/source/
report-bugs.jd 30 allow anyone to see your report, which may put users at risk until the bug is
39 your bug</a> to see if anyone has already reported it. Don't forget to
48 <p>If no one's reported your bug, file the bug. You can use one of these templates:</p>
51 <p><a href="https://code.google.com/p/android/issues/entry?template=User%20bug%20report">Bug in your Device</a> - use this if you are a user reporting a bug in a device you own</p>
54 <p><a href="https://code.google.com/p/android/issues/entry?template=Developer%20bug%20report">Bug in the Software</a> - use this if you found a bug in the course of developing an app</p
    [all...]
  /external/chromium/chrome/browser/resources/
bug_report.css 1 .bug-report-label {
7 .bug-report-text {
11 .bug-report-dropdown {
15 .bug-report-table {
20 .bug-report-field {
26 .bug-report-fieldlabel {
31 .bug-report-button {
160 .bug-report-input {
  /external/kernel-headers/original/linux/
compiler-gcc.h 15 * Versions of the ppc64 compiler before 4.1 had a bug where use of
16 * RELOC_HIDE could trash r30. The bug can be worked around by changing
  /external/llvm/test/CodeGen/R600/
legalizedag-bug-expand-setcc.ll 3 ; This tests a bug where LegalizeDAG was not checking the target's
7 ; This bug caused the icmp IR instruction to be expanded to two machine
  /external/llvm/test/CodeGen/X86/
extractelement-shuffle.ll 3 ; Examples that exhibits a bug in DAGCombine. The case is triggered by the
4 ; following program. The bug is DAGCombine assumes that the bit convert
  /external/v8/test/cctest/
cctest.status 30 test-api/Bug*: FAIL
33 # BUG(382): Weird test. Can't guarantee that it never times out.
36 # BUG(484): This test which we thought was originally corrected in r5236
37 # is re-appearing. Disabled until bug in test is fixed. This only fails
49 # BUG(1261): Flakey test.
64 # BUG(355): Test crashes on ARM.
67 # BUG(945): Socket connect fails on ARM
72 # BUG(1075): Unresolved crashes.
  /external/webkit/LayoutTests/fast/dom/DOMImplementation/
implementation-identity.html 18 print("BUG: Top-level document and iframe document share a DOMImplementation object");
23 print("BUG: DOMImplementation object is not cached");
  /external/webkit/LayoutTests/storage/
open-database-set-empty-version.html 11 var db = openDatabase('28417Test', '', 'Test for bug 28417: openDatabase() with empty version sets db version up incorrectly', 0);
13 var db2 = openDatabase('28417Test', 'test', 'Test for bug 28417: openDatabase() with empty version sets db version up incorrectly', 0);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/RegExp/
regress-001.js 5 * JS regexp anchoring on empty match bug
13 var TITLE = "JS regexp anchoring on empty match bug";

Completed in 755 milliseconds

1 2 3 45 6 7 8 91011>>