/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_rss/ |
sendEmailAlert.sh | 25 oldvalue=""; 41 '-oldvalue') 42 oldvalue=$2; 58 echo "-oldvalue $oldvalue"; 72 if [ "x$oldvalue" != "x" ]; then echo "Old Value: "$oldvalue >> $tmpfile; fi
|
/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
|
syslog08 | 73 oldvalue=`grep -c "syslogtst: $facility info test." /var/log/messages` 75 oldvalue=0 102 diff=$(( $newvalue - $oldvalue ))
|
syslog02 | 73 oldvalue=`grep -c "syslogtst: mail $level test\." $MAILLOG` 91 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);
|
/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...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
dictobject.c | 1359 PyObject *oldvalue; local [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
dictobject.c | 1333 PyObject *oldvalue; local [all...] |
/prebuilts/go/darwin-x86/src/reflect/ |
all_test.go | [all...] |