/external/v8/test/mjsunit/ |
override-read-only-property.js | 41 // but is read-only in a prototype does not take effect. 48 // but is read-only in a prototype does not take effect.
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
rtp_header_extension.h | 81 // take effect yet until being activated. Inactive RTP header extensions do 82 // not take effect and should not be included in size calculations until they
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/ |
WaveTriggerFilter.java | 27 // The Filter is used to generate the camera snap effect. 28 // The effect is to give the image a sudden white appearance.
|
/hardware/qcom/audio/msm8909/post_proc/ |
bundle.h | 53 /* effect specific operations. 81 /* io handle of the output the effect is attached to */
|
/hardware/qcom/audio/post_proc/ |
bundle.h | 50 /* effect specific operations. 78 /* io handle of the output the effect is attached to */
|
/libcore/luni/src/main/java/java/util/concurrent/atomic/ |
AtomicIntegerArray.java | 225 * function should be side-effect-free, since it may be re-applied 229 * @param updateFunction a side-effect-free function 246 * function should be side-effect-free, since it may be re-applied 250 * @param updateFunction a side-effect-free function 268 * be side-effect-free, since it may be re-applied when attempted 275 * @param accumulatorFunction a side-effect-free function of two arguments 294 * be side-effect-free, since it may be re-applied when attempted 301 * @param accumulatorFunction a side-effect-free function of two arguments
|
AtomicLong.java | 199 * function should be side-effect-free, since it may be re-applied 202 * @param updateFunction a side-effect-free function 218 * function should be side-effect-free, since it may be re-applied 221 * @param updateFunction a side-effect-free function 238 * side-effect-free, since it may be re-applied when attempted 244 * @param accumulatorFunction a side-effect-free function of two arguments 262 * side-effect-free, since it may be re-applied when attempted 268 * @param accumulatorFunction a side-effect-free function of two arguments
|
AtomicLongArray.java | 224 * function should be side-effect-free, since it may be re-applied 228 * @param updateFunction a side-effect-free function 245 * function should be side-effect-free, since it may be re-applied 249 * @param updateFunction a side-effect-free function 267 * be side-effect-free, since it may be re-applied when attempted 274 * @param accumulatorFunction a side-effect-free function of two arguments 293 * be side-effect-free, since it may be re-applied when attempted 300 * @param accumulatorFunction a side-effect-free function of two arguments
|
AtomicReferenceArray.java | 175 * function should be side-effect-free, since it may be re-applied 179 * @param updateFunction a side-effect-free function 196 * function should be side-effect-free, since it may be re-applied 200 * @param updateFunction a side-effect-free function 218 * be side-effect-free, since it may be re-applied when attempted 225 * @param accumulatorFunction a side-effect-free function of two arguments 244 * be side-effect-free, since it may be re-applied when attempted 251 * @param accumulatorFunction a side-effect-free function of two arguments
|
/libcore/ojluni/src/main/java/java/lang/annotation/ |
Inherited.java | 39 * <p>Note that this meta-annotation type has no effect if the annotated 43 * effect.
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
NativeThread.java | 37 // always returns -1 and the signal(long) method has no effect. 50 // no effect.
|
/packages/apps/Camera2/src/com/android/camera/app/ |
OrientationManager.java | 123 * rotates. No effect if the system setting of auto-rotation is off. 129 * rotates. No effect if the system setting of auto-rotation is off.
|
/packages/apps/LegacyCamera/res/values/ |
strings.xml | 280 <!-- Default effect setting that clears the effect. --> 283 <!-- Title of video effect setting popup window --> 286 <!-- Effect setting item that clear the effect. [CHAR LIMIT=14] --> 288 <!-- Effect setting item that squeezes the face. [CHAR LIMIT=14] --> 290 <!-- Effect setting item that makes eyes big. [CHAR LIMIT=14] --> 292 <!-- Effect setting item that makes mouth big. [CHAR LIMIT=14] --> 294 <!-- Effect setting item that makes mouth small. [CHAR LIMIT=14] --> 296 <!-- Effect setting item that makes nose big. [CHAR LIMIT=14] -- [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/ |
icopen.py | 21 editor windows, so this patch won't effect their types. 37 effect.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
icopen.py | 21 editor windows, so this patch won't effect their types. 37 effect.
|
/external/v8/src/compiler/ |
js-generic-lowering.cc | 146 // Some comparisons (StrictEqual) don't have an effect, control or frame 151 Node* effect = (node->op()->EffectInputCount() > 0) local 154 inputs.push_back(effect); 304 Node* effect = NodeProperties::GetEffectInput(node); local 314 effect, graph()->start()); 318 effect, graph()->start()); 354 Node* effect = NodeProperties::GetEffectInput(node); local 364 effect, graph()->start()); 368 effect, graph()->start()); 619 Node* effect = NodeProperties::GetEffectInput(node) local 818 Node* effect = NodeProperties::GetEffectInput(node); local [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
BassBoostTest.java | 56 assertTrue("invalid effect ID", (eq.getId() != 0)); 64 fail("Effect library not loaded"); 164 // 2 - Effect enable/disable 229 assertFalse("effect control not lost by effect1", mHasControl); 302 Log.e(TAG, "getBassBoost() Effect library not loaded exception: "+e); 368 AudioEffect effect, boolean controlGranted) { 370 if (effect == mBassBoost2) { 381 public void onEnableStatusChange(AudioEffect effect, boolean enabled) { 383 if (effect == mBassBoost2) { 393 public void onParameterChange(BassBoost effect, int status [all...] |
EnvReverbTest.java | 56 assertTrue("invalid effect ID", (envReverb.getId() != 0)); 63 fail("Effect library not loaded"); 284 // 2 - Effect enable/disable 348 assertFalse("effect control not lost by effect1", mHasControl); 422 Log.e(TAG, "getReverb() Effect library not loaded exception: "+e); 488 AudioEffect effect, boolean controlGranted) { 490 if (effect == mReverb2) { 501 public void onEnableStatusChange(AudioEffect effect, boolean enabled) { 503 if (effect == mReverb2) { 513 public void onParameterChange(EnvironmentalReverb effect, [all...] |
EqualizerTest.java | 56 assertTrue("invalid effect ID", (eq.getId() != 0)); 63 fail("Effect library not loaded"); 200 // 2 - Effect enable/disable 255 assertFalse("effect control not lost by effect1", mHasControl); 323 Log.e(TAG, "getEqualizer() Effect library not loaded exception: "+e); 388 AudioEffect effect, boolean controlGranted) { 390 if (effect == mEqualizer2) { 401 public void onEnableStatusChange(AudioEffect effect, boolean enabled) { 403 if (effect == mEqualizer2) { 413 public void onParameterChange(Equalizer effect, [all...] |
/frameworks/av/services/audioflinger/ |
AudioFlinger.cpp | 72 // 0; but one side effect of this is to turn all LOGV's as well. Some messages 105 // we define a minimum time during which a global effect is considered enabled. 438 // dump orphan effect chains 440 write(fd, " Orphan Effect Chains\n", strlen(" Orphan Effect Chains\n")); 657 // check if an effect chain with the same session ID is present on another 683 // move effect chain to this output thread if an effect on same session was waiting 2435 sp<EffectModule> effect = ec->mEffects[0]; local 2844 sp<EffectModule> effect = chain->getEffectFromId_l(0); local [all...] |
/frameworks/wilhelm/src/android/ |
android_Effect.cpp | 270 SL_LOGE("BassBoost effect initialization failed"); 288 SL_LOGE("Equalizer effect initialization failed"); 338 SL_LOGE("Virtualizer effect initialization failed"); 369 SL_LOGV("session is implicitly %d (aux effect)", AUDIO_SESSION_OUTPUT_MIX); 373 SL_LOGE("PresetReverb effect initialization failed"); 381 // enable the effect if it has a preset loaded 390 // enable the effect if the preset is different from SL_REVERBPRESET_NONE 404 SL_LOGV("session is implicitly %d (aux effect)", AUDIO_SESSION_OUTPUT_MIX); 408 SL_LOGE("EnvironmentalReverb effect initialization failed"); 527 SL_LOGE("invalid effect ID: no such effect attached to the OutputMix") [all...] |
/art/compiler/optimizing/ |
select_generator.h | 37 * Note: In order to recognize no side-effect blocks, this optimization must be
|
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/ |
UiAutomationTestA11yService.java | 21 * A stub accessibility service to install for testing UiAutomation's effect on accessibility
|
/developers/build/prebuilts/gradle/DrawableTinting/Application/src/main/res/values/ |
base-strings.xml | 31 changed from the UI to see the effect of different options.
|
/development/host/windows/usb/api/ |
adb_legacy_interface.h | 106 this parameter has no effect on the way endpoint is opened. It's
109 this parameter has no effect on the way endpoint is opened. It's
130 this parameter has no effect on the way endpoint is opened. It's
133 this parameter has no effect on the way endpoint is opened. It's
|