Home
last modified time | relevance | path

Searched defs:substitutions (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_replace.cc34 int substitutions = 0; in ApplySubstitutions() local
Dstr_replace.h210 int substitutions = in StrReplaceAll() local
/third_party/gn/examples/ios/build/config/ios/scripts/
Dmerge_plist.py68 def PerformSubstitutions(plist, substitutions): argument
/third_party/node/test/fixtures/wpt/streams/transform-streams/
Dlipfuzz.any.js5 constructor(substitutions) { argument
46 const substitutions = { variable
/third_party/node/deps/v8/src/execution/arm64/
Dpointer-auth-arm64.cc78 uint8_t substitutions[16] = {0xb, 0x6, 0x8, 0xf, 0xc, 0x0, 0x9, 0xe, in PACSub() local
89 uint8_t substitutions[16] = {0x5, 0xe, 0xd, 0x8, 0xa, 0xb, 0x1, 0x9, in PACInvSub() local
/third_party/skia/third_party/externals/angle2/scripts/
Dgenerate_new_renderer.py262 substitutions = { variable
/third_party/node/tools/gyp/pylib/gyp/
Dmac_tool.py637 def _InstallEntitlements(self, entitlements, substitutions, overrides): argument
669 def _ExpandVariables(self, data, substitutions): argument
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dmac_tool.py637 def _InstallEntitlements(self, entitlements, substitutions, overrides): argument
669 def _ExpandVariables(self, data, substitutions): argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-string.c132 const ecma_value_t *substitutions; in ecma_builtin_string_object_raw() local
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js4356 function substitute(template, substitutions) argument
4376 function substitute_single(template, substitutions) argument
4466 function make_dom(template, substitutions, output_document) argument
4477 function render(template, substitutions, output_document) argument
4485 function assert(expected_true, function_name, description, error, substitutions) argument
4557 function make_message(function_name, description, error, substitutions) argument
/third_party/typescript/src/services/refactors/
DextractSymbol.ts1615 readonly substitutions: ESMap<string, Node>; property
/third_party/gn/src/base/strings/
Dstring_util.cc943 size_t substitutions = subst.size(); in DoReplaceStringPlaceholders() local
/third_party/node/deps/v8/src/ast/
Dast.h2693 const ZonePtrList<Expression>* substitutions() const { in substitutions() function
2701 const ZonePtrList<Expression>* substitutions, int pos) in TemplateLiteral()
3317 const ZonePtrList<Expression>* substitutions, int pos) { in NewTemplateLiteral()
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-ot-layout-common.hh3213 substitutions; member
3264 substitutions; member
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc6449 const ZonePtrList<Expression>& substitutions = *expr->substitutions(); in VisitTemplateLiteral() local