HomeSort by relevance Sort by last modified time
    Searched refs:fixed (Results 51 - 75 of 143) sorted by null

1 23 4 5 6

  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java 89 private List<Rectangle> fixed; field in class:ImageEditorPanel
446 if (fixed.size() > 0) {
447 int start = fixed.get(0).y;
448 for (Rectangle rect : fixed) {
587 r = fixed.get(fixedIndex++);
1126 List<Pair<Integer>> fixed = new ArrayList<Pair<Integer>>(); local
    [all...]
  /external/astl/include/
ios_base.h 108 // fixed: Generate floating-point output in a fixed-point notation.
132 static const fmtflags fixed = android::ios_baseflags_fixed; member in class:std::ios_base
  /external/bison/src/
vcg_defaults.h 94 # define G_ARROW_MODE fixed
vcg.h 132 fixed, enumerator in enum:arrow_mode
177 hidden by folding or edge classes) does not have fixed specified
186 fixed location specification. The layout algorithm partitioned all
189 for the nodes automatically, if no fixed levels are given.
777 /* Arrow mode fixed (default) should be used, if port sharing is used,
778 because then, only a fixed set of rotations for the arrow heads are
783 arrow mode is fixed, then the arrow head is rotated only in steps of
785 Default is fixed. */
833 of the fixed size of the window that shows the graph, we normally
    [all...]
  /external/chromium/net/third_party/nss/ssl/
preenc.h 113 PEFixedKeyHeader fixed; member in union:PEHeaderStr::__anon2734
  /external/clearsilver/csharp/
CS.cs 56 fixed (HDF **hdf_ptr = &hdf_root) {
88 fixed (CSPARSE **csp_ptr = &csp) {
  /external/webkit/WebCore/rendering/
RenderTableCell.h 131 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false);
RenderBox.h 208 virtual void computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect&, bool fixed = false);
321 virtual void mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed, bool useTransforms, TransformState&) const;
322 virtual void mapAbsoluteToLocalPoint(bool fixed, bool useTransforms, TransformState&) const;
RenderBox.cpp     [all...]
RenderObject.cpp     [all...]
RenderInline.cpp 642 void RenderInline::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, bool fixed)
710 o->computeRectForRepaint(repaintContainer, rect, fixed);
735 void RenderInline::mapLocalToContainer(RenderBoxModelObject* repaintContainer, bool fixed, bool useTransforms, TransformState& transformState) const
774 o->mapLocalToContainer(repaintContainer, fixed, useTransforms, transformState);
777 void RenderInline::mapAbsoluteToLocalPoint(bool fixed, bool useTransforms, TransformState& transformState) const
786 o->mapAbsoluteToLocalPoint(fixed, useTransforms, transformState);
    [all...]
  /external/speex/libspeex/
arch.h 50 #error You cannot compile as floating point and fixed point at the same time
59 #error Vorbis-psy model currently not implemented in fixed-point
71 #error "Don't you think enabling fixed-point is a good thing to do if you want to debug that?"
  /libcore/luni/src/main/java/java/util/
Timer.java 31 * <p>Recurring tasks are scheduled with either a fixed period or a fixed rate:
33 * <li>With the default <strong>fixed-period execution</strong>, each
37 * <li>With <strong>fixed-rate execution</strong>, the start time of each
266 // task is scheduled at fixed rate
269 // task is scheduled at fixed delay
465 * Schedule a task for repeated fixed-delay execution after a specific delay.
487 * Schedule a task for repeated fixed-delay execution after a specific time
511 * Schedule a task for repeated fixed-rate execution after a specific delay
534 * Schedule a task for repeated fixed-rate execution after a specific tim
    [all...]
  /system/core/libpixelflinger/
Android.mk 32 fixed.cpp.arm \
  /sdk/ninepatch/src/com/android/ninepatch/
NinePatch.java 430 List<Pair<Integer>> fixed = new ArrayList<Pair<Integer>>(); local
440 fixed.add(new Pair<Integer>(lastIndex, i));
452 fixed.add(new Pair<Integer>(lastIndex, pixels.length - 1));
458 fixed.clear();
461 return new Pair<List<Pair<Integer>>>(fixed, patches);
  /external/v8/test/mjsunit/
html-string-funcs.js 35 fixed: 'tt', italics: 'i', small: 'small',
string-compare-alignment.js 30 // that was fixed in r554.
codegen-coverage.js 39 // This test depends on the fixed order of register allocation. We try to
  /external/webkit/WebCore/platform/graphics/skia/
SkiaFontWin.cpp 89 static SkScalar FIXEDToSkScalar(FIXED fixed)
92 memcpy(&skFixed, &fixed, sizeof(SkFixed));
  /external/iproute2/doc/
ip-tunnels.tex 176 \verb|local <S>| sets fixed local address for tunneled
235 \item \verb|ttl N| --- set fixed TTL \verb|N| on tunneled packets.
240 \item \verb|tos T| --- set fixed tos \verb|T| on tunneled packets.
248 It is enabled by default. Note that fixed ttl is incompatible
249 with this option: tunnels with fixed ttl always make pmtu discovery.
447 to use option \verb|dev DEV| to bind tunnel to a fixed physical device.
  /external/elfutils/
elfutils.spec 215 - upgrade to 0.84 (readelf/elflint improvements, rawhide bugs fixed).
221 - upgrade to 0.82 (strip tests fixed on big-endian).
312 - drop x86_64 hack, ICE fixed in gcc-3.2-11.
  /cts/tools/host/src/res/
cts_result.css 121 table-layout:fixed;
  /cts/tools/tradefed-host/res/result/
cts_result.css 121 table-layout:fixed;
  /external/zlib/contrib/infback9/
infback9.c 48 Build and output length and distance decoding tables for fixed code
59 code fixed[544]; local
67 next = fixed;
80 puts(" /* inffix9.h -- table for decoding deflate64 fixed codes");
293 case 1: /* fixed block */
298 Tracev((stderr, "inflate: fixed codes block%s\n",
  /external/zlib/contrib/puff/
puff.c 49 * - Fix fixed codes table error
82 * they are fixed by the deflate format.
88 #define FIXLCODES 288 /* number of fixed literal/length codes */
222 * in the deflate format. See the format notes for fixed() and dynamic().
316 * fixed() and is not verified by construct().
320 * - Permitted and expected examples of incomplete codes are one of the fixed
322 * bit instead of zero bits. See the format notes for fixed() and dynamic().
372 * - Compressed data that is after the block type if fixed or after the code
459 if (symbol >= 29) return -10; /* invalid fixed code */
488 /* done with a valid fixed or dynamic block *
516 local int fixed(struct state *s) function
    [all...]

Completed in 979 milliseconds

1 23 4 5 6