Home
last modified time | relevance | path

Searched refs:zoo (Results 1 – 25 of 43) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/tsbuildWatch/demo/
Dupdates-with-circular-reference.js157 * zoo/tsconfig.json
163 /user/username/projects/demo/zoo/tsconfig.json
183 /user/username/projects/demo/zoo/tsconfig.json:
185 /user/username/projects/demo/zoo/zoo.ts:
197 /user/username/projects/demo/zoo:
285 /user/username/projects/demo/zoo/zoo.ts
292 /user/username/projects/demo/zoo/zoo.ts
299 /user/username/projects/demo/zoo/zoo.ts (computed .d.ts during emit)
314 /user/username/projects/demo/zoo/tsconfig.json:
316 /user/username/projects/demo/zoo/zoo.ts:
[all …]
Dupdates-with-bad-reference.js154 * zoo/tsconfig.json
216 [12:01:02 AM] Project 'zoo/tsconfig.json' can't be built because its dependency 'animals' …
267 /user/username/projects/demo/zoo/tsconfig.json:
269 /user/username/projects/demo/zoo/zoo.ts:
279 /user/username/projects/demo/zoo:
543 /user/username/projects/demo/zoo/tsconfig.json:
545 /user/username/projects/demo/zoo/zoo.ts:
555 /user/username/projects/demo/zoo:
/third_party/ltp/pan/
Dltp-bump.c50 zoo_t zoo; in main() local
86 if ((zoo = zoo_open(active)) == NULL) { in main()
93 nanny = zoo_getpid(zoo, argv[optind]); in main()
103 if (zoo_clear(zoo, nanny)) in main()
112 zoo_close(zoo); in main()
Dzoolib.c77 char *zoo; in zoo_getname() local
79 zoo = getenv("ZOO"); in zoo_getname()
80 if (zoo) { in zoo_getname()
81 snprintf(buf, 1024, "%s/%s", zoo, "active"); in zoo_getname()
/third_party/typescript/tests/baselines/reference/
Des6ClassTest.types32 zoo:string = "zoo";
33 >zoo : string
34 >"zoo" : "zoo"
97 zoo:string;
98 >zoo : string
Des6ClassTest.symbols31 zoo:string = "zoo";
32 >zoo : Symbol(Foo.zoo, Decl(es6ClassTest.ts, 12, 9))
87 zoo:string;
88 >zoo : Symbol(Provide.zoo, Decl(es6ClassTest.ts, 35, 13))
Des6ClassTest.js15 zoo:string = "zoo"; field in Foo
38 zoo:string;
120 _this.zoo = "zoo";
DexhaustiveSwitchStatements1.js202 declare const zoo: { animal: Animal } | undefined;
205 switch (zoo?.animal ?? Animal.DOG) {
443 …switch ((_a = zoo === null || zoo === void 0 ? void 0 : zoo.animal) !== null && _a !== void 0 ? _a…
535 declare const zoo: {
Des6ClassTest.errors.txt18 zoo:string = "zoo";
43 zoo:string;
DpropertiesAndIndexers.symbols87 zoo: string;
88 >zoo : Symbol(D.zoo, Decl(propertiesAndIndexers.ts, 34, 21))
DpropertiesAndIndexers.types63 zoo: string;
64 >zoo : string
DpropertiesAndIndexers.errors.txt17 tests/cases/compiler/propertiesAndIndexers.ts(36,5): error TS2411: Property 'zoo' of type 'string' …
90 zoo: string;
92 !!! error TS2411: Property 'zoo' of type 'string' is not assignable to 'string' index type 'number'.
DexhaustiveSwitchStatements1.types603 declare const zoo: { animal: Animal } | undefined;
604 >zoo : { animal: Animal; } | undefined
610 switch (zoo?.animal ?? Animal.DOG) {
611 >zoo?.animal ?? Animal.DOG : Animal
612 >zoo?.animal : Animal | undefined
613 >zoo : { animal: Animal; } | undefined
DpropertiesAndIndexers.js37 zoo: string;
DexhaustiveSwitchStatements1.symbols511 declare const zoo: { animal: Animal } | undefined;
512 >zoo : Symbol(zoo, Decl(exhaustiveSwitchStatements1.ts, 200, 13))
520 switch (zoo?.animal ?? Animal.DOG) {
521 >zoo?.animal : Symbol(animal, Decl(exhaustiveSwitchStatements1.ts, 200, 20))
522 >zoo : Symbol(zoo, Decl(exhaustiveSwitchStatements1.ts, 200, 13))
DexhaustiveSwitchStatements1.errors.txt209 declare const zoo: { animal: Animal } | undefined;
212 switch (zoo?.animal ?? Animal.DOG) {
/third_party/typescript/tests/cases/compiler/
Des6ClassTest.ts14 zoo:string = "zoo"; property in Foo
37 zoo:string; property in Provide
DpropertiesAndIndexers.ts36 zoo: string; property
/third_party/jerryscript/tests/jerry/es2015/
Dobject-is.js49 var zoo = foo; variable
52 assert(Object.is(foo, zoo) === true);
/third_party/gn/src/gn/
Dstring_atom_unittest.cc39 auto zoo = StringAtom("zoo"); in TEST() local
42 EXPECT_TRUE(foo < zoo); in TEST()
43 EXPECT_TRUE(bar < zoo); in TEST()
/third_party/typescript/tests/baselines/reference/tsbuild/demo/
Din-circular-branch-reports-the-error-about-it-by-stopping-build.js155 * src/zoo/tsconfig.json
161 /src/zoo/tsconfig.json
Din-bad-ref-branch-reports-the-error-about-files-not-in-rootDir-at-the-import-location.js152 * src/zoo/tsconfig.json
214 [12:00:17 AM] Project 'src/zoo/tsconfig.json' can't be built because its dependency 'src/a…
Din-master-branch-with-everything-setup-correctly-and-reports-no-error.js151 * src/zoo/tsconfig.json
/third_party/typescript/tests/cases/conformance/controlFlow/
DexhaustiveSwitchStatements1.ts205 declare const zoo: { animal: Animal } | undefined; constant
208 switch (zoo?.animal ?? Animal.DOG) {
/third_party/typescript/tests/arkTSTest/testcase/arkts-no-noninferrable-arr-literals/
Darkts-no-noninferrable-arr-literals-8-ok.ets23 const zoo :animalsInfo[]= [

12