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

  /art/runtime/gc/space/
space.cc 17 #include "space.h"
23 namespace space { namespace in namespace:art::gc
25 Space::Space(const std::string& name, GcRetentionPolicy gc_retention_policy)
28 void Space::Dump(std::ostream& os) const {
32 std::ostream& operator<<(std::ostream& os, const Space& space) {
33 space.Dump(os);
40 Space(name, gc_retention_policy),
45 } // namespace space
    [all...]
space.h 43 namespace space { namespace in namespace:art::gc
51 // See Space::GetGcRetentionPolicy.
53 // Objects are retained forever with this policy for a space.
55 // Every GC cycle will attempt to collect objects in this space.
71 // A space contains memory allocated for managed objects.
72 class Space {
74 // Dump space. Also key method for C++ vtables.
77 // Name of the space. May vary, for example before/after the Zygote fork.
82 // The policy of when objects are collected associated with this space.
87 // Does the space support allocation
    [all...]
  /frameworks/compile/mclinker/lib/Support/
Space.cpp 1 //===- 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()
61 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/chromium_org/v8/src/
unicode.h 218 struct Space {
spaces.h 46 // object space. The young generation is divided into two semispaces. A
48 // separated into a map space and an old object space. The map space contains
49 // all (and only) map objects, the rest of old objects go into the old space.
56 // There is a separate large object space for objects larger than
58 // collection. The large object space is paged. Pages in large object space
66 // object maps so if the page belongs to old pointer space or large object
67 // space it is essential to guarantee that the page does not contain an
1177 ObjectSpace space; member in struct:v8::internal::MemoryAllocator::MemoryAllocationCallbackRegistration
    [all...]
  /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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HtmlTree.java 557 * segments, white space separators, line breaks, and quote marks.
566 * For example, a LineBreak (one newline) will override a Space, but will
574 Space, // single space
579 // White space characters that are collapsed as a single space.
585 * Determines if the given character is considered an HTML space character.
586 * Consecutive HTML space characters are collapsed into a single space when
623 * Sets the next separator between two text nodes. A Space separator i
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 590 * segments, white space separators, line breaks, and quote marks.
600 * For example, a LineBreak (one newline) will override a Space, but will
608 Space, // single space
613 // White space characters that are collapsed as a single space.
619 * Determines if the given character is considered an HTML space character.
620 * Consecutive HTML space characters are collapsed into a single space when
657 * Sets the next separator between two text nodes. A Space separator i
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CodeMirrorTextEditor.js 91 "Ctrl-Space": "autocomplete"
    [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 
  /prebuilts/sdk/19/
android.jar 

Completed in 490 milliseconds