/external/icu4c/data/rbnf/ |
D | fr_CH.txt | 51 "%%spellout-leading:", 88 "2000: <%%spellout-leading<-mille[->>];", 90 "2000000: <%%spellout-leading< millions[ >>];", 92 "2000000000: <%%spellout-leading< milliards[ >>];", 94 "2000000000000: <%%spellout-leading< billions[ >>];", 96 "2000000000000000: <%%spellout-leading< billiards[ >>];", 123 "2000: <%%spellout-leading<-mille[->>];", 125 "2000000: <%%spellout-leading< millions[ >>];", 127 "2000000000: <%%spellout-leading< milliards[ >>];", 129 "2000000000000: <%%spellout-leading< billions[ >>];", [all …]
|
D | fr.txt | 51 "%%spellout-leading:", 87 "2000: <%%spellout-leading<-mille[->>];", 89 "2000000: <%%spellout-leading< millions[ >>];", 91 "2000000000: <%%spellout-leading< milliards[ >>];", 93 "2000000000000: <%%spellout-leading< billions[ >>];", 95 "2000000000000000: <%%spellout-leading< billiards[ >>];", 120 "2000: <%%spellout-leading<-mille[->>];", 122 "2000000: <%%spellout-leading< millions[ >>];", 124 "2000000000: <%%spellout-leading< milliards[ >>];", 126 "2000000000000: <%%spellout-leading< billions[ >>];", [all …]
|
D | fr_BE.txt | 51 "%%spellout-leading:", 88 "2000: <%%spellout-leading<-mille[->>];", 90 "2000000: <%%spellout-leading< millions[ >>];", 92 "2000000000: <%%spellout-leading< milliards[ >>];", 94 "2000000000000: <%%spellout-leading< billions[ >>];", 96 "2000000000000000: <%%spellout-leading< billiards[ >>];", 123 "2000: <%%spellout-leading<-mille[->>];", 125 "2000000: <%%spellout-leading< millions[ >>];", 127 "2000000000: <%%spellout-leading< milliards[ >>];", 129 "2000000000000: <%%spellout-leading< billions[ >>];", [all …]
|
/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/harfbuzz_ng/ |
D | NEWS | 1 Overview of changes leading to 0.9.14 15 Overview of changes leading to 0.9.13 44 Overview of changes leading to 0.9.12 51 Overview of changes leading to 0.9.11 65 Overview of changes leading to 0.9.10 89 Overview of changes leading to 0.9.9 97 Overview of changes leading to 0.9.8 113 Overview of changes leading to 0.9.7 199 Overview of changes leading to 0.9.6 227 Overview of changes leading to 0.9.5 [all …]
|
/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/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/bison/build-aux/ |
D | update-copyright | 147 my $leading; 153 $leading = "$1$2"; 177 quotemeta($leading) . "($copyright_re$stmt_remainder_re)"; 246 $stmt_wrapped .= $stmt_wrapped ? "$eol$prefix" : $leading;
|
D | gitlog-to-changelog | 78 --strip-tab remove one additional leading TAB from commit message lines. 275 # Extract leading hash. 332 # Remove leading and trailing blank lines. 393 # Remove one additional leading TAB from each line.
|
/external/llvm/test/CodeGen/NVPTX/ |
D | intrin-nocapture.ll | 3 ; Address space intrinsics were erroneously marked NoCapture, leading to bad
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-values/ |
D | dillo | 14 decimal-leading-zero
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
D | lpc_masking_model_neon.S | 148 vcls.s32 d1, d0 @ Count leading extra sign bits. 153 vcls.s32 d1, d0 @ Count again the leading extra sign bits.
|
/external/eigen/doc/ |
D | I16_TemplateKeyword.dox | 8 leading to error messages from the compiler that are difficult to understand. 93 \c yyy, leading to <tt>xxx.template yyy</tt> or <tt>xxx->template yyy</tt>. 95 …member typedef, then the \c typename keyword must be used before the whole construction, leading to
|
/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/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/libvpx/libvpx/vp8/encoder/arm/armv5te/ |
D | boolhuff_armv5te.asm | 79 ; Counting the leading zeros is used to normalize range. 155 ; Counting the leading zeros is used to normalize range. 249 ; Counting the leading zeros is used to normalize range.
|
/external/bison/m4/ |
D | getopt.m4 | 69 dnl POSIX 2008 does not specify leading '+' behavior, but see 71 dnl the next version of POSIX. For now, we only guarantee leading '+' 203 [# Even with POSIXLY_CORRECT, the GNU extension of leading '-' in the
|