/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/pdfium/xfa/src/fxfa/src/parser/ |
xfa_object_imp.cpp | [all...] |
/frameworks/support/transition/ics/android/support/transition/ |
TransitionPort.java | [all...] |
/external/icu/icu4c/source/common/ |
normalizer2impl.cpp | [all...] |
/libcore/ojluni/src/main/java/java/util/ |
Collections.java | [all...] |
/external/icu/icu4c/source/i18n/ |
datefmt.cpp | 723 UBool newValue, 725 if(!fBoolFlags.isValidValue(newValue)) { 728 fBoolFlags.set(attr, newValue);
|
/external/skia/src/effects/ |
SkPerlinNoiseShader.cpp | 37 // newValue is the current noise dimension (either width or height) 38 inline int checkNoise(int noiseValue, int limitValue, int newValue) { 43 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...] |
/frameworks/native/services/inputflinger/ |
InputReader.h | [all...] |
/frameworks/support/documents-archive/src/android/support/provider/ |
DocumentArchiveHelper.java | 79 Loader oldValue, Loader 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...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/prefs/ |
PreferencesTest.java | 158 assertEquals("newvalue", prefs.get("prefskey", null));
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/ |
ReviewPermissionsActivity.java | 189 public boolean onPreferenceChange(Preference preference, Object newValue) {
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
InputMethodPreference.java | 136 public boolean onPreferenceChange(final Preference preference, final Object newValue) {
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
DrawableDownloader.java | 197 boolean evicted, String key, BitmapItem oldValue, BitmapItem newValue) {
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
BaseTelecomTestWithMockServices.java | [all...] |
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
AbstractRealVector.java | 856 public void setValue(double newValue) { 857 setEntry(getIndex(), newValue);
|
/external/guava/guava/src/com/google/common/collect/ |
LinkedListMultimap.java | 135 public V setValue(@Nullable V newValue) { 137 this.value = newValue;
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
LinkedListMultimap.java | 131 public V setValue(@Nullable V newValue) { 133 this.value = newValue;
|
TreeMultiset.java | 507 public void checkAndSet(@Nullable T expected, T newValue) { 511 value = 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));
|