Home
last modified time | relevance | path

Searched refs:replacement (Results 1 – 25 of 850) sorted by relevance

12345678910>>...34

/third_party/skia/third_party/externals/icu/source/data/misc/
Dmetadata.txt9 replacement{"ssy"}
13 replacement{"aas"}
17 replacement{"aa"}
21 replacement{"ab"}
25 replacement{"dz"}
29 replacement{"af"}
33 replacement{"apf"}
37 replacement{"ami"}
41 replacement{"jrb"}
45 replacement{"ak"}
[all …]
/third_party/icu/icu4c/source/data/misc/
Dmetadata.txt8 replacement{"ssy"}
12 replacement{"aas"}
16 replacement{"aa"}
20 replacement{"ab"}
24 replacement{"dz"}
28 replacement{"af"}
32 replacement{"jrb"}
36 replacement{"ak"}
40 replacement{"sq"}
44 replacement{"sq"}
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/data/misc/
Dmetadata.txt8 replacement{"ssy"}
12 replacement{"aa"}
16 replacement{"ab"}
20 replacement{"af"}
24 replacement{"jrb"}
28 replacement{"ak"}
32 replacement{"sq"}
36 replacement{"sq"}
40 replacement{"am"}
44 replacement{"ar"}
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DReplaceVariable.cpp24 ReplaceVariableTraverser(const TVariable *toBeReplaced, const TIntermTyped *replacement) in ReplaceVariableTraverser() argument
27 mReplacement(replacement) in ReplaceVariableTraverser()
48 const TVariable *replacement) in ReplaceVariable() argument
50 ReplaceVariableTraverser traverser(toBeReplaced, new TIntermSymbol(replacement)); in ReplaceVariable()
58 const TIntermTyped *replacement) in ReplaceVariableWithTyped() argument
60 ReplaceVariableTraverser traverser(toBeReplaced, replacement); in ReplaceVariableWithTyped()
81 TVariable *replacement = nullptr; in convertFunctionPrototype() local
85 replacement = replaced->second; in convertFunctionPrototype()
89 replacement = new TVariable(symbolTable, param->name(), new TType(param->getType()), in convertFunctionPrototype()
92 replacementFunction->addParameter(replacement); in convertFunctionPrototype()
[all …]
DIntermTraverse.cpp524 const NodeUpdateEntry &replacement = mReplacements[ii]; in updateTree() local
525 ASSERT(replacement.parent); in updateTree()
527 replacement.parent->replaceChildNode(replacement.original, replacement.replacement); in updateTree()
530 if (!replacement.originalBecomesChildOfReplacement) in updateTree()
539 if (replacement2.parent == replacement.original) in updateTree()
540 replacement2.parent = replacement.replacement; in updateTree()
546 const NodeReplaceWithMultipleEntry &replacement = mMultiReplacements[ii]; in updateTree() local
547 ASSERT(replacement.parent); in updateTree()
548 bool replaced = replacement.parent->replaceChildNodeWithMultiple(replacement.original, in updateTree()
549 replacement.replacements); in updateTree()
[all …]
/third_party/mingw-w64/mingw-w64-libraries/winstorecompat/
DChangeLog.20138 * WaitForSingleObject() replacement
9 * LoadLibraryW() replacement
10 * CreateFileW() replacement
11 * GetTickCount() replacement
15 * InitializeCriticalSection() replacement
16 * CreateSemaphoreW() replacement
17 * CreateMutexW() replacement
21 * Initial import with CreateEventW() replacement
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-utf.hh43 hb_codepoint_t replacement) in next()
104 *unicode = replacement; in next()
112 hb_codepoint_t replacement) in prev()
118 if (likely (next (text, end, unicode, replacement) == end)) in prev()
121 *unicode = replacement; in prev()
190 hb_codepoint_t replacement) in next()
214 *unicode = replacement; in next()
222 hb_codepoint_t replacement) in prev()
246 *unicode = replacement; in prev()
298 hb_codepoint_t replacement) in next()
[all …]
/third_party/harfbuzz/src/
Dhb-utf.hh43 hb_codepoint_t replacement) in next()
104 *unicode = replacement; in next()
112 hb_codepoint_t replacement) in prev()
118 if (likely (next (text, end, unicode, replacement) == end)) in prev()
121 *unicode = replacement; in prev()
190 hb_codepoint_t replacement) in next()
214 *unicode = replacement; in next()
222 hb_codepoint_t replacement) in prev()
246 *unicode = replacement; in prev()
298 hb_codepoint_t replacement) in next()
[all …]
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-utf.hh43 hb_codepoint_t replacement) in next()
104 *unicode = replacement; in next()
112 hb_codepoint_t replacement) in prev()
118 if (likely (next (text, end, unicode, replacement) == end)) in prev()
121 *unicode = replacement; in prev()
190 hb_codepoint_t replacement) in next()
214 *unicode = replacement; in next()
222 hb_codepoint_t replacement) in prev()
246 *unicode = replacement; in prev()
298 hb_codepoint_t replacement) in next()
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
DIntermTraverse.cpp539 const NodeUpdateEntry &replacement = mReplacements[ii]; in updateTree() local
540 ASSERT(replacement.parent); in updateTree()
542 replacement.parent->replaceChildNode(replacement.original, replacement.replacement); in updateTree()
548 TIntermTyped *originalAsTyped = replacement.original->getAsTyped(); in updateTree()
550 replacement.replacement ? replacement.replacement->getAsTyped() : nullptr; in updateTree()
561 if (!replacement.originalBecomesChildOfReplacement) in updateTree()
570 if (replacement2.parent == replacement.original) in updateTree()
571 replacement2.parent = replacement.replacement; in updateTree()
577 const NodeReplaceWithMultipleEntry &replacement = mMultiReplacements[ii]; in updateTree() local
578 ASSERT(replacement.parent); in updateTree()
[all …]
DReplaceVariable.cpp24 ReplaceVariableTraverser(const TVariable *toBeReplaced, const TIntermTyped *replacement) in ReplaceVariableTraverser() argument
27 mReplacement(replacement) in ReplaceVariableTraverser()
110 const TVariable *replacement) in ReplaceVariable() argument
112 ReplaceVariableTraverser traverser(toBeReplaced, new TIntermSymbol(replacement)); in ReplaceVariable()
138 const TIntermTyped *replacement) in ReplaceVariableWithTyped() argument
140 ReplaceVariableTraverser traverser(toBeReplaced, replacement); in ReplaceVariableWithTyped()
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DUnfoldShortCircuitAST.cpp45 TIntermTernary *replacement = nullptr; in visitBinary() local
50 replacement = UnfoldOR(node->getLeft(), node->getRight()); in visitBinary()
53 replacement = UnfoldAND(node->getLeft(), node->getRight()); in visitBinary()
58 if (replacement) in visitBinary()
60 queueReplacement(replacement, OriginalNode::IS_DROPPED); in visitBinary()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
DUnfoldShortCircuitAST.cpp45 TIntermTernary *replacement = nullptr; in visitBinary() local
50 replacement = UnfoldOR(node->getLeft(), node->getRight()); in visitBinary()
53 replacement = UnfoldAND(node->getLeft(), node->getRight()); in visitBinary()
58 if (replacement) in visitBinary()
60 queueReplacement(replacement, OriginalNode::IS_DROPPED); in visitBinary()
/third_party/boost/tools/build/src/util/
Dregex.py31 def replace(s, pattern, replacement): argument
49 return replacement
54 def replace_list(items, match, replacement): argument
63 return [replace(item, match, replacement) for item in items]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DUnicodeSetSpanner.java208 public String replaceFrom(CharSequence sequence, CharSequence replacement) { in replaceFrom() argument
209 return replaceFrom(sequence, replacement, CountMethod.MIN_ELEMENTS, SpanCondition.SIMPLE); in replaceFrom()
224 …public String replaceFrom(CharSequence sequence, CharSequence replacement, CountMethod countMethod… in replaceFrom() argument
225 return replaceFrom(sequence, replacement, countMethod, SpanCondition.SIMPLE); in replaceFrom()
242 …public String replaceFrom(CharSequence sequence, CharSequence replacement, CountMethod countMethod, in replaceFrom() argument
246 final boolean remove = replacement.length() == 0; in replaceFrom()
266 result.append(replacement); in replaceFrom()
269 result.append(replacement); in replaceFrom()
/third_party/node/deps/npm/test/tap/
Dunit-deps-replaceModule.js24 var replacement = {package: {name: '1'}, isReplacement: true} variable
25 replaceModuleByName(test, 'B', replacement)
26 …t.isDeeply(test.B, [mods[0], replacement, mods[2], mods[3]], 'replacing existing module swaps out …
53 var replacement = {package: {name: '1'}, isReplacement: true, path: '/path/to/1'} variable
54 replaceModuleByPath(test, 'B', replacement)
55 …t.isDeeply(test.B, [mods[0], replacement, mods[2], mods[3]], 'replacing existing module swaps out …
/third_party/openGLES/extensions/SUN/
DSUN_triangle_list.txt52 A new triangle list primitive, along with an associated replacement
65 the first triangle, after which the replacement codes of the vertex
101 2. Enumerated values for replacement codes
107 replacement code attribute that is part of the vertex state
109 this, we have defined the replacement codes as small integer
112 especially for replacement codes in a vertex array, are too
124 replacement codes outside the range of extension enums is not
126 since the replacement codes themselves are really just
127 parameters to the replacement code command. As such, they are
201 The replacement code is a per-vertex state attribute that controls
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SUN/
DSUN_triangle_list.txt52 A new triangle list primitive, along with an associated replacement
65 the first triangle, after which the replacement codes of the vertex
101 2. Enumerated values for replacement codes
107 replacement code attribute that is part of the vertex state
109 this, we have defined the replacement codes as small integer
112 especially for replacement codes in a vertex array, are too
124 replacement codes outside the range of extension enums is not
126 since the replacement codes themselves are really just
127 parameters to the replacement code command. As such, they are
201 The replacement code is a per-vertex state attribute that controls
[all …]
/third_party/node/deps/icu-small/source/common/
Dlocresdata.cpp94 const char* replacement = NULL; in uloc_getTableStringWithFallback() local
99 replacement = uloc_getCurrentCountryID(itemKey); in uloc_getTableStringWithFallback()
101 replacement = uloc_getCurrentLanguageID(itemKey); in uloc_getTableStringWithFallback()
104 if(replacement!=NULL && itemKey != replacement){ in uloc_getTableStringWithFallback()
105 … item = ures_getStringByKeyWithFallback(table.getAlias(), replacement, pLength, &errorCode); in uloc_getTableStringWithFallback()
Dlocid.cpp566 void (*checkReplacement)(const UnicodeString& replacement),
703 void (*checkReplacement)(const UnicodeString& replacement), in readAlias() argument
794 [](const UnicodeString& replacement) { in readScriptAlias() argument
795 U_ASSERT(replacement.length() == 4); in readScriptAlias()
855 [](const UnicodeString& replacement) { in readVariantAlias() argument
856 U_ASSERT(replacement.length() >= 4 && replacement.length() <= 8); in readVariantAlias()
857 U_ASSERT(replacement.length() != 4 || in readVariantAlias()
858 (replacement.charAt(0) >= u'0' && in readVariantAlias()
859 replacement.charAt(0) <= u'9')); in readVariantAlias()
1109 const char* input, const char* type, const char* replacement) { in deleteOrReplace() argument
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dlocresdata.cpp95 const char* replacement = NULL; in uloc_getTableStringWithFallback() local
100 replacement = uloc_getCurrentCountryID(itemKey); in uloc_getTableStringWithFallback()
102 replacement = uloc_getCurrentLanguageID(itemKey); in uloc_getTableStringWithFallback()
105 if(replacement!=NULL && itemKey != replacement){ in uloc_getTableStringWithFallback()
106 … item = ures_getStringByKeyWithFallback(&table, replacement, pLength, &errorCode); in uloc_getTableStringWithFallback()
/third_party/icu/icu4c/source/common/
Dlocresdata.cpp94 const char* replacement = NULL; in uloc_getTableStringWithFallback() local
99 replacement = uloc_getCurrentCountryID(itemKey); in uloc_getTableStringWithFallback()
101 replacement = uloc_getCurrentLanguageID(itemKey); in uloc_getTableStringWithFallback()
104 if(replacement!=NULL && itemKey != replacement){ in uloc_getTableStringWithFallback()
105 … item = ures_getStringByKeyWithFallback(table.getAlias(), replacement, pLength, &errorCode); in uloc_getTableStringWithFallback()
/third_party/skia/third_party/externals/icu/source/common/
Dlocresdata.cpp94 const char* replacement = NULL; in uloc_getTableStringWithFallback() local
99 replacement = uloc_getCurrentCountryID(itemKey); in uloc_getTableStringWithFallback()
101 replacement = uloc_getCurrentLanguageID(itemKey); in uloc_getTableStringWithFallback()
104 if(replacement!=NULL && itemKey != replacement){ in uloc_getTableStringWithFallback()
105 … item = ures_getStringByKeyWithFallback(table.getAlias(), replacement, pLength, &errorCode); in uloc_getTableStringWithFallback()
Dlocid.cpp586 void (*checkReplacement)(const UnicodeString& replacement),
723 void (*checkReplacement)(const UnicodeString& replacement), in readAlias() argument
814 [](const UnicodeString& replacement) { in readScriptAlias() argument
815 U_ASSERT(replacement.length() == 4); in readScriptAlias()
875 [](const UnicodeString& replacement) { in readVariantAlias() argument
876 U_ASSERT(replacement.length() >= 4 && replacement.length() <= 8); in readVariantAlias()
877 U_ASSERT(replacement.length() != 4 || in readVariantAlias()
878 (replacement.charAt(0) >= u'0' && in readVariantAlias()
879 replacement.charAt(0) <= u'9')); in readVariantAlias()
1129 const char* input, const char* type, const char* replacement) { in deleteOrReplace() argument
[all …]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DMonomorphizeUnsupportedFunctions.cpp428 TIntermSequence replacement; in visitFunctionPrototype() local
431 replacement.push_back(node); in visitFunctionPrototype()
435 replacement.push_back(new TIntermFunctionPrototype( in visitFunctionPrototype()
439 std::move(replacement)); in visitFunctionPrototype()
459 TIntermSequence replacement; in visitFunctionDefinition() local
462 replacement.push_back(node); in visitFunctionDefinition()
466 replacement.push_back(monomorphizedDefinition); in visitFunctionDefinition()
469 std::move(replacement)); in visitFunctionDefinition()
482 TIntermSequence replacement; in SortDeclarations() local
495 replacement.push_back(node); in SortDeclarations()
[all …]

12345678910>>...34