HomeSort by relevance Sort by last modified time
    Searched defs:Space (Results 1 - 25 of 28) 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/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/unittests/CodeGen/
DIEHashTest.cpp 59 // namespace space { struct foo { }; }
63 auto Space = make_unique<DIE>(dwarf::DW_TAG_namespace);
65 DIEString SpaceStr(&One, "space");
66 Space->addValue(dwarf::DW_AT_name, dwarf::DW_FORM_strp, &SpaceStr);
68 Space->addValue(dwarf::DW_AT_declaration, dwarf::DW_FORM_flag_present, &One);
77 Space->addChild(std::move(Foo));
78 CU.addChild(std::move(Space));
  /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
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.
78 // A space contains memory allocated for managed objects.
79 class Space {
81 // Dump space. Also key method for C++ vtables.
84 // Name of the space. May vary, for example before/after the Zygote fork.
89 // The policy of when objects are collected associated with this space.
94 // Is the given object contained within this space
232 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 assert((Space & 3) == 0 && "InstrDist must be a multiple of 2*NUM");
135 curItr->setIndex(index += Space);
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /external/pdfium/core/src/fxcodec/lcms2/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/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 42 Space,
  /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 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/chromium_org/v8/src/
spaces.h 25 // object space. The young generation is divided into two semispaces. A
27 // separated into a map space and an old object space. The map space contains
28 // all (and only) map objects, the rest of old objects go into the old space.
35 // There is a separate large object space for objects larger than
37 // collection. The large object space is paged. Pages in large object space
45 // object maps so if the page belongs to old pointer space or large object
46 // space it is essential to guarantee that the page does not contain an
1202 ObjectSpace space; member in struct:v8::internal::MemoryAllocator::MemoryAllocationCallbackRegistration
    [all...]
  /external/llvm/lib/Target/AArch64/AsmParser/
AArch64AsmParser.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/source_frame/
CodeMirrorTextEditor.js 71 "Ctrl-Space": "autocomplete",
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /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 
  /external/robolectric/lib/main/
android.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 
  /prebuilts/sdk/20/
android.jar 

Completed in 846 milliseconds

1 2