/packages/apps/InCallUI/res/values/ |
attrs.xml | 69 <!-- Drawable to use for wave ripple animation. -->
|
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
PointCloud.java | 188 // Compute contribution from Wave
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_wavefile.c | 7 * This file implements the wave file parser. 48 * WAVE file defines 68 /* wave file format identifiers */ 100 * This structure contains the functional interface for the Wave file parser 473 /* return file type as WAVE */ 500 * Parse the WAVE file header. 550 /* check for 'WAVE' tag */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_wavefile.c | 7 * This file implements the wave file parser. 48 * WAVE file defines 68 /* wave file format identifiers */ 100 * This structure contains the functional interface for the Wave file parser 473 /* return file type as WAVE */ 500 * Parse the WAVE file header. 550 /* check for 'WAVE' tag */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_wavefile.c | 7 * This file implements the wave file parser. 48 * WAVE file defines 68 /* wave file format identifiers */ 100 * This structure contains the functional interface for the Wave file parser 473 /* return file type as WAVE */ 500 * Parse the WAVE file header. 550 /* check for 'WAVE' tag */
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/ |
GlowPadView.java | 54 * A re-usable widget containing a center, outer ring and wave animation. 60 // Wave state machine 672 * Starts wave animation. 680 // Don't do a wave if there's already one in progress 845 // tx and ty are relative to wave center [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libaudiofile.a | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/ |
libaudiofile.a | [all...] |
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3baserecognizer.h | 11 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC 12 // http://www.temporal-wave.com
|
antlr3commontoken.h | 15 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC 16 // http://www.temporal-wave.com
|
antlr3debugeventlistener.h | 19 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC 20 // http://www.temporal-wave.com
|
antlr3defs.h | 8 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC 9 // http://www.temporal-wave.com
|
antlr3tokenstream.h | 10 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC 11 // http://www.temporal-wave.com
|
/external/antlr/antlr-3.4/runtime/C/src/ |
antlr3basetree.c | 8 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC 9 // http://www.temporal-wave.com
|
antlr3bitset.c | 8 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC 9 // http://www.temporal-wave.com
|
antlr3commontoken.c | 8 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC 9 // http://www.temporal-wave.com
|
antlr3commontree.c | 10 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC 11 // http://www.temporal-wave.com
|
antlr3commontreeadaptor.c | 11 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC 12 // http://www.temporal-wave.com
|
antlr3filestream.c | 19 // Copyright (c) 2005-2009 Jim Idle, Temporal Wave LLC 20 // http://www.temporal-wave.com
|
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/ |
SimpleWaterProcessor.java | 459 * Sets the speed of the wave animation, default = 0.05f. 474 * Sets how the normal and dudv map are mixed to create the wave effect, default = 0.5
|
/system/media/audio_utils/ |
tinysndfile.c | 93 if (memcmp(&wav[8], "WAVE", 4)) { 94 fprintf(stderr, "missing WAVE\n");
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
AudioFxDemo.java | 165 // wave form to a Canvas.
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/src/main/java/ |
Main.java | 17 * @author Jim Idle (jimi@temporal-wave.com)
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
OscillatorNode.cpp | 238 // Too bad - the tryLock() failed. We must be in the middle of changing wave-tables.
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/ |
TextureGeneratorWood.java | 198 int waveform = ((Number) tex.getFieldValue("noisebasis2")).intValue();//wave form: TEX_SIN=0, TEX_SAW=1, TEX_TRI=2
|