/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | InstrOrderFile.cpp | 112 std::string singleLine = "MD5 " + stream.str() + " " + in generateCodeSequence() local 114 OS << singleLine; in generateCodeSequence()
|
/third_party/node/lib/internal/debugger/ |
D | inspect_repl.js | 259 const singleLine = ArrayPrototypeJoin(props, ', '); 261 singleLine.length > 60 ? 263 singleLine;
|
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/ |
D | diagnostics.dart | 152 singleLine, 161 /// * [singleLine], which displays the same information but keeps the 689 /// * [DiagnosticsTreeStyle.singleLine], uses this style for ASCII art display. 1056 return style == DiagnosticsTreeStyle.singleLine; 1095 /// The singleLine styles are special cased because the connection from the 1430 DiagnosticsTreeStyle style = DiagnosticsTreeStyle.singleLine, 1662 case DiagnosticsTreeStyle.singleLine: 1758 DiagnosticsTreeStyle style = DiagnosticsTreeStyle.singleLine, 1786 DiagnosticsTreeStyle style = DiagnosticsTreeStyle.singleLine, 1846 DiagnosticsTreeStyle style = DiagnosticsTreeStyle.singleLine, [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | icon_data.dart | 80 DiagnosticsTreeStyle style = DiagnosticsTreeStyle.singleLine,
|
/third_party/flutter/flutter/packages/flutter/test/foundation/ |
D | diagnostics_test.dart | 348 style: DiagnosticsTreeStyle.singleLine, 359 DiagnosticsTreeStyle propertyStyle = DiagnosticsTreeStyle.singleLine, 409 if (tree.style != DiagnosticsTreeStyle.singleLine && 702 style: DiagnosticsTreeStyle.singleLine, 709 style: DiagnosticsTreeStyle.singleLine, 736 lastChildStyle: DiagnosticsTreeStyle.singleLine, 1708 style: DiagnosticsTreeStyle.singleLine, 1893 propertyStyle: DiagnosticsTreeStyle.singleLine,
|
/third_party/skia/third_party/externals/d3d12allocator/src/ |
D | D3D12MemAlloc.cpp | 1053 void BeginObject(bool singleLine = false); 1056 void BeginArray(bool singleLine = false); 1111 void JsonWriter::BeginObject(bool singleLine) in BeginObject() argument 1121 stackItem.singleLineMode = singleLine; in BeginObject() 1137 void JsonWriter::BeginArray(bool singleLine) in BeginArray() argument 1147 stackItem.singleLineMode = singleLine; in BeginArray()
|
/third_party/typescript/src/compiler/transformers/ |
D | es2015.ts | 1875 let singleLine = false; // indicates whether the block *may* be emitted as a single line 1920 singleLine = true; 1956 if (!multiLine && singleLine) {
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | colors.dart | 474 DiagnosticsTreeStyle style = DiagnosticsTreeStyle.singleLine,
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | editable.dart | 1329 final bool singleLine = maxLines == 1; 1330 if (singleLine || lockedMax || lockedBoth) {
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 8097 void BeginObject(bool singleLine = false); 8100 void BeginArray(bool singleLine = false); 8154 void VmaJsonWriter::BeginObject(bool singleLine) in BeginObject() argument 8164 item.singleLineMode = singleLine; in BeginObject() 8179 void VmaJsonWriter::BeginArray(bool singleLine) in BeginArray() argument 8189 item.singleLineMode = singleLine; in BeginArray()
|
/third_party/typescript/src/compiler/ |
D | parser.ts | 9425 …const singleLine = range.kind === SyntaxKind.SingleLineCommentTrivia && singleLinePragmaRegEx.exec… 9426 if (singleLine) { 9427 return addPragmaForMatch(pragmas, range, PragmaKindFlags.SingleLine, singleLine);
|
D | types.ts | 7458 … */ createPropertyDescriptor(attributes: PropertyDescriptorAttributes, singleLine?: boolean): Obje…
|
/third_party/typescript/src/compiler/factory/ |
D | nodeFactory.ts | 5416 …function createPropertyDescriptor(attributes: PropertyDescriptorAttributes, singleLine?: boolean) { 5428 return createObjectLiteralExpression(properties, !singleLine);
|
/third_party/flutter/flutter/packages/flutter/lib/src/semantics/ |
D | semantics.dart | 1309 …(newChildren[i].toDiagnosticsNode(name: 'Previous child', style: DiagnosticsTreeStyle.singleLine)); 1310 …gPreviousSnapshot[i].toDiagnosticsNode(name: 'New child', style: DiagnosticsTreeStyle.singleLine));
|
/third_party/typescript/lib/ |
D | tsc.js | 19925 function createPropertyDescriptor(attributes, singleLine) { argument 19934 return createObjectLiteralExpression(properties, !singleLine); 29199 var singleLine = range.kind === 2 && singleLinePragmaRegEx.exec(text); 29200 if (singleLine) { 29201 return addPragmaForMatch(pragmas, range, 2, singleLine); 75401 var singleLine = false; 75430 singleLine = true; 75456 if (!multiLine && singleLine) {
|
D | typingsInstaller.js | 24816 function createPropertyDescriptor(attributes, singleLine) { argument 24825 return createObjectLiteralExpression(properties, !singleLine); 36121 …var singleLine = range.kind === 2 /* SingleLineCommentTrivia */ && singleLinePragmaRegEx.exec(text… 36122 if (singleLine) { 36123 return addPragmaForMatch(pragmas, range, 2 /* SingleLine */, singleLine); 90846 var singleLine = false; // indicates whether the block *may* be emitted as a single line 90883 singleLine = true; 90913 if (!multiLine && singleLine) {
|
D | typescriptServices.js | 25021 function createPropertyDescriptor(attributes, singleLine) { argument 25030 return createObjectLiteralExpression(properties, !singleLine); 36326 …var singleLine = range.kind === 2 /* SingleLineCommentTrivia */ && singleLinePragmaRegEx.exec(text… 36327 if (singleLine) { 36328 return addPragmaForMatch(pragmas, range, 2 /* SingleLine */, singleLine); 91051 var singleLine = false; // indicates whether the block *may* be emitted as a single line 91088 singleLine = true; 91118 if (!multiLine && singleLine) {
|
D | tsserverlibrary.js | 25021 function createPropertyDescriptor(attributes, singleLine) { argument 25030 return createObjectLiteralExpression(properties, !singleLine); 36326 …var singleLine = range.kind === 2 /* SingleLineCommentTrivia */ && singleLinePragmaRegEx.exec(text… 36327 if (singleLine) { 36328 return addPragmaForMatch(pragmas, range, 2 /* SingleLine */, singleLine); 91051 var singleLine = false; // indicates whether the block *may* be emitted as a single line 91088 singleLine = true; 91118 if (!multiLine && singleLine) {
|
D | tsserver.js | 24827 function createPropertyDescriptor(attributes, singleLine) { argument 24836 return createObjectLiteralExpression(properties, !singleLine); 36132 …var singleLine = range.kind === 2 /* SingleLineCommentTrivia */ && singleLinePragmaRegEx.exec(text… 36133 if (singleLine) { 36134 return addPragmaForMatch(pragmas, range, 2 /* SingleLine */, singleLine); 90857 var singleLine = false; // indicates whether the block *may* be emitted as a single line 90894 singleLine = true; 90924 if (!multiLine && singleLine) {
|
D | typescript.js | 25021 function createPropertyDescriptor(attributes, singleLine) { argument 25030 return createObjectLiteralExpression(properties, !singleLine); 36326 …var singleLine = range.kind === 2 /* SingleLineCommentTrivia */ && singleLinePragmaRegEx.exec(text… 36327 if (singleLine) { 36328 return addPragmaForMatch(pragmas, range, 2 /* SingleLine */, singleLine); 91051 var singleLine = false; // indicates whether the block *may* be emitted as a single line 91088 singleLine = true; 91118 if (!multiLine && singleLine) {
|