/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/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));
|
/external/opencv3/3rdparty/libtiff/ |
tif_open.c | 546 TIFFSetClientdata(TIFF* tif, thandle_t newvalue) 549 tif->tif_clientdata = newvalue;
|
/external/pdfium/third_party/libtiff/ |
tif_open.c | 546 TIFFSetClientdata(TIFF* tif, thandle_t newvalue) 549 tif->tif_clientdata = newvalue;
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
SmallSortedMap.java | 430 public V setValue(V newValue) { 433 this.value = newValue;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
SignalClusterView.java | 135 public void onTuningChanged(String key, String newValue) { 139 ArraySet<String> blockList = StatusBarIconController.getIconBlacklist(newValue);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
StackScrollAlgorithm.java | 272 float newValue = prevValue != null 275 state.increasedPaddingMap.put(lastView, newValue);
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
ImsPhoneConnection.java | 929 final Object newValue = newExtras.get(key); 930 if (!Objects.equals(value, newValue)) { [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiElementNode.java | [all...] |
/frameworks/base/core/java/android/preference/ |
Preference.java | 152 * @param newValue The new value of the Preference. 155 boolean onPreferenceChange(Preference preference, Object newValue); [all...] |