Home
last modified time | relevance | path

Searched defs:pet (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DnarrowingConstrainedTypeParameter.js24 function isPet(pet) { argument
27 function speak(pet, voice) { argument
DnarrowingOfQualifiedNames.js118 function handleDogBroken(pet) { argument
124 function handleDogWorking(pet) { argument
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/4.1/conditional_spreads_create_optional_properties/
Dconditional_spreads_create_optional_properties_1.ts40 let pet: I2 = { variable
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/Intersection_Types/
Dintersection_types_2.ts28 let pet = getSmallPet("fishbird"); variable
/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()