Home
last modified time | relevance | path

Searched refs:pet (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DnarrowingConstrainedTypeParameter.types9 function isPet(pet: any): pet is Pet {
10 >isPet : (pet: any) => pet is Pet
11 >pet : any
13 return typeof pet.name === "string";
14 >typeof pet.name === "string" : boolean
15 >typeof pet.name : "string" | "number" | "bigint" | "boolean" | "symbol" | "undefined" | "object" |…
16 >pet.name : any
17 >pet : any
22 export function speak<TPet extends Pet>(pet: TPet, voice: (pet: TPet) => string): string {
23 >speak : <TPet extends Pet>(pet: TPet, voice: (pet: TPet) => string) => string
[all …]
DspreadIdenticalTypesRemoved.types19 function clonePet(pet: Animal, fullCopy?: boolean) {
20 >clonePet : (pet: Animal, fullCopy?: boolean | undefined) => { name: string; kind: string; age?: nu…
21 >pet : Animal
25 >{ name: pet.name, kind: pet.kind, ...(fullCopy && pet), } : { name: string…
27 name: pet.name,
29 >pet.name : string
30 >pet : Animal
33 kind: pet.kind,
35 >pet.kind : string
36 >pet : Animal
[all …]
DnarrowingConstrainedTypeParameter.symbols11 function isPet(pet: any): pet is Pet {
13 >pet : Symbol(pet, Decl(narrowingConstrainedTypeParameter.ts, 6, 15))
14 >pet : Symbol(pet, Decl(narrowingConstrainedTypeParameter.ts, 6, 15))
17 return typeof pet.name === "string";
18 >pet : Symbol(pet, Decl(narrowingConstrainedTypeParameter.ts, 6, 15))
21 export function speak<TPet extends Pet>(pet: TPet, voice: (pet: TPet) => string): string {
25 >pet : Symbol(pet, Decl(narrowingConstrainedTypeParameter.ts, 10, 40))
28 >pet : Symbol(pet, Decl(narrowingConstrainedTypeParameter.ts, 10, 59))
31 if (!isPet(pet)) {
33 >pet : Symbol(pet, Decl(narrowingConstrainedTypeParameter.ts, 10, 40))
[all …]
DspreadIdenticalTypesRemoved.symbols21 function clonePet(pet: Animal, fullCopy?: boolean) {
23 >pet : Symbol(pet, Decl(spreadIdenticalTypesRemoved.ts, 8, 18))
28 name: pet.name,
30 >pet.name : Symbol(Animal.name, Decl(spreadIdenticalTypesRemoved.ts, 0, 18))
31 >pet : Symbol(pet, Decl(spreadIdenticalTypesRemoved.ts, 8, 18))
34 kind: pet.kind,
36 >pet.kind : Symbol(Animal.kind, Decl(spreadIdenticalTypesRemoved.ts, 1, 17))
37 >pet : Symbol(pet, Decl(spreadIdenticalTypesRemoved.ts, 8, 18))
40 ...(fullCopy && pet),
42 >pet : Symbol(pet, Decl(spreadIdenticalTypesRemoved.ts, 8, 18))
[all …]
DspreadIdenticalTypesRemoved.js10 function clonePet(pet: Animal, fullCopy?: boolean) {
12 name: pet.name,
13 kind: pet.kind,
14 ...(fullCopy && pet),
22 function billOwner(pet: Animal2) {
24 ...(pet.owner && pet),
43 function clonePet(pet, fullCopy) {
44 return __assign({ name: pet.name, kind: pet.kind }, (fullCopy && pet));
46 function billOwner(pet) {
47 return __assign(__assign({}, (pet.owner && pet)), { paid: false });
DnarrowingConstrainedTypeParameter.js8 function isPet(pet: any): pet is Pet {
9 return typeof pet.name === "string";
12 export function speak<TPet extends Pet>(pet: TPet, voice: (pet: TPet) => string): string {
13 if (!isPet(pet)) {
16 return voice(pet);
24 function isPet(pet) { argument
25 return typeof pet.name === "string";
27 function speak(pet, voice) { argument
28 if (!isPet(pet)) {
31 return voice(pet);
/third_party/typescript/tests/cases/compiler/
DnarrowingConstrainedTypeParameter.ts9 function isPet(pet: any): pet is Pet {
10 return typeof pet.name === "string";
13 export function speak<TPet extends Pet>(pet: TPet, voice: (pet: TPet) => string): string {
14 if (!isPet(pet)) {
17 return voice(pet);
DspreadIdenticalTypesRemoved.ts10 function clonePet(pet: Animal, fullCopy?: boolean) {
12 name: pet.name,
13 kind: pet.kind,
14 ...(fullCopy && pet),
22 function billOwner(pet: Animal2) {
24 ...(pet.owner && pet),
/third_party/icu/icu4c/source/data/locales/
Dsl.txt604 "pet.",
622 "pet.",
642 "pet.",
660 "pet.",
1267 "-1"{"prejš. pet."}
1268 "0"{"ta pet."}
1269 "1"{"nasl. pet."}
1273 few{"čez {0} pet."}
1274 one{"čez {0} pet."}
1275 other{"čez {0} pet."}
[all …]
Dbs.txt554 "pet",
572 "pet",
592 "pet",
610 "pet",
1277 "-1"{"prošli pet."}
1278 "0"{"ovaj pet."}
1279 "1"{"sljedeći pet."}
1296 "-1"{"prošli pet."}
1297 "0"{"ovaj pet."}
1298 "1"{"sljedeći pet."}
/third_party/skia/third_party/externals/icu/source/data/locales/
Dsl.txt604 "pet.",
622 "pet.",
642 "pet.",
660 "pet.",
1267 "-1"{"prejš. pet."}
1268 "0"{"ta pet."}
1269 "1"{"nasl. pet."}
1273 few{"čez {0} pet."}
1274 one{"čez {0} pet."}
1275 other{"čez {0} pet."}
[all …]
Dbs.txt554 "pet",
572 "pet",
592 "pet",
610 "pet",
1277 "-1"{"prošli pet."}
1278 "0"{"ovaj pet."}
1279 "1"{"sljedeći pet."}
1296 "-1"{"prošli pet."}
1297 "0"{"ovaj pet."}
1298 "1"{"sljedeći pet."}
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dsl.txt785 "pet.",
803 "pet.",
823 "pet.",
841 "pet.",
1825 "-1"{"prejš. pet."}
1826 "0"{"ta pet."}
1827 "1"{"nasl. pet."}
1831 few{"čez {0} pet."}
1832 one{"čez {0} pet."}
1833 other{"čez {0} pet."}
[all …]
Dsr_Latn_XK.txt23 "pet.",
34 "pet.",
Dsr_Latn_ME.txt43 "pet.",
63 "pet.",
Dsr_Latn_BA.txt46 "pet",
66 "pet",
Dbs.txt473 "pet",
491 "pet",
511 "pet",
529 "pet",
1095 "-1"{"prošli pet."}
1096 "0"{"ovaj pet."}
1097 "1"{"sljedeći pet."}
1114 "-1"{"prošli pet."}
1115 "0"{"ovaj pet."}
1116 "1"{"sljedeći pet."}
Dhr.txt683 "pet",
701 "pet",
721 "pet",
739 "pet",
1934 "-1"{"prošli pet."}
1935 "0"{"ovaj pet."}
1936 "1"{"sljedeći pet."}
1953 "-1"{"prošli pet."}
1954 "0"{"ovaj pet."}
1955 "1"{"sljedeći pet."}
/third_party/ltp/testcases/kernel/sched/sched_stress/
Dsched_driver.c502 void display_line(char *tcname, int pri, int f, float et, float *pet, int ff) in display_line() argument
523 pc = (*pet == 0.0) ? 0.0 : 100.0 * ((et - *pet) / *pet) + 0.05; in display_line()
531 *pet = et; in display_line()
/third_party/flutter/skia/third_party/externals/icu/source/data/rbnf/
Dhr.txt19 "5: pet;",
155 "5: pet;",
Dbs.txt19 "5: pet;",
/third_party/skia/third_party/externals/icu/source/data/rbnf/
Dhr.txt20 "5: pet;",
156 "5: pet;",
Dbs.txt20 "5: pet;",
/third_party/icu/icu4c/source/data/rbnf/
Dhr.txt20 "5: pet;",
156 "5: pet;",
Dbs.txt20 "5: pet;",

1234