/external/llvm/utils/valgrind/ |
x86_64-pc-linux-gnu.supp | 61 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1 67 suppress optimized strcasecmp, to be fixed in valgrind 3.6.1
|
/external/skia/src/sfnt/ |
SkOTTableTypes.h | 25 //16.16 Signed fixed point representation. 27 //2.14 Signed fixed point representation.
|
/external/strace/ |
NEWS | 32 * Fixed fetching syscall arguments on m68k. 33 * Fixed an error when judging whether a process has children. 34 * Fixed get/set_robust_list syscall numbers for powerpc. 35 * Fixed a corner case in printing clone flags. 36 * Fixed cross-compiling issues. 37 * Fixed build issues on powerpc64, SH and SPARC. 38 * Fixed syscall flags of fstatat*, mmap, mmap2, fadvise64*, swapoff, 41 * Fixed decoding of get[ug]id, gete[ug]id and setfs[ug]id return values. 42 * Fixed biarch support in IO dumping. 43 * Fixed raw exit_group decoding [all...] |
/external/webkit/Source/WebCore/manual-tests/ |
close-on-closedWindow.html | 18 If the bug is fixed, a window WILL OPEN after Step #3. 22 If the bug is not fixed, a window WILL NOT OPEN after Step #3.
|
template.html | 14 Expected results if the test PASSES here. Please describe the results the tester would see if the bug in question is FIXED. 18 Expected results if the test FAILS here. Please describe the results the tester would see if the bug in question is NOT FIXED. In many cases, this is just a description of the original bug.
|
/external/webkit/Source/WebCore/rendering/style/ |
StyleSurroundData.cpp | 28 : margin(Fixed) 29 , padding(Fixed)
|
/libcore/dalvik/src/main/java/dalvik/annotation/ |
ToBeFixed.java | 26 * need to be fixed in future. 39 * Specifies why this method need to be fixed. If we think it's a bug, explain
|
/ndk/tests/device/issue39680-chrono-resolution/jni/ |
issue39680-chrono-resolution.cpp | 27 cout << fixed << double(TT::num)/TT::den 33 cout << fixed << double(P::num)/P::den << " seconds" << endl;
|
/external/expat/amiga/ |
README.txt | 50 5.2 - fixed XML_Parse 68k stub which enables xmlviewer to work 56 5.1 - fixed package archive which was missing libexpat.so 57 - fixed library protection bits 58 - fixed up copyright notices 79 4.1 - fixed memory freeing bug in shared library version
|
/ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/ios.base/ios.types/ios_fmtflags/ |
fmtflags.pass.cpp | 16 // static const fmtflags fixed; 31 // static const fmtflags floatfield = scientific | fixed; 40 assert(std::ios_base::fixed); 58 & std::ios_base::fixed 80 | std::ios_base::fixed));
|
/external/webkit/Source/WebCore/rendering/ |
RenderThemeWinCE.cpp | 222 style->setWidth(Length(13, Fixed)); 224 style->setHeight(Length(13, Fixed)); 337 o->style()->setWidth(Length(sliderThumbHeight, Fixed)); 338 o->style()->setHeight(Length(sliderThumbWidth, Fixed)); 340 o->style()->setWidth(Length(sliderThumbWidth, Fixed)); 341 o->style()->setHeight(Length(sliderThumbHeight, Fixed)); 349 style->setPaddingTop(Length(1, Fixed)); 350 style->setPaddingRight(Length(3, Fixed)); 351 style->setPaddingBottom(Length(1, Fixed)); 352 style->setPaddingLeft(Length(3, Fixed)); [all...] |
/external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/ |
PHP Markdown Extra Readme.text | 221 * Fixed a problem where abbreviation definitions, footnote 225 * Fixed a bug where characters such as `"` in abbreviation 228 * Fixed a bug where double quotes `"` were not correctly encoded 242 * Fixed a problem where Markdown headers and horizontal rules were 266 * Fixed an issue where an indented code block preceded by a blank 279 * Fixed a problem where `<hr@example.com>` was seen as a horizontal 282 * Fixed an issue where some characters in Markdown-generated HTML 293 as a code block. This has been fixed. 320 * Fixed a problem introduced in 1.0.1i where three or more identical 329 * Fixed a problem introduced in 1.0.1i where the closing `code` and [all...] |
/external/valgrind/main/docs/internals/ |
3_2_BUGSTATUS.txt | 3 pending = is scheduled to be fixed (or at least considered) on this branch 6 sse3fix = fixed by the SSE3 commits 25 79844 fixed Helgrind complains about race condition which does not exist 27 82871 fixed Massif output function names too short 28 89061 fixed Massif: ms_main.c:485 (get_XCon): Assertion `xpt->max_chi... 29 92615 fixed Write output from Massif at crash 30 95483 fixed massif feature request: include peak allocation in report 32 112163 fixed MASSIF crashed with signal 7 (SIGBUS) after running 2 days 36 121629 fixed add instruction-counting mode for timing 41 127371 fixed java vm giving unhandled instruction bytes: [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ChangeLog | 33 * fixed number of small bugs (see git logs for more details) 39 - fixed KDF for group 21 and zero-padding 92 * fixed issues in WPA/RSN element validation when roaming with ap_scan=1 96 * fixed WSC element inclusion in cases where P2P is disabled 98 * EAP-SIM: fixed AT_COUNTER_TOO_SMALL use 132 * EAP-TTLS: fixed peer challenge generation for MSCHAPv2 219 * fixed P2P Bonjour SD to match entries with both compressed and not 412 * nl80211: fixed number of issues with roaming 423 * TNC: fixed issues with fragmentation 476 * fixed PKCS#12 use with OpenSSL 1.0. [all...] |
/external/eigen/doc/ |
C01_TutorialMatrixClass.dox | 79 \em fixed \em size. For example, the convenience typedef \c MatrixXd, meaning 88 You can perfectly have e.g. a fixed number of rows with a dynamic number of columns, as in: 116 In order to offer a uniform API across fixed-size and dynamic-size matrices, it is legal to use these 117 constructors on fixed-size matrices, even if passing the sizes is useless in this case. So this is legal: 123 Finally, we also offer some constructors to initialize the coefficients of small fixed-size vectors up to size 4: 183 All these methods are still available on fixed-size matrices, for the sake of API uniformity. Of course, you can't actually 184 resize a fixed-size matrix. Trying to change a fixed size to an actually different value will trigger an assertion failure; 206 Of course, if the left-hand side is of fixed size, resizing it is not allowed. 212 \section TutorialMatrixFixedVsDynamic Fixed vs. Dynamic siz [all...] |
/external/webkit/Source/WebCore/platform/ |
Length.h | 37 enum LengthType { Auto, Relative, Percent, Fixed, Intrinsic, MinIntrinsic }; 103 setValue(Fixed, value); 115 *this = Length(value, Fixed); 122 case Fixed: 135 case Fixed: 151 case Fixed: 174 bool isFixed() const { return type() == Fixed; }
|
/external/webkit/Source/WebCore/platform/graphics/android/layers/ |
FixedPositioning.h | 40 Percent, Fixed, Static, Intrinsic, MinIntrinsic }; 56 type = Fixed; 68 case Fixed: 84 if (len.type() == WebCore::Fixed) { 85 length.type = SkLength::Fixed; 113 const IntPoint& renderLayerPos, // For undefined fixed position 152 // When fixed element is undefined or auto, the render layer's position
|
/external/webkit/Source/WebKit2/WebProcess/ |
com.apple.WebProcess.sb | 47 ;; FIXME: This should be removed when <rdar://problem/8957845> is fixed. 50 ;; FIXME: These should be removed when <rdar://problem/9217757> is fixed. 58 ;; FIXME: This should be removed when <rdar://problem/9237619> is fixed. 61 ;; FIXME: This should be removed when <rdar://problem/9276253> is fixed. 64 ;; FIXME: This should be removed when <rdar://problem/9276268> is fixed. 67 ;; FIXME: This should be removed when <rdar://problem/9276430> is fixed. 88 ;; FIXME: This should be removed when <rdar://problem/9217757> is fixed. 145 ;; FIXME: This should be removed when <rdar://problem/9276393> is fixed. 162 ;; FIXME: Once <rdar://problem/8900275> has been fixed, these rules can be removed.
|
/frameworks/base/graphics/java/android/renderscript/ |
ProgramVertexFixedFunction.java | 28 * simple way to create a fixed function emulation vertex shader 40 * Binds the constant buffer containing fixed function emulation 43 * @param va allocation containing fixed function matrices 121 * Creates a builder for fixed function vertex program 175 * @return Fixed function emulation ProgramVertex 218 * Creates a buffer to store fixed function emulation matrices 257 * Sets the modelview matrix in the fixed function matrix buffer 268 * Sets the projection matrix in the fixed function matrix buffer 279 * Sets the texture matrix in the fixed function matrix buffer.
|
/frameworks/rs/ |
rsProgramVertex.cpp | 46 "Unable to set fixed function emulation matrices because allocation is missing"); 70 "Attempting to set fixed function emulation matrix projection on user program"); 75 "Unable to set fixed function emulation matrix projection because allocation is missing"); 88 "Attempting to set fixed function emulation matrix modelview on user program"); 93 "Unable to set fixed function emulation matrix modelview because allocation is missing"); 106 "Attempting to set fixed function emulation matrix texture on user program"); 111 "Unable to set fixed function emulation matrix texture because allocation is missing"); 124 "Attempting to get fixed function emulation matrix projection on user program"); 129 "Unable to get fixed function emulation matrix projection because allocation is missing");
|
/ndk/docs/ |
CHANGES.html | 54 - Fixed build script to build all toolchains in -O2. Toolchains 57 - Fixed build script which unconditionally builds Clang/llvm for MacOSX 60 - Fixed GCC 4.6/4.7 ICE gen_thumb_movhi_clobber at config/arm/arm.md:5832 63 - Fixed GCC/ARM 4.6/4.7 fails to link code using 64-bit atomic built-in 67 - Fixed GCC 4.7 linker error reads like 74 - Fixed GCC 4.7 ICE in build_data_member_initialization, at 77 - Fixed GCC 4.7 ICE in redirect_eh_edge_1, at tree-eh.c:2214 80 - Fixed a GCC 4.7 segfault 83 - Fixed to <chrono> clock resolution and enable steady_clock 86 - Fixed to enable _GLIBCXX_HAS_GTHREADS for GCC 4.7 libstdc+ [all...] |
/external/clang/test/Sema/ |
MicrosoftExtensions.c | 60 // Enumeration types with a fixed underlying type. 65 enum E1 : Int { SomeOtherValue } field; // expected-warning{{enumeration types with a fixed underlying type are a Microsoft extension}} 69 enum : long long { // expected-warning{{enumeration types with a fixed underlying type are a Microsoft extension}}
|
/external/grub/ |
AUTHORS | 10 Gordon Matzigkeit adopted GRUB into the GNU Project. He fixed several 49 KB Sriram added a better detection of FAT filesystem and fixed a 52 Eric Kvaalen fixed a lot of problems in the GRUB manual.
|
/external/libvorbis/doc/vorbisfile/ |
vorbis_info.html | 53 <dd>Specifies the upper limit in a VBR bitstream. If the value matches the bitrate_nominal and bitrate_lower parameters, the stream is fixed bitrate. May be unset if no limit exists.</dd> 55 <dd>Specifies the average bitrate for a VBR bitstream. May be unset. If the bitrate_upper and bitrate_lower parameters match, the stream is fixed bitrate.</dd> 57 <dd>Specifies the lower limit in a VBR bitstream. If the value matches the bitrate_nominal and bitrate_upper parameters, the stream is fixed bitrate. May be unset if no limit exists.</dd>
|
/external/openssl/crypto/des/ |
VERSION | 0 Fixed the weak key values which were wrong :-( 8 Fixed a few tests in destest. Also added x86 assember for 89 Fixed the problem with des.pl under perl5. The patches were 121 passed seed into the init structure. It is now fixed to copy 8. 131 Fixed a few bit with the distribution and the filenames. 136 Fixed ede3 cbc which I had broken in 3.16. I have also 185 Fixed a bug in 3cbc_encrypt() :-(. When making repeated calls 192 Fixed des_random_key to far more random, it was rather feeble 207 Finally fixed the cfb_enc problems. 208 Fixed a few parameter parsing bugs in des (-3 and -b), thank [all...] |