/external/chromium/base/ |
D | utf_offset_string_conversions_unittest.cc | 122 AdjustOffset::Adjustments adjustments; in TEST() local 123 adjustments.push_back(AdjustOffset::Adjustment(3, 3, 1)); in TEST() 124 std::for_each(offsets.begin(), offsets.end(), AdjustOffset(adjustments)); in TEST() 134 adjustments.clear(); in TEST() 135 adjustments.push_back(AdjustOffset::Adjustment(0, 3, 1)); in TEST() 136 adjustments.push_back(AdjustOffset::Adjustment(4, 4, 2)); in TEST() 137 adjustments.push_back(AdjustOffset::Adjustment(10, 7, 4)); in TEST() 138 adjustments.push_back(AdjustOffset::Adjustment(20, 3, 1)); in TEST() 139 std::for_each(offsets.begin(), offsets.end(), AdjustOffset(adjustments)); in TEST() 151 adjustments.clear(); in TEST() [all …]
|
D | utf_offset_string_conversions.cc | 36 AdjustOffset::Adjustments adjustments; in ConvertUnicode() local 53 adjustments.push_back(AdjustOffset::Adjustment( in ConvertUnicode() 59 if (offsets_for_adjustment && !adjustments.empty()) { in ConvertUnicode() 62 AdjustOffset(adjustments)); in ConvertUnicode() 221 AdjustOffset::AdjustOffset(const Adjustments& adjustments) in AdjustOffset() argument 222 : adjustments_(adjustments) {} in AdjustOffset()
|
D | utf_offset_string_conversions.h | 92 explicit AdjustOffset(const Adjustments& adjustments);
|
/external/icu4c/layout/ |
D | OpenTypeLayoutEngine.cpp | 357 GlyphPositionAdjustments *adjustments = new GlyphPositionAdjustments(glyphCount); in adjustGlyphPositions() local 360 if (adjustments == NULL) { in adjustGlyphPositions() 369 adjustments->setXPlacement(i, 0); in adjustGlyphPositions() 370 adjustments->setYPlacement(i, 0); in adjustGlyphPositions() 372 adjustments->setXAdvance(i, 0); in adjustGlyphPositions() 373 adjustments->setYAdvance(i, 0); in adjustGlyphPositions() 375 adjustments->setBaseOffset(i, -1); in adjustGlyphPositions() 381 …fGPOSTable->process(glyphStorage, adjustments, reverse, fScriptTagV2, fLangSysTag, fGDEFTable, suc… in adjustGlyphPositions() 385 …fGPOSTable->process(glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag, fGDEFTable, succe… in adjustGlyphPositions() 397 float xAdvance = adjustments->getXAdvance(i); in adjustGlyphPositions() [all …]
|
/external/chromium/net/base/ |
D | escape.cc | 120 AdjustEncodingOffset::Adjustments adjustments; // Locations of adjusted text. in UnescapeURLWithOffsetsImpl() local 148 adjustments.push_back(i); in UnescapeURLWithOffsetsImpl() 171 if (offsets_for_adjustment && !adjustments.empty()) { in UnescapeURLWithOffsetsImpl() 174 AdjustEncodingOffset(adjustments)); in UnescapeURLWithOffsetsImpl() 383 AdjustEncodingOffset::AdjustEncodingOffset(const Adjustments& adjustments) in AdjustEncodingOffset() argument 384 : adjustments(adjustments) {} in AdjustEncodingOffset() 391 for (Adjustments::const_iterator i = adjustments.begin(); in operator ()() 392 i != adjustments.end(); ++i) { in operator ()()
|
D | escape_unittest.cc | 411 AdjustEncodingOffset::Adjustments adjustments; in TEST() local 412 adjustments.push_back(3); in TEST() 414 AdjustEncodingOffset(adjustments)); in TEST() 425 adjustments.clear(); in TEST() 426 adjustments.push_back(0); in TEST() 427 adjustments.push_back(6); in TEST() 428 adjustments.push_back(9); in TEST() 429 adjustments.push_back(15); in TEST() 431 AdjustEncodingOffset(adjustments)); in TEST()
|
D | escape.h | 146 explicit AdjustEncodingOffset(const Adjustments& adjustments); 149 const Adjustments& adjustments; member
|
D | net_util.cc | 1019 AdjustOffset::Adjustments adjustments; in FormatUrlInternal() local 1023 adjustments.push_back(AdjustOffset::Adjustment( in FormatUrlInternal() 1032 adjustments.push_back(AdjustOffset::Adjustment( in FormatUrlInternal() 1040 AdjustOffset(adjustments)); in FormatUrlInternal() 1110 AdjustOffset::Adjustments adjustments; in FormatUrlInternal() local 1111 adjustments.push_back(AdjustOffset::Adjustment(0, kHTTPSize, 0)); in FormatUrlInternal() 1114 AdjustOffset(adjustments)); in FormatUrlInternal() 1292 AdjustOffset::Adjustments adjustments; in IDNToUnicodeWithOffsets() local 1312 adjustments.push_back(AdjustOffset::Adjustment( in IDNToUnicodeWithOffsets() 1322 if (offsets_for_adjustment && !adjustments.empty()) { in IDNToUnicodeWithOffsets() [all …]
|
/external/llvm/ |
D | llvm.spec.in | 64 - Minor adjustments for the 1.5 release
|
/external/libvorbis/doc/ |
D | Vorbis_I_spec.tex | 35 % well as tons of other neat stuff (line numbers, formatting adjustments, ...)
|
D | a1-encapsulation-ogg.tex | 165 adjustments before needing to return any PCM data from synthesis,
|
/external/webkit/Tools/android/flex-2.5.4a/MISC/Borland.old/ |
D | Turbo-C | 24 Here are some additional adjustments to my Makefile. I was using "pure" DOS
|
/external/webkit/Source/WebCore/platform/iphone/ |
D | KeyEventIPhone.mm | 73 …// The adjustments below are only needed in backward compatibility mode, but we cannot tell what m…
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-docs.css | 309 /* adjustments for in/direct subclasses tables */ 325 /* adjustments for the expando table-in-table */ 609 /* API reference: adjustments to
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_folder_controller.mm | 38 // Determining adjustments to the layout of the folder menu window in response 43 // Metrics applied during the final layout adjustments to the window, 140 // changes in the scroller view layout. These proposed window adjustments 152 // the layout adjustments by gathering current folder menu window and subviews 176 // the layout adjustments to the folder menu window and subviews. 533 // Callers of this function should make adjustments to the vertical 535 // This function will then make appropriate layout adjustments in order
|
/external/clang/test/SemaObjCXX/ |
D | arc-templates.mm | 19 // adjustments.
|
/external/libvpx/vp8/common/arm/neon/ |
D | loopfilter_neon.asm | 385 ; outer tap adjustments: ++vp8_filter >> 1
|
/external/bison/ |
D | TODO | 203 See how isomorphic the way BTYacc and the way the GLR adjustments in
|
/external/bison/tests/ |
D | existing.at | 1113 /* give text adjustments higher precedence than TEXT, so that
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/ |
D | ChangeLog.txt | 447 Minor adjustments to the skew mix
|
/external/webkit/Source/WebKit/chromium/src/mac/ |
D | WebInputEventFactory.mm | 567 // The adjustments below are only needed in backward compatibility mode,
|
/external/libvpx/vp8/common/ppc/ |
D | loopfilter_filters_altivec.asm | 572 ;# outer tap adjustments
|
/external/zlib/src/ |
D | ChangeLog | 836 - Add some Windows CE target adjustments [Mai]
|
/external/webkit/Source/WebKit/gtk/ |
D | ChangeLog | 7870 the WebView's adjustments. 8246 Unset the adjustments in our FrameView when detaching from 11741 Unify scrolling code via adjustments and keys. Use the WebCore
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 6087 events for a frame with external adjustments. This is 6097 about adjustments and create a special case for 10826 Re-instate final adjustments to searchfield styling that were removed in r42020 11411 Unify scrolling code via adjustments and keys. Use the WebCore 20061 the places where the adjustments are made are sometimes wrong. Again, will be fixed in 55247 * css/qt/mediaControls-extras.css: Rename from html4-adjustments-qt.css 55252 * platform/qt/html4-adjustments-qt.css: Rename to mediaControls-extras.css 81634 … Fix Gtk adjustments so that they are properly checked again before creating horizontal/vertical 83616 * platform/qt/html4-adjustments-qt.css: 89848 * platform/qt/html4-adjustments-qt.css
|