Searched defs:subst (Results 1 - 11 of 11) sorted by relevance
/third_party/gn/src/gn/ |
H A D | ninja_action_target_writer.cc | 300 SubstitutionBits subst; in WriteNinjaVariablesForAction() local
|
H A D | ninja_rust_binary_target_writer.cc | 219 const SubstitutionBits& subst = target_->toolchain()->substitution_bits(); in WriteCompilerVars() local
|
H A D | ninja_c_binary_target_writer.cc | 232 const SubstitutionBits& subst = target_->toolchain()->substitution_bits(); in WriteCompilerVars() local
|
/third_party/python/Lib/ |
H A D | mailcap.py | 211 def subst(field, MIMEtype, filename, plist=[]): function
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/ |
H A D | Rule.java | 28 final RuleSegment subst; field in Rule 31 Rule(RuleSegment backtrack, RuleSegment input, RuleSegment lookAhead, RuleSegment subst) { in Rule() argument [all...] |
/third_party/python/Objects/ |
H A D | genericaliasobject.c | 221 PyObject *subst; in _Py_make_parameters() local 474 PyObject *subst; in _Py_subs_parameters() local
|
/third_party/gn/src/base/strings/ |
H A D | string_util.cc | 1003 std::vector<std::u16string> subst; in ReplaceStringPlaceholders() local 932 DoReplaceStringPlaceholders( const FormatStringType& format_string, const std::vector<OutStringType>& subst, std::vector<size_t>* offsets) DoReplaceStringPlaceholders() argument 986 ReplaceStringPlaceholders( const std::u16string& format_string, const std::vector<std::u16string>& subst, std::vector<size_t>* offsets) ReplaceStringPlaceholders() argument 993 ReplaceStringPlaceholders(std::string_view format_string, const std::vector<std::string>& subst, std::vector<size_t>* offsets) ReplaceStringPlaceholders() argument [all...] |
/third_party/alsa-utils/alsactl/ |
H A D | init_parse.c | 1038 const struct subst_map *subst; in apply_format() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 380 Value *Simplifier::Context::subst(Value *Tree, Value *OldV, Value *NewV) { in subst() function in Simplifier::Context
|
/third_party/eudev/src/udev/ |
H A D | udev-rules.c | 203 enum string_subst_type subst:4; member
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 1021 let mut subst = vec![0u8; 1000]; in bench_in_place_zip_recycle() variables 1040 let mut subst = vec![0u8; 1000]; in bench_in_place_zip_iter_mut() variables [all...] |
Completed in 58 milliseconds