Home
last modified time | relevance | path

Searched refs:replaceWith (Results 1 – 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXImageOptimizer.cpp43 void replaceWith(Instruction *From, ConstantInt *To);
97 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSampler()
101 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSampler()
114 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePSurface()
120 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePSurface()
132 replaceWith(&I, ConstantInt::getTrue(I.getContext())); in replaceIsTypePTexture()
139 replaceWith(&I, ConstantInt::getFalse(I.getContext())); in replaceIsTypePTexture()
147 void NVPTXImageOptimizer::replaceWith(Instruction *From, ConstantInt *To) { in replaceWith() function in NVPTXImageOptimizer
/third_party/skia/src/gpu/
DGrRenderTask.cpp225 void GrRenderTask::replaceDependency(const GrRenderTask* toReplace, GrRenderTask* replaceWith) { in replaceDependency() argument
228 target = replaceWith; in replaceDependency()
229 replaceWith->fDependents.push_back(this); in replaceDependency()
235 void GrRenderTask::replaceDependent(const GrRenderTask* toReplace, GrRenderTask* replaceWith) { in replaceDependent() argument
238 target = replaceWith; in replaceDependent()
239 replaceWith->fDependencies.push_back(this); in replaceDependent()
DGrRenderTask.h83 void replaceDependency(const GrRenderTask* toReplace, GrRenderTask* replaceWith);
84 void replaceDependent(const GrRenderTask* toReplace, GrRenderTask* replaceWith);
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/
Dtry_catch.js59 path.replaceWith(wrapTryCatchInFunction(path.node));
70 path.replaceWith(wrapTryCatch(path.node));
Dmutator.js82 path.replaceWith(node);
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/contrib/
Dcopy-tex.js153 if (_element.replaceWith) {
154 _element.replaceWith(texSource);
Dcopy-tex.mjs39 if (element.replaceWith) {
40 element.replaceWith(texSource);
Dcopy-tex.min.js1 …<i.length;a++){var u=i[a],f=u.querySelector("annotation");f&&(u.replaceWith?u.replaceWith(f):u.par…
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/
Dnode.js51 _proto.replaceWith = function replaceWith() { function
/third_party/libevdev/doc/style/
Ddoxy-boot.js58 $("span.arrow").replaceWith("<i class='fa fa-chevron-right'></i> ");
/third_party/typescript/scripts/
Dword.d.ts31 replaceWith: string,
/third_party/node/deps/v8/tools/system-analyzer/view/
Dtool-tip.mjs113 this.contentNode.replaceWith(newContent);
Dproperty-link-table.mjs55 this.$('#content').replaceWith(newContent);
/third_party/typescript/tests/baselines/reference/
DmappedTypeRecursiveInference.errors.txt3replaceWith: any; readonly baseURI: any; readonly childNodes: any; readonly firstChild: any; reado…
4replaceWith: any; readonly baseURI: any; readonly childNodes: any; readonly firstChild: any; reado…
30replaceWith: any; readonly baseURI: any; readonly childNodes: any; readonly firstChild: any; reado…
31replaceWith: any; readonly baseURI: any; readonly childNodes: any; readonly firstChild: any; reado…
DmappedTypeRecursiveInference.types100replaceWith: any; innerHTML: any; readonly nextElementSibling: any; readonly previousElementSiblin…
102replaceWith: any; innerHTML: any; readonly nextElementSibling: any; readonly previousElementSiblin…
107replaceWith: any; readonly baseURI: any; readonly childNodes: any; readonly firstChild: any; reado…
108replaceWith: any; innerHTML: any; readonly nextElementSibling: any; readonly previousElementSiblin…
110replaceWith: any; innerHTML: any; readonly nextElementSibling: any; readonly previousElementSiblin…
111replaceWith: any; readonly baseURI: any; readonly childNodes: any; readonly firstChild: any; reado…
Dparserindenter.js61 …t.position + edit.length) + ", text=\"" + TypeScript.stringToLiteral(edit.replaceWith, 30) + "\"");
790 …t.position + edit.length) + ", text=\"" + TypeScript.stringToLiteral(edit.replaceWith, 30) + "\"");
Dparserindenter.types240 …t.position + edit.length) + ", text=\"" + TypeScript.stringToLiteral(edit.replaceWith, 30) + "\"");
241 …osition + edit.length) + ", text=\"" + TypeScript.stringToLiteral(edit.replaceWith, 30) + "\"") : …
247 …osition + edit.length) + ", text=\"" + TypeScript.stringToLiteral(edit.replaceWith, 30) + "\"" : s…
248 …t.position + edit.length) + ", text=\"" + TypeScript.stringToLiteral(edit.replaceWith, 30) : string
267 >TypeScript.stringToLiteral(edit.replaceWith, 30) : any
271 >edit.replaceWith : any
273 >replaceWith : any
/third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
DTestConversion.java296 encoder.replaceWith(toByteArray(cc.cbopt)); in FromUnicodeCase()
581 decoder.replaceWith(cc.cbopt); in ToUnicodeCase()
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/
Dparserindenter.ts60 …t.position + edit.length) + ", text=\"" + TypeScript.stringToLiteral(edit.replaceWith, 30) + "\"");
/third_party/node/deps/npm/node_modules/postcss-selector-parser/
DAPI.md257 ### `node.replaceWith(node)`
264 attr.replaceWith(className);
/third_party/openGLES/specs/katex/
Dkatex.js756 funcName = node.value.replaceWith;
8061 var replaceWith;
8064 replaceWith = "\\frac";
8067 replaceWith = "\\binom";
8070 replaceWith = "\\\\atopfrac";
8077 replaceWith: replaceWith, property
/third_party/openGLES/specs/es/katex/
Dkatex.js756 funcName = node.value.replaceWith;
8061 var replaceWith;
8064 replaceWith = "\\frac";
8067 replaceWith = "\\binom";
8070 replaceWith = "\\\\atopfrac";
8077 replaceWith: replaceWith, property
/third_party/openGLES/specs/es/3.2/katex/
Dkatex.js756 funcName = node.value.replaceWith;
8061 var replaceWith;
8064 replaceWith = "\\frac";
8067 replaceWith = "\\binom";
8070 replaceWith = "\\\\atopfrac";
8077 replaceWith: replaceWith, property
/third_party/openGLES/specs/gl/katex/
Dkatex.js756 funcName = node.value.replaceWith;
8061 var replaceWith;
8064 replaceWith = "\\frac";
8067 replaceWith = "\\binom";
8070 replaceWith = "\\\\atopfrac";
8077 replaceWith: replaceWith, property
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Dnode.js1144 replaceWith (node) { method in Node

12