/external/llvm/lib/Support/ |
D | Timer.cpp | 327 unsigned Padding = (80-Name.length())/2; in PrintQueuedTimers() local 328 if (Padding > 80) Padding = 0; // Don't allow "negative" numbers in PrintQueuedTimers() 329 OS.indent(Padding) << Name << '\n'; in PrintQueuedTimers()
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
D | sad_tab_view.mm | 16 // Padding between icon and title. 18 // Padding between title and message. 20 // Padding between message and link.
|
/external/llvm/utils/TableGen/ |
D | EDEmitter.cpp | 122 unsigned int Padding; member in __anonce862d630111::CompoundConstantEmitter 125 CompoundConstantEmitter(unsigned int padding = 0) : Padding(padding) { in CompoundConstantEmitter() 148 if (Padding) { in emit() 149 if (numEntries > Padding) { in emit() 150 fprintf(stderr, "%u entries but %u padding\n", numEntries, Padding); in emit() 153 numToPrint = Padding; in emit()
|
/external/e2fsprogs/tests/f_end-bitmap/ |
D | expect.1 | 14 Padding at end of block bitmap is not set. Fix? yes
|
/external/e2fsprogs/tests/f_dup/ |
D | expect.1 | 33 Padding at end of block bitmap is not set. Fix? yes
|
/external/e2fsprogs/tests/f_dup2/ |
D | expect.1 | 40 Padding at end of block bitmap is not set. Fix? yes
|
/external/clang/test/CodeGenObjC/ |
D | interface-layout-64.m | 98 // Padding bit-fields
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 1047 uint64_t Padding = OffsetToAlignment(FileOff, SD.getAlignment()); in WriteDataSectionData() local 1048 WriteZeros(Padding); in WriteDataSectionData() 1049 FileOff += Padding; in WriteDataSectionData() 1218 uint64_t Padding = OffsetToAlignment(FileOff, NaturalAlignment); in WriteObject() local 1219 WriteZeros(Padding); in WriteObject()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | theme_install_bubble_view.mm | 22 // Padding around text in popup box.
|
D | page_info_bubble_controller.mm | 74 // Padding along on the X-axis between the window frame and content.
|
/external/chromium/chrome/browser/ui/cocoa/location_bar/ |
D | bubble_decoration.mm | 14 // Padding between the icon/label and bubble edges.
|
D | content_setting_decoration.mm | 49 // Padding for the animated text with respect to the image.
|
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
D | content_setting_bubble_cocoa.mm | 50 // Padding between radio buttons and "Load all plugins" button 57 // Padding between host names in the geolocation bubble.
|
/external/clang/lib/CodeGen/ |
D | CGExprConstant.cpp | 324 llvm::Constant *Padding = llvm::UndefValue::get(Ty); in ConvertStructToPacked() local 325 PackedElements.push_back(Padding); in ConvertStructToPacked() 326 ElementOffsetInChars += getSizeInChars(Padding); in ConvertStructToPacked()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 1545 if (unsigned Padding = Size - EmittedSize) in EmitGlobalConstantVector() local 1546 AP.OutStreamer.EmitZeros(Padding, AddrSpace); in EmitGlobalConstantVector()
|
/external/e2fsprogs/ext2ed/ |
D | ext2.descriptors | 170 __u32 s_reserved[0]; /* Padding to the end of the block */
|
/external/chromium/chrome/browser/ui/cocoa/extensions/ |
D | browser_actions_controller.mm | 57 // Padding between Omnibox and first button. Since the buttons have a
|
/external/webkit/Source/WebCore/css/ |
D | CSSStyleSelector.cpp | 4118 HANDLE_INITIAL_COND_WITH_VALUE(CSSPropertyPaddingTop, PaddingTop, Padding) in applyProperty() 4119 HANDLE_INITIAL_COND_WITH_VALUE(CSSPropertyPaddingRight, PaddingRight, Padding) in applyProperty() 4120 HANDLE_INITIAL_COND_WITH_VALUE(CSSPropertyPaddingBottom, PaddingBottom, Padding) in applyProperty() 4121 HANDLE_INITIAL_COND_WITH_VALUE(CSSPropertyPaddingLeft, PaddingLeft, Padding) in applyProperty()
|
/external/e2fsprogs/po/ |
D | e2fsprogs.pot | 2261 #. @-expanded: Padding at end of inode bitmap is not set. 2262 msgid "Padding at end of @i @B is not set. " 2266 #. @-expanded: Padding at end of block bitmap is not set. 2267 msgid "Padding at end of @b @B is not set. "
|
D | zh_CN.po | 2252 #. @-expanded: Padding at end of inode bitmap is not set. 2254 msgid "Padding at end of @i @B is not set. " 2257 #. @-expanded: Padding at end of block bitmap is not set. 2259 msgid "Padding at end of @b @B is not set. "
|
D | nl.po | 2372 #. @-expanded: Padding at end of inode bitmap is not set. 2374 msgid "Padding at end of @i @B is not set. " 2377 #. @-expanded: Padding at end of block bitmap is not set. 2379 msgid "Padding at end of @b @B is not set. "
|
D | de.po | 2319 #. @-expanded: Padding at end of inode bitmap is not set. 2321 msgid "Padding at end of @i @B is not set. " 2324 #. @-expanded: Padding at end of block bitmap is not set. 2326 msgid "Padding at end of @b @B is not set. "
|
D | sv.po | 2311 #. @-expanded: Padding at end of inode bitmap is not set. 2313 msgid "Padding at end of @i @B is not set. " 2316 #. @-expanded: Padding at end of block bitmap is not set. 2318 msgid "Padding at end of @b @B is not set. "
|
D | it.po | 2382 #. @-expanded: Padding at end of inode bitmap is not set. 2385 msgid "Padding at end of @i @B is not set. " 2388 #. @-expanded: Padding at end of block bitmap is not set. 2391 msgid "Padding at end of @b @B is not set. "
|
D | id.po | 2293 #. @-expanded: Padding at end of inode bitmap is not set. 2295 msgid "Padding at end of @i @B is not set. " 2298 #. @-expanded: Padding at end of block bitmap is not set. 2300 msgid "Padding at end of @b @B is not set. "
|