Home
last modified time | relevance | path

Searched defs:subst (Results 1 – 19 of 19) sorted by relevance

/third_party/gn/src/gn/
Dfunction_process_file_template.cc78 SubstitutionList subst; local
Dninja_action_target_writer.cc258 SubstitutionBits subst; in WriteNinjaVariablesForAction() local
Dninja_rust_binary_target_writer.cc216 const SubstitutionBits& subst = target_->toolchain()->substitution_bits(); in WriteCompilerVars() local
Dninja_c_binary_target_writer.cc225 const SubstitutionBits& subst = target_->toolchain()->substitution_bits(); in WriteCompilerVars() local
Dsubstitution_writer.cc411 std::string subst; in ApplyPatternToTargetAsOutputFile() local
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
DRule.java28 final RuleSegment subst; field in Rule
31 Rule(RuleSegment backtrack, RuleSegment input, RuleSegment lookAhead, RuleSegment subst) { in Rule()
391 RuleSegment subst = new RuleSegment(glyphId + delta); in deltaRules() local
406 RuleSegment subst = new RuleSegment(substs.get(i)); in oneToOneRules() local
DRuleExtractor.java121 RuleSegment subst = new RuleSegment(glyphId); in extract() local
161 RuleSegment subst = new RuleSegment(glyphList); in extract() local
180 RuleSegment subst = new RuleSegment(glyphGroup); in extract() local
/third_party/python/Lib/
Dmailcap.py205 def subst(field, MIMEtype, filename, plist=[]): function
/third_party/gn/src/base/strings/
Dstring_util.cc941 const std::vector<OutStringType>& subst, in DoReplaceStringPlaceholders()
995 const std::vector<std::u16string>& subst, in ReplaceStringPlaceholders()
1001 const std::vector<std::string>& subst, in ReplaceStringPlaceholders()
1010 std::vector<std::u16string> subst; in ReplaceStringPlaceholders() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibFunc.cpp796 int const subst = findSubst(p); in trySubst() local
/third_party/alsa-utils/alsactl/
Dinit_parse.c1038 const struct subst_map *subst; in apply_format() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DBitTracker.cpp999 void BT::subst(RegisterRef OldRR, RegisterRef NewRR) { in subst() function in BT
DHexagonLoopIdiomRecognition.cpp380 Value *Simplifier::Context::subst(Value *Tree, Value *OldV, Value *NewV) { in subst() function in Simplifier::Context
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dgstdiscoverer.c1323 const GstStructure *subst = gst_value_get_structure (subv); in parse_stream_topology() local
/third_party/typescript/src/compiler/
Dprogram.ts3543 const subst = options.paths[key][i]; constant
/third_party/python/Lib/tkinter/
D__init__.py1542 def _register(self, func, subst=None, needcleanup=1): argument
1910 def __init__(self, func, subst, widget): argument
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs1021 let mut subst = vec![0u8; 1000]; in bench_in_place_zip_recycle() localVariable
1040 let mut subst = vec![0u8; 1000]; in bench_in_place_zip_iter_mut() localVariable
/third_party/typescript/lib/
DtypingsInstaller.js46110 var resolved = ts.forEach(paths[matchedPatternText], function (subst) { argument
Dtsc.js37913 var resolved = ts.forEach(paths[matchedPatternText], function (subst) { argument