Home
last modified time | relevance | path

Searched refs:Space (Results 1 – 25 of 65) sorted by relevance

123

/external/llvm/lib/CodeGen/
DSlotIndexes.cpp131 const unsigned Space = SlotIndex::InstrDist/2; in renumberIndexes() local
132 assert((Space & 3) == 0 && "InstrDist must be a multiple of 2*NUM"); in renumberIndexes()
138 curEntry->setIndex(index += Space); in renumberIndexes()
/external/v8/src/
Dspaces.h360 class Space : public Malloced {
362 Space(Heap* heap, AllocationSpace id, Executability executable) in Space() function
365 virtual ~Space() {} in ~Space()
1020 class PagedSpace : public Space {
1314 class SemiSpace : public Space {
1317 explicit SemiSpace(Heap* heap) : Space(heap, NEW_SPACE, NOT_EXECUTABLE) { in SemiSpace()
1481 class NewSpace : public Space {
1485 : Space(heap, NEW_SPACE, NOT_EXECUTABLE), in NewSpace()
2235 class LargeObjectSpace : public Space {
Dserialize.h313 Address Allocate(int space_number, Space* space, int size);
314 void ReadObject(int space_number, Space* space, Object** write_back);
Dunicode.h224 struct Space { struct
Dserialize.cc601 Address Deserializer::Allocate(int space_index, Space* space, int size) { in Allocate()
734 Space* space, in ReadObject()
757 Space* dest_space; \
Dunicode.cc660 bool Space::Is(uchar c) { in Is()
Dheap.cc409 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) { in SizeOfObjects()
3934 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) in Print()
5030 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) in Protect()
5039 for (Space* space = spaces.next(); space != NULL; space = spaces.next()) in Unprotect()
5108 Space* AllSpaces::next() { in next()
/external/tcpdump/tests/
Dmpls-ldp-hello.new2 LDP, Label-Space-ID: 10.1.0.2:0, pdu-length: 38
Dmpls-ldp-hello.out2 LDP, Label-Space-ID: 10.1.0.2:0, pdu-length: 38
/external/webkit/Source/WebCore/inspector/front-end/
DHelpScreen.js50 WebInspector.KeyboardShortcut.Keys.Space.code,
DSidebarPane.js128 if (isEnterKey(event) || event.keyCode === WebInspector.KeyboardShortcut.Keys.Space.code)
DKeyboardShortcut.js56 Space: { code: 32, name: "<Space>" }, property
/external/qemu-pc-bios/bochs/bios/
Dacpi-dsdt.dsl152 0x0000, // Address Space Granularity
165 0x0000, // Address Space Granularity
172 0x0000, // Address Space Granularity
179 0x00000000, // Address Space Granularity
186 0x00000000, // Address Space Granularity
/external/dropbear/libtomcrypt/notes/
Dtech0005.txt2 Minimizing Code Space
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
Dmenu.js116 case 'U+0020': // Space
Dmenu_button.js159 case 'U+0020': // Space
/external/chromium/chrome/browser/ui/cocoa/
Dspeech_input_window_controller.mm19 const int kBubbleControlVerticalSpacing = 10; // Space between controls.
20 const int kBubbleHorizontalMargin = 5; // Space on either sides of controls.
Dbrowser_window_controller_private.mm53 // Space between the incognito badge and the right edge of the window.
/external/chromium/chrome/browser/ui/cocoa/content_settings/
Dcontent_setting_bubble_cocoa.mm35 // Space between two popup links.
38 // Space taken in total by one popup link.
41 // Space between popup list and surrounding UI elements.
/external/oprofile/doc/
DCodingStyle78 Space types like this :
/external/webkit/LayoutTests/platform/android/
Dtest_expectations.txt126 …e to multiple input boxes fitting on one line on Apple, ours are wrapped. Space at line ends are s…
136 …e to multiple frame boxes fitting on one line on Apple, ours are wrapped. Space at line ends are s…
/external/quake/
DREADME102 Alt Space TAB +showscores Shows scores in multiplayer games
/external/icu4c/data/brkitr/
Dline_he.txt93 $SP = [:LineBreak = Space:];
Dline_fi.txt92 $SP = [:LineBreak = Space:];
Dline.txt91 $SP = [:LineBreak = Space:];

123