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

<<21222324252627282930>>

  /external/guava/guava/src/com/google/common/collect/
TreeMultiset.java 511 public void checkAndSet(@Nullable T expected, T newValue) {
515 value = newValue;
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeMap.java 526 T newValue = stringMap.get(key);
527 if (value.equals(newValue)) {
    [all...]
  /external/icu/icu4c/source/i18n/
udat.cpp 429 UBool newValue,
433 ((DateFormat*)fmt)->setBooleanAttribute(attr, newValue, *status);
    [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodeMap.java 525 T newValue = stringMap.get(key);
526 if (value.equals(newValue)) {
    [all...]
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
Robolectric.java     [all...]
  /external/v8/benchmarks/
deltablue.js 862 function change(v, newValue) {
868 v.value = newValue;
  /frameworks/base/media/java/android/media/
RemoteControlClient.java     [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
HttpCookieTest.java 203 cookie.setValue("newValue");
204 assertEquals("newValue", cookie.getValue());
    [all...]
  /packages/apps/Settings/src/com/android/settings/users/
UserSettings.java     [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/include/gcc/darwin/4.2/
ppc_intrinsics.h 943 #define __mtfsf(mask, newValue) \
944 __asm__ volatile ("mtfsf %0, %1" : : "n" (mask), "f" (newValue))
  /external/clang/lib/CodeGen/
CGObjC.cpp     [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java     [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 723 llvm::Value *NewValue = UndefValue::get(CI->getType());
725 "\nOld = " << *CI << "\nNew = " << *NewValue << "\n");
726 CI->replaceAllUsesWith(NewValue);
743 llvm::Value *NewValue = UndefValue::get(CI->getType());
745 "\nOld = " << *CI << "\nNew = " << *NewValue << "\n");
747 CI->replaceAllUsesWith(NewValue);
    [all...]
  /frameworks/base/core/java/android/transition/
Transition.java     [all...]
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 394 int newValue = (1 << AudioManager.STREAM_RING)
399 + String.valueOf(newValue) + "')");
507 int newValue = (1 << AudioManager.STREAM_RING)
513 + String.valueOf(newValue) + "')");
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.core.runtime_3.6.0.v20100505.jar 
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
cdoex.h     [all...]
  /frameworks/base/core/java/android/os/
StrictMode.java     [all...]
  /external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
webcomponents-lite.js     [all...]
  /external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
webcomponents-lite.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.runtime_3.11.0.v20150405-1723.jar 
  /external/skia/experimental/SkPerlinNoiseShader2/
SkPerlinNoiseShader2.cpp 69 // newValue is the current noise dimension (either width or height)
70 inline int checkNoise(int noiseValue, int limitValue, int newValue) {
75 noiseValue -= newValue;
    [all...]
  /frameworks/base/docs/html/topic/libraries/data-binding/
index.jd     [all...]

Completed in 1430 milliseconds

<<21222324252627282930>>