HomeSort by relevance Sort by last modified time
    Searched full:effect (Results 926 - 950 of 6243) sorted by null

<<31323334353637383940>>

  /development/samples/NotePad/src/com/example/android/notepad/
NotesList.java 93 * to be this Activity. The effect is that context menus are enabled for items in the
148 * will add the Activity that contains the intent filter to its list of options. In effect,
254 * ACTION_INSERT. The data from the incoming Intent is put into the new Intent. In effect,
270 * In effect, this starts the NoteEditor Activity in NotePad.
278 * In effect, this starts the NoteEditor Activity in NotePad.
405 // Copies the notes URI to the clipboard. In effect, this copies the note itself
463 // Intent's data is the note ID URI. The effect is to call NoteEdit.
  /docs/source.android.com/src/devices/camera/
camera3_3Amodes.jd 81 scan, so triggering one or canceling one has no effect. Images are focused
103 AF_TRIGGER_START: Trigger start of AF scan. Effect depends on mode and state.<br/>
378 <td>No effect</td>
390 <td>No effect</td>
477 <td>No effect</td>
489 <td>No effect</td>
644 When set to AUTO, the individual algorithm controls in android.control.* are in effect, such as android.control.afMode.
  /frameworks/av/media/libeffects/testlibs/
EffectEqualizer.cpp 32 // effect_handle_t interface implementation for equalizer effect
123 //--- Effect Library Interface Implementation
215 // pContext: effect engine context
265 // pContext: effect engine context
286 // pContext: effect engine context
598 //--- Effect Control Interface Implementation
742 // effect_handle_t interface implementation for equalizer effect
  /toolchain/binutils/binutils-2.25/gas/doc/
c-cris.texi 57 difference, the effect of this option is to parse register names
301 between the effect of the @samp{GOT} and the @samp{PLT} suffix;
332 @code{.syntax register_prefix} directive is in effect
371 overrides a previous setting, including the corresponding effect
383 the corresponding effect of the option @option{--underscore}.
388 @option{--no-underscore} option is in effect.
394 is in effect.
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LogManagerTest.java 141 // add logger with duplicate name has no effect
307 // try to add root logger to non-mock LogManager, no effect
444 // // level DO has effect
478 // level DO has effect
583 // remove listener1, no effect
669 // two config class take effect orderly
715 // duplicate config class, take effect twice
724 // classes take effect
733 // global property take effect before logger specified property
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ExtendedContentHandler.java 163 * @return boolean false if the prefix mapping was already in effect (in
182 * effect.
185 * mappings in effect.
  /external/bison/m4/
include_next.m4 20 dnl '#pragma GCC system_header' has the same effect as if the file was found
25 dnl effect; we are therefore careful to use 'defined __STDC__' or '1' instead
31 dnl has the effect of truncating the lines of that file and all files that it
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 42 // effect_handle_t interface implementation for downmix effect
71 "Multichannel Downmix To Stereo", // human readable effect name
72 "The Android Open Source Project" // human readable effect implementor name
75 // gDescriptors contains pointers to all defined effect descriptor in this library
177 * Effect API implementation
180 /*--- Effect Library Interface Implementation ---*/
287 /*--- Effect Control Interface Implementation ---*/
516 // these commands are ignored by a downmix effect
554 * pDwmModule pointer to downmix effect module
621 * pDwmModule pointer to downmix effect modul
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bass/lib/
LVDBE.h 81 /* Bass Enhancement effect level */
82 #define LVDBE_EFFECT_03DB 3 /* Effect defines for backwards compatibility */
407 /* EffectLevel: Changing the effect level setting will have no side effects */
  /frameworks/base/core/java/android/view/animation/
AnimationUtils.java 239 * effect.
260 * effect.
282 * effect.
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuPopupHelper.java 91 * Changes take effect on the next call to show().
103 * Changes take effect on the next call to show().
118 * Changes take effect on the next call to show().
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaEqualizerTest.java 102 assertTrue(msg +": invalid effect ID", (eq.getId() != 0));
110 msg = msg.concat(": Effect library not loaded");
265 Log.e(TAG, "getEqualizer() Effect library not loaded exception: "+e);
  /frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
MenuPopupHelper.java 94 * Changes take effect on the next call to show().
106 * Changes take effect on the next call to show().
121 * Changes take effect on the next call to show().
  /hardware/ti/omap4xxx/camera/
CameraParameters.cpp 42 const char CameraProperties::SUPPORTED_EFFECTS[] = "prop-effect-values";
67 const char CameraProperties::EFFECT[] = "prop-effect-default";
  /packages/apps/Gallery2/res/values-tl/
filtershow_strings.xml 31 <string name="show_imagestate_panel" msgid="281932769701043015">"Ipakita Mga Inilapat na Effect"</string>
32 <string name="hide_imagestate_panel" msgid="7207643485811695257">"Itago Mga Inilapat na Effect"</string>
50 <string name="imageState" msgid="8632586742752891968">"Mga Nakalapat na Effect"</string>
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
bool.go 31 _ = i == 1 || f() == 1 || i == 1 // OK f may alter i as a side effect
44 _ = i == 1 || (f() == 1 || i == 1) // OK f may alter i as a side effect
74 _ = i != 1 && f() != 1 && i != 1 // OK f may alter i as a side effect
  /prebuilts/go/darwin-x86/src/time/
zoneinfo.go 44 index uint8 // the index of the zone that goes into effect at that time
105 // the start and end times bracketing sec when that zone is in effect,
227 // in effect at the given time. (In Sydney, Australia, both standard
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
bool.go 31 _ = i == 1 || f() == 1 || i == 1 // OK f may alter i as a side effect
44 _ = i == 1 || (f() == 1 || i == 1) // OK f may alter i as a side effect
74 _ = i != 1 && f() != 1 && i != 1 // OK f may alter i as a side effect
  /prebuilts/go/linux-x86/src/time/
zoneinfo.go 44 index uint8 // the index of the zone that goes into effect at that time
105 // the start and end times bracketing sec when that zone is in effect,
227 // in effect at the given time. (In Sydney, Australia, both standard
  /system/core/adb/
Android.mk 112 # this to take effect), this adds the includes to our path.
135 # this to take effect), this adds the includes to our path.
169 # this to take effect), this adds the includes to our path.
  /toolchain/binutils/binutils-2.25/include/gdb/
remote-sim.h 129 should not effect the state of the processor registers. Multiple
131 effect.
227 The effect of any other SIGGNAL value is is implementation
  /frameworks/av/services/audioflinger/
Tracks.cpp 42 // 0; but one side effect of this is to turn all LOGV's as well. Some messages
899 sp<EffectModule> effect = chain->getEffectFromId_l(EffectId); local
900 if (effect == 0) {
903 srcThread->removeEffect_l(effect);
904 status = playbackThread->addEffect_l(effect);
906 srcThread->addEffect_l(effect);
    [all...]
  /art/tools/ahat/src/
help.html 54 application will not effect the zygote or image heaps, and because the zygote
  /bionic/libc/bionic/
__libc_init_main_thread.cpp 65 // As a side-effect, this tells us our pid (which is the same as the main thread's tid).
termios.cpp 69 // The drain is a side-effect of the ioctl!

Completed in 1029 milliseconds

<<31323334353637383940>>