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

1 2 3

  /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/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 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) {
  /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_;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbKbDxe/
KeyBoard.h 49 CHAR16 Space;
  /art/runtime/gc/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...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Dxe/Setup/
KeyboardLayout.c 52 CHAR16 Space;
210 ' ', // Space
  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 124 const unsigned Space = SlotIndex::InstrDist/2;
125 static_assert((Space & 3) == 0, "InstrDist must be a multiple of 2*NUM");
130 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...]
  /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 27 WSDXML_NAMESPACE *Space;
34 WSDXML_NAMESPACE *Space;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DisplayEngineDxe/
InputHandler.c 70 CHAR16 Space[2];
94 Space[0] = L' ';
95 Space[1] = CHAR_NULL;
127 // CreateDialog (NULL, "", Prompt, Space, "", NULL);
128 CreateMultiStringPopUp (ScreenSize, 4, &NullCharacter, Prompt, Space, &NullCharacter);
219 // To save code space, we can then treat this as an error and return back to the menu.
    [all...]
  /external/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 48 Space,
  /external/pdfium/core/fpdftext/
cpdf_textpage.h 123 Space,
  /external/clang/unittests/Format/
FormatTest.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 50 Space,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 50 Space,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 50 Space,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 50 Space,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 50 Space,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 50 Space,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 50 Space,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/MCParser/
MCAsmLexer.h 50 Space,

Completed in 336 milliseconds

1 2 3