Searched defs:Space (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DSpace.cpp1 //===- Space.cpp ----------------------------------------------------------===//
9 #include <mcld/Support/Space.h>
41 inline static Space::Type policy(off_t pOffset, size_t pLength)
44 return Space::ALLOCATED_ARRAY;
48 return Space::ALLOCATED_ARRAY;
50 return Space::MMAPED;
54 // Space
56 Space::Space() function in class:Space
61 Space function in class:Space
[all...]
/frameworks/base/core/java/android/widget/
H A DSpace.java26 * Space is a lightweight View subclass that may be used to create gaps between components
29 public final class Space extends View { class in inherits:View
33 public Space(Context context, AttributeSet attrs, int defStyle) { method in class:Space
43 public Space(Context context, AttributeSet attrs) { method in class:Space
50 public Space(Context context) { method in class:Space
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DSpace.java26 * Space is a lightweight View subclass that may be used to create gaps between components
29 public final class Space extends View { class in inherits:View
33 public Space(Context context, AttributeSet attrs, int defStyle) { method in class:Space
43 public Space(Context context, AttributeSet attrs) { method in class:Space
50 public Space(Context context) { method in class:Space
/frameworks/compile/mclinker/include/mcld/Support/
H A DSpace.h1 //===- Space.h ------------------------------------------------------------===//
22 /** \class Space
23 * \brief Space contains a chunk of memory space that does not overlap with
24 * the other Space.
27 class Space class in namespace:mcld
42 Space();
44 ~Space();
46 Space(Type pType, void* pMemBuffer, size_t pSize);
76 /// Create - Create a Space from external memory
77 static Space* Creat
[all...]

Completed in 972 milliseconds