/third_party/typescript/tests/baselines/reference/ |
H A D | doNotElaborateAssignabilityToTypeParameters.js | 8 stuff: string, 9 things: string,
|
H A D | enumBasics.js | 18 readonly [n: number]: string; 22 // Reverse mapping of enum returns string name of property 24 var s: string; 97 // Reverse mapping of enum returns string name of property
|
H A D | mergeThreeInterfaces2.js | 7 foo: string; 34 foo: string;
|
H A D | mergedInheritedClassInterface.js | 22 additional2: string; 25 classString: string;
|
H A D | narrowingOfDottedNames.js | 5 prop!: { a: string; }; 9 prop!: { b: string; }
|
H A D | objectTypeWithRecursiveWrappedPropertyCheckedNominally.js | 15 var list2 = new List<string>(); 18 var myList2 = new MyList<string>();
|
H A D | objectTypeWithStringAndNumberIndexSignatureToAny.js | 5 // the target side has *any* string index signature to `any`. 13 // { [x: number]: any, [x: string]: any; } 17 // { [x: number]: number, [x: string]: any; } 22 [x: string]: T; 33 hello: string; 101 // the target side has *any* string index signature to `any`.
109 // { [x: number]: any, [x: string]: any; }
113 // { [x: number]: number, [x: string]: any; }
|
H A D | optionalChainingInference.js | 4 declare const su: string | undefined; 6 declare const osu: { prop: string } | undefined;
|
H A D | parenthesizedContexualTyping1.js | 27 type ObjType = { x: (p: number) => string; y: (p: string) => number };
|
H A D | propertyAccessOnTypeParameterWithConstraints2.js | 5 foo(): string { return ''; } 9 bar(): string { 17 var a = x['foo'](); // should be string 22 var a = x['foo'](); // should be string 29 // var a = x['foo'](); // should be string 34 // var a = x['foo'](); // should be string 71 var a = x['foo'](); // should be string 77 // var a = x['foo'](); // should be string 122 var a = x['foo'](); // should be string
126 var a = x['foo'](); // should be string
[all...] |
H A D | propertyAccessOnTypeParameterWithConstraints3.js | 5 foo(): string { return ''; } 9 bar(): string { 18 var a = x['foo'](); // should be string 24 var a = x['foo'](); // should be string 52 var a = x['foo'](); // should be string 98 var a = x['foo'](); // should be string
103 var a = x['foo'](); // should be string
122 var a = x['foo'](); // should be string
|
H A D | externModule.js | 9 // Not supported anymore? public (): string; 21 static parse(string: string): number;
|
H A D | genericCallWithObjectTypeArgsAndConstraints2.js | 6 x: string; 9 y: string;
|
H A D | inferenceErasedSignatures.js | 14 class SomeClass extends SomeAbstractClass<number, string, boolean> { 15 async baz(context: number): Promise<string> { 25 type SomeClassM = MType<SomeClass>; // string
|
H A D | instancePropertiesInheritedIntoClassType.js | 4 x: string; 13 class D extends C { e: string; }
|
H A D | jsDeclarationsDefault.js | 31 * @typedef {string | number} default 38 * @typedef {string | number} default 105 * @typedef {string | number} default
115 * @typedef {string | number} default
139 type _default = string | number;
144 type func = string | number;
|
H A D | keyofAndForIn.js | 4 function f1<K extends string, T>(obj: { [P in K]: T }, k: K) { 72 declare function f1<K extends string, T>(obj: {
|
H A D | tsxSpreadAttributesResolution11.js | 8 const obj3: {y: true, overwrite: string } = { 16 overwrite: string
|
H A D | tsxStatelessFunctionComponents1.js | 6 function Greet(x: {name: string}) { 12 function MeetAndGreet(k: {"prop-name": string}) {
|
/third_party/vixl/tools/ |
H A D | generate_tests.py | 611 import string namespace 714 # string.Template object. 715 template = string.Template(re.sub("\/\/\/.*", "", f.read()))
|
/third_party/vixl/test/aarch64/ |
H A D | test-fuzz-aarch64.cc | 28 #include <string> 41 static void FuzzHelper(std::string mode, int step_size, int offset, int shift) { in FuzzHelper()
|
/third_party/protobuf/src/google/protobuf/compiler/java/ |
H A D | java_message_builder_lite.cc | 95 std::map<std::string, std::string> vars; in Generate()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | wire_format.py | 183 def StringByteSize(field_number, string): 184 return BytesByteSize(field_number, string.encode('utf-8'))
|
/third_party/pulseaudio/man/ |
H A D | xmltoman | 197 my $string = shift; 199 $buffer .= $string;
|
/third_party/rust/crates/minimal-lexical/etc/ |
H A D | bellerophon_table.py | 109 def print_array(base, string, fps, index): 112 print(string.format(base, len(fps)))
|