HomeSort by relevance Sort by last modified time
    Searched defs:Space (Results 1 - 15 of 15) sorted by null

  /frameworks/compile/mclinker/lib/Support/
Space.cpp 1 //===- Space.cpp ----------------------------------------------------------===//
9 #include <mcld/Support/Space.h>
39 inline static Space::Type policy(off_t pOffset, size_t pLength)
43 return Space::ALLOCATED_ARRAY;
45 return Space::MMAPED;
49 // Space
51 Space::Space()
56 Space::Space(Space::Type pType, void* pMemBuffer, size_t pSize
    [all...]
  /frameworks/base/core/java/android/widget/
Space.java 26 * Space is a lightweight View subclass that may be used to create gaps between components
29 public final class Space extends View {
33 public Space(Context context, AttributeSet attrs, int defStyle) {
43 public Space(Context context, AttributeSet attrs) {
50 public Space(Context context) {
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
Space.java 26 * Space is a lightweight View subclass that may be used to create gaps between components
29 public final class Space extends View {
33 public Space(Context context, AttributeSet attrs, int defStyle) {
43 public Space(Context context, AttributeSet attrs) {
50 public Space(Context context) {
  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 129 const unsigned Space = SlotIndex::InstrDist/2;
130 assert((Space & 3) == 0 && "InstrDist must be a multiple of 2*NUM");
135 curItr->setIndex(index += Space);
  /frameworks/compile/mclinker/include/mcld/Support/
Space.h 1 //===- 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
42 Space();
44 ~Space();
46 Space(Type pType, void* pMemBuffer, size_t pSize);
76 /// Create - Create a Space from external memor
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/constraints/
Constraint.java 62 Space targetSpace = Space.valueOf(((Number) constraintStructure.getFieldValue("tarspace")).byteValue());
72 Space ownerSpace = Space.valueOf(((Number) constraintStructure.getFieldValue("ownspace")).byteValue());
116 * The space of target or owner transformation.
120 public static enum Space {
129 * the blender's value of the space modifier
132 public static Space valueOf(byte c) {
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 40 Space,
  /external/v8/src/
unicode.h 267 struct Space {
spaces.h 45 // object space. The young generation is divided into two semispaces. A
47 // separated into a map space and an old object space. The map space contains
48 // all (and only) map objects, the rest of old objects go into the old space.
55 // There is a separate large object space for objects larger than
57 // collection. The large object space is paged. Pages in large object space
65 // object maps so if the page belongs to old pointer space or large object
66 // space it is essential to guarantee that the page does not contain an
1067 ObjectSpace space; member in struct:v8::internal::MemoryAllocator::MemoryAllocationCallbackRegistration
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 1412 milliseconds