/external/doclava/res/assets/templates/ |
D | todo.cs | 36 <tr><th>Percent Good</th><td><?cs var:all.percentGood ?></td></tr> 46 <th>Percent Good</th> 66 <th>Percent Good</th> 85 Percent Good: <?cs var:cl.percentGood ?></p>
|
/external/oss-fuzz/infra/base-images/base-runner/gocoverage/gocovsum/ |
D | gocovsum.go | 20 Percent float64 `json:"percent"` member 64 s.Regions.Percent = float64(100*s.Regions.Covered) / float64(s.Regions.Count) 65 s.Lines.Percent = float64(100*s.Lines.Covered) / float64(s.Lines.Count) 66 s.Functions.Percent = float64(100*s.Functions.Covered) / float64(s.Functions.Count)
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | TreePatternLexer.cs | 43 public const int Percent = 5; field in Antlr.Runtime.Tree.TreePatternLexer 106 return Percent; in NextToken()
|
D | TreePatternParser.cs | 83 ttype == TreePatternLexer.Percent || in ParseTree() 113 if ( ttype == TreePatternLexer.Percent ) in ParseNode()
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | NativeFormatting.cpp | 240 if (Style == FloatStyle::Percent) in write_double() 246 if (Style == FloatStyle::Percent) in write_double() 249 if (Style == FloatStyle::Percent) in write_double() 263 case FloatStyle::Percent: in getDefaultPrecision()
|
/external/llvm-project/llvm/lib/Support/ |
D | BranchProbability.cpp | 30 double Percent = rint(((double)N / D) * 100.0 * 100.0) / 100.0; in print() local 32 Percent); in print()
|
D | NativeFormatting.cpp | 238 if (Style == FloatStyle::Percent) in write_double() 244 if (Style == FloatStyle::Percent) in write_double() 258 case FloatStyle::Percent: in getDefaultPrecision()
|
/external/llvm/lib/Support/ |
D | BranchProbability.cpp | 30 double Percent = rint(((double)N / D) * 100.0 * 100.0) / 100.0; in print() local 32 Percent); in print()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | BranchProbability.cpp | 30 double Percent = rint(((double)N / D) * 100.0 * 100.0) / 100.0; in print() local 32 Percent); in print()
|
D | NativeFormatting.cpp | 239 if (Style == FloatStyle::Percent) in write_double() 245 if (Style == FloatStyle::Percent) in write_double() 259 case FloatStyle::Percent: in getDefaultPrecision()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_measurement_unittest.cpp | 12 measurement.Set(0.1f, XFA_Unit::Percent); in TEST() 31 EXPECT_EQ(XFA_Unit::Percent, CXFA_Measurement::GetUnitFromString(L"%")); in TEST()
|
D | cxfa_measurement.cpp | 70 case XFA_Unit::Percent: in ToString() 152 return XFA_Unit::Percent; in GetUnitFromString()
|
/external/libxml2/test/schematron/ |
D | zvon13.sct | 4 <assert test="sum(//Percent) = 100">The values do not sum to 100%. </assert>
|
/external/rust/crates/percent-encoding/ |
D | Cargo.toml.orig | 5 description = "Percent encoding and decoding"
|
D | METADATA | 2 description: "Percent encoding and decoding"
|
D | Cargo.toml | 17 description = "Percent encoding and decoding"
|
/external/swiftshader/tests/regres/util/ |
D | util.go | 41 func Percent(i, n int) int { func
|
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssnumbervalue.h | 15 Percent, enumerator
|
D | cfx_cssnumbervalue.cpp | 25 case CFX_CSSNumberType::Percent: in Apply()
|
D | cfx_cssstyleselector.cpp | 349 CFX_CSSNumberType::Percent) { in ApplyProperty() 364 CFX_CSSNumberType::Percent) { in ApplyProperty() 481 if (v->Kind() == CFX_CSSNumberType::Percent) { in SetLengthWithPercent() 482 width.Set(CFX_CSSLengthUnit::Percent, in SetLengthWithPercent()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | NativeFormatting.h | 17 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | NativeFormatting.h | 18 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | NativeFormatting.h | 19 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
|
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/number/ |
D | NumberFormatterSettings.java.patch | 7 - * Percent:
|
/external/grpc-grpc/doc/ |
D | PROTOCOL-HTTP2.md | 110 * **Status-Message** → "grpc-message" Percent-Encoded 111 * **Percent-Encoded** → 1\*(Percent-Byte-Unencoded / Percent-Byte-Encoded) 112 * **Percent-Byte-Unencoded** → 1\*( %x20-%x24 / %x26-%x7E ) ; space and VCHAR, except % 113 * **Percent-Byte-Encoded** → "%" 2HEXDIGIT ; 0-9 A-F 129 percent-encoding. Percent-encoding is specified in [RFC 3986
|