/frameworks/wilhelm/tests/examples/ |
slesTestEffectCapabilities.cpp | 66 /* Query available effects on Android */ 118 fprintf(stdout, "Effect library contains %d effects:\n", nbEffects);
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
Fences.java | 60 * effects, which is possible for objects with finalizers (see Section 67 * may be used to obtain the memory safety effects of {@code final} 85 * effects of the widget assignment are ordered before those of any 183 * write with subsequent reads, because the required effects are 221 * may have surprising and undesirable effects in cases such as the 399 * <li> the effects of <em>b</em> are constrained 467 * variable. Without JVM support, the consistency effects are 468 * stronger than necessary, and the memory contention effects can
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
progress.hpp | 89 // Effects: display appropriate scale 103 // Effects: Display appropriate progress tic if needed.
|
/packages/apps/LegacyCamera/src/com/android/camera/ |
EffectsRecorder.java | 54 * effects applied. Modeled after MediaRecorder. 124 * Some effects require libraries not available on all devices 407 Log.v(TAG, "Effects framework initializing. Recording size " 444 // Switching effects while running. Inform video camera. 470 // Switching effects while running. Stop existing runner. 599 if (mLogVerbose) Log.v(TAG, "Runner active, connecting effects preview"); [all...] |
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/ |
byte_reader.js | 77 * same name which side-effects the current read position. 100 * same name which side-effects the current read position. 126 * same name which side-effects the current read position. 172 * same name which side-effects the current read position. 222 * same name which side-effects the current read position.
|
/external/llvm/include/llvm/IR/ |
IntrinsicsPowerPC.td | 55 /// vector and returns one. These intrinsics have no side effects. 61 /// vectors and returns one. These intrinsics have no side effects. 68 /// vectors and returns one. These intrinsics have no side effects. 75 /// vectors and returns one. These intrinsics have no side effects. 82 /// vectors and returns one. These intrinsics have no side effects.
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_fmengine.c | 70 * Side Effects: 148 * Side Effects: 204 * Side Effects: 268 * Side Effects: 337 /* internal gain for modulation effects */ 380 * Side Effects: 435 /* internal gain for modulation effects */ 479 * Side Effects: 536 * Side Effects: 733 * Side Effects [all...] |
eas_rtttl.c | 129 * Side Effects: 178 * Side Effects: 226 * Side Effects: 256 * Side Effects: 513 * Side Effects: 556 * Side Effects: 595 * Side Effects: 637 * Side Effects: 669 * Side Effects: 701 * Side Effects [all...] |
eas_smf.c | 100 * Side Effects: 170 * Side Effects: 214 * Side Effects: 267 * Side Effects: 371 * Side Effects: 414 * Side Effects: 469 * Side Effects: 532 * Side Effects: 564 * Side Effects: 596 * Side Effects [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_fmengine.c | 70 * Side Effects: 148 * Side Effects: 204 * Side Effects: 268 * Side Effects: 337 /* internal gain for modulation effects */ 380 * Side Effects: 435 /* internal gain for modulation effects */ 479 * Side Effects: 536 * Side Effects: 733 * Side Effects [all...] |
eas_rtttl.c | 129 * Side Effects: 178 * Side Effects: 226 * Side Effects: 256 * Side Effects: 513 * Side Effects: 556 * Side Effects: 595 * Side Effects: 637 * Side Effects: 669 * Side Effects: 701 * Side Effects [all...] |
eas_smf.c | 100 * Side Effects: 170 * Side Effects: 214 * Side Effects: 267 * Side Effects: 371 * Side Effects: 414 * Side Effects: 469 * Side Effects: 532 * Side Effects: 564 * Side Effects: 596 * Side Effects [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_rtttl.c | 129 * Side Effects: 178 * Side Effects: 226 * Side Effects: 256 * Side Effects: 513 * Side Effects: 556 * Side Effects: 595 * Side Effects: 637 * Side Effects: 669 * Side Effects: 701 * Side Effects [all...] |
eas_smf.c | 100 * Side Effects: 170 * Side Effects: 214 * Side Effects: 267 * Side Effects: 376 * Side Effects: 419 * Side Effects: 474 * Side Effects: 537 * Side Effects: 569 * Side Effects: 601 * Side Effects [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
fts3cov.test | 28 # tests the effects of an OOM error occuring while compiling the statement. 110 # The following tests are to test the effects of OOM errors while storing 145 # finished. The following tests check the effects of encountering an OOM 173 # This test case tests these paths and the effects of said mallocs failing 220 # reused thereafter. This test aims to test the effects of an OOM while 223 # Then, keep inserting rows into the table so that the effects of an OOM 279 # This test checks the effects of an OOM error occuring when the
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_API.h | 229 * @param uiExternalEffectId (IN) Which effect function should be used (for external effects) 356 * @note It also contains the settings for the cut and begin/end effects applied to the clip. 397 M4VSS3GPP_EffectSettings *Effects; /**< List of effects */ 398 M4OSA_UInt8 nbEffects; /**< Number of effects in the above list */ 507 * @param bCopyEffects (IN) Flag to know if we have to duplicate effects (deprecated) 519 * @brief Free the pointers allocated in the ClipSetting structure (pFile, Effects). [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/ |
ActivityMusic.java | 243 // query available effects 244 final Descriptor[] effects = AudioEffect.queryEffects(); local 246 // Determine available/supported effects 247 Log.v(TAG, "Available effects:"); 248 for (final Descriptor effect : effects) { 285 // Depending on the state enable the supported effects if they were 606 * (on/off) if effects are on. Do the inverse for their layouts so they can take over [all...] |
/frameworks/av/services/audioflinger/ |
Threads.h | 128 // Called by AudioFlinger::frameCount(audio_io_handle_t output) and effects, 181 // ThreadBase mutex before processing the mixer and effects. This guarantees the 195 // the effects audio session 202 // returns either EFFECT_SESSION if effects on this audio session exist in one 210 // type pointer means suspend all effects in the session 214 // check if some effects must be suspended/restored when an effect is enabled 254 // check if some effects must be suspended when an effect chain is added 324 // list of suspended effects per session and per type. The first vector is 479 size_t mNormalFrameCount; // normal mixer and effects [all...] |
/build/tools/droiddoc/templates-ds/assets/js/ |
global-libraries-combined.js | [all...] |
/external/chromium/testing/gtest/include/gtest/ |
gtest-death-test.h | 235 // need to test that a function has appropriate side-effects in opt 236 // mode, include assertions against the side-effects. A general 240 // // Side-effects here will have an effect after this statement in
|
/external/chromium_org/chrome/browser/ui/views/ |
chrome_views_delegate.cc | 225 // has some negative side effects, like dialogs being clipped by the browser 226 // frame, but the side effects are not as bad as the poor window manager 246 // allows for animation effects, but also exceeding the bounds of the parent
|
/external/chromium_org/testing/gtest/include/gtest/ |
gtest-death-test.h | 246 // need to test that a function has appropriate side-effects in opt 247 // mode, include assertions against the side-effects. A general 251 // // Side-effects here will have an effect after this statement in
|
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/ |
gtest-death-test.h | 235 // need to test that a function has appropriate side-effects in opt 236 // mode, include assertions against the side-effects. A general 240 // // Side-effects here will have an effect after this statement in
|
/external/chromium_org/third_party/skia/include/core/ |
SkBitmapDevice.h | 126 and are handling any looping from the paint, and any effects from the 146 * stroking or other effects. If there are no effects on the paint that
|
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapProcShader.cpp | 15 #include "effects/GrSimpleTextureEffect.h" 16 #include "effects/GrBicubicEffect.h" 354 #include "effects/GrSimpleTextureEffect.h"
|