/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_PauseAudio.3 | 11 This function pauses and unpauses the audio callback processing\&. It should be called with \fBpause_on\fR=0 after opening the audio device to start playing sound\&. This is so you can safely initialize data for your callback function after opening the audio device\&. Silence will be written to the audio device during the pause\&.
|
/external/valgrind/main/drd/tests/ |
pth_cancel_locked.c | 29 /* Initialize synchronization objects. */
|
/external/webkit/Source/WebCore/webaudio/ |
AudioGainNode.cpp | 48 initialize(); 86 // As soon as we know the channel count of our input, we can lazily initialize. 88 // uninitialize and then re-initialize with the new channel count. 107 initialize();
|
/frameworks/base/core/java/com/android/internal/view/menu/ |
MenuView.java | 25 * Minimal interface for a menu view. {@link #initialize(MenuBuilder)} must be called for the 37 public void initialize(MenuBuilder menu); method in interface:MenuView 46 * Minimal interface for a menu item view. {@link #initialize(MenuItemImpl, int)} must be called 58 public void initialize(MenuItemImpl itemData, int menuType); method in interface:MenuView.ItemView
|
/frameworks/base/docs/html/training/load-data-background/ |
setup-loader.jd | 19 <a href="#InitializeLoader">Initialize the Loader Framework</a> 39 Before you can use the loader framework, you need to initialize it. To do this, retrieve 78 <h2 id="InitializeLoader">Initialize the Loader Framework</h2> 80 Once you have the {@link android.support.v4.app.LoaderManager} object, initialize
|
/frameworks/base/packages/WAPPushManager/tests/src/com/android/smspush/unitTests/ |
IDataVerify.aidl | 29 * Initialize data
|
/frameworks/compile/libbcc/include/bcc/Support/ |
Initialization.h | 24 void Initialize();
|
/frameworks/compile/libbcc/runtime/test/timing/ |
floatdidf.c | 24 // Initialize the input array with data of various sizes.
|
floatdisf.c | 24 // Initialize the input array with data of various sizes.
|
floatdixf.c | 24 // Initialize the input array with data of various sizes.
|
floatundidf.c | 21 // Initialize the input array with data of various sizes.
|
floatundisf.c | 24 // Initialize the input array with data of various sizes.
|
floatundixf.c | 24 // Initialize the input array with data of various sizes.
|
/hardware/ril/mock-ril/src/cpp/ |
worker_v8.h | 22 // Initialize this module
|
/packages/apps/Camera/jni/feature_mos/src/mosaic_renderer/ |
WarpRenderer.h | 17 // Initialize OpenGL resources
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
GalleryAppImpl.java | 52 com.android.camera.Util.initialize(this); 54 GalleryUtils.initialize(this); 55 WidgetUtils.initialize(this); 56 PicasaSource.initialize(this);
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/ |
WarpRenderer.h | 17 // Initialize OpenGL resources
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
CameraAppImpl.java | 26 Util.initialize(this);
|
/packages/apps/Mms/src/com/android/mms/ui/ |
QuickContactDivot.java | 40 initialize(attrs); 45 initialize(attrs); 50 initialize(null); 53 private void initialize(AttributeSet attrs) { method in class:QuickContactDivot
|
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
DownloadItem.java | 47 initialize(); method 52 initialize(); method 57 initialize(); method 60 private void initialize() { method in class:DownloadItem
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
Messages.java | 36 // initialize resource bundle
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/ |
Messages.java | 37 // initialize resource bundle
|
/tools/motodev/src/plugins/certmanager/src/com/motorolamobility/studio/android/certmanager/packaging/sign/ |
ManifestDigester.java | 47 initialize(); method 51 * Initialize the digester creating internal entries for each manifest entry 53 private void initialize() method in class:ManifestDigester 57 // initialize internal entries list
|
/external/proguard/src/proguard/ |
Initializer.java | 45 * Creates a new Initializer to initialize classes according to the given 73 // Initialize the superclass hierarchies for program classes. 80 // Initialize the superclass hierarchy of all library classes, without 88 // Initialize the class references of program class members and 118 // Initialize the Class.forName references. 133 // Initialize the Class.get[Declared]{Field,Method} references. 146 // Initialize other string constant references, if requested. 168 // Initialize the class references of library class members. 180 // Initialize the class references of referenced library 211 // Initialize the class references of all library class members [all...] |
/external/stressapptest/src/ |
pattern.cc | 284 // Initialize pattern's CRC. 285 int Pattern::Initialize(const struct PatternData &pattern_init, 339 int PatternList::Initialize() { 347 patterns_[patterncount++].Initialize(pattern_array[i], 32, false, 350 patterns_[patterncount++].Initialize(pattern_array[i], 64, false, 353 patterns_[patterncount++].Initialize(pattern_array[i], 128, false, 356 patterns_[patterncount++].Initialize(pattern_array[i], 256, false, 361 patterns_[patterncount++].Initialize(pattern_array[i], 32, true, 364 patterns_[patterncount++].Initialize(pattern_array[i], 64, true, 367 patterns_[patterncount++].Initialize(pattern_array[i], 128, true [all...] |