HomeSort by relevance Sort by last modified time
    Searched refs:oldvalue (Results 1 - 25 of 43) sorted by null

1 2

  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
DateFormatSymbolsTest.java 74 String[] oldvalue = dfs.getEras(); local
75 String[] newvalue = (String[])oldvalue.clone();
79 assertArraysNotEqual(oldvalue, result);
96 String[] oldvalue = dfs.getMonths(); local
97 String[] newvalue = (String[])oldvalue.clone();
101 assertArraysNotEqual(oldvalue, result);
118 String[] oldvalue = dfs.getShortMonths(); local
119 String[] newvalue = (String[])oldvalue.clone();
123 assertArraysNotEqual(oldvalue, result);
140 String[] oldvalue = dfs.getWeekdays() local
162 String[] oldvalue = dfs.getShortWeekdays(); local
184 String[] oldvalue = dfs.getAmPmStrings(); local
206 String[][] oldvalue = dfs.getZoneStrings(); local
    [all...]
  /external/ltp/testcases/kernel/syscalls/syslog/
syslog05 63 oldvalue=`grep -c "syslogtst: info to console test." /var/log/messages`
65 oldvalue=0
82 if [ "x$(( $newvalue - $oldvalue ))" != "x1" ]; then
syslog02 73 oldvalue=`grep -c "syslogtst: mail $level test\." $MAILLOG`
75 oldvalue=0
91 diff=$(( $newvalue - $oldvalue ))
syslog08 73 oldvalue=`grep -c "syslogtst: $facility info test." /var/log/messages`
75 oldvalue=0
102 diff=$(( $newvalue - $oldvalue ))
  /system/core/libcutils/include/cutils/
atomic.h 191 * only happen when *addr == oldvalue.
200 int android_atomic_acquire_cas(int32_t oldvalue, int32_t newvalue,
205 a, &oldvalue, newvalue,
211 int android_atomic_release_cas(int32_t oldvalue, int32_t newvalue,
216 a, &oldvalue, newvalue,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
code.py 16 oldvalue = 0
18 oldvalue = file.softspace
26 return oldvalue
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_nt.h 315 void *oldvalue; local
318 oldvalue = TlsGetValue(key);
319 if (oldvalue != NULL)
errors.c 28 PyObject *oldtype, *oldvalue, *oldtraceback; local
40 oldvalue = tstate->curexc_value;
48 Py_XDECREF(oldvalue);
  /external/python/cpython2/Lib/
code.py 16 oldvalue = 0
18 oldvalue = file.softspace
26 return oldvalue
_osx_support.py 123 oldvalue = _config_vars.get(cv, '')
124 if (oldvalue != newvalue) and (_INITPRE + cv not in _config_vars):
125 _config_vars[_INITPRE + cv] = oldvalue
  /external/python/cpython2/Python/
thread_nt.h 315 void *oldvalue; local
318 oldvalue = TlsGetValue(key);
319 if (oldvalue != NULL)
errors.c 28 PyObject *oldtype, *oldvalue, *oldtraceback; local
40 oldvalue = tstate->curexc_value;
48 Py_XDECREF(oldvalue);
  /prebuilts/gdb/darwin-x86/lib/python2.7/
code.py 16 oldvalue = 0
18 oldvalue = file.softspace
26 return oldvalue
_osx_support.py 123 oldvalue = _config_vars.get(cv, '')
124 if (oldvalue != newvalue) and (_INITPRE + cv not in _config_vars):
125 _config_vars[_INITPRE + cv] = oldvalue
  /prebuilts/gdb/linux-x86/lib/python2.7/
code.py 16 oldvalue = 0
18 oldvalue = file.softspace
26 return oldvalue
_osx_support.py 123 oldvalue = _config_vars.get(cv, '')
124 if (oldvalue != newvalue) and (_INITPRE + cv not in _config_vars):
125 _config_vars[_INITPRE + cv] = oldvalue
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
code.py 16 oldvalue = 0
18 oldvalue = file.softspace
26 return oldvalue
_osx_support.py 123 oldvalue = _config_vars.get(cv, '')
124 if (oldvalue != newvalue) and (_INITPRE + cv not in _config_vars):
125 _config_vars[_INITPRE + cv] = oldvalue
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
code.py 16 oldvalue = 0
18 oldvalue = file.softspace
26 return oldvalue
_osx_support.py 123 oldvalue = _config_vars.get(cv, '')
124 if (oldvalue != newvalue) and (_INITPRE + cv not in _config_vars):
125 _config_vars[_INITPRE + cv] = oldvalue
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 132 int oldvalue; local
134 if (kernvar(O_RDONLY, name, &oldvalue))
142 kv[i].value = oldvalue;
148 oldvalue);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
errors.c 28 PyObject *oldtype, *oldvalue, *oldtraceback; local
40 oldvalue = tstate->curexc_value;
48 Py_XDECREF(oldvalue);
  /device/linaro/bootloader/edk2/IntelFspPkg/Tools/
PatchFv.py 872 oldvalue = readDataFromFile(fdFile, offset, 4)
880 print "Patched offset 0x%08X:[%08X] with value 0x%08X # %s" % (offset, oldvalue, value, comment)
891 oldvalue = readDataFromFile(fdFile, src, clen)
892 ret = patchDataInFile (fdFile, dest, oldvalue, clen) - clen
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java 1231 String oldvalue = m_extensionHandlerClass; local
    [all...]
  /external/libxml2/
relaxng.c 8635 const xmlChar *oldvalue, *oldendvalue; local
8790 xmlChar *oldvalue; local
8816 xmlChar *oldvalue, *oldend, *val, *cur; local
9094 xmlChar *value, *oldvalue; local
10475 xmlChar *oldvalue; local
10521 xmlChar *oldvalue, *oldendvalue; local
    [all...]

Completed in 745 milliseconds

1 2