/external/snakeyaml/src/test/java/org/pyyaml/ |
D | PyTokensTest.java | 60 Map<Class<?>, String> replaces = new HashMap<Class<?>, String>(); in testTokens() local 61 replaces.put(DirectiveToken.class, "%"); in testTokens() 62 replaces.put(DocumentStartToken.class, "---"); in testTokens() 63 replaces.put(DocumentEndToken.class, "..."); in testTokens() 64 replaces.put(AliasToken.class, "*"); in testTokens() 65 replaces.put(AnchorToken.class, "&"); in testTokens() 66 replaces.put(TagToken.class, "!"); in testTokens() 67 replaces.put(ScalarToken.class, "_"); in testTokens() 68 replaces.put(BlockSequenceStartToken.class, "[["); in testTokens() 69 replaces.put(BlockMappingStartToken.class, "{{"); in testTokens() [all …]
|
/external/libcups/packaging/ |
D | cups.list.in | 30 %replaces lpd 31 %replaces lpr 32 %replaces LPRng 36 %replaces cups-da 37 %replaces cups-de 38 %replaces cups-es 39 %replaces cups-et 40 %replaces cups-fi 41 %replaces cups-fr 42 %replaces cups-he [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/parser/extensions/ |
D | ReplacesParser.java | 50 Replaces replaces = new Replaces(); in parse() local 54 super.parse(replaces); in parse() 55 replaces.setCallId(callId); in parse() 56 return replaces; in parse()
|
/external/skqp/docs/ |
D | SkBlendMode_Reference.bmh | 26 #Line # replaces destination with zero: fully transparent ## 33 #Line # replaces destination ## 50 replaces destination with source. Used as the default Blend_Mode for SkPaint. 256 #Line # replaces destination, ignoring Alpha ## 304 SkBlendMode::kSrcOver replaces destination with: #Formula # [Sa + Da * (1 - Sa), Sc + Dc * (1 - Sa)… 331 SkBlendMode::kDstOver replaces destination with: #Formula # [Da + Sa * (1 - Da), Dc + Sc * (1 - Da)… 355 SkBlendMode::kSrcIn replaces destination with: #Formula # [Sa * Da, Sc * Da] ##, 379 SkBlendMode::kDstIn replaces destination with: #Formula # [Da * Sa, Dc * Sa] ##, 404 SkBlendMode::kSrcOut replaces destination with: #Formula # [Sa * (1 - Da), Sc * (1 - Da)] ##, 429 SkBlendMode::kDstOut replaces destination with: #Formula # [Da * (1 - Sa), Dc * (1 - Sa)] ##, [all …]
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | llvm-prefer-isa-or-dyn-cast-in-conditionals.rst | 6 Looks at conditionals and finds and replaces cases of ``cast<>``, 9 finds and replaces cases that match the pattern ``var &&
|
D | modernize-make-shared.rst | 7 calling the constructor and a ``new`` expression, and replaces it with a call 19 expression, and replaces it with a call to ``std::make_shared``.
|
D | modernize-make-unique.rst | 7 calling the constructor and a ``new`` expression, and replaces it with a call 19 expression, and replaces it with a call to ``std::make_unique``.
|
D | modernize-deprecated-ios-base-aliases.rst | 6 Detects usage of the deprecated member types of ``std::ios_base`` and replaces
|
D | readability-static-accessed-through-instance.rst | 7 replaces them with uses of the appropriate qualified-id.
|
D | modernize-use-equals-default.rst | 6 This check replaces default bodies of special member functions with ``=
|
/external/llvm-project/flang/lib/Parser/ |
D | provenance.cpp | 257 if (IsValid(origin.replaces)) { in EmitMessage() 258 EmitMessage(o, origin.replaces, in EmitMessage() 264 EmitMessage(o, origin.replaces, message, echoSourceLine); in EmitMessage() 292 return GetSourceFile(origin.replaces.start(), offset); in GetSourceFile() 374 : u{Inclusion{included, isModule}}, covers{r}, replaces{from} {} in Origin() 377 : u{Macro{def, expansion}}, covers{r}, replaces{use} {} in Origin() 505 if (IsValid(m.replaces)) { in Dump() 507 DumpRange(o, m.replaces); in Dump()
|
/external/zstd/contrib/freestanding_lib/ |
D | freestanding.py | 60 def __init__(self, defs: [(str, Optional[str])], replaces: [(str, str)], undefs: [str]): 66 self._replaces = {macro:value for macro, value in replaces} 432 defs: [(str, Optional[str])], replaces: [(str, str)], 444 self._replaces = replaces 659 args.replaces = parse_pair(args.replaces) 660 for name, _ in args.replaces: 689 args.replaces,
|
/external/skqp/site/user/api/ |
D | SkBlendMode_Reference.md | 88 replaces destination with source. Used as the default <a href='#Blend_Mode'>Blend_Mode</a> for <a h… 385 …lendMode'>SkBlendMode</a>::<a href='#SkBlendMode_kSrcOver'>kSrcOver</a> replaces destination with:… 401 …lendMode'>SkBlendMode</a>::<a href='#SkBlendMode_kDstOver'>kDstOver</a> replaces destination with:… 414 …#SkBlendMode'>SkBlendMode</a>::<a href='#SkBlendMode_kSrcIn'>kSrcIn</a> replaces destination with:… 427 …#SkBlendMode'>SkBlendMode</a>::<a href='#SkBlendMode_kDstIn'>kDstIn</a> replaces destination with:… 441 …kBlendMode'>SkBlendMode</a>::<a href='#SkBlendMode_kSrcOut'>kSrcOut</a> replaces destination with:… 455 …kBlendMode'>SkBlendMode</a>::<a href='#SkBlendMode_kDstOut'>kDstOut</a> replaces destination with:… 470 …lendMode'>SkBlendMode</a>::<a href='#SkBlendMode_kSrcATop'>kSrcATop</a> replaces destination with:… 484 …lendMode'>SkBlendMode</a>::<a href='#SkBlendMode_kDstATop'>kDstATop</a> replaces destination with:… 497 …rence#SkBlendMode'>SkBlendMode</a>::<a href='#SkBlendMode_kXor'>kXor</a> replaces destination with: [all …]
|
/external/oss-fuzz/projects/irssi/ |
D | theme-load-fuzz.dict | 7 "replaces"
|
/external/rust/cxx/book/src/ |
D | attributes.md | 67 The `#[rust_name = "..."]` attribute replaces the name that Rust should use for 68 this function, and an analogous `#[cxx_name = "..."]` attribute replaces the
|
/external/curl/tests/data/ |
D | test1307 | 2 <!-- This replaces test 577 -->
|
D | test1305 | 2 <!-- This replaces test 558 -->
|
D | test1306 | 2 <!-- This replaces test 559 -->
|
/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/ |
D | AggregatedDeps.java | 35 String[] replaces() default {}; in replaces() method
|
/external/dagger2/java/dagger/hilt/testing/ |
D | TestInstallIn.java | 56 Class<?>[] replaces(); in replaces() method
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_BoostedTreesDeserializeEnsemble.pbtxt | 22 summary: "Deserializes a serialized tree ensemble config and replaces current tree"
|
/external/libchrome/libchrome_tools/patch/ |
D | 0001-Use-qualified-base-make_optional-in-optional_unittes.patch | 13 This CL replaces them with qualified base::make_optional, and 14 replaces others for consistency.
|
/external/google-fruit/extras/packaging/ |
D | PKGBUILD | 13 replaces=()
|
/external/skia/resources/sksl/shared/ |
D | StaticSwitchWithContinue.sksl | 5 // This is particularly relevant because our inliner replaces return statements with continue.
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | HeaderFactoryImpl.java | 1276 Replaces replaces = new Replaces(); in createReplacesHeader() local 1277 replaces.setCallId(callId); in createReplacesHeader() 1278 replaces.setFromTag(fromTag); in createReplacesHeader() 1279 replaces.setToTag(toTag); in createReplacesHeader() 1281 return replaces; in createReplacesHeader()
|