/external/llvm/lib/CodeGen/ |
D | SlotIndexes.cpp | 131 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/ |
D | spaces.h | 360 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 {
|
D | serialize.h | 313 Address Allocate(int space_number, Space* space, int size); 314 void ReadObject(int space_number, Space* space, Object** write_back);
|
D | unicode.h | 224 struct Space { struct
|
D | serialize.cc | 601 Address Deserializer::Allocate(int space_index, Space* space, int size) { in Allocate() 734 Space* space, in ReadObject() 757 Space* dest_space; \
|
D | unicode.cc | 660 bool Space::Is(uchar c) { in Is()
|
D | heap.cc | 409 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/ |
D | mpls-ldp-hello.new | 2 LDP, Label-Space-ID: 10.1.0.2:0, pdu-length: 38
|
D | mpls-ldp-hello.out | 2 LDP, Label-Space-ID: 10.1.0.2:0, pdu-length: 38
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | HelpScreen.js | 50 WebInspector.KeyboardShortcut.Keys.Space.code,
|
D | SidebarPane.js | 128 if (isEnterKey(event) || event.keyCode === WebInspector.KeyboardShortcut.Keys.Space.code)
|
D | KeyboardShortcut.js | 56 Space: { code: 32, name: "<Space>" }, property
|
/external/qemu-pc-bios/bochs/bios/ |
D | acpi-dsdt.dsl | 152 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/ |
D | tech0005.txt | 2 Minimizing Code Space
|
/external/chromium/chrome/browser/resources/shared/js/cr/ui/ |
D | menu.js | 116 case 'U+0020': // Space
|
D | menu_button.js | 159 case 'U+0020': // Space
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | speech_input_window_controller.mm | 19 const int kBubbleControlVerticalSpacing = 10; // Space between controls. 20 const int kBubbleHorizontalMargin = 5; // Space on either sides of controls.
|
D | browser_window_controller_private.mm | 53 // Space between the incognito badge and the right edge of the window.
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
D | content_setting_bubble_cocoa.mm | 35 // 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/ |
D | CodingStyle | 78 Space types like this :
|
/external/webkit/LayoutTests/platform/android/ |
D | test_expectations.txt | 126 …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/ |
D | README | 102 Alt Space TAB +showscores Shows scores in multiplayer games
|
/external/icu4c/data/brkitr/ |
D | line_he.txt | 93 $SP = [:LineBreak = Space:];
|
D | line_fi.txt | 92 $SP = [:LineBreak = Space:];
|
D | line.txt | 91 $SP = [:LineBreak = Space:];
|