/third_party/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 624 SpvId countId = this->writeLiteral(type->columns(), *fContext.fTypes.fInt); in getType() 791 return this->writeLiteral(expr.as<Literal>()); in writeExpression() 1076 SpvId lodBias = this->writeLiteral(-0.5, *fContext.fTypes.fFloat); in writeSpecialIntrinsic() 1297 key.fValueId[n] = this->writeLiteral(*slotVal, scalarType); in writeConstantVector() 1357 const SpvId oneID = this->writeLiteral(1.0, *fContext.fTypes.fFloat); in castScalarToFloat() 1358 const SpvId zeroID = this->writeLiteral(0.0, *fContext.fTypes.fFloat); in castScalarToFloat() 1391 const SpvId oneID = this->writeLiteral(1.0, *fContext.fTypes.fInt); in castScalarToSignedInt() 1392 const SpvId zeroID = this->writeLiteral(0.0, *fContext.fTypes.fInt); in castScalarToSignedInt() 1426 const SpvId oneID = this->writeLiteral(1.0, *fContext.fTypes.fUInt); in castScalarToUnsignedInt() 1427 const SpvId zeroID = this->writeLiteral(0.0, *fContext.fTypes.fUInt); in castScalarToUnsignedInt() [all …]
|
D | SkSLGLSLCodeGenerator.h | 148 virtual void writeLiteral(const Literal& l);
|
D | SkSLSPIRVCodeGenerator.h | 387 SpvId writeLiteral(const Literal& f); 389 SpvId writeLiteral(double value, const Type& type);
|
D | SkSLGLSLCodeGenerator.cpp | 200 this->writeLiteral(expr.as<Literal>()); in writeExpression() 935 this->writeLiteral(boolTrue); in writeShortCircuitWorkaroundExpression() 940 this->writeLiteral(boolFalse); in writeShortCircuitWorkaroundExpression() 988 void GLSLCodeGenerator::writeLiteral(const Literal& l) { in writeLiteral() function in SkSL::GLSLCodeGenerator
|
D | SkSLMetalCodeGenerator.h | 231 void writeLiteral(const Literal& f);
|
D | SkSLVMCodeGenerator.cpp | 221 Value writeLiteral(const Literal& l); 1393 Value SkVMGenerator::writeLiteral(const Literal& l) { in writeLiteral() function in SkSL::SkVMGenerator 1534 return this->writeLiteral(e.as<Literal>()); in writeExpression()
|
D | SkSLMetalCodeGenerator.cpp | 162 this->writeLiteral(expr.as<Literal>()); in writeExpression() 1704 void MetalCodeGenerator::writeLiteral(const Literal& l) { in writeLiteral() function in SkSL::MetalCodeGenerator
|
/third_party/ejdb/src/bindings/ejdb2_jni/src/main/java/com/softmotions/ejdb2/ |
D | JSON.java | 333 w.writeLiteral("null"); in write() 342 w.writeLiteral(bv ? "true" : "false"); in write() 818 void writeLiteral(String value) throws IOException { in writeLiteral() method in JSON.JsonWriter
|
/third_party/typescript/src/services/ |
D | textChanges.ts | 1142 function writeLiteral(s: string): void { 1143 writer.writeLiteral(s); 1188 writeLiteral,
|
D | utilities.ts | 2062 writeLiteral: text => writeKind(text, SymbolDisplayPartKind.stringLiteral),
|
/third_party/typescript/src/compiler/ |
D | emitter.ts | 1841 writeLiteral(text); 3408 writer.writeLiteral(node.text); 4299 function writeLiteral(s: string) { 4300 writer.writeLiteral(s);
|
D | utilities.ts | 66 writeLiteral: writeText, 4226 function writeLiteral(s: string) { 4251 writeLiteral, 4297 writeLiteral(s) { 4299 writer.writeLiteral(s);
|
D | types.ts | 8037 writeLiteral(s: string): void;
|
/third_party/typescript/lib/ |
D | tsc.js | 10079 writeLiteral: writeText, 13328 function writeLiteral(s) { function 13349 writeLiteral: writeLiteral, 13391 writeLiteral: function (s) { method 13393 writer.writeLiteral(s); 83680 writeLiteral(text); 84937 writer.writeLiteral(node.text); 85693 function writeLiteral(s) { function 85694 writer.writeLiteral(s);
|
D | tsserverlibrary.js | 17334 function writeLiteral(s) { function 17355 writeLiteral: writeLiteral, 17397 writeLiteral: function (s) { method 17399 writer.writeLiteral(s); 102516 writeLiteral(text); 103869 writer.writeLiteral(node.text); 104689 function writeLiteral(s) { function 104690 writer.writeLiteral(s); 117719 … writeLiteral: function (text) { return writeKind(text, ts.SymbolDisplayPartKind.stringLiteral); }, 136180 function writeLiteral(s) { function [all …]
|
D | typescript.js | 17334 function writeLiteral(s) { function 17355 writeLiteral: writeLiteral, 17397 writeLiteral: function (s) { method 17399 writer.writeLiteral(s); 102516 writeLiteral(text); 103869 writer.writeLiteral(node.text); 104689 function writeLiteral(s) { function 104690 writer.writeLiteral(s); 117719 … writeLiteral: function (text) { return writeKind(text, ts.SymbolDisplayPartKind.stringLiteral); }, 136180 function writeLiteral(s) { function [all …]
|
D | tsserver.js | 17140 function writeLiteral(s) { function 17161 writeLiteral: writeLiteral, 17203 writeLiteral: function (s) { method 17205 writer.writeLiteral(s); 102322 writeLiteral(text); 103675 writer.writeLiteral(node.text); 104495 function writeLiteral(s) { function 104496 writer.writeLiteral(s); 117150 … writeLiteral: function (text) { return writeKind(text, ts.SymbolDisplayPartKind.stringLiteral); }, 135611 function writeLiteral(s) { function [all …]
|
D | typescriptServices.js | 17334 function writeLiteral(s) { function 17355 writeLiteral: writeLiteral, 17397 writeLiteral: function (s) { method 17399 writer.writeLiteral(s); 102516 writeLiteral(text); 103869 writer.writeLiteral(node.text); 104689 function writeLiteral(s) { function 104690 writer.writeLiteral(s); 117719 … writeLiteral: function (text) { return writeKind(text, ts.SymbolDisplayPartKind.stringLiteral); }, 136180 function writeLiteral(s) { function [all …]
|
D | typingsInstaller.js | 17129 function writeLiteral(s) { function 17150 writeLiteral: writeLiteral, 17192 writeLiteral: function (s) { method 17194 writer.writeLiteral(s); 102311 writeLiteral(text); 103664 writer.writeLiteral(node.text); 104484 function writeLiteral(s) { function 104485 writer.writeLiteral(s);
|