/third_party/typescript/tests/baselines/reference/ |
D | propertyOverridesAccessors3.js | 5 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
|
D | accessorsOverrideProperty3.js | 15 get sound() { return this._sound; } // error here getter in Lion 16 set sound(val) { this._sound = val; } setter in Lion
|
D | accessorsOverrideProperty4.js | 15 get sound() { return this._sound; } getter in Lion 16 set sound(val) { this._sound = val; } setter in Lion
|
D | propertyOverridesAccessors4.js | 7 sound = 'RAWR!' // error here field in Lion
|
/third_party/typescript/tests/cases/conformance/classes/propertyMemberDeclarations/ |
D | accessorsOverrideProperty4.ts | 4 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
|
D | accessorsOverrideProperty3.ts | 4 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
|
D | propertyOverridesAccessors3.ts | 6 get sound() { return this._sound } method in Animal 7 set sound(val) { method in Animal 21 sound = 'RAWR!' // error here property in Lion
|
D | propertyOverridesAccessors4.ts | 4 get sound(): string method in Animal
|
/third_party/alsa-utils/speaker-test/samples/ |
D | Makefile.am | 1 sounddir = $(datadir)/sounds/alsa directory
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/notification/ |
D | notificationSlot.js | 26 sound: '[PC preview] unknow sound', property
|
D | notificationSubscriber.js | 57 sound: '[PC preview] unknow sound', property
|
/third_party/alsa-lib/include/ |
D | Makefile.am | 1 SUBDIRS = sound subdir
|
/third_party/python/PC/ |
D | winsound.c | 76 winsound_PlaySound_impl(PyObject *module, PyObject *sound, int flags) in winsound_PlaySound_impl()
|
/third_party/python/PC/clinic/ |
D | winsound.c.h | 29 PyObject *sound; in winsound_PlaySound() local
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_settings.js | 76 const sound = { variable 117 sound, property
|