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

12 3

  /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/e2fsprogs/e2fsck/
rehash.c 338 int fixed = 0; local
365 fixed++;
391 fixed++;
394 return fixed;
  /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;
  /frameworks/base/opengl/libagl/
texture.cpp 1007 GGLfixed fixed[4]; local
1009 fixed[i] = gglFloatToFixed(params[i])
    [all...]
  /external/webkit/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/WebCore/rendering/
RenderLayer.h 97 , m_fixed(other.fixed())
118 bool fixed() const { return m_fixed; } function in class:WebCore::ClipRects
119 void setFixed(bool fixed) { m_fixed = fixed; }
137 m_fixed == other.fixed();
145 m_fixed = other.fixed();
326 // If fixed elements are composited, they will be containing children
  /external/bison/src/
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/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
  /external/libxml2/
tree.c 5049 const xmlChar* fixed; local
    [all...]
xmlschemas.c 324 * Since we put the default/fixed values into the dict, we can
578 need to be fixed. */
6668 const xmlChar *fixed; local
8572 const xmlChar *ns = NULL, *fixed, *name, *attrValue; local
25102 int xpathRes = 0, res, wildIDs = 0, fixed; local
    [all...]
  /bionic/libc/kernel/common/linux/
wireless.h 292 __u8 fixed; member in struct:iw_param
  /external/kernel-headers/original/linux/
wireless.h 179 * - Add flags to frequency -> auto/fixed
398 #define IW_PRIV_SIZE_FIXED 0x0800 /* Variable or fixed number of args */
403 * Note : if the number of args is fixed and the size < 16 octets,
634 __u8 fixed; /* Hardware should not use auto select */ member in struct:iw_param
663 __u8 flags; /* Flags (fixed/auto) */
    [all...]
  /external/wpa_supplicant/
wireless_copy.h 179 * - Add flags to frequency -> auto/fixed
410 #define IW_PRIV_SIZE_FIXED 0x0800 /* Variable or fixed number of args */
415 * Note : if the number of args is fixed and the size < 16 octets,
664 __u8 fixed; /* Hardware should not use auto select */ member in struct:iw_param
706 __u8 flags; /* Flags (fixed/auto) */
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
wireless_copy.h 179 * - Add flags to frequency -> auto/fixed
410 #define IW_PRIV_SIZE_FIXED 0x0800 /* Variable or fixed number of args */
415 * Note : if the number of args is fixed and the size < 16 octets,
672 __u8 fixed; /* Hardware should not use auto select */ member in struct:iw_param
714 __u8 flags; /* Flags (fixed/auto) */
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver_ndis.c 800 NDIS_802_11_FIXED_IEs *fixed; local
829 fixed = (NDIS_802_11_FIXED_IEs *) bss->IEs;
830 r->beacon_int = WPA_GET_LE16((u8 *) &fixed->BeaconInterval);
831 r->caps = WPA_GET_LE16((u8 *) &fixed->Capabilities);
832 r->tsf = WPA_GET_LE64(fixed->Timestamp);
    [all...]
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
wireless.h 292 __u8 fixed; member in struct:iw_param
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
wireless.h 292 __u8 fixed; member in struct:iw_param
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
wireless.h 292 __u8 fixed; member in struct:iw_param
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
wireless.h 292 __u8 fixed; member in struct:iw_param
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
wireless.h 292 __u8 fixed; member in struct:iw_param
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
wireless.h 292 __u8 fixed; member in struct:iw_param
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 2189 milliseconds

12 3