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

1 2 3

  /external/webkit/WebCore/rendering/
LayoutState.cpp 44 bool fixed = renderer->isPositioned() && renderer->style()->position() == FixedPosition; local
45 if (fixed) {
55 } else if (renderer->isPositioned() && !fixed) {
62 m_clipped = !fixed && prev->m_clipped;
  /development/tools/apkcheck/src/com/android/apkcheck/
MethodInfo.java 85 String fixed = TypeUtils.ambiguousToBinaryName(mParameters.get(i), local
87 mParameters.set(i, fixed);
  /external/v8/test/mjsunit/
html-string-funcs.js 35 fixed: 'tt', italics: 'i', small: 'small',
  /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/qemu/distrib/zlib-1.2.3/
infback.c 65 fixed code decoding. Normally this returns fixed tables from inffixed.h.
79 static code fixed[544]; local
81 /* build fixed huffman tables if first call (may not be thread safe) */
92 next = fixed;
299 case 1: /* fixed block */
301 Tracev((stderr, "inflate: fixed codes block%s\n",
inflate.c 24 * - Correct filename to inffixed.h for fixed tables in inflate.c
60 * - Fixed stored blocks bug in inflateBack()
197 fixed code decoding. Normally this returns fixed tables from inffixed.h.
211 static code fixed[544]; local
213 /* build fixed huffman tables if first call (may not be thread safe) */
224 next = fixed;
275 puts(" /* inffixed.h -- table for decoding fixed codes");
790 case 1: /* fixed block */
792 Tracev((stderr, "inflate: fixed codes block%s\n"
    [all...]
  /external/webkit/WebCore/dom/
XMLTokenizer.cpp 240 RefPtr<Element> fixed = doc->createElement(divTag, false); local
241 reportElement->appendChild(fixed.get(), ec);
242 fixed->setAttribute(styleAttr, "font-family:monospace;font-size:12px");
243 fixed->appendChild(doc->createTextNode(errorMessages), ec);
  /external/zlib/
infback.c 65 fixed code decoding. Normally this returns fixed tables from inffixed.h.
79 static code fixed[544]; local
81 /* build fixed huffman tables if first call (may not be thread safe) */
92 next = fixed;
299 case 1: /* fixed block */
301 Tracev((stderr, "inflate: fixed codes block%s\n",
inflate.c 24 * - Correct filename to inffixed.h for fixed tables in inflate.c
60 * - Fixed stored blocks bug in inflateBack()
197 fixed code decoding. Normally this returns fixed tables from inffixed.h.
211 static code fixed[544]; local
213 /* build fixed huffman tables if first call (may not be thread safe) */
224 next = fixed;
275 puts(" /* inffixed.h -- table for decoding fixed codes");
790 case 1: /* fixed block */
792 Tracev((stderr, "inflate: fixed codes block%s\n"
    [all...]
  /bionic/libc/kernel/common/linux/
if_hippi.h 51 __be32 fixed; member in struct:hippi_fp_hdr
  /external/kernel-headers/original/linux/
if_hippi.h 105 __be32 fixed; member in struct:hippi_fp_hdr
  /external/skia/src/utils/
SkNinePatch.cpp 143 int fixed = bitmap.width() - stretchSize; local
144 stretchX = (bounds.width() - SkIntToScalar(fixed)) / numXStretch;
155 int fixed = bitmap.height() - stretchSize; local
156 stretchY = (bounds.height() - SkIntToScalar(fixed)) / numYStretch;
  /external/stlport/src/
ios.cpp 50 const ios_base::fmtflags ios_base::fixed; member in class:ios_base
  /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",
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uios.h 30 fixed = (1 << 2), ///< Fixed-point float output. enumerator in enum:ustl::ios_base::fmtflags
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
if_hippi.h 51 __be32 fixed; member in struct:hippi_fp_hdr
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
if_hippi.h 51 __be32 fixed; member in struct:hippi_fp_hdr
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
if_hippi.h 51 __be32 fixed; member in struct:hippi_fp_hdr
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
if_hippi.h 51 __be32 fixed; member in struct:hippi_fp_hdr
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
if_hippi.h 51 __be32 fixed; member in struct:hippi_fp_hdr
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
if_hippi.h 51 __be32 fixed; member in struct:hippi_fp_hdr
  /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/stlport/stlport/stl/
_ios_base.h 73 _STLP_STATIC_CONSTANT(int, fixed = 0x0040);
84 _STLP_STATIC_CONSTANT(int, floatfield = scientific | fixed);
332 inline ios_base& _STLP_CALL fixed(ios_base& __s) function
333 { __s.setf(ios_base::fixed, ios_base::floatfield); return __s; }
  /external/zlib/contrib/puff/
puff.c 49 * - Fix fixed codes table error
74 * they are fixed by the deflate format.
80 #define FIXLCODES 288 /* number of fixed literal/length codes */
214 * in the deflate format. See the format notes for fixed() and dynamic().
308 * fixed() and is not verified by construct().
312 * - Permitted and expected examples of incomplete codes are one of the fixed
314 * bit instead of zero bits. See the format notes for fixed() and dynamic().
364 * - Compressed data that is after the block type if fixed or after the code
451 if (symbol >= 29) return -9; /* invalid fixed code */
474 /* done with a valid fixed or dynamic block *
502 local int fixed(struct state *s) function
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapResponseParser.java 298 FixedLengthInputStream fixed = new FixedLengthInputStream(mIn, size); local
299 return fixed;

Completed in 778 milliseconds

1 2 3