/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/ |
JDWPTestCase.java | 763 * @param newValue - 768 String fieldName, int newValue) { 792 packet.setNextValueAsInt(newValue);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
event_watcher_test.unitjs | 67 * @param {string} newValue The new value for the text field. 74 textField, newValue, newSelStart, newSelEnd, keyCode) { 75 textField.value = newValue;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLFormElement.cpp | 543 void HTMLFormElement::attributeWillChange(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& newValue) 552 argv.append(newValue); 556 HTMLElement::attributeWillChange(name, oldValue, newValue);
|
HTMLLinkElement.cpp | 455 void HTMLLinkElement::attributeWillChange(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& newValue) 464 argv.append(newValue); 468 HTMLElement::attributeWillChange(name, oldValue, newValue);
|
/external/chromium_org/third_party/icu/source/i18n/ |
datefmt.cpp | 519 UBool newValue, 521 if(!fBoolFlags.isValidValue(newValue)) { 524 fBoolFlags.set(attr, newValue);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cnumtst.c | 156 int32_t newvalue; local 728 newvalue=unum_getAttribute(def, attr); 729 newvalue=2; 730 unum_setAttribute(def, attr, newvalue); 737 newvalue=unum_getAttribute(def, attr); 738 newvalue=8; 739 unum_setAttribute(def, attr, newvalue); 746 newvalue=unum_getAttribute(def, attr); 747 newvalue=2; 748 unum_setAttribute(def, attr, newvalue); [all...] |
/external/chromium_org/v8/src/ |
scopes.h | 28 Interface* interface = Interface::NewValue()); 135 Interface* interface = Interface::NewValue()); 147 Interface* interface = Interface::NewValue(),
|
/external/icu/icu4c/source/test/cintltst/ |
cnumtst.c | 162 int32_t newvalue; local 734 newvalue=unum_getAttribute(def, attr); 735 newvalue=2; 736 unum_setAttribute(def, attr, newvalue); 743 newvalue=unum_getAttribute(def, attr); 744 newvalue=8; 745 unum_setAttribute(def, attr, newvalue); 752 newvalue=unum_getAttribute(def, attr); 753 newvalue=2; 754 unum_setAttribute(def, attr, newvalue); [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
ControlTest.java | 418 String newValue = "property=changedValue"; 420 writer.write(newValue); 424 assertEquals(newValue, scanner.nextLine());
|
/libcore/luni/src/main/java/java/lang/ |
AbstractStringBuilder.java | 799 char[] newValue = new char[count]; 800 System.arraycopy(value, 0, newValue, 0, count); 801 value = newValue;
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
DeveloperOptionsActivity.java | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
dxtmpl.h | 669 void SetAt(ARG_KEY key,ARG_VALUE newValue); 698 inline void CDXMap<KEY,ARG_KEY,VALUE,ARG_VALUE>::SetAt(ARG_KEY key,ARG_VALUE newValue) { (*this)[key] = newValue; }
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
_osx_support.py | 120 def _save_modified_value(_config_vars, cv, newvalue): 124 if (oldvalue != newvalue) and (_INITPRE + cv not in _config_vars): 126 _config_vars[cv] = newvalue
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
_osx_support.py | 120 def _save_modified_value(_config_vars, cv, newvalue): 124 if (oldvalue != newvalue) and (_INITPRE + cv not in _config_vars): 126 _config_vars[cv] = newvalue
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/ |
ProjectState.java | 621 * @param newValue the new value to set. 624 private IStatus replaceLibraryProperty(String oldValue, String newValue) { 638 workingCopy.setProperty(propName, newValue);
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
list.js | 598 if (pe.newValue != -1) { 599 if ((element = this.getListItemByIndex(pe.newValue))) 601 if (pe.oldValue != pe.newValue) { 602 this.scrollIndexIntoView(pe.newValue); 615 self.scrollIndexIntoView(pe.newValue); [all...] |
/frameworks/base/core/java/android/widget/ |
RadialTimePickerView.java | 186 void onValueSelected(int pickerIndex, int newValue, boolean autoAdvance); [all...] |
/external/chromium_org/third_party/icu/source/common/ |
normalizer2impl.cpp | [all...] |
/external/icu/icu4c/source/common/ |
normalizer2impl.cpp | [all...] |
/frameworks/native/services/inputflinger/ |
InputReader.cpp | [all...] |
/external/dexmaker/src/test/java/com/google/dexmaker/ |
DexMakerTest.java | [all...] |
/external/chromium_org/chrome/browser/resources/options/ |
cookies_list.js | 656 this.parent_ = event.newValue; 791 if (pe.newValue != -1) { 792 var listItem = this.getListItemByIndex(pe.newValue); [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
V8Binding.cpp | 856 void moveEventListenerToNewWrapper(v8::Handle<v8::Object> object, EventListener* oldValue, v8::Local<v8::Value> newValue, int arrayIndex, v8::Isolate* isolate) 867 if (newValue->IsFunction()) 868 addHiddenValueToArray(object, newValue, arrayIndex, isolate); [all...] |
/external/chromium_org/third_party/skia/src/effects/ |
SkPerlinNoiseShader.cpp | 35 // newValue is the current noise dimension (either width or height) 36 inline int checkNoise(int noiseValue, int limitValue, int newValue) { 41 noiseValue -= newValue; [all...] |
/external/icu/icu4c/source/i18n/ |
datefmt.cpp | 582 UBool newValue, 584 if(!fBoolFlags.isValidValue(newValue)) { 587 fBoolFlags.set(attr, newValue);
|