HomeSort by relevance Sort by last modified time
    Searched refs:fixed (Results 1 - 25 of 346) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
arm-abi-vector.c 15 double varargs_vec_2i(int fixed, ...) {
30 double sum = fixed;
31 va_start(ap, fixed);
46 double varargs_vec_3c(int fixed, ...) {
56 double sum = fixed;
57 va_start(ap, fixed);
72 double varargs_vec_5c(int fixed, ...) {
87 double sum = fixed;
88 va_start(ap, fixed);
103 double varargs_vec_9c(int fixed, ...)
    [all...]
  /external/valgrind/main/none/tests/linux/
mremap2.stdout.exp 6 maymv 0 fixed 0 newsz 19 dstpo 0 dst 0x........ ->
12 maymv 0 fixed 0 newsz 19 dstpo 1 dst 0x........ ->
18 maymv 0 fixed 0 newsz 20 dstpo 0 dst 0x........ ->
24 maymv 0 fixed 0 newsz 20 dstpo 1 dst 0x........ ->
30 maymv 0 fixed 0 newsz 21 dstpo 0 dst 0x........ ->
36 maymv 0 fixed 0 newsz 21 dstpo 1 dst 0x........ ->
42 maymv 0 fixed 0 newsz 29 dstpo 0 dst 0x........ ->
48 maymv 0 fixed 0 newsz 29 dstpo 1 dst 0x........ ->
54 maymv 0 fixed 0 newsz 30 dstpo 0 dst 0x........ ->
60 maymv 0 fixed 0 newsz 30 dstpo 1 dst 0x........ ->
    [all...]
mremap2.c 43 // A suitable attempted fixed dst is workingarea + 150*PAGE.
108 int alocal, maymove, fixed, nsi, dstpossible; local
121 for (fixed = 0; fixed <= 1; fixed++) {
129 (fixed ? MREMAP_FIXED : 0);
143 printf("maymv %d fixed %d newsz %2d dstpo %d dst %p -> ",
144 maymove, fixed, newsizes[nsi], dstpossible, dst );
  /ndk/sources/cxx-stl/llvm-libc++/test/input.output/iostreams.base/std.ios.manip/floatfield.manip/
fixed.pass.cpp 14 // ios_base& fixed(ios_base& str);
26 std::ios_base& r = std::fixed(ios);
28 assert(ios.flags() & std::ios::fixed);
defaultfloat.pass.cpp 28 assert(!(ios.flags() & std::ios::fixed));
hexfloat.pass.cpp 28 assert(ios.flags() & std::ios::fixed);
  /external/skia/gm/
ninepatchstretch.cpp 81 const SkScalar fixed = SkIntToScalar(bm.width() - center.width()); local
84 { fixed * 4 / 5, fixed * 4 / 5 }, // shrink in both axes
85 { fixed * 4 / 5, fixed * 4 }, // shrink in X
86 { fixed * 4, fixed * 4 / 5 }, // shrink in Y
87 { fixed * 4, fixed * 4 }
101 SkRect r = SkRect::MakeXYWH(x + ix * fixed, y + iy * fixed
    [all...]
  /external/chromium/chrome/browser/ui/tests/
ui_gfx_image_unittest.cc 43 GtkWidget* fixed = gtk_fixed_new(); local
44 gtk_container_add(GTK_CONTAINER(window), fixed); local
48 gtk_fixed_put(GTK_FIXED(fixed), image_view, 10, 10);
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInline.h 49 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false);
50 virtual void mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool useTransforms, bool fixed, TransformState&) const;
RenderSVGModelObject.cpp 51 void RenderSVGModelObject::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed)
53 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
56 void RenderSVGModelObject::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed , bool useTransforms, TransformState& transformState) const
58 SVGRenderSupport::mapLocalToContainer(this, repaintContainer, fixed, useTransforms, transformState);
RenderSVGForeignObject.h 43 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false);
56 virtual void mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed , bool useTransforms, TransformState&) const;
RenderSVGModelObject.h 55 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false);
63 virtual void mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool useTransforms, bool fixed, TransformState&) const;
SVGRenderSupport.h 65 static void computeRectForRepaint(RenderObject*, RenderBoxModelObject* repaintContainer, IntRect&, bool fixed);
66 static void mapLocalToContainer(const RenderObject*, RenderBoxModelObject* repaintContainer, bool useTransforms, bool fixed, TransformState&);
RenderSVGInline.cpp 75 void RenderSVGInline::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed)
77 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
80 void RenderSVGInline::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool useTransforms, bool fixed, TransformState& transformState) const
82 SVGRenderSupport::mapLocalToContainer(this, repaintContainer, useTransforms, fixed, transformState);
RenderSVGForeignObject.cpp 76 void RenderSVGForeignObject::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed)
78 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
163 void RenderSVGForeignObject::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed, bool useTransforms, TransformState& transformState) const
168 SVGRenderSupport::mapLocalToContainer(this, repaintContainer, fixed, useTransforms, transformState);
RenderSVGText.h 66 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false);
68 virtual void mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool useTransforms, bool fixed, TransformState&) const;
  /development/apps/OBJViewer/
Android.mk 12 # currently disabled because of API changes. won't be fixed for 1.0
  /external/chromium-trace/trace-viewer/src/
timeline_track_view.css 24 position: fixed;
  /external/icu4c/layout/
LEFontInstance.h 447 * values in a 16.16 fixed point format to floating point.
449 * @param fixed - the fixed point value
455 static inline float fixedToFloat(le_int32 fixed);
459 * floating point values to 16.16 fixed point format.
463 * @return the fixed point value
533 inline float LEFontInstance::fixedToFloat(le_int32 fixed)
535 return (float) (fixed / 65536.0);
  /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));
  /development/tools/apkcheck/src/com/android/apkcheck/
MethodInfo.java 85 String fixed = TypeUtils.ambiguousToBinaryName(mParameters.get(i), local
87 mParameters.set(i, fixed);
  /external/clang/www/
menu.css 6 position:fixed;
  /external/compiler-rt/www/
menu.css 6 position:fixed;
  /external/flac/libFLAC/
Android.mk 10 fixed.c \
  /ndk/sources/cxx-stl/llvm-libc++/www/
menu.css 6 position:fixed;

Completed in 367 milliseconds

1 2 3 4 5 6 7 8 91011>>