Home
last modified time | relevance | path

Searched defs:speak (Results 1 – 11 of 11) sorted by relevance

/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/the_new_operator/
Dnew_operator_2.ts31 speak(): void; method
34 speak() { method in Dog
/third_party/jerryscript/tests/jerry/es2015/
Dclass-inheritance-core-1.js25 static speak () { method in Animal
64 static speak () { method in Dog
91 static speak () { method in Doge
Dmodule-export-01.js27 speak() { method in Dog
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/union_types/
Dunion_types_3.ts37 speak(): string; method
45 speak() { method in ClassT2
/third_party/typescript/tests/cases/compiler/
DnarrowingConstrainedTypeParameter.ts13 export function speak<TPet extends Pet>(pet: TPet, voice: (pet: TPet) => string): string { function
/third_party/typescript/tests/baselines/reference/
DnarrowingConstrainedTypeParameter.js27 function speak(pet, voice) { function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/the_super_keyword/super_calls/
Dsuper_calls.ts35 speak() { method in Animal
/third_party/pulseaudio/speex/libspeexdsp/
Dmdf.c688 int i,j, chan, speak; in speex_echo_cancellation() local
/third_party/typescript/tests/lib/
Dreact.d.ts1535 speak?: any; property
/third_party/typescript/lib/
Dlib.dom.d.ts13860 speak(utterance: SpeechSynthesisUtterance): void; method
/third_party/typescript/src/lib/
Ddom.generated.d.ts13840 speak(utterance: SpeechSynthesisUtterance): void; method