/third_party/libphonenumber/resources/carrier/en/ |
D | 44.txt | 53 # - Hutchison 3G UK Ltd: Three 123 447365|Three 124 447366|Three 125 447367|Three 136 447378|Three 139 447380|Three 143 447383|Three 149 4473890|Three 150 4473891|Three 165 4473970|Three [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.types | 14 interface Three { foo: string } 46 class C<T extends U, U extends Three> { 118 function foo1c(x: C<Three, Three>); 119 >foo1c : { (x: C<Three, Three>): any; (x: C<Three, Three>): any; } 120 >x : C<Three, Three> 122 function foo1c(x: C<Three, Three>); // error 123 >foo1c : { (x: C<Three, Three>): any; (x: C<Three, Three>): any; } 124 >x : C<Three, Three> 127 >foo1c : { (x: C<Three, Three>): any; (x: C<Three, Three>): any; } 183 >foo5b : { (x: A): any; (x: C<Three, Three>): any; } [all …]
|
D | objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.types | 14 interface Three { foo: string } 35 class C<T extends U, U extends Three> { 90 function foo1c(x: C<Three, Three>); 91 >foo1c : { (x: C<Three, Three>): any; (x: C<Three, Three>): any; } 92 >x : C<Three, Three> 94 function foo1c(x: C<Three, Three>); // error 95 >foo1c : { (x: C<Three, Three>): any; (x: C<Three, Three>): any; } 96 >x : C<Three, Three> 99 >foo1c : { (x: C<Three, Three>): any; (x: C<Three, Three>): any; } 142 function foo5c(x: C<Three, Three>); [all …]
|
D | returnTypeTypeArguments.symbols | 23 class Three<T, U, V>{ 24 >Three : Symbol(Three, Decl(returnTypeTypeArguments.ts, 6, 1)) 30 >value : Symbol(Three.value, Decl(returnTypeTypeArguments.ts, 7, 21)) 34 >id : Symbol(Three.id, Decl(returnTypeTypeArguments.ts, 8, 13)) 38 >name : Symbol(Three.name, Decl(returnTypeTypeArguments.ts, 9, 10)) 50 function A3(): Three { return null; } 52 >Three : Symbol(Three, Decl(returnTypeTypeArguments.ts, 6, 1)) 58 function B2(): Three<string> { return null; } 60 >Three : Symbol(Three, Decl(returnTypeTypeArguments.ts, 6, 1)) 62 function B3(): Three<string, number> { return null; } [all …]
|
D | objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.js | 8 interface Three { foo: string } 23 class C<T extends U, U extends Three> { 50 function foo1c(x: C<Three, Three>); 51 function foo1c(x: C<Three, Three>); // error 71 function foo5b(x: C<Three, Three>); // ok 74 function foo5c(x: C<Three, Three>); 78 function foo6c(x: C<Three, Three>); 95 function foo9(x: C<Three, Three>); // error 107 function foo12(x: C<Three, Three>); // error 111 function foo12b(x: C<Three, Three>); // ok [all …]
|
D | returnTypeTypeArguments.js | 9 class Three<T, U, V>{ class 17 function A3(): Three { return null; } 20 function B2(): Three<string> { return null; } 21 function B3(): Three<string, number> { return null; } 26 A3(): Three { return null; } 29 B2(): Three<string> { return null; } 30 B3(): Three<string, number> { return null; } 35 A3(): Three<T> { return null; } 38 B2(): Three<T> { return null; } 39 B3(): Three<string, T> { return null; } [all …]
|
D | objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.js | 8 interface Three { foo: string } 19 class C<T extends U, U extends Three> { 42 function foo1c(x: C<Three, Three>); 43 function foo1c(x: C<Three, Three>); // error 58 function foo5c(x: C<Three, Three>); 62 function foo6c(x: C<Three, Three>); 71 function foo9(x: C<Three, Three>); // error 83 function foo12(x: C<Three, Three>); // ok 87 function foo12b(x: C<Three, Three>); // ok
|
D | objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.symbols | 14 interface Three { foo: string } 15 >Three : Symbol(Three, Decl(objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints… 16 >foo : Symbol(Three.foo, Decl(objectTypesIdentityWithGenericConstructSignaturesDifferingByConstrain… 54 class C<T extends U, U extends Three> { 59 >Three : Symbol(Three, Decl(objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints… 151 function foo1c(x: C<Three, Three>); 155 >Three : Symbol(Three, Decl(objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints… 156 >Three : Symbol(Three, Decl(objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints… 158 function foo1c(x: C<Three, Three>); // error 162 >Three : Symbol(Three, Decl(objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints… [all …]
|
D | returnTypeTypeArguments.errors.txt | 3 tests/cases/compiler/returnTypeTypeArguments.ts(16,16): error TS2314: Generic type 'Three<T, U, V>'… 5 tests/cases/compiler/returnTypeTypeArguments.ts(19,16): error TS2314: Generic type 'Three<T, U, V>'… 6 tests/cases/compiler/returnTypeTypeArguments.ts(20,16): error TS2314: Generic type 'Three<T, U, V>'… 9 tests/cases/compiler/returnTypeTypeArguments.ts(25,11): error TS2314: Generic type 'Three<T, U, V>'… 11 tests/cases/compiler/returnTypeTypeArguments.ts(28,11): error TS2314: Generic type 'Three<T, U, V>'… 12 tests/cases/compiler/returnTypeTypeArguments.ts(29,11): error TS2314: Generic type 'Three<T, U, V>'… 14 tests/cases/compiler/returnTypeTypeArguments.ts(34,11): error TS2314: Generic type 'Three<T, U, V>'… 16 tests/cases/compiler/returnTypeTypeArguments.ts(37,11): error TS2314: Generic type 'Three<T, U, V>'… 17 tests/cases/compiler/returnTypeTypeArguments.ts(38,11): error TS2314: Generic type 'Three<T, U, V>'… 48 class Three<T, U, V>{ [all …]
|
D | objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.symbols | 14 interface Three { foo: string } 15 >Three : Symbol(Three, Decl(objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.ts,… 16 >foo : Symbol(Three.foo, Decl(objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.t… 70 class C<T extends U, U extends Three> { 75 >Three : Symbol(Three, Decl(objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.ts,… 186 function foo1c(x: C<Three, Three>); 190 >Three : Symbol(Three, Decl(objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.ts,… 191 >Three : Symbol(Three, Decl(objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.ts,… 193 function foo1c(x: C<Three, Three>); // error 197 >Three : Symbol(Three, Decl(objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.ts,… [all …]
|
D | returnTypeTypeArguments.types | 17 class Three<T, U, V>{ 18 >Three : Three<T, U, V> 38 function A3(): Three { return null; } 46 function B2(): Three<string> { return null; } 50 function B3(): Three<string, number> { return null; } 65 A3(): Three { return null; } 73 B2(): Three<string> { return null; } 77 B3(): Three<string, number> { return null; } 89 A3(): Three<T> { return null; } 97 B2(): Three<T> { return null; } [all …]
|
D | unionTypeWithIndexSignature.types | 28 type Three = { foo: number } | { [s: string]: string } | { [s: string]: boolean }; 29 >Three : Three 34 declare var v: Three 35 >v : Three 40 >v : Three
|
D | unionTypeWithIndexSignature.symbols | 23 type Three = { foo: number } | { [s: string]: string } | { [s: string]: boolean }; 24 >Three : Symbol(Three, Decl(unionTypeWithIndexSignature.ts, 3, 12)) 29 declare var v: Three 31 >Three : Symbol(Three, Decl(unionTypeWithIndexSignature.ts, 3, 12))
|
D | unionTypeWithIndexSignature.js | 6 type Three = { foo: number } | { [s: string]: string } | { [s: string]: boolean }; 7 declare var v: Three
|
D | unionTypeWithIndexSignature.errors.txt | 16 type Three = { foo: number } | { [s: string]: string } | { [s: string]: boolean }; 17 declare var v: Three
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeAndMemberIdentity/ |
D | objectTypesIdentityWithGenericCallSignaturesDifferingByConstraints3.ts | 7 interface Three { foo: string } interface 22 class C<T extends U, U extends Three> { 49 function foo1c(x: C<Three, Three>); 50 function foo1c(x: C<Three, Three>); // error 70 function foo5b(x: C<Three, Three>); // ok 73 function foo5c(x: C<Three, Three>); 77 function foo6c(x: C<Three, Three>); 94 function foo9(x: C<Three, Three>); // error 106 function foo12(x: C<Three, Three>); // error 110 function foo12b(x: C<Three, Three>); // ok [all …]
|
D | objectTypesIdentityWithGenericConstructSignaturesDifferingByConstraints3.ts | 7 interface Three { foo: string } interface 18 class C<T extends U, U extends Three> { 41 function foo1c(x: C<Three, Three>); 42 function foo1c(x: C<Three, Three>); // error 57 function foo5c(x: C<Three, Three>); 61 function foo6c(x: C<Three, Three>); 70 function foo9(x: C<Three, Three>); // error 82 function foo12(x: C<Three, Three>); // ok 86 function foo12b(x: C<Three, Three>); // ok
|
/third_party/typescript/tests/cases/compiler/ |
D | returnTypeTypeArguments.ts | 8 class Three<T, U, V>{ class 16 function A3(): Three { return null; } 19 function B2(): Three<string> { return null; } 20 function B3(): Three<string, number> { return null; } 25 A3(): Three { return null; } 28 B2(): Three<string> { return null; } 29 B3(): Three<string, number> { return null; } 34 A3(): Three<T> { return null; } 37 B2(): Three<T> { return null; } 38 B3(): Three<string, T> { return null; }
|
/third_party/rust/crates/regex/regex-syntax/src/ |
D | utf8.rs | 106 Three([Utf8Range; 3]), enumerator 123 3 => Utf8Sequence::Three([ in from_encoded_range() 144 Three(ref r) => &r[..], in as_slice() 176 Utf8Sequence::Three(ref mut x) => x.reverse(), in reverse() 211 Three(ref r) => write!(f, "{:?}{:?}{:?}", r[0], r[1], r[2]), in fmt() 515 Three([ in bmp() 520 Three([ in bmp() 525 Three([ in bmp() 530 Three([ in bmp() 551 let mut s = Three([rutf8(0xA, 0xB), rutf8(0xB, 0xC), rutf8(0xC, 0xD)]); in reverse()
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | persistent_bottom_sheet_test.dart | 50 Container(height: 100.0, child: const Text('Three')), 85 Container(height: 100.0, child: const Text('Three')), 121 Container(height: 100.0, child: const Text('Three')), 275 Container(height: 100.0, child: const Text('Three')), 276 Container(height: 100.0, child: const Text('Three')), 277 Container(height: 100.0, child: const Text('Three')), 278 Container(height: 100.0, child: const Text('Three')), 279 Container(height: 100.0, child: const Text('Three')), 280 Container(height: 100.0, child: const Text('Three')), 281 Container(height: 100.0, child: const Text('Three')), [all …]
|
/third_party/typescript/tests/cases/conformance/types/union/ |
D | unionTypeWithIndexSignature.ts | 7 type Three = { foo: number } | { [s: string]: string } | { [s: string]: boolean }; alias 8 declare var v: Three
|
/third_party/rust/crates/serde/test_suite/tests/ui/type-attribute/ |
D | into.rs | 9 Three, enumerator
|
D | from.rs | 9 Three, enumerator
|
D | try_from.rs | 9 Three, enumerator
|
/third_party/libuv/ |
D | LICENSE | 62 - stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three 66 Three clause BSD license.
|