Home
last modified time | relevance | path

Searched defs:sound (Results 1 – 15 of 15) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DpropertyOverridesAccessors3.js5 get sound() { return this._sound } getter in Animal
6 set sound(val) { setter in Animal
20 sound = 'RAWR!' // error here field in Lion
30 get sound() { return this._sound; } getter in Animal
31 set sound(val) { setter in Animal
42 sound = 'RAWR!'; // error here field in Lion
DaccessorsOverrideProperty3.js15 get sound() { return this._sound; } // error here getter in Lion
16 set sound(val) { this._sound = val; } setter in Lion
DaccessorsOverrideProperty4.js15 get sound() { return this._sound; } getter in Lion
16 set sound(val) { this._sound = val; } setter in Lion
DpropertyOverridesAccessors4.js7 sound = 'RAWR!' // error here field in Lion
/third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/
DaccessorsOverrideProperty4.ts4 sound: string; property in Animal
8 get sound(): string { return this._sound } method in Lion
9 set sound(val: string) { this._sound = val } method in Lion
DaccessorsOverrideProperty3.ts4 sound: string property in Animal
8 get sound() { return this._sound } // error here method in Lion
9 set sound(val) { this._sound = val } method in Lion
DpropertyOverridesAccessors3.ts6 get sound() { return this._sound } method in Animal
7 set sound(val) { method in Animal
21 sound = 'RAWR!' // error here property in Lion
DpropertyOverridesAccessors4.ts4 get sound(): string method in Animal
/third_party/alsa-utils/speaker-test/samples/
DMakefile.am1 sounddir = $(datadir)/sounds/alsa directory
/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/
DnotificationSlot.js26 sound: '[PC preview] unknow sound', property
DnotificationSubscriber.js57 sound: '[PC preview] unknow sound', property
/third_party/alsa-lib/include/
DMakefile.am1 SUBDIRS = sound subdir
/third_party/python/PC/
Dwinsound.c76 winsound_PlaySound_impl(PyObject *module, PyObject *sound, int flags) in winsound_PlaySound_impl()
/third_party/python/PC/clinic/
Dwinsound.c.h29 PyObject *sound; in winsound_PlaySound() local
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_settings.js76 const sound = { variable
117 sound, property