Home
last modified time | relevance | path

Searched defs:sound (Results 1 – 22 of 22) 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/
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
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
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/flutter/skia/third_party/externals/sdl/Xcode-iOS/Demos/src/
Dmixer.c22 struct sound struct
24 Uint8 *buffer; /* audio buffer for sound file */ argument
29 static struct sound drums[NUM_DRUMS]; argument
/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/flutter/skia/third_party/externals/sdl/src/audio/directsound/
DSDL_directsound.h36 LPDIRECTSOUND sound; member
/third_party/flutter/skia/third_party/externals/sdl/test/
Dloopwavequeue.c31 Uint8 *sound; /* Pointer to wave data */ member
Dloopwave.c36 Uint8 *sound; /* Pointer to wave data */ member
Dtestaudiohotplug.c31 static Uint8 *sound = NULL; /* Pointer to wave data */ variable
Dtestmultiaudio.c21 static Uint8 *sound = NULL; /* Pointer to wave data */ variable
/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
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_plugin_info.h107 SoundInfo sound; member