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

1 2

  /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) {
  /frameworks/support/core-ui/java/android/support/v4/widget/
Space.java 25 * Space is a lightweight {@link View} subclass that may be used to create gaps between components
28 public class Space extends View {
30 public Space(Context context, AttributeSet attrs, int defStyle) {
37 public Space(Context context, AttributeSet attrs) {
41 public Space(Context context) {
  /art/runtime/gc/space/
space.cc 17 #include "space.h"
27 namespace space { namespace in namespace:art::gc
29 Space::Space(const std::string& name, GcRetentionPolicy gc_retention_policy)
32 void Space::Dump(std::ostream& os) const {
36 std::ostream& operator<<(std::ostream& os, const Space& space) {
37 space.Dump(os);
41 DlMallocSpace* Space::AsDlMallocSpace() {
46 RosAllocSpace* Space::AsRosAllocSpace()
    [all...]
space.h 41 namespace space { namespace in namespace:art::gc
58 // See Space::GetGcRetentionPolicy.
60 // Objects are retained forever with this policy for a space.
62 // Every GC cycle will attempt to collect objects in this space.
80 // A space contains memory allocated for managed objects.
81 class Space {
83 // Dump space. Also key method for C++ vtables.
86 // Name of the space. May vary, for example before/after the Zygote fork.
91 // The policy of when objects are collected associated with this space.
96 // Is the given object contained within this space
253 space::Space* const space; member in class:art::gc::space::AllocSpace::SweepCallbackContext::space
    [all...]
  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 129 const unsigned Space = SlotIndex::InstrDist/2;
130 static_assert((Space & 3) == 0, "InstrDist must be a multiple of 2*NUM");
135 curItr->setIndex(index += Space);
  /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...]
  /system/core/libbacktrace/
BacktraceOffline.h 30 struct Space {
35 Space() {
99 Space eh_frame_hdr_space_;
100 Space eh_frame_space_;
101 Space stack_space_;
  /external/llvm/unittests/CodeGen/
DIEHashTest.cpp 77 // namespace space { struct foo { }; }
81 auto Space = DIE::get(Alloc, dwarf::DW_TAG_namespace);
83 DIEString SpaceStr = getString("space");
84 Space->addValue(Alloc, dwarf::DW_AT_name, dwarf::DW_FORM_strp, SpaceStr);
86 Space->addValue(Alloc, dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present,
96 Space->addChild(std::move(Foo));
97 CU.addChild(std::move(Space));
  /external/pdfium/third_party/lcms2-2.6/src/
cmssamp.c 71 cmsColorSpaceSignature Space;
90 Space = cmsGetColorSpace(hInput);
93 if (!_cmsEndPointsBySpace(Space, NULL, &Black, &nChannels)) {
104 // Lab will be used as the output space, but lab2 will avoid recursion
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wsdxmldom.h 37 WSDXML_NAMESPACE *Space;
65 WSDXML_NAMESPACE *Space;
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 42 Space,
  /external/skia/src/core/
SkFindAndPlaceGlyph.h 94 SkASSERT(alignof(Variant) <= alignof(Space));
99 typedef SkAlignedSStorage<SkMaxSizeOf<Ts...>::value> Space;
100 Space fSpace;
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 629 * segments, white space separators, line breaks, and quote marks.
639 * For example, a LineBreak (one newline) will override a Space, but will
647 Space, // single space
652 // White space characters that are collapsed as a single space.
658 * Determines if the given character is considered an HTML space character.
659 * Consecutive HTML space characters are collapsed into a single space when
696 * Sets the next separator between two text nodes. A Space separator i
    [all...]
  /external/v8/src/heap/
spaces.h 40 class Space;
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 space or large object spac
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_fm2jscontext.cpp     [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /prebuilts/tools/common/m2/repository/org/pegdown/pegdown/1.1.0/
pegdown-1.1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /prebuilts/sdk/current/support/v13/
android-support-v13.jar 
  /prebuilts/sdk/current/support/v4/
android-support-v4.jar 
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 764 milliseconds

1 2