Home
last modified time | relevance | path

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

12345678910>>...53

/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/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/flutter/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 …]
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 …]
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.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.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_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 …]
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();
DdefaultDeclarationEmitShadowedNamedCorrectly.js2 import * as me from "./this";
19 export const create = make(me.default);
26 var me = require("./this"); variable
40 Something.create = make(me["default"]);
45 import * as me from "./this";
61 const create: me.Things<me.Props, me.default>;
/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/boost/boost/numeric/ublas/operation/
Dsize.hpp119 static typename matrix_traits<ExprT>::size_type apply(matrix_expression<ExprT> const& me) in apply()
121 return me().size1(); in apply()
140 static typename matrix_traits<ExprT>::size_type apply(matrix_expression<ExprT> const& me) in apply()
142 return me().size2(); in apply()
161 static typename matrix_traits<ExprT>::size_type apply(matrix_expression<ExprT> const& me) in apply()
163 return me().size1(); in apply()
182 static typename matrix_traits<ExprT>::size_type apply(matrix_expression<ExprT> const& me) in apply()
184 return me().size2(); in apply()
203 static typename matrix_traits<ExprT>::size_type apply(matrix_expression<ExprT> const& me) in apply()
205 return me().size2(); in apply()
[all …]
/third_party/typescript/tests/cases/projects/privacyCheck-SimpleReference/
Dtest.ts2 export var c1 = new mExported.me.class1;
4 return new mExported.me.class1();
6 export var x1 = mExported.me.x;
8 export class class1 extends mExported.me.class1 {
11 var c2 = new mExported.me.class1;
13 return new mExported.me.class1();
15 var x2 = mExported.me.x;
17 class class2 extends mExported.me.class1 {
/third_party/typescript/tests/cases/projects/privacyCheck-InsideModule/
DtestGlo.ts3 export var c1 = new mExported.me.class1;
5 return new mExported.me.class1();
7 export var x1 = mExported.me.x;
9 export class class1 extends mExported.me.class1 {
12 var c2 = new mExported.me.class1;
14 return new mExported.me.class1();
16 var x2 = mExported.me.x;
18 class class2 extends mExported.me.class1 {
Dtest.ts6 export var c1 = new mExported.me.class1;
8 return new mExported.me.class1();
10 export var x1 = mExported.me.x;
12 export class class1 extends mExported.me.class1 {
15 var c2 = new mExported.me.class1;
17 return new mExported.me.class1();
19 var x2 = mExported.me.x;
21 class class2 extends mExported.me.class1 {
/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/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/iptables/libxtables/
Dxtables.c206 static bool xtables_fully_register_pending_match(struct xtables_match *me,
208 static bool xtables_fully_register_pending_target(struct xtables_target *me,
966 void xtables_register_match(struct xtables_match *me) in xtables_register_match() argument
971 if (me->next) { in xtables_register_match()
973 xt_params->program_name, me->name); in xtables_register_match()
977 if (me->version == NULL) { in xtables_register_match()
979 xt_params->program_name, me->name, me->revision); in xtables_register_match()
983 if (me->size != XT_ALIGN(me->size)) { in xtables_register_match()
985 xt_params->program_name, me->name, in xtables_register_match()
986 (unsigned int)me->size); in xtables_register_match()
[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/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 …]
Dftest02.c241 #define warn(val,m1,m2) if ((val) < 0) dowarn(me,m1,m2)
250 static void crfile(int me, int count) in crfile() argument
255 ft_mkname(fname, dirname, me, count); in crfile()
278 dowarn(me, "compare", 0); in crfile()
288 static void unlfile(int me, int count) in unlfile() argument
300 ft_mkname(fname, dirname, me, i); in unlfile()
306 dowarn(me, "unlink", fname); in unlfile()
316 static void fussdir(int me, int count) in fussdir() argument
321 ft_mkname(dir, dirname, me, count); in fussdir()
337 crfile(me, count); in fussdir()
[all …]
Dftest06.c260 #define warn(val,m1,m2) if ((val) < 0) dowarn(me,m1,m2)
268 static void crfile(int me, int count) in crfile() argument
276 ft_mkname(fname, dirname, me, count); in crfile()
299 dowarn(me, "compare", 0); in crfile()
309 static void unlfile(int me, int count) in unlfile() argument
318 ft_mkname(fname, dirname, me, i); in unlfile()
324 dowarn(me, "unlink", fname); in unlfile()
334 static void fussdir(int me, int count) in fussdir() argument
339 ft_mkname(dir, dirname, me, count); in fussdir()
355 crfile(me, count); in fussdir()
[all …]

12345678910>>...53