HomeSort by relevance Sort by last modified time
    Searched full:newvalue (Results 276 - 300 of 520) sorted by null

<<11121314151617181920>>

  /external/clang/lib/Analysis/
BodyFarm.cpp 277 // *theValue = newValue;
290 const ParmVarDecl *NewValue = D->getParamDecl(1);
291 QualType NewValueTy = NewValue->getType();
321 M.makeLvalueToRvalue(M.makeDeclRefExpr(NewValue), NewValueTy),
  /external/webkit/LayoutTests/dom/html/level2/core/
setAttributeNS10.js 105 testAddr.setAttributeNS(namespaceURI,"","newValue");
  /external/webkit/LayoutTests/dom/xhtml/level2/core/
setAttributeNS10.js 105 testAddr.setAttributeNS(namespaceURI,"","newValue");
  /external/webkit/Source/WebKit/mac/WebView/
WebDocumentInternal.h 63 - (void)setMarkedTextMatchesAreHighlighted:(BOOL)newValue;
  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 433 String newValue) {
437 newPrefList.append(key).append(':').append(newValue);
454 newPrefList.append(key).append(':').append(newValue);
471 newPrefList.append(key).append(':').append(newValue);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
elementsetattributensurinull.java 94 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
setAttributeNS01.java 81 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
setAttributeNS02.java 81 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
setAttributeNS06.java 82 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
setAttributeNS07.java 83 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, qualifiedName, "newValue");
setAttributeNS10.java 74 ((Element) /*Node */testAddr).setAttributeNS(namespaceURI, "", "newValue");
setNamedItemNS05.java 80 arg.setNodeValue("newValue");
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
SearchableItemsController.java 120 public boolean onPreferenceChange(Preference preference, Object newValue) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
EditTextRule.java 76 @Nullable Boolean newValue) {
TableLayoutRule.java 85 @Nullable Boolean newValue) {
115 final @Nullable Boolean newValue) {
  /external/clang/test/Analysis/
unused-ivars.m 41 - (void)setIvar:(id)newValue {
42 void (^b)() = ^{ [_ivar release]; _ivar = [newValue retain]; };
  /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/WebKit/chromium/src/
WebSettingsImpl.cpp 381 void WebSettingsImpl::setValidationMessageTimerMagnification(int newValue)
383 m_settings->setValidationMessageTimerMagnification(newValue);
  /packages/apps/Settings/src/com/android/settings/
VoiceInputOutputSettings.java 243 public boolean onPreferenceChange(Preference preference, Object newValue) {
245 String setting = (String) newValue;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 239 public boolean onPreferenceChange(Preference preference, Object newValue) {
241 mCachedDevice.setName((String) newValue);
  /packages/apps/Settings/src/com/android/settings/tts/
TtsEngineSettingsFragment.java 284 public boolean onPreferenceChange(Preference preference, Object newValue) {
286 updateLanguageTo((String) 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/icu4c/i18n/
numfmt.cpp 1007 NumberFormat::setGroupingUsed(UBool newValue)
1009 fGroupingUsed = newValue;
1026 NumberFormat::setMaximumIntegerDigits(int32_t newValue)
1028 fMaxIntegerDigits = uprv_max(0, uprv_min(newValue, gMaxIntegerDigits));
1048 NumberFormat::setMinimumIntegerDigits(int32_t newValue)
1050 fMinIntegerDigits = uprv_max(0, uprv_min(newValue, gMinIntegerDigits));
1070 NumberFormat::setMaximumFractionDigits(int32_t newValue)
1072 fMaxFractionDigits = uprv_max(0, uprv_min(newValue, gMaxIntegerDigits));
1092 NumberFormat::setMinimumFractionDigits(int32_t newValue)
1094 fMinFractionDigits = uprv_max(0, uprv_min(newValue, gMinIntegerDigits))
    [all...]

Completed in 1739 milliseconds

<<11121314151617181920>>