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

<<11121314151617181920>>

  /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 591 if (pe.newValue != -1) {
592 if ((element = this.getListItemByIndex(pe.newValue)))
594 if (pe.oldValue != pe.newValue) {
595 this.scrollIndexIntoView(pe.newValue);
608 self.scrollIndexIntoView(pe.newValue);
    [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...]
InputReader.h     [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java     [all...]
  /external/chromium_org/chrome/browser/resources/options/
cookies_list.js 648 this.parent_ = event.newValue;
783 if (pe.newValue != -1) {
784 var listItem = this.getListItemByIndex(pe.newValue);
    [all...]
inline_editable_list.js 437 if (e.newValue)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8Binding.cpp 812 void moveEventListenerToNewWrapper(v8::Handle<v8::Object> object, EventListener* oldValue, v8::Local<v8::Value> newValue, int arrayIndex, v8::Isolate* isolate)
823 if (newValue->IsFunction())
824 addHiddenValueToArray(object, newValue, arrayIndex, isolate);
    [all...]
ScriptDebugServer.cpp 549 v8::Handle<v8::Value> ScriptDebugServer::setFunctionVariableValue(v8::Handle<v8::Value> functionValue, int scopeNumber, const String& variableName, v8::Handle<v8::Value> newValue)
559 newValue
  /external/chromium_org/third_party/skia/src/effects/
SkPerlinNoiseShader.cpp 34 // newValue is the current noise dimension (either width or height)
35 inline int checkNoise(int noiseValue, int limitValue, int newValue) {
40 noiseValue -= newValue;
    [all...]
  /external/icu/icu4c/source/i18n/
datefmt.cpp 582 UBool newValue,
584 if(!fBoolFlags.isValidValue(newValue)) {
587 fBoolFlags.set(attr, newValue);
  /external/skia/src/effects/
SkPerlinNoiseShader.cpp 34 // newValue is the current noise dimension (either width or height)
35 inline int checkNoise(int noiseValue, int limitValue, int newValue) {
40 noiseValue -= newValue;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 122 final @Nullable Boolean newValue) {
205 final @Nullable Boolean newValue) {
221 if (newValue) {
    [all...]
  /external/chromium_org/base/debug/
tsan_suppressions.cc 195 "race:v8::internal::Interface::NewValue()::value_interface\n"
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/managed_bookmarks/
background.js 317 tree.update(policyToNodeId[policyName], changes[policyName].newValue);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/options/js/
inline_editable_list.js 393 if (e.newValue)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.h 176 void willModifyDOMAttr(Element*, const AtomicString& oldValue, const AtomicString& newValue);
  /external/chromium_org/v8/src/
interface.h 43 static Interface* NewValue() {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
CalendarTest.java 390 int newValue = (oldValue == Calendar.AM) ? Calendar.PM : Calendar.AM;
391 cal.set(Calendar.AM_PM, newValue);
392 newValue = cal.get(Calendar.AM_PM);
393 assertTrue(newValue != oldValue);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DrawableDownloader.java 197 boolean evicted, String key, BitmapItem oldValue, BitmapItem newValue) {

Completed in 891 milliseconds

<<11121314151617181920>>