/third_party/icu/tools/colprobe/ |
D | sortedlines.h | 20 Line empty; 21 Line *UB[UCOL_OFF]; 24 Line **toSort; 26 Line *lines; 35 Line *first; 36 Line *last; 37 Line *current; 61 void sort(Line **sortingArray, int32_t sizeToSort, UBool setStrengths = TRUE, UBool link = FALSE); 63 Line *getFirst(); 64 Line *getLast(); [all …]
|
D | line.h | 42 class Line { 44 static void copyArray(Line *dest, const Line *src, int32_t size); 45 Line(); 46 Line(const Line &other); 47 Line(const UChar* name, int32_t len); 48 Line(const UnicodeString &string); 49 Line(const UChar name); 50 Line(const char *buff, int32_t buffLen, UErrorCode &status); 51 ~Line(); 52 Line & operator=(const Line &other); [all …]
|
D | strengthprobe.h | 43 Line utilFirst; 44 Line utilSecond; 45 Line *utilFirstP; 46 Line *utilSecondP; 47 Line contractionUtilFirst; 48 Line contractionUtilSecond; 49 UBool probePrefix(const Line &x, const Line &y, UChar first, UChar second); 50 UBool probeSuffix(const Line &x, const Line &y, UChar first, UChar second); 51 UBool probePrefixNoSep(const Line &x, const Line &y, UChar first, UChar second); 52 UBool probeSuffixNoSep(const Line &x, const Line &y, UChar first, UChar second); [all …]
|
D | line.cpp | 23 UnicodeSet * Line::needsQuoting = NULL; 26 Line::init() in init() 48 Line::Line() in Line() function in Line 55 Line::Line(const UChar* name, int32_t len) in Line() function in Line 68 Line::Line(const UChar name) in Line() function in Line 79 Line::Line(const UnicodeString &string) in Line() function in Line 85 Line::Line(const char *buff, int32_t buffLen, UErrorCode &status) : in Line() function in Line 94 Line::Line(const Line &other) : in Line() function in Line 103 Line & 104 Line::operator=(const Line &other) { in operator =() [all …]
|
D | colprobe.cpp | 76 Line **gICULines; 79 Line source; 80 Line target; 81 Line *gSource = &source; 82 Line *gTarget = ⌖ 138 (*(Line **)a)->name, (*(Line **)a)->len, in Winstrcmp() 139 (*(Line **)b)->name, (*(Line **)b)->len); in Winstrcmp() 147 (*(Line **)a)->name, (*(Line **)a)->len, in ICUstrcmp() 148 (*(Line **)b)->name, (*(Line **)b)->len); in ICUstrcmp() 164 delete((Line *)line); in deleteLineElement() [all …]
|
D | strengthprobe.cpp | 100 StrengthProbe::probePrefix(const Line &x, const Line &y, UChar first, UChar second) { in probePrefix() 121 StrengthProbe::probeSuffix(const Line &x, const Line &y, UChar first, UChar second) { in probeSuffix() 141 StrengthProbe::probePrefixNoSep(const Line &x, const Line &y, UChar first, UChar second) { in probePrefixNoSep() 160 StrengthProbe::probeSuffixNoSep(const Line &x, const Line &y, UChar first, UChar second) { in probeSuffixNoSep() 178 StrengthProbe::getStrength(const Line &x, const Line &y) { in getStrength() 179 const Line *xp = &x; in getStrength() 180 const Line *yp = &y; in getStrength() 182 Line empty; in getStrength() 183 Line *emptyP = ∅ in getStrength() 223 Line x(sx); in getStrength() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | listFailure.types | 8 lines: List<Line> = ListMakeHead<Line>(); 9 >lines : List<Line> 10 >ListMakeHead<Line>() : List<Line> 13 addLine(lineText: string): List<Line> { 14 >addLine : (lineText: string) => List<Line> 17 var line: Line = new Line(); 18 >line : Line 19 >new Line() : Line 20 >Line : typeof Line 23 >lineEntry : List<Line> [all …]
|
D | disallowLineTerminatorBeforeArrow.errors.txt | 1 …s6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(2,5): error TS1200: Line terminator not perm… 2 …s6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(4,7): error TS1200: Line terminator not perm… 3 …s6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(6,5): error TS1200: Line terminator not perm… 4 …s6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(8,7): error TS1200: Line terminator not perm… 5 …6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(10,5): error TS1200: Line terminator not perm… 6 …6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(12,7): error TS1200: Line terminator not perm… 7 …6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(14,5): error TS1200: Line terminator not perm… 8 …6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(16,7): error TS1200: Line terminator not perm… 9 …6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(18,5): error TS1200: Line terminator not perm… 10 …6/arrowFunction/disallowLineTerminatorBeforeArrow.ts(21,5): error TS1200: Line terminator not perm… [all …]
|
D | TwoInternalModulesThatMergeEachWithExportedModulesOfTheSameName.js | 17 export class Line { 25 export class Line { 34 var l: X.Y.Z.Line; 58 var Line = /** @class */ (function () { class 59 function Line() { class in anonymousFunctiona8497eb90900.anonymousFunctiona8497eb90a00.anonymousFunctiona8497eb90b00.Line 61 return Line; 63 Z.Line = Line; 72 var Line = /** @class */ (function () { class 73 function Line() { class in anonymousFunctiona8497eb91000.anonymousFunctiona8497eb91100.anonymousFunctiona8497eb91200.Line 75 return Line; [all …]
|
D | TwoInternalModulesThatMergeEachWithExportedClassesOfTheSameName.js | 18 export class Line { 27 export class Line { 60 var Line = /** @class */ (function () { class 61 function Line() { class in anonymousFunctionc8afeace0700.anonymousFunctionc8afeace0800.anonymousFunctionc8afeace0900.Line 63 return Line; 65 Z.Line = Line; 75 var Line = /** @class */ (function () { class 76 function Line() { class in anonymousFunctionc8afeace0e00.anonymousFunctionc8afeace0f00.anonymousFunctionc8afeace1000.Line 78 return Line; 80 Z.Line = Line;
|
D | listFailure.js | 5 lines: List<Line> = ListMakeHead<Line>(); 7 addLine(lineText: string): List<Line> { 9 var line: Line = new Line(); 41 export class Line {} 52 var line = new Line(); 83 var Line = /** @class */ (function () { class 84 function Line() { class in anonymousFunctionf647675e0100.Line 86 return Line; 88 Editor.Line = Line;
|
D | ModuleWithExportedAndNonExportedImportAlias.types | 20 export class Line { 21 >Line : Line 51 // this is valid since B.Line _is_ visible outside Geometry 52 export var Unit: Lines.Line = new Lines.Line(Origin, { x: 1, y: 0 }); 53 >Unit : Lines.Line 55 >new Lines.Line(Origin, { x: 1, y: 0 }) : Lines.Line 56 >Lines.Line : typeof Lines.Line 58 >Line : typeof Lines.Line 95 >Geometry.Unit : B.Line 97 >Unit : B.Line [all …]
|
D | ExportFunctionWithInaccessibleTypesInParameterTypeAnnotation.types | 15 export class Line { 16 >Line : Line 23 export function fromOrigin(p: Point): Line { 24 >fromOrigin : (p: Point) => Line 27 return new Line({ x: 0, y: 0 }, p); 28 >new Line({ x: 0, y: 0 }, p) : Line 29 >Line : typeof Line
|
D | ExportFunctionWithInaccessibleTypesInReturnTypeAnnotation.types | 15 class Line { 16 >Line : Line 23 export function fromOrigin(p: Point): Line { 24 >fromOrigin : (p: Point) => Line 27 return new Line({ x: 0, y: 0 }, p); 28 >new Line({ x: 0, y: 0 }, p) : Line 29 >Line : typeof Line
|
D | ModuleWithExportedAndNonExportedImportAlias.js | 14 export class Line { 26 export var Unit: Lines.Line = new Lines.Line(Origin, { x: 1, y: 0 }); variable in export 38 var line = Geometry.Lines.Line; 45 var Line = /** @class */ (function () { class 46 function Line(start, end) { class in anonymousFunction2af00a150200.Line 50 return Line; 52 B.Line = Line; 59 Geometry.Unit = new Lines.Line(Geometry.Origin, { x: 1, y: 0 }); 68 var line = Geometry.Lines.Line;
|
D | ExportFunctionWithAccessibleTypesInParameterAndReturnTypeAnnotation.types | 15 export class Line { 16 >Line : Line 23 export function fromOrigin(p: Point): Line { 24 >fromOrigin : (p: Point) => Line 27 return new Line({ x: 0, y: 0 }, p); 28 >new Line({ x: 0, y: 0 }, p) : Line 29 >Line : typeof Line
|
D | ExportFunctionWithInaccessibleTypesInParameterTypeAnnotation.js | 9 export class Line { 13 export function fromOrigin(p: Point): Line { 14 return new Line({ x: 0, y: 0 }, p); 26 var Line = /** @class */ (function () { class 27 function Line(start, end) { class in anonymousFunction67bbdacd0200.Line 31 return Line; 33 A.Line = Line; 35 return new Line({ x: 0, y: 0 }, p);
|
D | ExportFunctionWithAccessibleTypesInParameterAndReturnTypeAnnotation.js | 9 export class Line { 13 export function fromOrigin(p: Point): Line { 14 return new Line({ x: 0, y: 0 }, p); 27 var Line = /** @class */ (function () { class 28 function Line(start, end) { class in anonymousFunctiona59511290200.Line 32 return Line; 34 A.Line = Line; 36 return new Line({ x: 0, y: 0 }, p);
|
D | TwoInternalModulesThatMergeEachWithExportedAndNonExportedClassesOfTheSameName.js | 22 export class Line { 30 class Line { class 39 var l: X.Y.Z.Line; 72 var Line = /** @class */ (function () { class 73 function Line() { class in anonymousFunctioncdc6d0f70700.anonymousFunctioncdc6d0f70800.anonymousFunctioncdc6d0f70900.Line 75 return Line; 77 Z.Line = Line; 86 var Line = /** @class */ (function () { class 87 function Line() { class in anonymousFunctioncdc6d0f70e00.anonymousFunctioncdc6d0f70f00.anonymousFunctioncdc6d0f71000.Line 89 return Line;
|
D | ExportModuleWithAccessibleTypesOnItsExportedMembers.js | 11 export class Line { 17 return new Line({ x: 0, y: 0 }, p); 37 var Line = /** @class */ (function () { class 38 function Line(start, end) { class in anonymousFunction87d005a40200.anonymousFunction87d005a40400.Line 40 Line.fromOrigin = function (p) { 41 return new Line({ x: 0, y: 0 }, p); 43 return Line; 45 B.Line = Line;
|
D | ExportFunctionWithInaccessibleTypesInReturnTypeAnnotation.symbols | 15 class Line { 16 >Line : Symbol(Line, Decl(ExportFunctionWithInaccessibleTypesInReturnTypeAnnotation.ts, 5, 5)) 19 >start : Symbol(Line.start, Decl(ExportFunctionWithInaccessibleTypesInReturnTypeAnnotation.ts, 8, 2… 21 >end : Symbol(Line.end, Decl(ExportFunctionWithInaccessibleTypesInReturnTypeAnnotation.ts, 8, 40)) 25 export function fromOrigin(p: Point): Line { 29 >Line : Symbol(Line, Decl(ExportFunctionWithInaccessibleTypesInReturnTypeAnnotation.ts, 5, 5)) 31 return new Line({ x: 0, y: 0 }, p); 32 >Line : Symbol(Line, Decl(ExportFunctionWithInaccessibleTypesInReturnTypeAnnotation.ts, 5, 5))
|
D | ExportFunctionWithInaccessibleTypesInParameterTypeAnnotation.symbols | 15 export class Line { 16 >Line : Symbol(Line, Decl(ExportFunctionWithInaccessibleTypesInParameterTypeAnnotation.ts, 5, 5)) 19 >start : Symbol(Line.start, Decl(ExportFunctionWithInaccessibleTypesInParameterTypeAnnotation.ts, 8… 21 >end : Symbol(Line.end, Decl(ExportFunctionWithInaccessibleTypesInParameterTypeAnnotation.ts, 8, 40… 25 export function fromOrigin(p: Point): Line { 29 >Line : Symbol(Line, Decl(ExportFunctionWithInaccessibleTypesInParameterTypeAnnotation.ts, 5, 5)) 31 return new Line({ x: 0, y: 0 }, p); 32 >Line : Symbol(Line, Decl(ExportFunctionWithInaccessibleTypesInParameterTypeAnnotation.ts, 5, 5))
|
/third_party/lz4/examples/ |
D | blockStreaming_lineByLine.md | 1 # LZ4 Streaming API Example : Line by Line Text Compression 15 - Line by line incremental (de)compression. 30 | Line#1 | 43 | Line#1 | Line#2 | 56 | Line#1 | Line#2 | Line#3 | 69 | .... | Line#X | Line#X+1 | 84 | .... | Line#X | Line#X+1 | Line#X+2 | 99 But in this time, LZ4 can use dependency to Line#1 to improve compression ratio. 102 Eventually, we'll reach end of ringbuffer at Line#X (see (4)). 104 After resetting, at Line#X+1 pointer is not adjacent, but LZ4 still maintain its memory. [all …]
|
/third_party/pulseaudio/src/modules/alsa/mixer/paths/ |
D | analog-output-lineout.conf | 20 [Jack Line Out] 23 [Jack Line Out Phantom] 28 [Jack Front Line Out] 31 [Jack Front Line Out Phantom] 36 [Jack Rear Line Out] 39 [Jack Rear Line Out Phantom] 44 [Jack Line Out Front] 47 [Jack Line Out Front Phantom] 52 [Jack Line Out CLFE] 57 [Jack Line Out CLFE Phantom] [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LineEditor/ |
D | LineEditor.cpp | 259 const char *Line = ::el_gets(Data->EL, &LineLen); in readLine() local 262 if (!Line || LineLen == 0) in readLine() 267 (Line[LineLen - 1] == '\n' || Line[LineLen - 1] == '\r')) in readLine() 272 ::history(Data->Hist, &HE, H_ENTER, Line); in readLine() 274 return std::string(Line, LineLen); in readLine() 303 std::string Line; in readLine() local 308 if (Line.empty()) in readLine() 311 return Line; in readLine() 313 Line.append(Buf); in readLine() 314 } while (Line.empty() || in readLine() [all …]
|