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

<<71727374757677787980>>

  /external/chromium_org/chrome/browser/resources/options/
options_page.css 41 position: fixed;
73 position: fixed;
426 position: fixed;
  /external/chromium_org/chrome/browser/storage_monitor/
volume_mount_watcher_win.cc 39 FIXED,
51 // We are trying to figure out whether the drive is a fixed volume,
62 return FIXED;
  /external/chromium_org/content/child/
browser_font_resource_trusted.cc 202 // we should use the fixed or regular font size. It's difficult at this
203 // level to detect if the requested font is fixed width, so we only apply
204 // the alternate font size to the default fixed font family.
  /external/chromium_org/media/test/ffmpeg_tests/
ffmpeg_tests.cc 432 log_out->setf(std::ios::fixed);
441 log_out->setf(std::ios::fixed);
449 log_out->setf(std::ios::fixed);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 384 void RenderSVGRoot::computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect& repaintRect, bool fixed) const
394 RenderReplaced::computeRectForRepaint(repaintContainer, rect, fixed);
403 ASSERT(mode & ~IsFixed); // We should have no fixed content in the SVG rendering tree.
  /external/chromium_org/third_party/WebKit/Source/wtf/
wtf.target.darwin-arm.mk 35 $(gyp_intermediate_dir)/fixed-dtoa.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/fixed-dtoa.cc
46 $(gyp_intermediate_dir)/fixed-dtoa.cpp \
wtf.target.darwin-mips.mk 35 $(gyp_intermediate_dir)/fixed-dtoa.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/fixed-dtoa.cc
46 $(gyp_intermediate_dir)/fixed-dtoa.cpp \
wtf.target.darwin-x86.mk 35 $(gyp_intermediate_dir)/fixed-dtoa.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/fixed-dtoa.cc
46 $(gyp_intermediate_dir)/fixed-dtoa.cpp \
wtf.target.linux-arm.mk 35 $(gyp_intermediate_dir)/fixed-dtoa.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/fixed-dtoa.cc
46 $(gyp_intermediate_dir)/fixed-dtoa.cpp \
wtf.target.linux-mips.mk 35 $(gyp_intermediate_dir)/fixed-dtoa.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/fixed-dtoa.cc
46 $(gyp_intermediate_dir)/fixed-dtoa.cpp \
wtf.target.linux-x86.mk 35 $(gyp_intermediate_dir)/fixed-dtoa.cpp: $(LOCAL_PATH)/third_party/WebKit/Source/wtf/dtoa/fixed-dtoa.cc
46 $(gyp_intermediate_dir)/fixed-dtoa.cpp \
  /external/chromium_org/third_party/freetype/src/base/
ftbbox.c 372 /* to use our 16.16 fixed point routines. */
377 /* We normalize a, b, and c to `8.16' fixed float values to ensure */
422 /* fixed-float numbers. This also means that we are using */
  /external/chromium_org/third_party/libxml/src/include/libxml/
schemasInternals.h 237 * the attribute has a fixed value
665 * the element has a fixed value
830 int fixed; /* XML_SCHEMAS_FACET_PRESERVE, etc. */ member in struct:_xmlSchemaFacet
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nvfx_shader.h 92 * 22-23: precision 0 = fp32, 1 = fp16, 2 = s1.10 fixed, 3 = s0.8 fixed (nv40-only))
111 * 19-20: input precision 0 = fp32, 1 = fp16, 2 = s1.10 fixed, 3 = ???
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wgl.c 359 static FIXED FixedFromDouble(double d)
362 return *(FIXED *) (void *) &l;
499 ** If we can't get the glyph outline, it may be because this is a fixed
  /external/chromium_org/third_party/skia/src/core/
SkPoint.cpp 207 // nearlyzero is a very small fixed-point value.
378 When our square is close to 1.0, we shift x,y down into fixed range.
395 // shift x,y so that the greater of them is 15bits (1.14 fixed point)
  /external/dnsmasq/src/
nameser.h 104 #define HFIXEDSZ 12 /* #/bytes of fixed data in header */
105 #define QFIXEDSZ 4 /* #/bytes of fixed data in query */
106 #define RRFIXEDSZ 10 /* #/bytes of fixed data in r record */
  /external/eigen/Eigen/src/Core/util/
Constants.h 66 * of the present CPU architecture for optimized packet access. In the fixed-size
220 /** \internal Equivalent to a slice vectorization for fixed-size matrices having good alignment
260 /** \internal Align the matrix itself if it is vectorizable fixed-size */
  /external/eigen/test/
block.cpp 73 // test fixed block() as lvalue
75 // test operator() on fixed block() both as constant and non-constant
77 // check that fixed block() and block() agree
  /external/freetype/include/freetype/
ftmodapi.h 173 /* module_version :: The version, as a 16.16 fixed number */
177 /* as a 16.16 fixed number (major.minor). Starts */
525 /* This is a bug and will be fixed in a forthcoming release. */
  /external/grub/netboot/
rtl8139.c 28 Moved the 8K receive buffer to a fixed, available address outside the
36 variables). Hopefully fixed rtl_poll() once and for all. The symptoms
39 First of all I fixed the debugging code and then set out for a long bug
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Splitter.java 36 * expression, {@code CharMatcher}, or by using a fixed substring length. This
155 * Returns a splitter that uses the given fixed string as a separator. For
201 * @return a splitter, with default settings, that can split into fixed sized
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
ListSubListTester.java 307 * 6570631</a> is fixed.
320 * 6570631</a> is fixed.
334 * 6570575</a> is fixed.
  /external/libpcap/
wlan_filtering.patch 98 + * a fixed-length header preceding the link-layer header,
110 + * case. If the link layer has a fixed length prepended header,
120 + * case. If the link layer has a fixed length prepended header,
  /external/libxml2/include/libxml/
schemasInternals.h 237 * the attribute has a fixed value
665 * the element has a fixed value
830 int fixed; /* XML_SCHEMAS_FACET_PRESERVE, etc. */ member in struct:_xmlSchemaFacet

Completed in 711 milliseconds

<<71727374757677787980>>