/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/chromium_org/ui/views/controls/ |
D | single_split_view_unittest.cc | 19 const views::View* leading = split.child_at(0); in VerifySplitViewLayout() local 23 EXPECT_TRUE(leading->bounds().IsEmpty()); in VerifySplitViewLayout() 28 EXPECT_FALSE(leading->bounds().IsEmpty()); in VerifySplitViewLayout() 30 EXPECT_FALSE(leading->bounds().Intersects(trailing->bounds())); in VerifySplitViewLayout() 33 EXPECT_EQ(leading->bounds().height(), split.bounds().height()); in VerifySplitViewLayout() 35 EXPECT_LT(leading->bounds().width() + trailing->bounds().width(), in VerifySplitViewLayout() 38 EXPECT_EQ(leading->bounds().width(), split.bounds().width()); in VerifySplitViewLayout() 40 EXPECT_LT(leading->bounds().height() + trailing->bounds().height(), in VerifySplitViewLayout()
|
/external/chromium_org/third_party/harfbuzz-ng/ |
D | NEWS | 1 Overview of changes leading to 0.9.24 9 Overview of changes leading to 0.9.23 19 Overview of changes leading to 0.9.22 32 Overview of changes leading to 0.9.21 44 Overview of changes leading to 0.9.20 92 Overview of changes leading to 0.9.19 103 Overview of changes leading to 0.9.18 131 Overview of changes leading to 0.9.17 139 Overview of changes leading to 0.9.16 150 Overview of changes leading to 0.9.15 [all …]
|
/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/chromium_org/tools/grit/grit/extern/ |
D | tclib.py | 151 leading = trailing = '' 156 leading = s0[:-len(s)] 164 return leading, trailing 378 leading = trailing = '' 384 leading = s0[:-len(s)] 392 return leading, trailing
|
/external/chromium_org/third_party/libphonenumber/src/resources/ |
D | phonenumber.proto | 43 // possible use of a leading zero in the extension (organizations have complete freedom to do so, 48 // national prefix or trunk code of some kind. For example, the leading zero in the national 54 // amount of countries behave like Italy - for these cases, if the leading zero of a number would be 73 // The country_code is derived based on a phone number with a leading "+", e.g. the French 77 // The country_code is derived based on a phone number with a leading IDD, e.g. the French 81 // The country_code is derived based on a phone number without a leading "+", e.g. the French
|
/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/chromium_org/ash/system/tray/ |
D | tray_background_view.cc | 172 const gfx::ImageSkia* leading = leading_images_[orientation][state]; in PaintForAlternateShelf() local 184 leading->width(), in PaintForAlternateShelf() 186 bounds.width() - (leading->width() + trailing->width()), in PaintForAlternateShelf() 193 leading->height(), in PaintForAlternateShelf() 195 bounds.height() - (leading->height() + trailing->height())); in PaintForAlternateShelf() 198 canvas->DrawImageInt(*leading, in PaintForAlternateShelf()
|
/external/chromium_org/third_party/JSON/JSON-2.59/t/ |
D | 02_error.t | 32 eval { JSON->new->allow_nonref (1)->decode ('01') }; ok $@ =~ /leading zero/; 33 eval { JSON->new->allow_nonref->decode ('00') }; ok $@ =~ /leading zero/;
|
D | x02_error.t | 36 eval { JSON->new->allow_nonref (1)->decode ('01') }; ok $@ =~ /leading zero/; 37 eval { JSON->new->allow_nonref->decode ('00') }; ok $@ =~ /leading zero/;
|
/external/chromium_org/tools/grit/grit/format/ |
D | html_inline.py | 190 leading = str[0:begin_if.start()] 215 str = leading + CheckConditionalElements(content) + trailing 217 str = leading + trailing
|
/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_org/chromeos/test/data/network/ |
D | certificate-server.onc | 9 …"X509": "leading junk \n-----BEGIN CERTIFICATE----- \nMIICWDCCAcECAxAAATANBgkqhkiG9w0BAQQFADCBkzE…
|
/external/chromium_org/chrome/browser/ui/cocoa/toolbar/ |
D | toolbar_button_unittest.mm | 156 // Middle button mouse up without leading mouse down in the view. 162 // Middle button mouse dragged in the view and up without leading mouse down. 216 // Middle button mouse up without leading mouse down in the view. 222 // Middle button mouse dragged in the view and up without leading mouse down.
|
/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/chromium_org/ui/gfx/ |
D | render_text_mac.cc | 142 CGFloat leading = 0; in EnsureLayout() local 144 double width = CTLineGetTypographicBounds(line_, &ascent, &descent, &leading); in EnsureLayout() 154 string_size_ = SizeF(width, ascent + descent + leading); in EnsureLayout()
|
/external/llvm/test/CodeGen/NVPTX/ |
D | intrin-nocapture.ll | 3 ; Address space intrinsics were erroneously marked NoCapture, leading to bad
|