HomeSort by relevance Sort by last modified time
    Searched full:fixed (Results 1251 - 1275 of 7512) sorted by null

<<51525354555657585960>>

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Length.cpp 72 return Length(r, Fixed);
73 return Length(0, Fixed);
Theme.h 90 virtual LengthSize minimumControlSize(ControlPart, const Font&, float /*zoomFactor*/) const { return LengthSize(Length(0, Fixed), Length(0, Fixed)); }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderInputSpeech.cpp 52 style->setWidth(Length(speechButtonSize, Fixed));
53 style->setHeight(Length(speechButtonSize, Fixed));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGForeignObject.cpp 92 void RenderSVGForeignObject::computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect& repaintRect, bool fixed) const
94 SVGRenderSupport::computeFloatRectForRepaint(this, repaintContainer, repaintRect, fixed);
  /external/chromium_org/third_party/WebKit/Source/wtf/
wtf.gypi 169 'dtoa/fixed-dtoa.cc',
170 'dtoa/fixed-dtoa.h',
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/views/
buildbot_results.py 67 self._print_run_results_entry(run_results, test_expectations.NOW, "Tests to be fixed")
72 "Tests that will only be fixed if they crash (WONTFIX)")
  /external/chromium_org/third_party/libjingle/source/talk/base/
atomicops.h 40 // A single-producer, single-consumer, fixed-size queue.
136 // Clears the current items in the queue and sets the new (fixed) size. This
  /external/chromium_org/third_party/libphonenumber/src/resources/
phonenumber.proto 49 // (significant) number of an Italian phone number indicates the number is a fixed-line number.
50 // There have been plans to migrate fixed-line numbers to start with the digit two since December
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_conv.c 384 src_type.fixed == 0 &&
391 dst_type.fixed == 0 &&
439 src_type.fixed == 0 &&
446 dst_type.fixed == 0 &&
547 if(!dst_type.fixed && !dst_type.sign && dst_type.norm) {
642 if(!src_type.fixed && !src_type.sign && src_type.norm) {
737 src_type.fixed = FALSE;
742 dst_type.fixed = FALSE;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_pool.c 203 debug_printf("warning: out of fixed size buffer objects\n");
211 debug_printf("error: fixed size buffer pool corruption\n");
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_pack.py 66 elif channel.type in (SIGNED, FIXED):
84 elif channel.type in (SIGNED, FIXED):
122 if channel.type not in (VOID, UNSIGNED, SIGNED, FLOAT, FIXED):
167 elif channel.type in (SIGNED, FIXED):
208 if type.type == FIXED:
217 if type.type == FIXED:
359 if src_norm or src_type == FIXED:
383 if dst_channel.norm or dst_channel.type == FIXED:
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
gl_API.dtd 13 xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude"
19 xmlns:xi CDATA #FIXED "http://www.w3.org/2001/XInclude">
  /external/chromium_org/third_party/skia/src/core/
SkCubicClipper.cpp 41 const SkScalar tol = SK_Scalar1 / 16384; // This leaves 2 fixed noise bits.
91 const SkScalar tol = SK_Scalar1 / 65536; // 1 for fixed, 1e-5 for float.
  /external/chromium_org/third_party/skia/src/gpu/
GrTextContext.cpp 196 // now promote them to fixed (TODO: Rethink using fixed pt).
  /external/chromium_org/third_party/sqlite/src/test/
selectC.test 152 # The following query used to leak memory. Verify that has been fixed.
169 # Check that ticket [883034dcb5] is fixed.
tkt3793.test 14 # fixed.
100 # Note: Before the bug was fixed, if [db2] was opened with the "-fullmutex 1"
  /external/chromium_org/third_party/zlib/
inflate.h 72 Read deflate codes in fixed or dynamic block:
105 /* fixed and dynamic code tables */
  /external/chromium_org/ui/base/ime/
input_method_tsf.cc 51 // TODO(ime): Implement OnFocus once the callers are fixed.
60 // TODO(ime): Implement OnFocus once the callers are fixed.
  /external/chromium_org/ui/base/models/
table_model.h 112 // 1. A fixed width. Set the width field to a positive number and the
120 // Sizing is done in four passes. Fixed width columns are given
  /external/chromium_org/v8/src/
hydrogen-infer-representation.cc 55 // (2) Do a fixed point iteration to find the set of connected phis. A
140 // Do a fixed point iteration, trying to improve representations
transitions.h 41 // TransitionArrays are fixed arrays used to hold map transitions for property,
55 // [1] Smi(0) or fixed array of prototype transitions
  /external/chromium_org/v8/test/cctest/
cctest.gyp 47 'gay-fixed.cc',
71 'test-fixed-dtoa.cc',
  /external/clang/test/SemaObjC/
blocks.m 154 // Since we fixed the underlying type of the enum, this is considered a
212 // Since we fixed the underlying type of the enum, these are considered
  /external/clang/www/analyzer/
content.css 58 table-layout: fixed;
74 table-layout: fixed;
  /external/eigen/Eigen/src/Core/util/
StaticAssert.h 129 // static assertion failing if the type \a TYPE is not fixed-size
149 // static assertion failing if the two vector expression types are not compatible (same fixed-size or dynamic size)

Completed in 722 milliseconds

<<51525354555657585960>>