| /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/ |
| if_hippi.h | 51 __be32 fixed; member in struct:hippi_fp_hdr
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
| if_hippi.h | 51 __be32 fixed; member in struct:hippi_fp_hdr
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/ |
| if_hippi.h | 51 __be32 fixed; member in struct:hippi_fp_hdr
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
| if_hippi.h | 51 __be32 fixed; member in struct:hippi_fp_hdr
|
| /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/ |
| if_hippi.h | 51 __be32 fixed; member in struct:hippi_fp_hdr
|
| /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/ |
| if_hippi.h | 51 __be32 fixed; member in struct:hippi_fp_hdr
|
| /prebuilt/ndk/android-ndk-r6/platforms/android-3/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 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...] |
| /ndk/sources/cxx-stl/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; }
|
| /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/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; }
|
| /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/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; }
|
| /sdk/draw9patch/src/com/android/draw9patch/ui/ |
| ImageEditorPanel.java | 91 private List<Rectangle> fixed; field in class:ImageEditorPanel 448 if (fixed.size() > 0) { 449 int start = fixed.get(0).y; 450 for (Rectangle rect : fixed) { 589 r = fixed.get(fixedIndex++); 1151 List<Pair<Integer>> fixed = new ArrayList<Pair<Integer>>(); local [all...] |
| /external/e2fsprogs/e2fsck/ |
| rehash.c | 337 int fixed = 0; local 364 fixed++; 390 fixed++; 393 return fixed;
|
| /external/harfbuzz/src/ |
| harfbuzz-indic.cpp | 1452 int fixed = base+1; local [all...] |
| /external/icu4c/samples/layout/ |
| sfnt.h | 138 typedef le_int32 fixed; typedef 148 fixed version; 149 fixed fontRevision; 168 fixed version; 187 fixed version;
|
| /external/icu4c/test/letest/ |
| FontObject.h | 101 typedef le_int32 fixed; typedef 111 fixed version; 112 fixed fontRevision; 131 fixed version; 150 fixed version;
|
| sfnt.h | 263 typedef le_int32 fixed; typedef 277 fixed version; 278 fixed fontRevision; 301 fixed version; 324 fixed version;
|
| /external/llvm/lib/CodeGen/ |
| SplitKit.cpp | 136 bool fixed = calcLiveBlockInfo(); local 137 (void)fixed; 138 assert(fixed && "Couldn't fix broken live interval"); [all...] |
| /external/webkit/Source/WebCore/platform/graphics/android/ |
| LayerAndroid.h | 64 enum SkLengthType { Undefined, Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic }; 83 case Fixed: 104 : fixed(0) 110 int fixed; member in class:WebCore::TexturesResult 186 const IntPoint& renderLayerPos, // For undefined fixed position 232 the position of the fixed layers. 351 // When fixed element is undefined or auto, the render layer's position
|
| /frameworks/base/opengl/libagl/ |
| texture.cpp | 989 GGLfixed fixed[4]; local 991 fixed[i] = gglFloatToFixed(params[i]); 992 c->rasterizer.procs.texEnvxv(c, target, pname, fixed); [all...] |
| /external/chromium/chrome/browser/ui/gtk/ |
| gtk_theme_service.cc | 453 GtkWidget* fixed = gtk_fixed_new(); local 455 gtk_container_add(GTK_CONTAINER(window), fixed); local 456 gtk_container_add(GTK_CONTAINER(fixed), scrollbar); 489 // left edge. This allows us to avoid any fixed graphics that might be [all...] |
| /external/webkit/Source/WebCore/dom/ |
| xml_expat_tokenizer.cpp | 830 RefPtr<Element> fixed = doc->createElementNS(xhtmlNamespaceURI, "div", ec); local 831 reportElement->appendChild(fixed.get(), ec); 832 fixed->setAttribute(styleAttr, "font-family:monospace;font-size:12px"); 833 fixed->appendChild(doc->createTextNode(errorMessages), ec);
|
| /external/webkit/Source/WebCore/rendering/ |
| RenderLayer.h | 99 , m_fixed(other.fixed()) 127 bool fixed() const { return m_fixed; } function in class:WebCore::ClipRects 128 void setFixed(bool fixed) { m_fixed = fixed; } 149 m_fixed == other.fixed(); 160 m_fixed = other.fixed(); 351 // If fixed elements are composited, they will be containing children 441 void updateRepaintRectsAfterScroll(bool fixed = false); [all...] |