Home
last modified time | relevance | path

Searched refs:leading (Results 1 – 25 of 209) sorted by relevance

123456789

/external/clang/test/CodeGen/
Dcount-builtins.c3 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/
DFontMap.cpp260 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()
Dparagraph.cpp89 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()
Dpflow.c113 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/
DSimpleFontDataHaiku.cpp54 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/
D2003-05-30-BadFoldGEP.ll14 ;; Cause: FoldGetElemChain() was inserting an extra leading 0 even though
16 ;; The next instruction contributes a leading non-zero so another
/external/bison/m4/
Dgetopt.m444 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/
Dinvalid-multi-byte-over-consumption-expected.txt1 Test if an invalid multi-byte sequence is onverconsumed leading to an XSS vector
/external/guava/guava-tests/test/com/google/common/base/
DSplitterTest.java82 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/
DParagraphLayout.cpp830 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/
Dtoolbar_button_unittest.mm136 // 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/
Ddegenerate-phi.ll5 ; "%phi = phi i16" when it removes all edges leading to %unreachable.
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/
Ddillo14 decimal-leading-zero
/external/libvpx/vp8/encoder/arm/armv5te/
Dboolhuff_armv5te.asm64 ; 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/
Dmac-encodings.txt6 # The items on the left are names of TEC TextEncoding values (without the leading kTextEncoding).
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/
Dset-href-attribute-whitespace-expected.txt1 Test setting the href attribute of an HTMLAnchorElement to a URL with leading and trailing whitespa…
/external/llvm/lib/Target/Mips/
DMips.td60 "Enable 'count leading bits' instructions.">;
/external/chromium/chrome/browser/ui/gtk/
Dlocation_bar_view_gtk.cc1009 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/
DMakefile.vex.am59 # differently -- with a leading $ on x86/amd64 but none on ppc32/64.
/external/icu4c/data/brkitr/
Dsent.txt108 # All of the non $Sep chars leading to the preceding $Sep
Dsent_el.txt108 # All of the non $Sep chars leading to the preceding $Sep
/external/skia/src/ports/
DSkFontHost_mac_atsui.cpp292 dst->fLeading = SkFloatToScalar(src.leading);
378 pts[4].set(0, SkFloatToScalar(metrics.leading)); //+ or -? in generateFontMetrics()
/external/llvm/cmake/modules/
DChooseMSVCCRT.cmake30 # Strip off the leading slash and any whitespace.
/external/qemu/docs/
DANDROID-CONFIG-FILES.TXT42 leading/trailing space/tab characters or newline/charfeed characters
/external/webkit/Source/WebCore/platform/mac/
DWebCoreNSStringExtras.mm63 // Strip leading dots.

123456789