HomeSort by relevance Sort by last modified time
    Searched full:newvalue (Results 476 - 500 of 719) sorted by null

<<11121314151617181920>>

  /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/chrome/browser/resources/options/
inline_editable_list.js 442 if (e.newValue)
  /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/html/
HTMLInputElement.h 292 virtual void attributeWillChange(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorDOMAgent.h 178 void willModifyDOMAttr(Element*, const AtomicString& oldValue, const AtomicString& newValue);
  /external/chromium_org/v8/src/
interface.h 44 static Interface* NewValue() {
  /frameworks/native/services/inputflinger/
InputReader.h     [all...]
  /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) {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8InjectedScriptHostCustom.cpp 385 v8::Handle<v8::Value> newValue = info[3];
389 v8SetReturnValue(info, debugServer.setFunctionVariableValue(functionValue, scopeIndex, variableName, newValue));
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Element.h 276 virtual void attributeWillChange(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue) { }
571 void willModifyAttribute(const QualifiedName&, const AtomicString& oldValue, const AtomicString& newValue);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
ActivityLoggerTest.cpp 32 void logSetter(const String& apiName, const v8::Handle<v8::Value>& newValue) OVERRIDE
34 m_loggedActivities.append(apiName + " | " + toCoreStringWithUndefinedOrNullCheck(newValue));
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drive_banners.js 128 this.welcomeHeaderCounter_ = changes[WELCOME_HEADER_COUNTER_KEY].newValue;
131 this.warningDismissedCounter_ = changes[WARNING_DISMISSED_KEY].newValue;
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Frame.java 255 setLocal(var + 1, interpreter.newValue(null));
260 setLocal(var - 1, interpreter.newValue(null));
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
Fences.java 144 * Object newValue = ...;
145 * c.data = Fences.orderWrites(newValue);
  /libcore/luni/src/main/java/java/util/prefs/
AbstractPreferences.java 810 private void notifyPreferenceChange(String key, String newValue) {
811 PreferenceChangeEvent pce = new PreferenceChangeEvent(this, key, newValue);
  /packages/apps/Settings/src/com/android/settings/users/
UserSettings.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java     [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
event_watcher.js     [all...]
  /external/qemu/telephony/
android_modem.c 410 char *newvalue; local
415 newvalue = strdup(strval);
416 if (!newvalue) {
417 newvalue = "";
419 aconfig_set(modem->nvram_config, nvname, newvalue);
    [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java     [all...]
  /frameworks/base/core/java/android/preference/
Preference.java 148 * @param newValue The new value of the Preference.
151 boolean onPreferenceChange(Preference preference, Object newValue);
923 * @param newValue The new value of this Preference
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
CSSStyleModel.js     [all...]

Completed in 1260 milliseconds

<<11121314151617181920>>