HomeSort by relevance Sort by last modified time
    Searched refs:newvalue (Results 1 - 19 of 19) sorted by null

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/
sendEmailAlert.sh 24 newvalue="";
45 '-newvalue')
46 newvalue=$2;
59 echo "-newvalue $newvalue";
73 if [ "x$newvalue" != "x" ]; then echo "New Value: "$newvalue >> $tmpfile; fi
  /system/core/include/cutils/
atomic.h 135 int android_atomic_acquire_cas(int32_t oldvalue, int32_t newvalue,
137 int android_atomic_release_cas(int32_t oldvalue, int32_t newvalue,
  /external/chromium_org/net/spdy/
hpack_round_trip_test.cc 162 string newvalue = local
168 std::replace(newvalue.begin(), newvalue.end(), '\x00', '\x01');
169 values.push_back(newvalue);
  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
atomicops.h 63 Atomic32 newvalue,
65 return InterlockedCompareExchange(ptr, newvalue, oldvalue);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 81 newvalue = 'clang -pthreads'
82 _osx_support._save_modified_value(config_vars, cv, newvalue)
96 newvalue = 'clang -pthreads'
97 _osx_support._save_modified_value(config_vars, cv, newvalue)
106 newvalue = 'gcc-test -pthreads'
107 _osx_support._save_modified_value(config_vars, cv, newvalue)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test__osx_support.py 81 newvalue = 'clang -pthreads'
82 _osx_support._save_modified_value(config_vars, cv, newvalue)
96 newvalue = 'clang -pthreads'
97 _osx_support._save_modified_value(config_vars, cv, newvalue)
106 newvalue = 'gcc-test -pthreads'
107 _osx_support._save_modified_value(config_vars, cv, newvalue)
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_ioctl.h 92 #define R200_SET_STATE( rmesa, ATOM, index, newvalue ) \
95 uint32_t __dword = (newvalue); \
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_ioctl.h 92 #define R200_SET_STATE( rmesa, ATOM, index, newvalue ) \
95 uint32_t __dword = (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
code.py 15 def softspace(file, newvalue):
22 file.softspace = 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
code.py 15 def softspace(file, newvalue):
22 file.softspace = newvalue
  /external/chromium_org/third_party/icu/source/test/cintltst/
cnumtst.c 156 int32_t newvalue; local
728 newvalue=unum_getAttribute(def, attr);
729 newvalue=2;
730 unum_setAttribute(def, attr, newvalue);
737 newvalue=unum_getAttribute(def, attr);
738 newvalue=8;
739 unum_setAttribute(def, attr, newvalue);
746 newvalue=unum_getAttribute(def, attr);
747 newvalue=2;
748 unum_setAttribute(def, attr, newvalue);
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cnumtst.c 162 int32_t newvalue; local
734 newvalue=unum_getAttribute(def, attr);
735 newvalue=2;
736 unum_setAttribute(def, attr, newvalue);
743 newvalue=unum_getAttribute(def, attr);
744 newvalue=8;
745 unum_setAttribute(def, attr, newvalue);
752 newvalue=unum_getAttribute(def, attr);
753 newvalue=2;
754 unum_setAttribute(def, attr, newvalue);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
datefmt.h 681 * @param newvalue new value
688 UBool newvalue,
    [all...]
decimfmt.h     [all...]
  /external/icu/icu4c/source/i18n/unicode/
datefmt.h     [all...]
decimfmt.h     [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...]

Completed in 445 milliseconds