Home
last modified time | relevance | path

Searched refs:string (Results 8201 - 8225 of 27492) sorted by relevance

1...<<321322323324325326327328329330>>...1100

/third_party/typescript/tests/baselines/reference/
H A DdoNotElaborateAssignabilityToTypeParameters.js8 stuff: string,
9 things: string,
H A DenumBasics.js18 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 DmergeThreeInterfaces2.js7 foo: string;
34 foo: string;
H A DmergedInheritedClassInterface.js22 additional2: string;
25 classString: string;
H A DnarrowingOfDottedNames.js5 prop!: { a: string; };
9 prop!: { b: string; }
H A DobjectTypeWithRecursiveWrappedPropertyCheckedNominally.js15 var list2 = new List<string>();
18 var myList2 = new MyList<string>();
H A DobjectTypeWithStringAndNumberIndexSignatureToAny.js5 // 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 DoptionalChainingInference.js4 declare const su: string | undefined;
6 declare const osu: { prop: string } | undefined;
H A DparenthesizedContexualTyping1.js27 type ObjType = { x: (p: number) => string; y: (p: string) => number };
H A DpropertyAccessOnTypeParameterWithConstraints2.js5 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 DpropertyAccessOnTypeParameterWithConstraints3.js5 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 DexternModule.js9 // Not supported anymore? public (): string;
21 static parse(string: string): number;
H A DgenericCallWithObjectTypeArgsAndConstraints2.js6 x: string;
9 y: string;
H A DinferenceErasedSignatures.js14 class SomeClass extends SomeAbstractClass<number, string, boolean> {
15 async baz(context: number): Promise<string> {
25 type SomeClassM = MType<SomeClass>; // string
H A DinstancePropertiesInheritedIntoClassType.js4 x: string;
13 class D extends C { e: string; }
H A DjsDeclarationsDefault.js31 * @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 DkeyofAndForIn.js4 function f1<K extends string, T>(obj: { [P in K]: T }, k: K) {
72 declare function f1<K extends string, T>(obj: {
H A DtsxSpreadAttributesResolution11.js8 const obj3: {y: true, overwrite: string } = {
16 overwrite: string
H A DtsxStatelessFunctionComponents1.js6 function Greet(x: {name: string}) {
12 function MeetAndGreet(k: {"prop-name": string}) {
/third_party/vixl/tools/
H A Dgenerate_tests.py611 import string namespace
714 # string.Template object.
715 template = string.Template(re.sub("\/\/\/.*", "", f.read()))
/third_party/vixl/test/aarch64/
H A Dtest-fuzz-aarch64.cc28 #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 Djava_message_builder_lite.cc95 std::map<std::string, std::string> vars; in Generate()
/third_party/protobuf/python/google/protobuf/internal/
H A Dwire_format.py183 def StringByteSize(field_number, string):
184 return BytesByteSize(field_number, string.encode('utf-8'))
/third_party/pulseaudio/man/
H A Dxmltoman197 my $string = shift;
199 $buffer .= $string;
/third_party/rust/crates/minimal-lexical/etc/
H A Dbellerophon_table.py109 def print_array(base, string, fps, index):
112 print(string.format(base, len(fps)))

Completed in 17 milliseconds

1...<<321322323324325326327328329330>>...1100