Home
last modified time | relevance | path

Searched defs:substitute (Results 1 – 25 of 48) sorted by relevance

12

/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/detail/
Dsubstitute.hpp55 struct substitute struct
57 typedef T type;
113 struct substitute< struct
122 >::type & type;
137 struct substitute< struct
146 >::type...> type;
158 struct substitute< struct
166 typedef typename substitute< R, Dest, Source >::type r;
169 typedef r (*type)(typename substitute<
216 struct substitute< struct
[all …]
/external/sdv/vsomeip/third_party/boost/variant/include/boost/variant/
Drecursive_variant.hpp55 struct substitute< struct
68 > type;
76 struct substitute< struct
88 typedef T0 initial_types;
93 >::type types;
104 >::type type;
112 struct substitute< struct
132 > type;
/external/harfbuzz_ng/src/OT/Layout/GSUB/
DReverseChainSingleSubstFormat1.hh41 const auto &substitute = StructAfter<decltype (substituteX)> (lookahead); in sanitize() local
75 const auto &substitute = StructAfter<decltype (substituteX)> (lookahead); in closure() local
101 const auto &substitute = StructAfter<decltype (substituteX)> (lookahead); in collect_glyphs() local
121 const auto &substitute = StructAfter<decltype (substituteX)> (lookahead); in apply() local
227 const auto &substitute = StructAfter<decltype (substituteX)> (lookahead); in subset() local
DSequence.hh15 substitute; /* String of GlyphIDs to substitute */ member
DSingleSubstFormat2.hh19 substitute; /* Array of substitute member
/external/auto/value/src/main/java/com/google/auto/value/processor/
DTypeVariables.java154 Function<TypeVariable, TypeMirror> substitute = in canAssignStaticMethodResult() local
172 TypeMirror input, Function<TypeVariable, TypeMirror> substitute, Types typeUtils) { in substituteTypeVariables()
182 private final Function<TypeVariable, TypeMirror> substitute; field in TypeVariables.SubstitutionVisitor
185 SubstitutionVisitor(Function<TypeVariable, TypeMirror> substitute, Types typeUtils) { in SubstitutionVisitor()
DBuilderMethodClassifierForAutoBuilder.java177 Function<TypeVariable, TypeMirror> substitute = in rewriteParameterTypes() local
/external/pytorch/torch/distributed/elastic/utils/
Dapi.py54 def substitute(args: List[Any], local_rank: str) -> List[str]: member in macros
/external/pytorch/torch/fx/passes/dialect/common/
Dcse_pass.py80 def substitute(arg_list): function
/external/deqp/modules/glshared/
DglsLongStressTestUtil.cpp58 string ProgramLibrary::substitute(const string &templ, const map<string, string> &additionalParams)… in substitute() function in deqp::gls::LongStressTestUtil::ProgramLibrary
77 string ProgramLibrary::substitute(const std::string &templ) const in substitute() function in deqp::gls::LongStressTestUtil::ProgramLibrary
/external/pytorch/torch/_functorch/
Dcompile_utils.py104 def substitute(arg_list): function
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCharacterFallbacks.java43 String substitute = characterFallbacks.getStringValue(path); in CharacterFallbacks() local
DSimpleXMLSource.java199 public static String replace(UnicodeSet unicodeSet, String valueToMatch, String substitute) { in replace()
/external/pytorch/torchgen/
Dcode_template.py33 def substitute( member in CodeTemplate
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DTypeDescription.java267 public void substituteProperty(PropertySubstitute substitute) { in substituteProperty()
272 properties.put(substitute.getName(), substitute); in substituteProperty() local
/external/stg/
Ddeduplication.cc92 const Substitute substitute(graph, remap); in Deduplicate() local
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
DRegexTransformer.java159 static String substitute(String s, char token, Function<Character, String> replaceFn) { in substitute() method in RegexTransformer
/external/python/cpython3/Python/
Dsuggestions.c104 size_t substitute = distance + substitution_cost(code, a[index]); in levenshtein_distance() local
/external/clang/docs/tools/
Ddump_format_style.py16 def substitute(text, tag, contents): function
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/customization/processors/
DShapeSubstitutionsProcessor.java212 ShapeSubstitution substitute = shapeSubstitutions.get(member.getShape()); in substituteMemberShape() local
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jcajce/provider/asymmetric/util/
DEC5Util.java94 static ECCurve substitute(ECCurve c) in substitute() method in EC5Util.CustomCurves
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/util/
DEC5Util.java94 static ECCurve substitute(ECCurve c) in substitute() method in EC5Util.CustomCurves
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DEC5Util.java90 static ECCurve substitute(ECCurve c) in substitute() method in EC5Util.CustomCurves
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/props/
DBagFormatter.java192 public String getAbbreviatedName(String src, String pattern, String substitute) { in getAbbreviatedName()
199 addMatching(src.substring(sdiv), pattern.substring(pdiv), substitute, result); in getAbbreviatedName() local
398 private void addMatching(String src, String pattern, String substitute, StringBuffer result) { in addMatching()
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/text/
DStrSubstitutor.java761 protected boolean substitute(final StrBuilder buf, final int offset, final int length) { in substitute() method in StrSubstitutor
777 …private int substitute(final StrBuilder buf, final int offset, final int length, List<String> prio… in substitute() method in StrSubstitutor

12