HomeSort by relevance Sort by last modified time
    Searched refs:Space (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /art/runtime/gc/space/
space-inl.h 20 #include "space.h"
29 namespace space { namespace in namespace:art::gc
31 inline ImageSpace* Space::AsImageSpace() {
36 inline MallocSpace* Space::AsMallocSpace() {
42 inline LargeObjectSpace* Space::AsLargeObjectSpace() {
47 inline ContinuousSpace* Space::AsContinuousSpace() {
52 inline DiscontinuousSpace* Space::AsDiscontinuousSpace() {
57 } // namespace space
space.cc 17 #include "space.h"
28 namespace space { namespace in namespace:art::gc
30 Space::Space(const std::string& name, GcRetentionPolicy gc_retention_policy)
33 void Space::Dump(std::ostream& os) const {
37 std::ostream& operator<<(std::ostream& os, const Space& space) {
38 space.Dump(os);
42 DlMallocSpace* Space::AsDlMallocSpace() {
47 RosAllocSpace* Space::AsRosAllocSpace()
    [all...]
space.h 40 namespace space { namespace in namespace:art::gc
57 // See Space::GetGcRetentionPolicy.
59 // Objects are retained forever with this policy for a space.
61 // Every GC cycle will attempt to collect objects in this space.
79 // A space contains memory allocated for managed objects.
80 class Space {
82 // Dump space. Also key method for C++ vtables.
85 // Name of the space. May vary, for example before/after the Zygote fork.
90 // The policy of when objects are collected associated with this space.
95 // Is the given object contained within this space
252 space::Space* const space; member in class:art::gc::space::AllocSpace::SweepCallbackContext::space
    [all...]
  /external/gptfdisk/
gptcurses.h 46 { 'n', " New ", "Create new partition from free space" },
61 // A "Space" is a partition or an unallocated chunk of disk space, maintained
63 // partitions and unallocated chunks of space on the disk in the main
67 struct Space {
72 Space *nextSpace;
73 Space *prevSpace;
80 Space *firstSpace;
81 Space *lastSpace;
82 Space *currentSpace
    [all...]
gptcurses.cc 73 Space *trash;
85 // unpartitioned space on the disk.
89 Space *tempSpace;
94 tempSpace = new Space;
105 // Add a single empty Space to the current Spaces linked list and sort the result....
107 Space *tempSpace;
109 tempSpace = new Space;
122 Space *current;
149 // Remove the specified Space from the linked list and set its previous and
151 void GPTDataCurses::UnlinkSpace(Space *theSpace)
222 Space *space; local
    [all...]
  /system/core/libbacktrace/
BacktraceOffline.h 30 struct Space {
35 Space() {
76 Space eh_frame_hdr_space_;
77 Space eh_frame_space_;
78 Space arm_extab_space_;
79 Space arm_exidx_space_;
80 Space stack_space_;
  /frameworks/base/core/java/android/widget/
Space.java 25 * Space is a lightweight View subclass that may be used to create gaps between components
28 public final class Space extends View {
32 public Space(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
42 public Space(Context context, AttributeSet attrs, int defStyleAttr) {
49 public Space(Context context, AttributeSet attrs) {
56 public Space(Context context) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
MessageHolder.java 21 import android.widget.Space;
30 public MessageHolder(Context context, Space space) {
31 super(context, space);
TransparentDividerDocumentHolder.java 22 import android.widget.Space;
36 super(context, new Space(context));
  /frameworks/support/core-ui/java/android/support/v4/widget/
Space.java 26 * Space is a lightweight {@link View} subclass that may be used to create gaps between components
29 public class Space extends View {
31 public Space(Context context, AttributeSet attrs, int defStyle) {
38 public Space(Context context, AttributeSet attrs) {
42 public Space(Context context) {
  /external/ImageMagick/MagickWand/tests/
script-token-test-data.txt 27 'Space Character Escapes'
  /external/llvm/lib/MC/MCParser/
MCAsmLexer.cpp 16 CurTok.emplace_back(AsmToken::Space, StringRef());
  /art/runtime/gc/
verification.h 32 namespace space { namespace in namespace:art::gc
33 class Space;
34 } // namespace space
56 bool IsValidHeapObjectAddress(const void* addr, space::Space** out_space = nullptr) const
65 bool IsAddressInHeapSpace(const void* addr, space::Space** out_space = nullptr) const
verification.cc 66 space::Space* const space = heap_->FindSpaceFromAddress(addr); member in class:art::gc::space
67 if (space != nullptr) {
68 oss << " space=" << *space; local
118 bool Verification::IsAddressInHeapSpace(const void* addr, space::Space** out_space) const {
119 space::Space* const space = heap_->FindSpaceFromAddress(addr) member in class:art::gc::space
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/graph/
BottomLabelLayoutTest.java 25 import android.widget.Space;
42 private Space mSpace;
50 mSpace = new Space(mContext);
  /cts/hostsidetests/services/activityandwindowmanager/windowmanager/frametestapp/src/android/server/frametestapp/
MovingChildTestActivity.java 27 import android.widget.Space;
37 Space mView;
80 mView = new Space(this);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/AcpiTables/rtsm_ve-aemv8a/
facp.asl 96 RTC wake not in fixed reg space (V1) : 0
114 [0001] Space ID : 01 [SystemIO]
128 [0001] Space ID : 01 [SystemIO]
135 [0001] Space ID : 01 [SystemIO]
142 [0001] Space ID : 01 [SystemIO]
149 [0001] Space ID : 01 [SystemIO]
156 [0001] Space ID : 01 [SystemIO]
163 [0001] Space ID : 01 [SystemIO]
170 [0001] Space ID : 01 [SystemIO]
177 [0001] Space ID : 01 [SystemIO
    [all...]
dbg2.asl 63 [0001] Space ID : 00 [SystemMemory]
spcr.asl 50 [0001] Space ID : 00 [SystemMemory]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdxmldom.h 27 WSDXML_NAMESPACE *Space;
34 WSDXML_NAMESPACE *Space;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SlotIndexes.cpp 131 const unsigned Space = SlotIndex::InstrDist/2;
132 assert((Space & 3) == 0 && "InstrDist must be a multiple of 2*NUM");
138 curEntry->setIndex(index += Space);
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestGridLayoutCodeLtr.java 29 import android.widget.Space;
120 Space c = new Space(context);
BiDiTestGridLayoutCodeRtl.java 29 import android.widget.Space;
120 Space c = new Space(context);
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/
Dbg2.asl 63 [0001] Space ID : 00 [SystemMemory]
Spcr.asl 50 [0001] Space ID : 00 [SystemMemory]

Completed in 584 milliseconds

1 2 3 4 5 6 7 8