Home
last modified time | relevance | path

Searched refs:replaceAll (Results 1 – 25 of 131) sorted by relevance

123456

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCullDistanceTests.cpp262 void CullDistance::Utilities::replaceAll(std::string& str, const std::string& from, const std::stri… in replaceAll() function in glcts::CullDistance::Utilities
1334 CullDistance::Utilities::replaceAll(shader_source, std::string("TEMPLATE_HEADER_DECLARATION"), in buildPO()
1346 CullDistance::Utilities::replaceAll(shader_source, std::string("TEMPLATE_ASSIGN_RETURN_VALUE"), in buildPO()
1371 CullDistance::Utilities::replaceAll(shader_source, std::string("TEMPLATE_SUM_SETTER"), in buildPO()
1373 CullDistance::Utilities::replaceAll( in buildPO()
1382 CullDistance::Utilities::replaceAll(shader_source, std::string("TEMPLATE_ASSIGN_RETURN_VALUE"), in buildPO()
1393 CullDistance::Utilities::replaceAll( in buildPO()
1396 CullDistance::Utilities::replaceAll( in buildPO()
1404 CullDistance::Utilities::replaceAll(shader_source, std::string("TEMPLATE_LAYOUT_IN"), in buildPO()
1406 CullDistance::Utilities::replaceAll(shader_source, std::string("TEMPLATE_LAYOUT_OUT"), in buildPO()
[all …]
/third_party/flutter/flutter/packages/flutter_tools/lib/src/android/
Dadb.dart9 name = name.replaceAll('___', ', ');
12 name = name.replaceAll('_', ' ');
14 name = name.replaceAll(_whitespaceRegex, ' ').trim();
/third_party/typescript/lib/
Dlib.esnext.string.d.ts27 replaceAll(searchValue: string | RegExp, replaceValue: string): string; method
34replaceAll(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string):… method
/third_party/typescript/src/lib/
Desnext.string.d.ts7 replaceAll(searchValue: string | RegExp, replaceValue: string): string; method
14replaceAll(searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string):… method
/third_party/flutter/flutter/packages/flutter_tools/lib/src/
Dtemplate.dart96 …relativeDestinationPath = relativeDestinationPath.replaceAll('$platform-$language.tmpl', platform);
110 .replaceAll(copyTemplateExtension, '')
111 .replaceAll(templateExtension, '');
115 .replaceAll('androidIdentifier', androidIdentifier.replaceAll('.', pathSeparator));
118 finalDestinationPath = finalDestinationPath.replaceAll('projectName', projectName);
120 finalDestinationPath = finalDestinationPath.replaceAll('pluginClass', pluginClass);
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/src/
Dutil.cpp61 string replaceAll(string s, string a, string b) in replaceAll() function
73 string replaceAll(string s, map<string, string> replacements) in replaceAll() function
90 string replaceAll(string s, char a, char b) in replaceAll() function
Dsceneio.cpp155 return replaceAll(s, code); in encodeEscapesequences()
188 return replaceAll(s, code); in decodeEscapesequences()
247 return replaceAll(s, code); in makeValidXMLCharacters()
/third_party/wayland-ivi-extension/ivi-layermanagement-examples/LayerManagerControl/include/
DLMControl.h161 string replaceAll(string s, string a, string b);
162 string replaceAll(string s, char a, char b);
167 string replaceAll(string s, map<string, string> replacements);
/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Dflutter_test_performance.dart115 .replaceAll('_owner', '_xyzzy')
120 .replaceAll('_owner', '_xyzzy')
121 .replaceAll('owner', '_owner')
122 .replaceAll('_xyzzy', 'owner')
/third_party/typescript/tests/baselines/reference/
DdoYouNeedToChangeYourTargetLibraryES2016Plus.js44 const testStringReplaceAll = "".replaceAll();
85 var testStringReplaceAll = "".replaceAll();
DdoYouNeedToChangeYourTargetLibraryES2016Plus.types250 const testStringReplaceAll = "".replaceAll();
252 >"".replaceAll() : any
253 >"".replaceAll : any
255 >replaceAll : any
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
DUnitsTest.java501 .replaceAll(" ", "") // Remove all the spaces.
502 .replaceAll(",", "") // Remove all the commas.
503 .replaceAll("\t", "")
506 this.category = fields[0].replaceAll(" ", "");
583 .replaceAll(" ", "") // Remove all the spaces.
584 .replaceAll(",", "") // Remove all the commas.
585 .replaceAll("\t", "")
/third_party/icu/tools/release/java/src/main/java/com/ibm/icu/dev/tools/docs/
DStableAPI.java322 String initStr = initVal.getNodeValue().trim().replaceAll("\"", ""); in setVer()
512 … f.comparablePrototype = f.comparablePrototype.replaceAll(aliasList[i + 0], aliasList[i + 1]); in fromXml()
579 prototype = prototype.replaceAll(s, ""); in purifyPrototype()
584 prototype = prototype.replaceAll(replList[i + 0], replList[i + 1]); in purifyPrototype()
670 prototype = prototype.replaceAll(simplifyList[i + 0], simplifyList[i + 1]); in simplifyPrototype()
1072 …return s.replaceAll("&", "&amp;").replaceAll("<", "&lt;").replaceAll(">", "&gt;").replaceAll("\"",… in HTMLSafe()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DInternalLocaleBuilder.java82 String var = variant.replaceAll(LanguageTag.SEP, BaseLocale.SEP); in setVariant()
128 String tp = type.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setUnicodeLocaleKeyword()
173 String val = value.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setExtension()
209 subtags = subtags.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setExtensions()
492 … sb.append(privuse.substring(privVarStart).replaceAll(LanguageTag.SEP, BaseLocale.SEP)); in getBaseLocale()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DInternalLocaleBuilder.java78 String var = variant.replaceAll(LanguageTag.SEP, BaseLocale.SEP); in setVariant()
124 String tp = type.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setUnicodeLocaleKeyword()
169 String val = value.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setExtension()
205 subtags = subtags.replaceAll(BaseLocale.SEP, LanguageTag.SEP); in setExtensions()
488 … sb.append(privuse.substring(privVarStart).replaceAll(LanguageTag.SEP, BaseLocale.SEP)); in getBaseLocale()
/third_party/icu/icu4c/source/test/intltest/
Dregextst.cpp1345 dest = matcher->replaceAll("yz", status); in API_Replace()
1358 dest = matcher->replaceAll("yz", status); in API_Replace()
1371 dest = matcher->replaceAll("yz", status); in API_Replace()
1383 dest = matcher->replaceAll("", status); in API_Replace()
1396 dest = matcher->replaceAll("xyz", status); in API_Replace()
1437 UnicodeString result = matcher->replaceAll(substitute, status); in API_Replace()
1445 UnicodeString result = matcher->replaceAll(substitute, status); in API_Replace()
2463 result = matcher->replaceAll(&replText, NULL, status); in API_Replace_UTF8()
2470 result = matcher->replaceAll(&replText, &destText, status); in API_Replace_UTF8()
2491 result = matcher->replaceAll(&replText, NULL, status); in API_Replace_UTF8()
[all …]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
DAltFormatsSchema.java114 FormatTemplate template = FormatTemplate.parse(altId.replaceAll("[0-9]|\\[[-0-9]+\\]", "X")); in parseAltFormat()
120 Ascii.toLowerCase(whitespace().removeFrom(altId.replaceAll("[X* ]*$", "")))); in parseAltFormat()
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dbuild_apk.dart71 '--target-platform ${targetPlatforms.replaceAll(' ', '')}',indent: 8);
75 '--target-platform ${targetPlatforms.replaceAll(' ', '')} '
/third_party/flutter/engine/flutter/tools/licenses/lib/
Dpatterns.dart218 … the build system\. It is never included by the auto-fitter sources\.'.replaceAll(' ', _linebreak)…
235 .replaceAll(' ', _linebreak)
296 … of distribution and use, see the disclaimer and license in (png.h)\b'.replaceAll(' ', _linebreak),
309 … code)? is governed by a BS?D-style license that can be found in the '.replaceAll(' ', _linebreak)…
326 … code)? is governed by a BS?D-style license that can be found in the '.replaceAll(' ', _linebreak)…
362 r'that can be found in the '.replaceAll(' ', _linebreakLoose) +
419 r'accept it fully\.'.replaceAll(' ', _linebreak),
456 r'and you accept them fully\.'.replaceAll(' ', _linebreak),
525 .replaceAll(' ', _linebreak),
542 .replaceAll(' ', _linebreak),
[all …]
/third_party/typescript/tests/cases/compiler/
DdoYouNeedToChangeYourTargetLibraryES2016Plus.ts45 const testStringReplaceAll = "".replaceAll();
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java249 String template = aPhoneNumber.replaceAll(numberPattern, numberFormat); in getFormattingTemplate()
251 template = template.replaceAll("9", DIGIT_PLACEHOLDER); in getFormattingTemplate()
430 String formattedNumber = m.replaceAll(numberFormat.getFormat()); in attemptToFormatAccruedDigits()
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/text/kernels/
Dregex_replace_op.cc32 unicode_out = matcher->replaceAll(replace_, icu_error); in RegexReplace()
/third_party/flutter/flutter/dev/manual_tests/lib/
Draw_keyboard.dart78 …rList = data.modifiersPressed.keys.map<String>(_getEnumName).join(', ').replaceAll('Modifier', '');
120 … Text('${_getEnumName(side)} ${_getEnumName(modifier).replaceAll('Modifier', '')} pressed'),
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
DJSArrayBuilder.java116 out.append(str.replaceAll("\\\\", "\\\\\\\\")); in escape()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
DTestUtility.java57 public static String replaceAll(String source, UnicodeSet set, String replacement) { in replaceAll() method in TestUtility

123456