Home
last modified time | relevance | path

Searched refs:replaces (Results 1 – 25 of 355) sorted by relevance

12345678910>>...15

/external/snakeyaml/src/test/java/org/pyyaml/
DPyTokensTest.java60 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/
Dcups.list.in30 %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/
DReplacesParser.java50 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/
DSkBlendMode_Reference.bmh26 #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/
Dllvm-prefer-isa-or-dyn-cast-in-conditionals.rst6 Looks at conditionals and finds and replaces cases of ``cast<>``,
9 finds and replaces cases that match the pattern ``var &&
Dmodernize-make-shared.rst7 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``.
Dmodernize-make-unique.rst7 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``.
Dmodernize-deprecated-ios-base-aliases.rst6 Detects usage of the deprecated member types of ``std::ios_base`` and replaces
Dreadability-static-accessed-through-instance.rst7 replaces them with uses of the appropriate qualified-id.
Dmodernize-use-equals-default.rst6 This check replaces default bodies of special member functions with ``=
/external/llvm-project/flang/lib/Parser/
Dprovenance.cpp257 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/
Dfreestanding.py60 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/
DSkBlendMode_Reference.md88 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/
Dtheme-load-fuzz.dict7 "replaces"
/external/rust/cxx/book/src/
Dattributes.md67 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/
Dtest13072 <!-- This replaces test 577 -->
Dtest13052 <!-- This replaces test 558 -->
Dtest13062 <!-- This replaces test 559 -->
/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/
DAggregatedDeps.java35 String[] replaces() default {}; in replaces() method
/external/dagger2/java/dagger/hilt/testing/
DTestInstallIn.java56 Class<?>[] replaces(); in replaces() method
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BoostedTreesDeserializeEnsemble.pbtxt22 summary: "Deserializes a serialized tree ensemble config and replaces current tree"
/external/libchrome/libchrome_tools/patch/
D0001-Use-qualified-base-make_optional-in-optional_unittes.patch13 This CL replaces them with qualified base::make_optional, and
14 replaces others for consistency.
/external/google-fruit/extras/packaging/
DPKGBUILD13 replaces=()
/external/skia/resources/sksl/shared/
DStaticSwitchWithContinue.sksl5 // This is particularly relevant because our inliner replaces return statements with continue.
/external/nist-sip/java/gov/nist/javax/sip/header/
DHeaderFactoryImpl.java1276 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()

12345678910>>...15