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>
38 inline static Space::Type policy(off_t pOffset, size_t pLength)
42 return Space::ALLOCATED_ARRAY;
44 return Space::MMAPED;
48 // Space
49 Space::Space() function in class:Space
54 Space::Space(Spac 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 ------------------------------------------------------------===//
25 /** \class Space
26 * \brief Space contains a chunk of memory space that does not overlap with
27 * the other Space.
30 class Space : public llvm::ilist_node<Space> class in namespace:mcld
47 // Normal users should use @ref Space::createSpace function.
48 Space();
51 // Normal users should use @ref Space::releaseSpace function.
52 ~Space();
[all...]

Completed in 139 milliseconds