HomeSort by relevance Sort by last modified time
    Searched full:newvalue (Results 501 - 525 of 856) sorted by null

<<21222324252627282930>>

  /frameworks/support/v7/preference/src/android/support/v7/preference/
Preference.java 162 * @param newValue The new value of the Preference.
165 boolean onPreferenceChange(Preference preference, Object newValue);
906 * @param newValue The new value of this Preference.
910 public boolean callChangeListener(Object newValue) {
911 return mOnChangeListener == null || mOnChangeListener.onPreferenceChange(this, newValue);
    [all...]
  /toolchain/binutils/binutils-2.25/cpu/
sh64-compact.cpu 140 (set (newvalue) (sequence ()
141 (set (reg h-fpscr) newvalue)
142 (set prbit (and (srl newvalue 19) 1))
143 (set szbit (and (srl newvalue 20) 1))
144 (set frbit (and (srl newvalue 21) 1))))
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp     [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Normalizer2Impl.java 608 int newValue=oldValue;
611 newValue|=CANON_NOT_SEGMENT_STARTER;
613 newValue|=CANON_HAS_COMPOSITIONS;
616 newValue|=CANON_HAS_COMPOSITIONS;
631 newValue|=CANON_NOT_SEGMENT_STARTER; // original c has cc!=0
659 if(newValue!=oldValue) {
660 newData.set(c, newValue);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Normalizer2Impl.java 604 int newValue=oldValue;
607 newValue|=CANON_NOT_SEGMENT_STARTER;
609 newValue|=CANON_HAS_COMPOSITIONS;
612 newValue|=CANON_HAS_COMPOSITIONS;
627 newValue|=CANON_NOT_SEGMENT_STARTER; // original c has cc!=0
655 if(newValue!=oldValue) {
656 newData.set(c, newValue);
    [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/polymer/
polymer.js     [all...]
  /external/chromium-trace/catapult/tracing/third_party/components/polymer/
polymer.js     [all...]
  /external/chromium-trace/catapult/tracing/tracing/ui/base/
table.html 410 var newValue = !!value;
412 if (newValue !== this.sortDescending_) {
413 this.sortDescending_ = newValue;
    [all...]
  /external/deqp/framework/referencerenderer/
rrFragmentOperations.cpp 44 // Return oldValue with the bits indicated by mask replaced by corresponding bits of newValue.
45 static inline int maskedBitReplace (int oldValue, int newValue, deUint32 mask)
47 return (oldValue & ~mask) | (newValue & mask);
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 494 #define TEST_AND_UPDATE(VALUE, NEWVALUE, ENUM) \
495 if ((VALUE) != (NEWVALUE)) { \
496 _mesa_set_enable( ctx, ENUM, (NEWVALUE) ); \
    [all...]
  /frameworks/base/docs/html/guide/topics/admin/
device-admin.jd 464 public boolean onPreferenceChange(Preference preference, Object newValue) {
465 if (super.onPreferenceChange(preference, newValue)) {
468 boolean value = (Boolean) newValue;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialog.java 263 public void onTuningChanged(String key, String newValue) {
265 mShowFullZen = newValue != null && Integer.parseInt(newValue) != 0;
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer_hwc1.cpp 549 const int32_t newValue = enabled ? eventBit : 0;
551 if (newValue != oldValue) {
556 events = (events & ~eventBit) | newValue;
    [all...]
  /libcore/ojluni/src/main/java/java/net/
HttpCookie.java 637 * @param newValue a <code>String</code> specifying the new value
644 public void setValue(String newValue) {
645 value = newValue;
    [all...]
  /prebuilts/sdk/13/
android.jar 
  /external/clang/lib/ARCMigrate/
TransRetainReleaseDealloc.cpp 166 /// backingValue = [newValue retain]; // in general a +1 assign
  /frameworks/base/docs/html/training/displaying-bitmaps/
manage-memory.jd 178 BitmapDrawable oldValue, BitmapDrawable newValue) {
  /libcore/ojluni/src/main/java/java/util/
HashMap.java 754 public final V setValue(V newValue) {
756 value = newValue;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
fwpmu.h 238 const FWP_VALUE0 *newValue
  /prebuilts/misc/windows/sdl2/include/
SDL_hints.h 416 typedef void (*SDL_HintCallback)(void *userdata, const char *name, const char *oldValue, const char *newValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java 323 final @Nullable Boolean newValue) {
  /build/soong/common/
arch.go 572 newValue := proptools.CloneEmptyProperties(propertiesValue)
573 v.Set(newValue)
  /external/chromium-trace/catapult/tracing/tracing/ui/extras/chrome/cc/
layer_tree_quad_stack_view.html 228 set isRenderPassQuads(newValue) {
229 this.isRenderPassQuads_ = newValue;
    [all...]
  /external/clang/include/clang/Basic/
IdentifierTable.h 360 PoisonIdentifierRAIIObject(IdentifierInfo *II, bool NewValue)
363 II->setIsPoisoned(NewValue);
  /external/clang/www/analyzer/
checker_dev_manual.html 411 int newValue;
413 ProgramStateRef newState = state-&gt;set&lt;ExampleDataType&gt;(Sym, newValue);

Completed in 624 milliseconds

<<21222324252627282930>>