Home
last modified time | relevance | path

Searched refs:substitute (Results 1 – 25 of 263) sorted by relevance

1234567891011

/third_party/boost/boost/variant/detail/
Dsubstitute.hpp55 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 …]
Dsubstitute_fwd.hpp51 struct substitute;
Denable_recursive.hpp42 substitute< T , Dest , Source > \
/third_party/python/Lib/test/
Dtest_string.py210 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/
Dsource_test.dart40 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/
Dhb-ot-layout-gsub-table.hh147 + 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/
Dhb-ot-layout-gsub-table.hh160 + 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/
Dhb-ot-layout-gsub-table.hh160 + 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/
Dgn.vim7 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/
Drecursive_variant.hpp55 struct substitute< struct
76 struct substitute< struct
112 struct substitute< struct
/third_party/skia/third_party/externals/sfntly/cpp/tools/
Dgenerate_font_list_cc.py115 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/
Dgenerate_font_list_cc.py115 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/
Dlinks.js51 return linkTemplate && exports.substitute(linkTemplate, instance);
54 exports.substitute = function(linkTemplate, instance){ function
/third_party/skia/third_party/externals/icu/source/common/
Dlocdspnm.cpp294 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/
Dlocdspnm.cpp294 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/
Dlocdspnm.cpp294 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/
Dsetexpr.c81 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/
Dplaceholder.py210 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/
Dplaceholder.py210 return Template(self.filename).substitute(vars(testcase))
213 return Template(self.filename).substitute(vars(testcase))
/third_party/python/Tools/unicode/
Dgencjkcodecs.py60 code = TEMPLATE.substitute(ENCODING=enc.upper(),
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_new_renderer.py275 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/
Dgenerate_new_renderer.py276 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/
Dgdiplusstringformat.h160 StringDigitSubstitute substitute) in SetDigitSubstitution() argument
163 nativeStringFormat, language, substitute)); in SetDigitSubstitution()
/third_party/libuv/docs/src/sphinx-plugins/
Dmanpage.py24 ref = s.substitute(num=manpage_num, topic=name)
/third_party/curl/tests/data/
Dtest108535 # use the startup of the IPv6 test server as a substitute check for this).

1234567891011