Home
last modified time | relevance | path

Searched refs:singleLine (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DInstrOrderFile.cpp112 std::string singleLine = "MD5 " + stream.str() + " " + in generateCodeSequence() local
114 OS << singleLine; in generateCodeSequence()
/third_party/node/lib/internal/debugger/
Dinspect_repl.js259 const singleLine = ArrayPrototypeJoin(props, ', ');
261 singleLine.length > 60 ?
263 singleLine;
/third_party/flutter/flutter/packages/flutter/lib/src/foundation/
Ddiagnostics.dart152 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/
Dicon_data.dart80 DiagnosticsTreeStyle style = DiagnosticsTreeStyle.singleLine,
/third_party/flutter/flutter/packages/flutter/test/foundation/
Ddiagnostics_test.dart348 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/
DD3D12MemAlloc.cpp1053 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/
Des2015.ts1875 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/
Dcolors.dart474 DiagnosticsTreeStyle style = DiagnosticsTreeStyle.singleLine,
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Deditable.dart1329 final bool singleLine = maxLines == 1;
1330 if (singleLine || lockedMax || lockedBoth) {
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h8097 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/
Dparser.ts9425 …const singleLine = range.kind === SyntaxKind.SingleLineCommentTrivia && singleLinePragmaRegEx.exec…
9426 if (singleLine) {
9427 return addPragmaForMatch(pragmas, range, PragmaKindFlags.SingleLine, singleLine);
Dtypes.ts7458 … */ createPropertyDescriptor(attributes: PropertyDescriptorAttributes, singleLine?: boolean): Obje…
/third_party/typescript/src/compiler/factory/
DnodeFactory.ts5416 …function createPropertyDescriptor(attributes: PropertyDescriptorAttributes, singleLine?: boolean) {
5428 return createObjectLiteralExpression(properties, !singleLine);
/third_party/flutter/flutter/packages/flutter/lib/src/semantics/
Dsemantics.dart1309 …(newChildren[i].toDiagnosticsNode(name: 'Previous child', style: DiagnosticsTreeStyle.singleLine));
1310 …gPreviousSnapshot[i].toDiagnosticsNode(name: 'New child', style: DiagnosticsTreeStyle.singleLine));
/third_party/typescript/lib/
Dtsc.js19925 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) {
DtypingsInstaller.js24816 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) {
DtypescriptServices.js25021 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) {
Dtsserverlibrary.js25021 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) {
Dtsserver.js24827 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) {
Dtypescript.js25021 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) {