| /third_party/typescript/scripts/ |
| D | createPlaygroundBuild.js | 248 var startPos = 0, chrCode, replaceWith = null, resultPieces = []; 254 replaceWith = '\\b'; 257 replaceWith = '\\f'; 260 replaceWith = '\\n'; 263 replaceWith = '\\0'; 266 replaceWith = '\\r'; 269 replaceWith = '\\t'; 272 replaceWith = '\\v'; 275 replaceWith = '\\\\'; 278 replaceWith = '\\"'; [all …]
|
| D | word2md.ts | 40 replaceWith: string,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
| D | NVPTXImageOptimizer.cpp | 43 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/ |
| D | GrRenderTask.cpp | 225 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()
|
| D | GrRenderTask.h | 83 void replaceDependency(const GrRenderTask* toReplace, GrRenderTask* replaceWith); 84 void replaceDependent(const GrRenderTask* toReplace, GrRenderTask* replaceWith);
|
| /third_party/libevdev/doc/style/ |
| D | doxy-boot.js | 58 $("span.arrow").replaceWith("<i class='fa fa-chevron-right'></i> ");
|
| /third_party/typescript/tests/baselines/reference/ |
| D | mappedTypeRecursiveInference.types | 100 …replaceWith: any; innerHTML: any; readonly nextElementSibling: any; readonly previousElementSiblin… 102 …replaceWith: any; innerHTML: any; readonly nextElementSibling: any; readonly previousElementSiblin… 107 …replaceWith: any; readonly baseURI: any; readonly childNodes: any; readonly firstChild: any; reado… 108 …replaceWith: any; innerHTML: any; readonly nextElementSibling: any; readonly previousElementSiblin… 110 …replaceWith: any; innerHTML: any; readonly nextElementSibling: any; readonly previousElementSiblin… 111 …replaceWith: any; readonly baseURI: any; readonly childNodes: any; readonly firstChild: any; reado…
|
| D | parserindenter.types | 240 …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
|
| D | parserindenter.js | 61 …t.position + edit.length) + ", text=\"" + TypeScript.stringToLiteral(edit.replaceWith, 30) + "\""); 790 …t.position + edit.length) + ", text=\"" + TypeScript.stringToLiteral(edit.replaceWith, 30) + "\"");
|
| D | parserindenter.errors.txt | 221 …t.position + edit.length) + ", text=\"" + TypeScript.stringToLiteral(edit.replaceWith, 30) + "\"");
|
| /third_party/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
| D | TestConversion.java | 296 encoder.replaceWith(toByteArray(cc.cbopt)); in FromUnicodeCase() 581 decoder.replaceWith(cc.cbopt); in ToUnicodeCase()
|
| /third_party/typescript/tests/cases/conformance/parser/ecmascript5/RealWorld/ |
| D | parserindenter.ts | 60 …t.position + edit.length) + ", text=\"" + TypeScript.stringToLiteral(edit.replaceWith, 30) + "\"");
|
| /third_party/openGLES/specs/es/katex/ |
| D | katex.js | 756 funcName = node.value.replaceWith; 8061 var replaceWith; 8064 replaceWith = "\\frac"; 8067 replaceWith = "\\binom"; 8070 replaceWith = "\\\\atopfrac"; 8077 replaceWith: replaceWith, property
|
| D | katex.min.js | 1 …new p("only one infix operator per group",i.value.token)}t=a;r=i.value.replaceWith}}if(t!==-1){var… 4 …ow new Error("Unrecognized infix genfrac command")}return{type:"infix",replaceWith:t,token:e.token…
|
| /third_party/openGLES/specs/gl/katex/ |
| D | katex.js | 756 funcName = node.value.replaceWith; 8061 var replaceWith; 8064 replaceWith = "\\frac"; 8067 replaceWith = "\\binom"; 8070 replaceWith = "\\\\atopfrac"; 8077 replaceWith: replaceWith, property
|
| D | katex.min.js | 1 …new p("only one infix operator per group",i.value.token)}t=a;r=i.value.replaceWith}}if(t!==-1){var… 4 …ow new Error("Unrecognized infix genfrac command")}return{type:"infix",replaceWith:t,token:e.token…
|
| /third_party/openGLES/specs/es/3.2/katex/ |
| D | katex.js | 756 funcName = node.value.replaceWith; 8061 var replaceWith; 8064 replaceWith = "\\frac"; 8067 replaceWith = "\\binom"; 8070 replaceWith = "\\\\atopfrac"; 8077 replaceWith: replaceWith, property
|
| D | katex.min.js | 1 …new p("only one infix operator per group",i.value.token)}t=a;r=i.value.replaceWith}}if(t!==-1){var… 4 …ow new Error("Unrecognized infix genfrac command")}return{type:"infix",replaceWith:t,token:e.token…
|
| /third_party/openGLES/specs/katex/ |
| D | katex.js | 756 funcName = node.value.replaceWith; 8061 var replaceWith; 8064 replaceWith = "\\frac"; 8067 replaceWith = "\\binom"; 8070 replaceWith = "\\\\atopfrac"; 8077 replaceWith: replaceWith, property
|
| D | katex.min.js | 1 …new p("only one infix operator per group",i.value.token)}t=a;r=i.value.replaceWith}}if(t!==-1){var… 4 …ow new Error("Unrecognized infix genfrac command")}return{type:"infix",replaceWith:t,token:e.token…
|
| /third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
| D | CharsetISO2022.java | 2621 myConverterData.currentEncoder.replaceWith(subchar); in cbFromUWriteSub() 2629 myConverterData.currentEncoder.replaceWith(currentSubChars); in cbFromUWriteSub()
|
| /third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
| D | text_editing.dart | 511 // TODO(mdebbar): do we need to call `old.replaceWith(new)` here?
|
| /third_party/node/test/fixtures/wpt/interfaces/ |
| D | dom.idl | 137 [CEReactions, Unscopable] void replaceWith((Node or DOMString)... nodes);
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/doc/html/ |
| D | jquery.js | 7 …replaceWith",a):this},detach:function(a){return this.remove(a,!0)},domManip:function(a,c,d){var e,… method
|
| /third_party/skia/third_party/externals/oboe/docs/reference/ |
| D | jquery.js | 23 …replaceWith",e):this}},detach:function(e){return this.remove(e,true)},domManip:function(bB,bF,bE){…
|