Home
last modified time | relevance | path

Searched refs:speak (Results 1 – 25 of 132) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
DnarrowingConstrainedTypeParameter.js12 export function speak<TPet extends Pet>(pet: TPet, voice: (pet: TPet) => string): string {
23 exports.speak = void 0;
27 function speak(pet, voice) { function
33 exports.speak = speak;
DnarrowingConstrainedTypeParameter.symbols21 export function speak<TPet extends Pet>(pet: TPet, voice: (pet: TPet) => string): string {
22 >speak : Symbol(speak, Decl(narrowingConstrainedTypeParameter.ts, 8, 1))
DnarrowingConstrainedTypeParameter.types22 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
/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
110 assert (Doge.speak () === "Doges wow.");
Dmodule-export-01.js27 speak() { method in Dog
41 assert(dog.speak() === "Pluto barks.")
Dmodule-import-01.js33 assert (dog.speak() === "Oddie barks.")
/third_party/boost/libs/ptr_container/test/
Dtut1.cpp63 std::string speak() const in speak() function in animal
333 if( mary->speak() == muuuh ) in main()
/third_party/typescript/tests/cases/compiler/
DnarrowingConstrainedTypeParameter.ts13 export function speak<TPet extends Pet>(pet: TPet, voice: (pet: TPet) => string): string { function
/third_party/flutter/skia/third_party/externals/wuffs/test/data/
Dromeo.txt11 [Aside] Shall I hear more, or shall I speak at this?
Dromeo.txt.gz ... Aside] Shall I hear more, or shall I speak at this? 12 13JULIET 14'Tis but thy ...
/third_party/boost/libs/outcome/doc/src/content/experimental/c-api/
D_index.md8 languages which can speak the C ABI but not the C++ ABI) is how to interpret C++ exception throws. …
/third_party/boost/libs/range/doc/
Dfaq.qbk24 [:Even though we speak of incrementable iterators, it would not make much sense for ranges; for exa…
Dstyle.qbk10 …ator type, we get a type of range for each type of iterator. Hence we can speak of the following t…
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
DREADME.md55 [2019/10/16 16:22:02:3183] U: Connected to Alexa... speak "Alexa, ..."
/third_party/boost/libs/spirit/doc/x3/
Dpreface.qbk27 instructions. Examples speak volumes and we have volumes of
/third_party/gettext/gettext-runtime/doc/
Dnls.texi19 together, so that free software will gradually become able to speak many
46 programs they contain can be made to speak your own native language.
96 speak German and live in Germany. At the shell prompt, merely execute
/third_party/boost/libs/outcome/doc/src/content/motivation/
Dplug_error_code2.md27 1. Any code which can speak `boost::system::error_code` can now work with errors from your
Dplug_error_code.md27 1. Any code which can speak `std::error_code` can now work with errors from your
/third_party/python/Doc/library/
Dsyslog.rst15 library that can speak to a syslog server is available in the
/third_party/skia/third_party/externals/brotli/tests/testdata/
Dasyoulik.txt89 he keeps me rustically at home, or, to speak more
198 OLIVER Was not Charles, the duke's wrestler, here to speak with me?
274 for, I assure thee, and almost with tears I speak
276 day living. I speak but brotherly of him; but
421 speak no more of him; you'll be whipped for taxation
424 TOUCHSTONE The more pity, that fools may not speak wisely what
494 LE BEAU Why, this that I speak of.
615 LE BEAU He cannot speak, my lord.
677 I cannot speak to her, yet she urged conference.
689 More suits you to conceive than I to speak of.
[all …]
/third_party/grpc/doc/
DPROTOCOL-WEB.md31 * become optional (in 1-2 years) when browsers are able to speak the native
/third_party/e2fsprogs/
DABOUT-NLS6 together, so that free software will gradually become able to speak many
25 they contain can be made to speak your own native language. Most such
64 you speak German and live in Germany. At the shell prompt, merely
/third_party/boost/libs/vmd/doc/
Dvmd_introduction.qbk52 Often we speak of a macro expanding to nothing or being passed nothing
/third_party/boost/libs/serialization/CMake/
DCMakeLists.txt229 # building with shared libraries (dll in windows speak)
/third_party/mbedtls/
DCONTRIBUTING.md79 Mbed TLS is well documented, but if you think documentation is needed, speak out!

123456