Home
last modified time | relevance | path

Searched defs:parrot (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/lib2to3/tests/data/fixers/
Dparrot_example.py1 def parrot(): function
/third_party/typescript/tests/cases/compiler/
DtypeInferenceWithExcessProperties.ts7 function parrot<T extends Named>(obj: T): T { function
/third_party/typescript/tests/baselines/reference/
DtypeInferenceWithExcessProperties.js36 function parrot(obj) { function
/third_party/pixman/demos/
Dcomposite-test.c96 pixman_image_t *gradient, *parrot; in main() local