/third_party/boost/boost/variant/detail/ |
D | substitute.hpp | 55 struct substitute struct 66 struct substitute< \ 89 struct substitute< \ 96 typedef typename substitute< \ 113 struct substitute< struct 120 typedef typename substitute< 137 struct substitute< struct 144 typedef F<typename substitute< 158 struct substitute< struct 166 typedef typename substitute< R, Dest, Source >::type r; argument [all …]
|
D | substitute_fwd.hpp | 51 struct substitute;
|
D | enable_recursive.hpp | 42 substitute< T , Dest , Source > \
|
/third_party/python/Lib/test/ |
D | test_string.py | 210 self.assertEqual(s.substitute(dict(who='tim', what='ham')), 212 self.assertRaises(KeyError, s.substitute, dict(who='tim')) 213 self.assertRaises(TypeError, Template.substitute) 218 self.assertEqual(s.substitute(d), 'tim likes ham for dinner') 219 self.assertRaises(KeyError, s.substitute, 225 self.assertEqual(s.substitute(d), 'tim likes ham for dinner') 230 self.assertEqual(s.substitute(d), 'tim likes ham for dinner') 235 eq(s.substitute(dict(who='tim', what='ham')), 238 eq(s.substitute(dict(who='tim', what='ham')), 'tim likes $') 244 eq(s.substitute(d), '%(foo)s baz baz') [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/build_system/ |
D | source_test.dart | 40 test('can substitute {PROJECT_DIR}/foo', () => testbed.run(() { 48 test('can substitute {BUILD_DIR}/bar', () => testbed.run(() { 57 test('can substitute {FLUTTER_ROOT}/foo', () => testbed.run(() { 66 test('can substitute Artifact', () => testbed.run(() { 79 test('can substitute {PROJECT_DIR}/*.fizz', () => testbed.run(() { 94 test('can substitute {PROJECT_DIR}/fizz.*', () => testbed.run(() { 109 test('can substitute {PROJECT_DIR}/a*bc', () => testbed.run(() { 124 test('crashes on bad substitute of two **', () => testbed.run(() { 133 test('can\'t substitute foo', () => testbed.run(() { 139 test('can substitute optional files', () => testbed.run(() {
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 147 + hb_zip (this+coverage, substitute) in closure() 157 + hb_zip (this+coverage, substitute) in collect_glyphs() 174 if (unlikely (index >= substitute.len)) return_trace (false); in apply() 176 c->replace_glyph (substitute[index]); in apply() 197 if (unlikely (!substitute.serialize (c, substitutes))) return_trace (false); in serialize() 209 + hb_zip (this+coverage, substitute) in subset() 223 return_trace (coverage.sanitize (c, this) && substitute.sanitize (c)); in sanitize() 232 substitute; /* Array of substitute member 235 DEFINE_SIZE_ARRAY (6, substitute); 301 unsigned int count = substitute.len; in closure() [all …]
|
/third_party/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 160 + hb_zip (this+coverage, substitute) in closure() 173 + hb_zip (this+coverage, substitute) in collect_glyphs() 190 if (unlikely (index >= substitute.len)) return_trace (false); in apply() 192 c->replace_glyph (substitute[index]); in apply() 213 if (unlikely (!substitute.serialize (c, substitutes))) return_trace (false); in serialize() 225 + hb_zip (this+coverage, substitute) in subset() 240 return_trace (coverage.sanitize (c, this) && substitute.sanitize (c)); in sanitize() 249 substitute; /* Array of substitute member 252 DEFINE_SIZE_ARRAY (6, substitute); 316 { return hb_all (substitute, glyphs); } in intersects() [all …]
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-ot-layout-gsub-table.hh | 160 + hb_zip (this+coverage, substitute) in closure() 173 + hb_zip (this+coverage, substitute) in collect_glyphs() 190 if (unlikely (index >= substitute.len)) return_trace (false); in apply() 192 c->replace_glyph (substitute[index]); in apply() 213 if (unlikely (!substitute.serialize (c, substitutes))) return_trace (false); in serialize() 225 + hb_zip (this+coverage, substitute) in subset() 240 return_trace (coverage.sanitize (c, this) && substitute.sanitize (c)); in sanitize() 249 substitute; /* Array of substitute member 252 DEFINE_SIZE_ARRAY (6, substitute); 316 { return hb_all (substitute, glyphs); } in intersects() [all …]
|
/third_party/gn/misc/vim/autoload/ |
D | gn.vim | 7 let l:new_path = substitute(a:name, '\v^//', '', '') 10 let l:new_path = substitute(l:new_path, '\v:.*$', '', '') 22 let l:new_path = substitute(l:new_path, '\v/?$', '/BUILD.gn', '')
|
/third_party/boost/boost/variant/ |
D | recursive_variant.hpp | 55 struct substitute< struct 76 struct substitute< struct 112 struct substitute< struct
|
/third_party/skia/third_party/externals/sfntly/cpp/tools/ |
D | generate_font_list_cc.py | 115 h_file.write(Template('namespace $name {\n').substitute(name=args.name)) 120 };""").substitute(tests=',\n'.join(map(GetFontPath, args.fonts)))) 121 h_file.write(Template('\n} // namespace $name\n').substitute(name=args.name))
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/tools/ |
D | generate_font_list_cc.py | 115 h_file.write(Template('namespace $name {\n').substitute(name=args.name)) 120 };""").substitute(tests=',\n'.join(map(GetFontPath, args.fonts)))) 121 h_file.write(Template('\n} // namespace $name\n').substitute(name=args.name))
|
/third_party/node/deps/npm/node_modules/json-schema/lib/ |
D | links.js | 51 return linkTemplate && exports.substitute(linkTemplate, instance); 54 exports.substitute = function(linkTemplate, instance){ function
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | locdspnm.cpp | 294 UDisplayContext substitute; member in LocaleDisplayNamesImpl 341 UnicodeString& result, bool substitute) const; 363 , substitute(UDISPCTX_SUBSTITUTE) in LocaleDisplayNamesImpl() 376 , substitute(UDISPCTX_SUBSTITUTE) in LocaleDisplayNamesImpl() 392 substitute = value; in LocaleDisplayNamesImpl() 545 return substitute; in getContext() 620 localeIdName(lang, resultName, substitute == UDISPCTX_SUBSTITUTE); in localeDisplayName() 719 UnicodeString& result, bool substitute) const { in localeIdName() 726 if (substitute) { in localeIdName() 745 if (substitute == UDISPCTX_SUBSTITUTE) { in languageDisplayName() [all …]
|
/third_party/node/deps/icu-small/source/common/ |
D | locdspnm.cpp | 294 UDisplayContext substitute; member in LocaleDisplayNamesImpl 341 UnicodeString& result, bool substitute) const; 363 , substitute(UDISPCTX_SUBSTITUTE) in LocaleDisplayNamesImpl() 376 , substitute(UDISPCTX_SUBSTITUTE) in LocaleDisplayNamesImpl() 392 substitute = value; in LocaleDisplayNamesImpl() 545 return substitute; in getContext() 620 localeIdName(lang, resultName, substitute == UDISPCTX_SUBSTITUTE); in localeDisplayName() 719 UnicodeString& result, bool substitute) const { in localeIdName() 740 if (result.isBogus() && substitute) { in localeIdName() 772 if (result.isBogus() && substitute == UDISPCTX_SUBSTITUTE) { in languageDisplayName() [all …]
|
/third_party/icu/icu4c/source/common/ |
D | locdspnm.cpp | 294 UDisplayContext substitute; member in LocaleDisplayNamesImpl 341 UnicodeString& result, bool substitute) const; 363 , substitute(UDISPCTX_SUBSTITUTE) in LocaleDisplayNamesImpl() 376 , substitute(UDISPCTX_SUBSTITUTE) in LocaleDisplayNamesImpl() 392 substitute = value; in LocaleDisplayNamesImpl() 545 return substitute; in getContext() 620 localeIdName(lang, resultName, substitute == UDISPCTX_SUBSTITUTE); in localeDisplayName() 719 UnicodeString& result, bool substitute) const { in localeIdName() 726 if (substitute) { in localeIdName() 745 if (substitute == UDISPCTX_SUBSTITUTE) { in languageDisplayName() [all …]
|
/third_party/uboot/u-boot-2020.01/cmd/ |
D | setexpr.c | 81 static char *substitute(char *string, /* string buffer */ in substitute() function 260 np = substitute(np, &nlen, in regex_sub() 271 datap = substitute(datap, &len, SLRE_BUFSZ, in regex_sub()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
D | placeholder.py | 210 return Template(self.filename).substitute(vars(testcase)) 213 return Template(self.filename).substitute(vars(testcase))
|
/third_party/skia/third_party/externals/spirv-tools/test/tools/ |
D | placeholder.py | 210 return Template(self.filename).substitute(vars(testcase)) 213 return Template(self.filename).substitute(vars(testcase))
|
/third_party/python/Tools/unicode/ |
D | gencjkcodecs.py | 60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | generate_new_renderer.py | 275 h_file.write(string.Template(h_file_template).substitute(substitutions)) 276 cpp_file.write(string.Template(cpp_file_template).substitute(substitutions))
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | generate_new_renderer.py | 276 h_file.write(string.Template(h_file_template).substitute(substitutions)) 277 cpp_file.write(string.Template(cpp_file_template).substitute(substitutions))
|
/third_party/mingw-w64/mingw-w64-headers/include/gdiplus/ |
D | gdiplusstringformat.h | 160 StringDigitSubstitute substitute) in SetDigitSubstitution() argument 163 nativeStringFormat, language, substitute)); in SetDigitSubstitution()
|
/third_party/libuv/docs/src/sphinx-plugins/ |
D | manpage.py | 24 ref = s.substitute(num=manpage_num, topic=name)
|
/third_party/curl/tests/data/ |
D | test1085 | 35 # use the startup of the IPv6 test server as a substitute check for this).
|