/external/clang/test/CodeGen/ |
D | count-builtins.c | 3 int leading, trailing, pop; variable 6 leading = __builtin_clzs(P); in test_i16() 15 leading = __builtin_clz(P); in test_i32() 26 leading = __builtin_clzll(P); in test_i64()
|
/external/icu4c/samples/layout/ |
D | FontMap.cpp | 260 le_int32 ascent, descent, leading; in getMaxMetrics() local 272 leading = fFontInstances[i]->getLeading(); in getMaxMetrics() 282 if (leading > fLeading) { in getMaxMetrics() 283 fLeading = leading; in getMaxMetrics()
|
D | paragraph.cpp | 89 le_int32 leading = 0; in Paragraph() local 137 if (pLeading > leading) { in Paragraph() 138 leading = pLeading; in Paragraph() 156 fLineHeight = ascent + descent + leading; in Paragraph()
|
D | pflow.c | 113 le_int32 leading = 0; in pf_create() local 194 if (pLeading > leading) { in pf_create() 195 leading = pLeading; in pf_create() 213 flow->fLineHeight = ascent + descent + leading; in pf_create()
|
/external/webkit/Source/WebCore/platform/graphics/haiku/ |
D | SimpleFontDataHaiku.cpp | 54 m_fontMetrics.setLineGap(height.leading); in platformInit() 55 …Metrics.setLineSpacing(lroundf(height.ascent) + lroundf(height.descent) + lroundf(height.leading)); in platformInit()
|
/external/llvm/test/CodeGen/Generic/ |
D | 2003-05-30-BadFoldGEP.ll | 14 ;; Cause: FoldGetElemChain() was inserting an extra leading 0 even though 16 ;; The next instruction contributes a leading non-zero so another
|
/external/bison/m4/ |
D | getopt.m4 | 44 dnl Solaris 10 getopt doesn't handle `+' as a leading character in an 60 dnl Solaris 10 getopt doesn't handle `+' as a leading character in an
|
/external/webkit/LayoutTests/fast/encoding/ |
D | invalid-multi-byte-over-consumption-expected.txt | 1 Test if an invalid multi-byte sequence is onverconsumed leading to an XSS vector
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | SplitterTest.java | 82 String leading = ",a,b,c"; in testCharacterSplitWithLeadingDelimiter() local 83 Iterable<String> letters = COMMA_SPLITTER.split(leading); in testCharacterSplitWithLeadingDelimiter() 183 String leading = ",a,b,c"; in testStringSplitWithLeadingDelimiter() local 184 Iterable<String> letters = Splitter.on(",").split(leading); in testStringSplitWithLeadingDelimiter() 315 String leading = ",a,b,c"; in testPatternSplitWithLeadingDelimiter() local 316 Iterable<String> letters = Splitter.onPattern(",").split(leading); in testPatternSplitWithLeadingDelimiter()
|
/external/icu4c/layoutex/ |
D | ParagraphLayout.cpp | 830 le_int32 leading = font->getLeading(); in computeMetrics() local 831 le_int32 dl = descent + leading; in computeMetrics() 841 if (leading > fLeading) { in computeMetrics() 842 fLeading = leading; in computeMetrics() 1241 le_int32 leading = fRuns[i]->getLeading(); in computeMetrics() local 1242 le_int32 dl = descent + leading; in computeMetrics() 1252 if (leading > fLeading) { in computeMetrics() 1253 fLeading = leading; in computeMetrics()
|
/external/chromium/chrome/browser/ui/cocoa/toolbar/ |
D | toolbar_button_unittest.mm | 136 // Middle button mouse up without leading mouse down in the view. 142 // Middle button mouse dragged in the view and up without leading mouse down. 196 // Middle button mouse up without leading mouse down in the view. 202 // Middle button mouse dragged in the view and up without leading mouse down.
|
/external/llvm/test/Transforms/JumpThreading/ |
D | degenerate-phi.ll | 5 ; "%phi = phi i16" when it removes all edges leading to %unreachable.
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
D | dillo | 14 decimal-leading-zero
|
/external/libvpx/vp8/encoder/arm/armv5te/ |
D | boolhuff_armv5te.asm | 64 ; Counting the leading zeros is used to normalize range. 137 ; Counting the leading zeros is used to normalize range. 228 ; Counting the leading zeros is used to normalize range.
|
/external/webkit/Source/WebCore/platform/text/mac/ |
D | mac-encodings.txt | 6 # The items on the left are names of TEC TextEncoding values (without the leading kTextEncoding).
|
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/ |
D | set-href-attribute-whitespace-expected.txt | 1 Test setting the href attribute of an HTMLAnchorElement to a URL with leading and trailing whitespa…
|
/external/llvm/lib/Target/Mips/ |
D | Mips.td | 60 "Enable 'count leading bits' instructions.">;
|
/external/chromium/chrome/browser/ui/gtk/ |
D | location_bar_view_gtk.cc | 1009 std::string leading(UTF16ToUTF8( in SetKeywordHintLabel() local 1014 leading.c_str()); in SetKeywordHintLabel() 1198 GtkRequisition leading, icon, trailing; in AdjustChildrenVisibility() local 1199 gtk_widget_size_request(tab_to_search_hint_leading_label_, &leading); in AdjustChildrenVisibility() 1202 int full_width = leading.width + icon.width + trailing.width; in AdjustChildrenVisibility()
|
/external/valgrind/main/ |
D | Makefile.vex.am | 59 # differently -- with a leading $ on x86/amd64 but none on ppc32/64.
|
/external/icu4c/data/brkitr/ |
D | sent.txt | 108 # All of the non $Sep chars leading to the preceding $Sep
|
D | sent_el.txt | 108 # All of the non $Sep chars leading to the preceding $Sep
|
/external/skia/src/ports/ |
D | SkFontHost_mac_atsui.cpp | 292 dst->fLeading = SkFloatToScalar(src.leading); 378 pts[4].set(0, SkFloatToScalar(metrics.leading)); //+ or -? in generateFontMetrics()
|
/external/llvm/cmake/modules/ |
D | ChooseMSVCCRT.cmake | 30 # Strip off the leading slash and any whitespace.
|
/external/qemu/docs/ |
D | ANDROID-CONFIG-FILES.TXT | 42 leading/trailing space/tab characters or newline/charfeed characters
|
/external/webkit/Source/WebCore/platform/mac/ |
D | WebCoreNSStringExtras.mm | 63 // Strip leading dots.
|