/development/apps/SpareParts/res/values/ |
strings.xml | 62 <!-- Sound & display settings screen, compatibility mode check box label --> 64 <!-- Sound & display settings screen, compatibility mode option summary text when check box is selected --> 66 <!-- Sound & display settings screen, compatibility mode option summary text when check box is clear -->
|
/external/quake/quake/src/QW/client/ |
asm_i386.h | 67 // !!! if this is changed, it much be changed in sound.h too !!! 76 // !!! if this is changed, it much be changed in sound.h too !!! 91 // !!! if this is changed, it much be changed in sound.h too !!!
|
/external/quake/quake/src/QW/server/ |
asm_i386.h | 67 // !!! if this is changed, it much be changed in sound.h too !!! 76 // !!! if this is changed, it much be changed in sound.h too !!! 91 // !!! if this is changed, it much be changed in sound.h too !!!
|
/external/quake/quake/src/WinQuake/ |
asm_i386.h | 67 // !!! if this is changed, it much be changed in sound.h too !!! 76 // !!! if this is changed, it much be changed in sound.h too !!! 91 // !!! if this is changed, it much be changed in sound.h too !!!
|
wq.bat | 13 echo wq fastvid: maximum video speed, but safer, probably slower sound
14 echo wq fastsnd: maximum sound speed, but safer, probably slower video
16 echo wq verysafe: almost sure to run, but probably slower, and no sound
|
/external/quake/quake/src/QW/progs/ |
doors.qc | 51 sound (self, CHAN_NO_PHS_ADD+CHAN_VOICE, self.noise1, 1, ATTN_NORM);
61 sound (self, CHAN_NO_PHS_ADD+CHAN_VOICE, self.noise1, 1, ATTN_NORM);
67 sound (self, CHAN_VOICE, self.noise2, 1, ATTN_NORM);
89 sound (self, CHAN_VOICE, self.noise2, 1, ATTN_NORM);
113 // play use key sound
116 sound (self, CHAN_VOICE, self.noise4, 1, ATTN_NORM);
212 sound (other, CHAN_VOICE, "misc/talk.wav", 1, ATTN_NORM);
227 sound (self, CHAN_VOICE, self.noise3, 1, ATTN_NORM);
232 sound (self, CHAN_VOICE, self.noise3, 1, ATTN_NORM);
237 sound (self, CHAN_VOICE, self.noise3, 1, ATTN_NORM); [all...] |
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/ |
ControllerEventListener.java | 18 package javax.sound.midi;
|
InvalidMidiDataException.java | 18 package javax.sound.midi;
|
MetaEventListener.java | 18 package javax.sound.midi;
|
MidiUnavailableException.java | 18 package javax.sound.midi;
|
Receiver.java | 18 package javax.sound.midi;
|
Soundbank.java | 18 package javax.sound.midi;
|
Transmitter.java | 18 package javax.sound.midi;
|
VoiceStatus.java | 18 package javax.sound.midi;
|
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/ |
AudioInputStream.java | 18 package javax.sound.sampled; 23 import org.apache.harmony.sound.internal.nls.Messages; 67 // sound.0C=Frame size must be one byte 68 throw new IOException(Messages.getString("sound.0C")); //$NON-NLS-1$
|
FloatControl.java | 18 package javax.sound.sampled; 20 import org.apache.harmony.sound.internal.nls.Messages; 91 // sound.0F=value does not fall within the allowable range 92 throw new IllegalArgumentException(Messages.getString("sound.0F")); //$NON-NLS-1$
|
LineListener.java | 18 package javax.sound.sampled;
|
LineUnavailableException.java | 18 package javax.sound.sampled;
|
SourceDataLine.java | 18 package javax.sound.sampled;
|
TargetDataLine.java | 18 package javax.sound.sampled;
|
UnsupportedAudioFileException.java | 18 package javax.sound.sampled;
|
/frameworks/base/core/tests/coretests/res/raw/ |
v21_japanese_2.vcf | 5 SOUND;X-IRMC-N;CHARSET=SHIFT_JIS:????;???1;;;
|
/frameworks/base/media/java/android/media/ |
package.html | 5 audio (e.g., play MP3s or other music files, ringtones, game sound effects, or DTMF tones)
|
/frameworks/base/core/java/android/app/ |
Notification.java | 49 * Use the default notification sound. This will ignore any given 50 * {@link #sound}. 132 * The sound to play. 135 * To play the default notification sound, see {@link #defaults}. 138 public Uri sound; field in class:Notification 148 * The audio stream type to use when playing the sound. 241 * set if you want the sound and/or vibration play each time the 333 sound = Uri.CREATOR.createFromParcel(parcel); 386 if (sound != null) { 388 sound.writeToParcel(parcel, 0) [all...] |
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/ |
NotificationTestList.java | 61 new Test("Off and sound") { 65 pm.newWakeLock(PowerManager.PARTIAL_WAKE_LOCK, "sound"); 71 n.sound = Uri.parse("file:///sdcard/virtual-void.mp3"); 72 Log.d(TAG, "n.sound=" + n.sound); 275 new Test("Content Sound") { 279 n.sound = Uri.parse( 286 new Test("Resource Sound") { 290 n.sound = Uri.parse( 293 Log.d(TAG, "n.sound=" + n.sound) [all...] |