HomeSort by relevance Sort by last modified time
    Searched refs:newValue (Results 151 - 175 of 311) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/webkit/Source/WebCore/storage/
StorageAreaSync.h 59 void dispatchStorageEvent(const String& key, const String& oldValue, const String& newValue, Frame* sourceFrame);
  /external/webkit/Source/WebKit/mac/WebView/
WebDocumentInternal.h 63 - (void)setMarkedTextMatchesAreHighlighted:(BOOL)newValue;
  /frameworks/base/libs/rs/scriptc/
rs_atomic.rsh 222 * If the value at addr matches compareValue then newValue is written.
226 * @param newValue The value to write if the test passes.
231 rsAtomicCas(volatile int32_t* addr, int32_t compareValue, int32_t newValue);
236 * If the value at addr matches compareValue then newValue is written.
240 * @param newValue The value to write if the test passes.
245 rsAtomicCas(volatile uint32_t* addr, int32_t compareValue, int32_t newValue);
  /prebuilt/sdk/14/renderscript/include/
rs_atomic.rsh 221 * If the value at addr matches compareValue then newValue is written.
225 * @param newValue The value to write if the test passes.
230 rsAtomicCas(volatile int32_t* addr, int32_t compareValue, int32_t newValue);
235 * If the value at addr matches compareValue then newValue is written.
239 * @param newValue The value to write if the test passes.
244 rsAtomicCas(volatile uint32_t* addr, int32_t compareValue, int32_t newValue);
  /external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
ProcessLauncherMac.mm 128 Vector<char, 128> newValue;
129 newValue.append(existingValue, strlen(existingValue));
130 newValue.append(separator);
131 newValue.append(value, strlen(value) + 1);
133 set(name, newValue.data());
  /external/webkit/Source/JavaScriptCore/runtime/
Identifier.cpp 201 uint32_t newValue = *(++characters) - '0';
202 if (newValue > 9)
206 newValue += value;
207 if (newValue < value)
209 value = newValue;
  /packages/apps/Settings/src/com/android/settings/
ApnSettings.java 234 public boolean onPreferenceChange(Preference preference, Object newValue) {
236 + ", newValue - " + newValue + ", newValue type - "
237 + newValue.getClass());
238 if (newValue instanceof String) {
239 setSelectedApnKey((String) newValue);
DevelopmentSettings.java 364 private void writeAnimationScaleOption(int which, ListPreference pref, Object newValue) {
366 float scale = Float.parseFloat(newValue.toString());
391 private void writeAppProcessLimitOptions(Object newValue) {
393 int limit = Integer.parseInt(newValue.toString());
465 public boolean onPreferenceChange(Preference preference, Object newValue) {
467 SystemProperties.set(HDCP_CHECKING_PROPERTY, newValue.toString());
471 writeAnimationScaleOption(0, mWindowAnimationScale, newValue);
474 writeAnimationScaleOption(1, mTransitionAnimationScale, newValue);
477 writeAppProcessLimitOptions(newValue);
ApnEditor.java 352 public boolean onPreferenceChange(Preference preference, Object newValue) {
356 int index = Integer.parseInt((String) newValue);
365 String protocol = protocolDescription((String) newValue, mProtocol);
370 mProtocol.setValue((String) newValue);
372 String protocol = protocolDescription((String) newValue, mRoamingProtocol);
377 mRoamingProtocol.setValue((String) newValue);
379 String bearer = bearerDescription((String) newValue);
383 mBearer.setValue((String) newValue);
LocationSettings.java 182 boolean newValue = (value == null ? false : (Boolean) value);
183 GoogleLocationSettingHelper.setUseLocationForServices(getActivity(), newValue);
  /external/skia/gpu/src/
GrGLProgram.h 130 inline void setEnabled(bool newValue) {
131 if (newValue) {
  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/GetSet/
getset-005.js 48 var cnNameSetter = function(newValue) {this._name=newValue; this.nameSETS++;};
getset-006.js 52 var cnNameSetter = function(newValue) {this._name=newValue; this.nameSETS++;};
  /external/webkit/Source/WebCore/html/
BaseDateAndTimeInputType.cpp 68 void BaseDateAndTimeInputType::setValueAsNumber(double newValue, ExceptionCode&) const
70 element()->setValue(serialize(newValue));
  /external/webkit/Source/WebCore/inspector/front-end/
DOMAgent.js 435 _characterDataModified: function(nodeId, newValue)
438 node._nodeValue = newValue;
494 _childNodeCountUpdated: function(nodeId, newValue)
497 node._childNodeCount = newValue;
562 characterDataModified: function(nodeId, newValue)
564 this._domAgent._characterDataModified(nodeId, newValue);
572 childNodeCountUpdated: function(nodeId, newValue)
574 this._domAgent._childNodeCountUpdated(nodeId, newValue);
  /libcore/luni/src/main/java/java/io/
ObjectStreamField.java 271 * @param newValue
274 protected void setOffset(int newValue) {
275 this.offset = newValue;
  /external/icu4c/i18n/
winnmfmt.cpp 226 void Win32NumberFormat::setMaximumFractionDigits(int32_t newValue)
229 NumberFormat::setMaximumFractionDigits(newValue);
232 void Win32NumberFormat::setMinimumFractionDigits(int32_t newValue)
235 NumberFormat::setMinimumFractionDigits(newValue);
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...]
  /system/core/libcutils/
atomic-android-sh.c 116 int android_atomic_acquire_cmpxchg(int32_t oldvalue, int32_t newvalue,
118 return android_atomic_release_cmpxchg(oldValue, newValue, addr);
121 int android_atomic_release_cmpxchg(int32_t oldvalue, int32_t newvalue,
129 *addr = newvalue;
  /external/icu4c/i18n/unicode/
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...]
  /packages/apps/Settings/src/com/android/settings/wifi/
AdvancedWifiSettings.java 157 public boolean onPreferenceChange(Preference preference, Object newValue) {
162 mWifiManager.setFrequencyBand(Integer.parseInt((String) newValue), true);
172 String stringValue = (String) newValue;
  /dalvik/vm/compiler/codegen/arm/
CodegenCommon.cpp 382 ArmLIR *newValue = (ArmLIR *) dvmCompilerNew(sizeof(ArmLIR), true);
383 newValue->operands[0] = value;
384 newValue->generic.next = *constantListP;
385 *constantListP = (LIR *) newValue;
386 return newValue;
  /frameworks/base/core/tests/coretests/src/android/util/
LruCacheTest.java 373 boolean evicted, String key, String oldValue, String newValue) {
411 boolean evicted, String key, String oldValue, String newValue) {
412 log.add(key + "=" + oldValue + ">" + newValue);
438 boolean evicted, String key, Integer oldValue, Integer newValue) {
439 log.add(key + "=" + oldValue + ">" + newValue);
458 boolean evicted, String key, String oldValue, String newValue) {
461 : (key + "=" + oldValue + ">" + newValue);
  /dalvik/vm/
Profile.cpp 242 int oldValue, newValue;
247 newValue = oldValue + (enable ? 1 : -1);
248 if (newValue < 0) {
249 LOGE("Can't have %d active profilers", newValue);
252 } while (android_atomic_release_cas(oldValue, newValue,
266 LOGD("+++ active profiler count now %d", newValue);
  /dalvik/vm/interp/
Interp.cpp     [all...]

Completed in 877 milliseconds

1 2 3 4 5 67 8 91011>>