Home
last modified time | relevance | path

Searched refs:me (Results 1 – 25 of 911) sorted by relevance

12345678910>>...37

/third_party/icu/icu4c/source/data/zone/
Dee.txt952 ls{"Xexeme gaƒoƒoɖoanyi me"}
998 ld{"Ireland nutome gaƒoƒo me"}
1035 ld{"British dzomeŋɔli gaƒoƒo me"}
1290 ls{"Afghanistan gaƒoƒo me"}
1293 ls{"Central Africa gaƒoƒo me"}
1297 ls{"East Africa gaƒoƒo me"}
1301 ls{"South Africa nutome gaƒoƒo me"}
1305 ld{"West Africa dzomeŋɔli gaƒoƒo me"}
1306 lg{"West Africa gaƒoƒo me"}
1307 ls{"West Africa nutome gaƒoƒo me"}
[all …]
/third_party/skia/third_party/externals/icu/source/data/zone/
Dee.txt952 ls{"Xexeme gaƒoƒoɖoanyi me"}
998 ld{"Ireland nutome gaƒoƒo me"}
1035 ld{"British dzomeŋɔli gaƒoƒo me"}
1290 ls{"Afghanistan gaƒoƒo me"}
1293 ls{"Central Africa gaƒoƒo me"}
1297 ls{"East Africa gaƒoƒo me"}
1301 ls{"South Africa nutome gaƒoƒo me"}
1305 ld{"West Africa dzomeŋɔli gaƒoƒo me"}
1306 lg{"West Africa gaƒoƒo me"}
1307 ls{"West Africa nutome gaƒoƒo me"}
[all …]
/third_party/typescript/tests/baselines/reference/
DintersectionThisTypes.types14 me(): this;
15 >me : () => this
36 t = t.me().self().me();
37 >t = t.me().self().me() : Thing3
39 >t.me().self().me() : Thing3
40 >t.me().self().me : () => Thing3
41 >t.me().self() : Thing3
42 >t.me().self : () => Thing3
43 >t.me() : Thing3
44 >t.me : () => Thing3
[all …]
DdefaultDeclarationEmitShadowedNamedCorrectly.types2 import * as me from "./this";
3 >me : typeof me
26 >MyComponent : me.default
29 >props : me.Props
32 >Something : typeof me.Something
38 export const create = make(me.default);
39 >create : me.Things<me.Props, me.default>
40 >make(me.default) : me.Things<me.Props, me.default>
41 >make : <P, CTor>(x: new () => CTor & { props: P; }) => me.Things<P, CTor>
42 >me.default : typeof me.default
[all …]
DdefaultDeclarationEmitShadowedNamedCorrectly.symbols2 import * as me from "./this";
3 >me : Symbol(me, Decl(this.ts, 0, 6))
6 >Things : Symbol(me.Things, Decl(this.ts, 0, 29))
11 >p : Symbol(me.Things.p, Decl(this.ts, 1, 31))
15 >t : Symbol(me.Things.t, Decl(this.ts, 2, 9))
26 >Things : Symbol(me.Things, Decl(this.ts, 0, 29))
34 >Props : Symbol(me.Props, Decl(this.ts, 7, 1))
38 >MyComponent : Symbol(me.default, Decl(this.ts, 10, 1))
41 >props : Symbol(me.default.props, Decl(this.ts, 12, 34))
42 >Props : Symbol(me.Props, Decl(this.ts, 7, 1))
[all …]
DintersectionThisTypes.symbols18 me(): this;
19 >me : Symbol(Thing2.me, Decl(intersectionThisTypes.ts, 6, 14))
42 t = t.me().self().me();
44 >t.me().self().me : Symbol(Thing2.me, Decl(intersectionThisTypes.ts, 6, 14))
45 >t.me().self : Symbol(Thing1.self, Decl(intersectionThisTypes.ts, 1, 14))
46 >t.me : Symbol(Thing2.me, Decl(intersectionThisTypes.ts, 6, 14))
48 >me : Symbol(Thing2.me, Decl(intersectionThisTypes.ts, 6, 14))
50 >me : Symbol(Thing2.me, Decl(intersectionThisTypes.ts, 6, 14))
72 t = t.me().self().me();
74 >t.me().self().me : Symbol(Thing2.me, Decl(intersectionThisTypes.ts, 6, 14))
[all …]
DunusedImportDeclaration.types7 >{ me: "A"} : { me: string; }
9 me: "A"
10 >me : string
18 foo("IN " + thingy.me + "!");
19 >foo("IN " + thingy.me + "!") : void
21 >"IN " + thingy.me + "!" : string
22 >"IN " + thingy.me : string
24 >thingy.me : string
26 >me : string
33 me: string;
[all …]
DunusedImportDeclaration.symbols9 me: "A"
10 >me : Symbol(me, Decl(unusedImportDeclaration_testerA.ts, 1, 17))
17 foo("IN " + thingy.me + "!");
19 >thingy.me : Symbol(B.me, Decl(unusedImportDeclaration_testerB.ts, 0, 15))
21 >me : Symbol(B.me, Decl(unusedImportDeclaration_testerB.ts, 0, 15))
27 me: string;
28 >me : Symbol(TesterB.me, Decl(unusedImportDeclaration_testerB.ts, 0, 15))
DtypeFromPropertyAssignment10_1.types21 >Outer.app.SomeView = (function () { var SomeView = function() { var me = this; } r…
27 >(function () { var SomeView = function() { var me = this; } return SomeView;})() :…
28 >(function () { var SomeView = function() { var me = this; } return SomeView;}) : (…
29 >function () { var SomeView = function() { var me = this; } return SomeView;} : () …
33 >function() { var me = this; } : () => void
35 var me = this;
36 >me : any
94 …by HTML page */ var Application = function () { var me = this; me.view = new …
100 …by HTML page */ var Application = function () { var me = this; me.view = new …
101 …by HTML page */ var Application = function () { var me = this; me.view = new …
[all …]
DtypeFromPropertyAssignment10.types21 >Outer.app.SomeView = (function () { var SomeView = function() { var me = this; } r…
27 >(function () { var SomeView = function() { var me = this; } return SomeView;})() :…
28 >(function () { var SomeView = function() { var me = this; } return SomeView;}) : (…
29 >function () { var SomeView = function() { var me = this; } return SomeView;} : () …
33 >function() { var me = this; } : () => void
35 var me = this;
36 >me : any
94 …by HTML page */ var Application = function () { var me = this; me.view = new …
100 …by HTML page */ var Application = function () { var me = this; me.view = new …
101 …by HTML page */ var Application = function () { var me = this; me.view = new …
[all …]
DnodeNextPackageImportMapRootDir.types2 import * as me from "#dep";
3 >me : typeof me
5 me.thing();
6 >me.thing() : void
7 >me.thing : () => void
8 >me : typeof me
DnodeNextPackageSelfNameWithOutDirDeclDirRootDir.types2 import * as me from "@this/package";
3 >me : typeof me
5 me.thing();
6 >me.thing() : void
7 >me.thing : () => void
8 >me : typeof me
DnodeNextPackageSelfNameWithOutDirDeclDirComposite.types2 import * as me from "@this/package";
3 >me : typeof me
5 me.thing();
6 >me.thing() : void
7 >me.thing : () => void
8 >me : typeof me
DnodeNextPackageSelfNameWithOutDirRootDir.types2 import * as me from "@this/package";
3 >me : typeof me
5 me.thing();
6 >me.thing() : void
7 >me.thing : () => void
8 >me : typeof me
DnodeNextPackageSelfNameWithOutDirDeclDir.types2 import * as me from "@this/package";
3 >me : typeof me
5 me.thing();
6 >me.thing() : void
7 >me.thing : () => void
8 >me : typeof me
DnodeNextPackageSelfNameWithOutDir.types2 import * as me from "@this/package";
3 >me : typeof me
5 me.thing();
6 >me.thing() : void
7 >me.thing : () => void
8 >me : typeof me
DintersectionThisTypes.js9 me(): this;
17 t = t.me().self().me();
26 t = t.me().self().me();
47 t = t.me().self().me();
51 t = t.me().self().me();
/third_party/pulseaudio/src/tests/
Dmainloop-test.c52 mainloop_events *me = userdata; in iocb() local
56 pa_assert_se(e == me->ioe); in iocb()
63 a->io_free(me->ioe); in iocb()
64 me->ioe = NULL; in iocb()
69 a->defer_enable(me->de, 1); in iocb()
89 mainloop_events me; in START_TEST() local
113 me.ioe = a->io_new(a, 0, PA_IO_EVENT_INPUT, iocb, &me); in START_TEST()
114 fail_if(!me.ioe); in START_TEST()
116 me.de = a->defer_new(a, dcb, &me); in START_TEST()
117 fail_if(!me.de); in START_TEST()
[all …]
/third_party/typescript/tests/cases/projects/privacyCheck-ImportInParent/
Dtest.ts5 export var c1 = new mExported.me.class1;
7 return new mExported.me.class1();
9 export var x1 = mExported.me.x;
11 export class class1 extends mExported.me.class1 {
14 var c2 = new mExported.me.class1;
16 return new mExported.me.class1();
18 var x2 = mExported.me.x;
19 class class2 extends mExported.me.class1 {
24 export var c1 = new mExported.me.class1;
26 return new mExported.me.class1();
[all …]
/third_party/lzma/C/
DLzma2Enc.c498 CLzma2Enc *me, in Lzma2Enc_EncodeMt1() argument
521 p->enc = LzmaEnc_Create(me->alloc); in Lzma2Enc_EncodeMt1()
535 if (!me->tempBufLzma) in Lzma2Enc_EncodeMt1()
537 me->tempBufLzma = (Byte *)ISzAlloc_Alloc(me->alloc, LZMA2_CHUNK_SIZE_COMPRESSED_MAX); in Lzma2Enc_EncodeMt1()
538 if (!me->tempBufLzma) in Lzma2Enc_EncodeMt1()
543 RINOK(Lzma2EncInt_InitStream(p, &me->props)) in Lzma2Enc_EncodeMt1()
553 limitedInStream.limit = me->props.blockSize; in Lzma2Enc_EncodeMt1()
559 if (me->expectedDataSize != (UInt64)(Int64)-1 in Lzma2Enc_EncodeMt1()
560 && me->expectedDataSize >= unpackTotal) in Lzma2Enc_EncodeMt1()
561 expected = me->expectedDataSize - unpackTotal; in Lzma2Enc_EncodeMt1()
[all …]
DXzDec.c1671 CXzDecMt *me = (CXzDecMt *)obj; in XzDecMt_Callback_Parse() local
1672 CXzDecMtThread *coder = &me->coders[coderIndex]; in XzDecMt_Callback_Parse()
1694 coder->numStreams = me->numStreams; in XzDecMt_Callback_Parse()
1695 coder->numTotalBlocks = me->numTotalBlocks; in XzDecMt_Callback_Parse()
1696 coder->numBlocks = me->numBlocks; in XzDecMt_Callback_Parse()
1700 XzUnpacker_Construct(&coder->dec, &me->alignOffsetAlloc.vt); in XzDecMt_Callback_Parse()
1706 if (me->isBlockHeaderState_Parse) in XzDecMt_Callback_Parse()
1708 coder->dec.streamFlags = me->streamFlags; in XzDecMt_Callback_Parse()
1715 me->isBlockHeaderState_Parse = True; in XzDecMt_Callback_Parse()
1718 coder->dec.numStartedStreams = me->numStreams; in XzDecMt_Callback_Parse()
[all …]
/third_party/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc373 RepeatedField<int> me; in TEST() local
374 me.Add(3); in TEST()
375 me.CopyFrom(me); in TEST()
376 ASSERT_EQ(1, me.size()); in TEST()
377 EXPECT_EQ(3, me.Get(0)); in TEST()
381 RepeatedField<int> me; in TEST() local
382 RepeatedField<int>::iterator it = me.erase(me.begin(), me.end()); in TEST()
383 EXPECT_TRUE(me.begin() == it); in TEST()
384 EXPECT_EQ(0, me.size()); in TEST()
386 me.Add(1); in TEST()
[all …]
/third_party/typescript/tests/baselines/reference/project/privacyCheckOnImportedModuleImportStatementInParentModule/node/
DprivacyCheckOnImportedModuleImportStatementInParentModule.errors.txt16 export var c1 = new mExported.me.class1;
18 return new mExported.me.class1();
20 export var x1 = mExported.me.x;
22 export class class1 extends mExported.me.class1 {
25 var c2 = new mExported.me.class1;
27 return new mExported.me.class1();
29 var x2 = mExported.me.x;
30 class class2 extends mExported.me.class1 {
35 export var c1 = new mExported.me.class1;
37 return new mExported.me.class1();
[all …]
/third_party/typescript/tests/baselines/reference/project/privacyCheckOnImportedModuleImportStatementInParentModule/amd/
DprivacyCheckOnImportedModuleImportStatementInParentModule.errors.txt16 export var c1 = new mExported.me.class1;
18 return new mExported.me.class1();
20 export var x1 = mExported.me.x;
22 export class class1 extends mExported.me.class1 {
25 var c2 = new mExported.me.class1;
27 return new mExported.me.class1();
29 var x2 = mExported.me.x;
30 class class2 extends mExported.me.class1 {
35 export var c1 = new mExported.me.class1;
37 return new mExported.me.class1();
[all …]
/third_party/ltp/testcases/kernel/fs/ftest/
Dftest01.c257 static void dotest(int testers, int me, int fd) in dotest() argument
298 val = (64 / testers) * me + 1; in dotest()
339 me, CHUNK(chunk), errno); in dotest()
345 me, CHUNK(chunk), errno); in dotest()
360 me, xfr, csize); in dotest()
366 me, CHUNK(chunk), val, count, in dotest()
370 me, last_trunc); in dotest()
392 me, xfr, csize); in dotest()
399 me, CHUNK(chunk), val, count, in dotest()
403 me, last_trunc); in dotest()
[all …]

12345678910>>...37