HomeSort by relevance Sort by last modified time
    Searched full:newvalue (Results 351 - 375 of 699) sorted by null

<<11121314151617181920>>

  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 205 public boolean onPreferenceChange(Preference preference, Object newValue) {
207 mCachedDevice.setName((String) newValue);
  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentSettings.java 233 public boolean onPreferenceChange(Preference preference, Object newValue) {
235 mPaymentBackend.setForegroundMode(((Boolean) newValue).booleanValue());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
TableLayoutRule.java 85 @Nullable Boolean newValue) {
115 final @Nullable Boolean newValue) {
  /art/runtime/interpreter/
interpreter.cc 95 jint newValue = args[4];
99 expectedValue, newValue);
102 expectedValue, newValue);
108 Object* newValue = reinterpret_cast<Object*>(args[3]);
110 obj->SetFieldObject<true>(MemberOffset(offset), newValue);
112 obj->SetFieldObject<false>(MemberOffset(offset), newValue);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
Target.java 341 double newValue = mMinValue + delta;
346 if (newValue < 0 && mMinValue > 0.f) {
349 mMinValue = newValue;
376 double newValue = mMaxValue + delta;
381 if (newValue > 0 && mMaxValue < 0.f) {
384 mMaxValue = newValue;
  /external/guava/guava/src/com/google/common/util/concurrent/
Monitor.java 105 * public synchronized void set(V newValue) throws InterruptedException {
109 * value = newValue;
143 * public void set(V newValue) throws InterruptedException {
149 * value = newValue;
190 * public void set(V newValue) throws InterruptedException {
193 * value = newValue;
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java     [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpURLConnectionImpl.java 494 @Override public final void setRequestProperty(String field, String newValue) {
501 if (newValue == null) {
513 setProtocols(newValue, false /* append */);
515 requestHeaders.set(field, newValue);
519 @Override public void setIfModifiedSince(long newValue) {
520 super.setIfModifiedSince(newValue);
  /external/pdfium/core/include/fxcrt/
fx_basic.h 870 void SetAt(void* key, void* newValue)
872 (*this)[key] = newValue;
938 void SetAt(KeyType key, ValueType newValue)
940 CFX_MapPtrToPtr::SetAt((void*)(FX_UINTPTR)key, (void*)(FX_UINTPTR)newValue);
1008 void SetAt(FX_BSTR key, void* newValue)
1010 (*this)[key] = newValue;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/
ImageCaptureManager.java 92 * @param newValue the new value. The type will be that associated with
97 public void onImageMetadataChange(Key<?> key, Object second, Object newValue,
394 final Object newValue = partialResult.get(key);
395 mMetadata.put(key, new Pair<Long, Object>(frameNumber, newValue));
399 if (oldValue == newValue || !mMetadataChangeListeners.containsKey(key)) {
410 listener.onImageMetadataChange(key, oldValue, newValue,
  /external/chromium_org/third_party/icu/source/i18n/
numfmt.cpp 918 NumberFormat::setGroupingUsed(UBool newValue)
920 fGroupingUsed = newValue;
937 NumberFormat::setMaximumIntegerDigits(int32_t newValue)
939 fMaxIntegerDigits = uprv_max(0, uprv_min(newValue, gMaxIntegerDigits));
959 NumberFormat::setMinimumIntegerDigits(int32_t newValue)
961 fMinIntegerDigits = uprv_max(0, uprv_min(newValue, gMinIntegerDigits));
981 NumberFormat::setMaximumFractionDigits(int32_t newValue)
983 fMaxFractionDigits = uprv_max(0, uprv_min(newValue, gMaxIntegerDigits));
1003 NumberFormat::setMinimumFractionDigits(int32_t newValue)
1005 fMinFractionDigits = uprv_max(0, uprv_min(newValue, gMinIntegerDigits))
    [all...]
decimfmt.cpp     [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
numfmt.h 748 * @param newValue True, grouping will be used in this format.
752 virtual void setGroupingUsed(UBool newValue);
771 * @param newValue the new value for the maximum number of digits
776 virtual void setMaximumIntegerDigits(int32_t newValue);
    [all...]
unum.h 704 * @param newValue The new value of attr.
715 int32_t newValue);
742 * @param newValue The new value of attr.
753 double newValue);
816 * @param newValue The new value of attr.
817 * @param newValueLength The length of newValue, or -1 if null-terminated.
827 const UChar* newValue,
    [all...]
  /external/icu/icu4c/source/i18n/
numfmt.cpp     [all...]
  /external/icu/icu4c/source/i18n/unicode/
numfmt.h     [all...]
  /frameworks/base/docs/html/reference/renderscript/
rs__atomic_8rsh.html 54 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="rs__types_8rsh.html#a32f2e37ee053cf2ce8ca28d1f74630e5">int32_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__atomic_8rsh.html#a205d66a8eb29eee8968f886e488b4402">rsAtomicCas</a> (volatile <a class="el" href="rs__types_8rsh.html#a32f2e37ee053cf2ce8ca28d1f74630e5">int32_t</a> *addr, <a class="el" href="rs__types_8rsh.html#a32f2e37ee053cf2ce8ca28d1f74630e5">int32_t</a> compareValue, <a class="el" href="rs__types_8rsh.html#a32f2e37ee053cf2ce8ca28d1f74630e5">int32_t</a> newValue)</td></tr>
55 <tr><td class="memItemLeft" align="right" valign="top"><a class="el" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="rs__atomic_8rsh.html#aa46bb0a2933a93bed2858585a088b173">rsAtomicCas</a> (volatile <a class="el" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> *addr, <a class="el" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> compareValue, <a class="el" href="rs__types_8rsh.html#a435d1572bf3f880d55459d9805097f62">uint32_t</a> newValue)</td></tr>
206 <a class="anchor" id="a205d66a8eb29eee8968f886e488b4402"></a><!-- doxytag: member="rs_atomic.rsh::rsAtomicCas" ref="a205d66a8eb29eee8968f886e488b4402" args="(volatile int32_t *addr, int32_t compareValue, int32_t newValue)" -->
226 <td class="paramname"><em>newValue</em>&#160;</td>
237 <p>If the value at addr matches compareValue then newValue is written.</p>
242 <tr><td class="paramname">newValue</td><td>The value to write if the test passes.</td></tr>
250 <a class="anchor" id="aa46bb0a2933a93bed2858585a088b173"></a><!-- doxytag: member="rs_atomic.rsh::rsAtomicCas" ref="aa46bb0a2933a93bed2858585a088b173" args="(volatile uint32_t *addr, uint32_t compareValue, uint32_t newValue)" -->
270 <td class="paramname"><em>newValue</em>&#160;</td>
281 <p>If the value at addr matches compareValue then newValue is written.</p>
286 <tr><td class="paramname">newValue</td><td>The value to write if the test passes.</td></tr
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-analysis-3.3.jar 
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java 391 public void onValueSelected(int pickerIndex, int newValue, boolean autoAdvance) {
393 setHour(newValue, false);
394 String announcement = String.format("%d", newValue);
399 mTimePicker.setContentDescription(mHourPickerDescription + ": " + newValue);
404 setMinute(newValue);
405 mTimePicker.setContentDescription(mMinutePickerDescription + ": " + newValue);
407 updateAmPmDisplay(newValue);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
LinkedHashSet.h 239 AddResult insertBefore(ValuePeekInType beforeValue, ValuePeekInType newValue);
240 AddResult insertBefore(iterator it, ValuePeekInType newValue) { return m_impl.template add<NodeHashFunctions>(newValue, it.node()); }
659 typename LinkedHashSet<T, U, V, W>::AddResult LinkedHashSet<T, U, V, W>::insertBefore(ValuePeekInType beforeValue, ValuePeekInType newValue)
661 return insertBefore(find(beforeValue), newValue);
  /external/clang/include/clang/AST/
ExternalASTSource.h 412 void set(T NewValue) {
414 LazyVal->LastValue = NewValue;
417 Value = NewValue;
421 void setNotUpdated(T NewValue) { Value = NewValue; }
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FETurbulence.cpp 209 inline void checkNoise(int& noiseValue, int limitValue, int newValue)
212 noiseValue -= newValue;
214 noiseValue -= newValue - 1;
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.c 166 int32_t newvalue; local
737 newvalue=unum_getAttribute(def, attr);
738 newvalue=2;
739 unum_setAttribute(def, attr, newvalue);
746 newvalue=unum_getAttribute(def, attr);
747 newvalue=8;
748 unum_setAttribute(def, attr, newvalue);
755 newvalue=unum_getAttribute(def, attr);
756 newvalue=2;
757 unum_setAttribute(def, attr, newvalue);
    [all...]
  /packages/apps/Settings/src/com/android/settings/
WirelessSettings.java 461 public boolean onPreferenceChange(Preference preference, Object newValue) {
462 if (preference == mSmsApplicationPreference && newValue != null) {
463 SmsApplication.setDefaultApplication(newValue.toString(), getActivity());
  /packages/apps/Settings/src/com/android/settings/accessibility/
AccessibilitySettings.java 239 public boolean onPreferenceChange(Preference preference, Object newValue) {
241 handleLongPressTimeoutPreferenceChange((String) newValue);
244 handleToggleInversionPreferenceChange((Boolean) newValue);

Completed in 1007 milliseconds

<<11121314151617181920>>