Home
last modified time | relevance | path

Searched refs:My (Results 1 – 25 of 258) sorted by relevance

1234567891011

/third_party/typescript/tests/baselines/reference/
DmixingFunctionAndAmbientModule1.types5 declare module My {
6 >My : typeof My
11 function My(s: string) { }
12 >My : typeof My
19 declare module My {
20 >My : typeof My
25 function My(s: boolean);
26 >My : typeof My
29 function My(s: any) { }
30 >My : typeof My
[all …]
DmixingFunctionAndAmbientModule1.symbols5 declare module My {
6 >My : Symbol(My, Decl(mixingFunctionAndAmbientModule1.ts, 3, 5), Decl(mixingFunctionAndAmbientModul…
11 function My(s: string) { }
12 >My : Symbol(My, Decl(mixingFunctionAndAmbientModule1.ts, 3, 5), Decl(mixingFunctionAndAmbientModul…
19 declare module My {
20 >My : Symbol(My, Decl(mixingFunctionAndAmbientModule1.ts, 10, 5), Decl(mixingFunctionAndAmbientModu…
25 function My(s: boolean);
26 >My : Symbol(My, Decl(mixingFunctionAndAmbientModule1.ts, 10, 5), Decl(mixingFunctionAndAmbientModu…
29 function My(s: any) { }
30 >My : Symbol(My, Decl(mixingFunctionAndAmbientModule1.ts, 10, 5), Decl(mixingFunctionAndAmbientModu…
[all …]
DmixingFunctionAndAmbientModule1.js3 declare module My {
6 function My(s: string) { } class
10 declare module My {
13 function My(s: boolean);
14 function My(s: any) { }
18 declare module My {
21 declare function My(s: boolean);
25 declare module My {
28 declare function My(s: boolean);
29 declare function My(s: any);
[all …]
DimportAliasFromNamespace.js4 namespace My.Internal {
14 import Internal = My.Internal;
25 var My; variable
26 (function (My) { argument
31 })(Internal = My.Internal || (My.Internal = {}));
32 })(My || (My = {}));
39 var Internal = My.Internal;
53 declare namespace My.Internal {
DcheckJsxChildrenProperty2.types82 ><Comp a={10} b="hi"> <div> My Div </div> {(name: string) => <div> My name {name} </d…
88 <div> My Div </div>
89 ><div> My Div </div> : JSX.Element
93 {(name: string) => <div> My name {name} </div>}
94 >(name: string) => <div> My name {name} </div> : (name: string) => JSX.Element
96 ><div> My name {name} </div> : JSX.Element
108 ><Comp a={10} b="hi"> <div> My Div </div> {1000000} </Comp> : JSX.Element
114 <div> My Div </div>
115 ><div> My Div </div> : JSX.Element
129 ><Comp a={10} b="hi" > <div> My Div </div> hi hi hi! </Comp> : JSX.Element
[all …]
DcheckJsxChildrenProperty2.js33 <div> My Div </div>
34 {(name: string) => <div> My name {name} </div>}
39 <div> My Div </div>
45 <div> My Div </div>
51 <div> My Div </div>
52 <div> My Div </div>
76 <div> My Div </div>
77 {function (name) { return <div> My name {name} </div>; }}
80 <div> My Div </div>
84 <div> My Div </div>
[all …]
DimportAliasFromNamespace.types7 import Internal = My.Internal;
9 >My : typeof My
39 namespace My.Internal {
40 >My : typeof My
DimportAliasFromNamespace.symbols7 import Internal = My.Internal;
9 >My : Symbol(My, Decl(internal.ts, 0, 0))
36 namespace My.Internal {
37 >My : Symbol(My, Decl(internal.ts, 0, 0))
DcheckJsxChildrenProperty2.errors.txt48 <div> My Div </div>
49 {(name: string) => <div> My name {name} </div>}
56 <div> My Div </div>
64 <div> My Div </div>
72 <div> My Div </div>
73 <div> My Div </div>
DinferenceUnionOfObjectsMappedContextualType.types28 >{ key: 'someDate', caption: 'My Date', formatter: (value) => value ? value.toString() : '…
34 caption: 'My Date',
36 >'My Date' : "My Date"
DextendsTag1.types6 class My extends Set {}
7 >My : My<T>
DextendsTag1.symbols6 class My extends Set {}
7 >My : Symbol(My, Decl(bug25101.js, 0, 0))
DcheckJsxChildrenProperty2.symbols81 <div> My Div </div>
85 {(name: string) => <div> My name {name} </div>}
102 <div> My Div </div>
118 <div> My Div </div>
134 <div> My Div </div>
138 <div> My Div </div>
DcheckJsxChildrenProperty5.types25 return (<div>My Button</div>)
26 >(<div>My Button</div>) : JSX.Element
27 ><div>My Button</div> : JSX.Element
DcheckJsxChildrenProperty10.types28 return (<div>My Button</div>)
29 >(<div>My Button</div>) : JSX.Element
30 ><div>My Button</div> : JSX.Element
DcheckJsxChildrenProperty11.types28 return (<div>My Button</div>)
29 >(<div>My Button</div>) : JSX.Element
30 ><div>My Button</div> : JSX.Element
DcheckJsxChildrenProperty7.types27 return (<div>My Button</div>)
28 >(<div>My Button</div>) : JSX.Element
29 ><div>My Button</div> : JSX.Element
DcheckJsxChildrenProperty10.js15 return (<div>My Button</div>)
30 return (<div>My Button</div>);
/third_party/typescript/tests/cases/compiler/
DmixingFunctionAndAmbientModule1.ts2 declare module My {
5 function My(s: string) { } function
9 declare module My {
12 function My(s: boolean); function
13 function My(s: any) { }
17 declare module My {
20 declare function My(s: boolean); function
24 declare module My {
27 declare function My(s: boolean);
28 declare function My(s: any);
[all …]
DimportAliasFromNamespace.ts3 namespace My.Internal {
13 import Internal = My.Internal;
/third_party/flutter/flutter/packages/flutter/test/foundation/
Dassertions_test.dart141 'My Error Summary.\n'
142 'My first description.\n'
143 'My second description.'
149 expect(error.diagnostics[0].toString(), 'My Error Summary.');
150 expect(error.diagnostics[1].toString(), 'My first description.');
151 expect(error.diagnostics[2].toString(), 'My second description.');
155 ' My Error Summary.\n'
156 ' My first description.\n'
157 ' My second description.\n'
161 'My Error Summary.\n'
[all …]
/third_party/typescript/tests/cases/conformance/jsx/
DcheckJsxChildrenProperty2.tsx39 <div> My Div </div>
40 {(name: string) => <div> My name {name} </div>}
45 <div> My Div </div>
51 <div> My Div </div>
57 <div> My Div </div>
58 <div> My Div </div>
/third_party/node/deps/npm/node_modules/err-code/
DREADME.md31 var err = new Error('My message');
46 throw errcode(new Error('My message'), 'ESOMECODE');
48 throw errcode(new Error('My message'), 'ESOMECODE', { detail: 'Additional information about the err…
50 throw errcode(new Error('My message'), { detail: 'Additional information about the error' });
57 throw errcode('My message', 'ESOMECODE');
59 throw errcode('My message', 'ESOMECODE', { detail: 'Additional information about the error' });
61 throw errcode('My message', { detail: 'Additional information about the error' });
/third_party/openssl/test/recipes/30-test_evp_data/
Devpmac_common.txt343 Custom = "My Tagged Application"
349 Custom = "My Tagged Application"
356 Custom = "My Tagged Application"
370 Custom = "My Tagged Application"
385 Custom = "My Tagged Application"
392 Custom = "My Tagged Application"
400 Custom = "My Tagged Application"
414 Custom = "My Tagged Application"
440 Custom = "My Tagged Application"
447 Custom = "My Tagged Application"
[all …]
/third_party/googletest/googletest/test/
Dgtest-typed-test_test.cc297 INSTANTIATE_TYPED_TEST_SUITE_P(My, DerivedTest, MyTwoTypes);
391 INSTANTIATE_TYPED_TEST_SUITE_P(My, ContainerTest, MyContainers);
415 INSTANTIATE_TYPED_TEST_SUITE_P(My, NumericTest, NumericTypes);
434 INSTANTIATE_TYPED_TEST_SUITE_P(My, TrimmedTest, TrimTypes);

1234567891011