Searched
full:fixed (Results
726 -
750 of
7512) sorted by null
<<21222324252627282930>>
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderThemeChromiumAndroid.cpp | 88 style->setWidth(Length(size.width(), Fixed)); 89 style->setMinWidth(Length(size.width(), Fixed));
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGInline.cpp | 83 void RenderSVGInline::computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect& repaintRect, bool fixed) const 85 SVGRenderSupport::computeFloatRectForRepaint(this, repaintContainer, repaintRect, fixed);
|
RenderSVGText.h | 74 virtual void computeRectForRepaint(const RenderLayerModelObject* repaintContainer, LayoutRect&, bool fixed = false) const OVERRIDE; 75 virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect&, bool fixed = false) const OVERRIDE;
|
/external/chromium_org/third_party/leveldatabase/src/doc/ |
log_format.txt | 71 (1) No packing of tiny records. This could be fixed by adding a new 75 (2) No compression. Again, this could be fixed by adding new record types.
|
/external/chromium_org/third_party/mesa/src/docs/ |
relnotes-7.5.html | 81 <li>Fixed gl_TextureMatrix[i][j] array indexing bug in GLSL compiler. 88 <li>Fixed some GLSL preprocessor bugs
|
/external/chromium_org/third_party/openssl/openssl/crypto/lhash/ |
lhash.c | 67 * 2.0 eay - Fixed a bug that occurred when using lh_delete 73 * 1.9 eay - Fixed a memory leak in lh_free, the LHASH_NODEs 80 * should silently tolerate them. I have also fixed things 83 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92 85 * 1.5 eay - Fixed a misuse of realloc in expand 02/03/1992 87 * 1.4 eay - Fixed lh_doall so the function can call lh_delete 28/05/91 89 * 1.3 eay - Fixed a few lint problems 19/3/1991 91 * 1.2 eay - Fixed lh_doall problem 13/3/1991
|
/external/chromium_org/third_party/opus/src/ |
Makefile.unix | 3 # Uncomment this for fixed-point build 59 silk/fixed/ \
|
config.h.in | 9 /* Debug fixed-point implementation */ 12 /* Compile as fixed-point (for machines without a fast enough FPU) */
|
/external/chromium_org/third_party/protobuf/ |
CONTRIBUTORS.txt | 65 * Fixed warnings about generated constructors not explicitly initializing 69 * Fixed initialization ordering problem in logging code.
|
/external/chromium_org/webkit/renderer/compositor_bindings/ |
web_layer_impl_fixed_bounds.cc | 98 // For now fall back to non-fixed bounds for non-zero anchor point. 99 // TODO(wangxianzhu): Support non-zero anchor point for fixed bounds.
|
/external/clang/include/clang/ARCMigrate/ |
ARCMT.h | 34 /// if all ARC errors can be fixed. 59 /// if all ARC errors can be fixed.
|
/external/clang/include/clang/Sema/ |
SemaFixItUtils.h | 44 /// The number of Conversions fixed. This can be different from the size 48 /// The type of fix applied. If multiple conversions are fixed, corresponds
|
/external/clang/test/FixIt/ |
fixit-function-call.cpp | 25 // This call cannot be fixed since without resulting in null pointer dereference. 53 // This call cannot be fixed because (a + 1) is not an l-value.
|
/external/clang/test/SemaObjC/ |
cocoa-api-usage.m | 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc -x objective-c %s.fixed -fsyntax-only 5 // RUN: diff %s.fixed %t.m
|
cocoa-api-usage.m.fixed | 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -fobjc-arc -x objective-c %s.fixed -fsyntax-only 5 // RUN: diff %s.fixed %t.m
|
/external/eigen/doc/ |
D03_WrongStackAlignment.dox | 5 <h4>It appears that this was a GCC bug that has been fixed in GCC 4.5. 44 Explanation: this tells GCC that the stack is only required to be aligned to 2^2=4 bytes, so that GCC now knows that it really must take extra care to honor the 16 byte alignment of \ref TopicFixedSizeVectorizable "fixed-size vectorizable Eigen types" when needed.
|
/external/eigen/test/ |
stddeque.cpp | 107 // some non vectorizable fixed sizes 112 // some vectorizable fixed sizes
|
stdlist.cpp | 107 // some non vectorizable fixed sizes 112 // some vectorizable fixed sizes
|
/external/freetype/include/freetype/internal/ |
ftcalc.h | 36 /* Computes the square root of a 16.16 fixed-point value. */ 144 * two fixed-point arguments instead.
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
CollectionAddTester.java | 99 * 6409434</a> is fixed. It's unclear whether nulls were to be permitted or 115 * bug 5045147</a> is fixed.
|
/external/libffi/ |
README | 197 Fixed x86 long double and long long return support. 213 Fixed an n32 ABI bug. New libtool, auto* support. 217 Fixed a minor portability problem reported by Russ McManus 228 types. Fixed test case for non MIPS machines. Cygnus Support 240 fixes. Fixed ffitest.c for sparc builds. 243 Fixed n32 problem. Many clean-ups. 262 Added SGI n32 support. Fixed bugs in both o32 and Linux support. 266 Fixed float passing bug in mips version. Restructured some
|
/external/libnfc-nxp/inc/ |
phNfcLlcpTypes.h | 66 * \name Fixed value for ERROR op code. 77 * \name Fixed value for DM op code.
|
/external/mesa3d/docs/ |
relnotes-7.5.html | 81 <li>Fixed gl_TextureMatrix[i][j] array indexing bug in GLSL compiler. 88 <li>Fixed some GLSL preprocessor bugs
|
/external/neven/FaceRecEm/common/src/b_FDSDK/ |
Types.h | 53 /** signed 16.16 fixed point format */ 56 /** signed 8.24 fixed point format */
|
/external/openssl/crypto/lhash/ |
lhash.c | 67 * 2.0 eay - Fixed a bug that occurred when using lh_delete 73 * 1.9 eay - Fixed a memory leak in lh_free, the LHASH_NODEs 80 * should silently tolerate them. I have also fixed things 83 * 1.6 eay - Fixed an invalid pointers in contract/expand 27/07/92 85 * 1.5 eay - Fixed a misuse of realloc in expand 02/03/1992 87 * 1.4 eay - Fixed lh_doall so the function can call lh_delete 28/05/91 89 * 1.3 eay - Fixed a few lint problems 19/3/1991 91 * 1.2 eay - Fixed lh_doall problem 13/3/1991
|
Completed in 1484 milliseconds
<<21222324252627282930>>