Home
last modified time | relevance | path

Searched refs:Percent (Results 1 – 25 of 70) sorted by relevance

123

/external/doclava/res/assets/templates/
Dtodo.cs36 <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/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreePatternLexer.cs43 public const int Percent = 5; field in Antlr.Runtime.Tree.TreePatternLexer
106 return Percent; in NextToken()
DTreePatternParser.cs83 ttype == TreePatternLexer.Percent || in ParseTree()
113 if ( ttype == TreePatternLexer.Percent ) in ParseNode()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DNativeFormatting.cpp240 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/lib/Support/
DBranchProbability.cpp30 double Percent = rint(((double)N / D) * 100.0 * 100.0) / 100.0; in print() local
32 Percent); in print()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DBranchProbability.cpp31 double Percent = rint(((double)N / D) * 100.0 * 100.0) / 100.0; in print() local
33 Percent); in print()
DNativeFormatting.cpp240 if (Style == FloatStyle::Percent) in write_double()
246 if (Style == FloatStyle::Percent) in write_double()
260 case FloatStyle::Percent: in getDefaultPrecision()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_measurement.cpp65 case XFA_Unit::Percent: in ToString()
147 return XFA_Unit::Percent; in GetUnitFromString()
/external/libxml2/test/schematron/
Dzvon13.sct4 <assert test="sum(//Percent) = 100">The values do not sum to 100%. </assert>
/external/pdfium/core/fxcrt/css/
Dcfx_cssnumbervalue.h15 Percent, enumerator
Dcfx_cssstyleselector.cpp347 CFX_CSSNumberType::Percent) { in ApplyProperty()
362 CFX_CSSNumberType::Percent) { in ApplyProperty()
479 if (v->Kind() == CFX_CSSNumberType::Percent) { in SetLengthWithPercent()
480 width.Set(CFX_CSSLengthUnit::Percent, in SetLengthWithPercent()
Dcfx_cssnumbervalue.cpp25 case CFX_CSSNumberType::Percent: in Apply()
/external/grpc-grpc/doc/
DPROTOCOL-HTTP2.md110 * **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
/external/webrtc/webrtc/video/
Dsend_statistics_proxy.cc129 quality_limited_frame_counter_.Percent(kMinRequiredSamples); in UpdateHistograms()
139 int bw_limited = bw_limited_frame_counter_.Percent(kMinRequiredSamples); in UpdateHistograms()
419 int SendStatisticsProxy::BoolSampleCounter::Percent( in Percent() function in webrtc::SendStatisticsProxy::BoolSampleCounter
Dsend_statistics_proxy.h115 int Percent(int min_required_samples) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DNativeFormatting.h19 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DNativeFormatting.h19 enum class FloatStyle { Exponent, ExponentUpper, Fixed, Percent }; enumerator
/external/llvm/lib/Target/SystemZ/AsmParser/
DSystemZAsmParser.cpp502 if (Parser.getTok().isNot(AsmToken::Percent)) in parseRegister()
562 if (Parser.getTok().isNot(AsmToken::Percent)) in parseRegister()
594 if (getLexer().is(AsmToken::Percent)) { in parseAddress()
757 if (Parser.getTok().is(AsmToken::Percent)) { in parseOperand()
839 if (Parser.getTok().isNot(AsmToken::Percent)) in parseAccessReg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmLexer.cpp696 .Default({AsmToken::Percent, 1}); in LexToken()
698 if (Operator != AsmToken::Percent) { in LexToken()
703 return AsmToken(AsmToken::Percent, StringRef(TokStart, 1)); in LexToken()
DMCAsmLexer.cpp88 case AsmToken::Percent: OS << "Percent"; break; in dump()
/external/swiftshader/third_party/LLVM/lib/Target/X86/AsmParser/
DX86AsmParser.cpp396 assert(TokPercent.is(AsmToken::Percent) && "Invalid token kind!"); in ParseRegister()
494 case AsmToken::Percent: { in ParseOperand()
555 if (getLexer().is(AsmToken::Percent) || getLexer().is(AsmToken::Comma)) { in ParseMemOperand()
583 if (getLexer().is(AsmToken::Percent)) { in ParseMemOperand()
601 if (getLexer().is(AsmToken::Percent)) { in ParseMemOperand()
DX86AsmLexer.cpp83 case AsmToken::Percent: { in LexTokenATT()
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DMCAsmLexer.h51 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmMacro.h53 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash, enumerator
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h56 Amp, AmpAmp, Exclaim, ExclaimEqual, Percent, Hash, enumerator

123