HomeSort by relevance Sort by last modified time
    Searched full:newvalue (Results 401 - 425 of 856) sorted by null

<<11121314151617181920>>

  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
AbstractBiMap.java 133 K key, boolean containedKey, V oldValue, V newValue) {
137 inverse.delegate.put(newValue, key);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowTextView.java 128 private void sendBeforeTextChanged(CharSequence newValue) {
130 watcher.beforeTextChanged(this.text, 0, this.text.length(), newValue.length());
  /frameworks/base/core/java/android/util/
LruCache.java 260 * @param newValue the new value for {@code key}, if it exists. If non-null,
264 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {}
  /frameworks/base/tools/aapt2/link/
ManifestFixer.cpp 228 if (Maybe<std::u16string> newValue =
230 attr.value = std::move(newValue.value());
  /frameworks/base/tools/layoutlib/bridge/src/android/util/
LruCache.java 271 * @param newValue the new value for {@code key}, if it exists. If non-null,
275 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {}
  /frameworks/support/v4/java/android/support/v4/util/
LruCache.java 223 * @param newValue the new value for {@code key}, if it exists. If non-null,
227 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {}
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
AppPermissionsFragment.java 266 public boolean onPreferenceChange(final Preference preference, Object newValue) {
280 if (newValue == Boolean.TRUE) {
PermissionAppsFragment.java 317 public boolean onPreferenceChange(final Preference preference, Object newValue) {
332 if (newValue == Boolean.TRUE) {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
AppPermissionsFragment.java 285 public boolean onPreferenceChange(final Preference preference, Object newValue) {
299 if (newValue == Boolean.TRUE) {
PermissionAppsFragment.java 301 public boolean onPreferenceChange(final Preference preference, Object newValue) {
324 if (newValue == Boolean.TRUE) {
  /packages/apps/Settings/src/com/android/settings/datausage/
BillingCycleSettings.java 124 public boolean onPreferenceChange(Preference preference, Object newValue) {
126 boolean enabled = (Boolean) newValue;
  /packages/apps/Settings/src/com/android/settings/tts/
TtsEngineSettingsFragment.java 328 public boolean onPreferenceChange(Preference preference, Object newValue) {
330 String localeString = (String) newValue;
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
TtsEngineSettingsFragment.java 346 public boolean onPreferenceChange(Preference preference, Object newValue) {
348 String localeString = (String) newValue;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
code.py 15 def softspace(file, newvalue):
22 file.softspace = newvalue
  /prebuilts/gdb/linux-x86/lib/python2.7/
code.py 15 def softspace(file, newvalue):
22 file.softspace = newvalue
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
code.py 15 def softspace(file, newvalue):
22 file.softspace = newvalue
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
code.py 15 def softspace(file, newvalue):
22 file.softspace = newvalue
  /external/clang/docs/
ObjectiveCLiterals.rst 381 object[idx] = newValue;
387 [object setObject:newValue atIndexedSubscript:idx];
438 object[key] = newValue;
444 [object setObject:newValue forKeyedSubscript:key];
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java 562 * @param newValue the new value reference which will replace this one; this is only used during
565 void clear(@Nullable ValueReference<K, V> newValue);
606 public void clear(ValueReference<Object, Object> newValue) {}
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MinMaxPriorityQueueTest.java 829 int newValue) {
830 if (replica.containsKey(newValue)) {
831 replica.get(newValue).incrementAndGet();
833 replica.put(newValue, new AtomicInteger(1));
  /external/guice/extensions/servlet/src/com/google/inject/servlet/
ContinuingHttpServletRequest.java 135 @Override public void setValue(String newValue) {
  /external/icu/icu4c/source/test/perf/howExpensiveIs/
howExpensiveIs.cpp 337 AttrNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE, UNumberFormatAttribute attr, int32_t newValue)
340 fAttrValue(newValue)
365 NOXNumTest(const char *pat, const char *num, double expect, const char *FILE, int LINE /*, UNumberFormatAttribute attr, int32_t newValue */)
368 fAttrValue(newValue) */
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
SourceInterpreter.java 50 public Value newValue(final Type type) {
  /external/pdfium/core/include/fxcrt/
fx_basic.h 668 void SetAt(void* key, void* newValue) { (*this)[key] = newValue; }
726 void SetAt(KeyType key, ValueType newValue) {
727 CFX_MapPtrToPtr::SetAt((void*)(uintptr_t)key, (void*)(uintptr_t)newValue);
  /external/protobuf/java/src/test/java/com/google/protobuf/
ByteStringTest.java 195 byte[] newValue = byteString.toByteArray();
197 Arrays.equals(originalValue, newValue));
511 byte[] newValue = byteString.toByteArray();
513 Arrays.equals(oldValue, newValue));

Completed in 575 milliseconds

<<11121314151617181920>>