Searched defs:oldvalue (Results 1 – 10 of 10) sorted by relevance
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/ |
D | DateFormatSymbolsTest.java | 74 String[] oldvalue = dfs.getEras(); in testSetEras() local 96 String[] oldvalue = dfs.getMonths(); in testSetMonths() local 118 String[] oldvalue = dfs.getShortMonths(); in testSetShortMonths() local 140 String[] oldvalue = dfs.getWeekdays(); in testSetWeekdays() local 162 String[] oldvalue = dfs.getShortWeekdays(); in testSetShortWeekdays() local 184 String[] oldvalue = dfs.getAmPmStrings(); in testSetAmPmStrings() local 206 String[][] oldvalue = dfs.getZoneStrings(); in testSetZoneStrings() local
|
/external/python/cpython2/Python/ |
D | thread_nt.h | 315 void *oldvalue; in PyThread_set_key_value() local
|
D | errors.c | 28 PyObject *oldtype, *oldvalue, *oldtraceback; in PyErr_Restore() local
|
/external/python/cpython3/Python/ |
D | errors.c | 31 PyObject *oldtype, *oldvalue, *oldtraceback; in PyErr_Restore() local 361 PyObject *oldtype, *oldvalue, *oldtraceback; in PyErr_SetExcInfo() local
|
/external/autotest/client/tests/cyclictest/src/ |
D | cyclictest.c | 132 int oldvalue; in setkernvar() local
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | StylesheetRoot.java | 1231 String oldvalue = m_extensionHandlerClass; in setExtensionHandlerClass() local
|
/external/libxml2/ |
D | relaxng.c | 8635 const xmlChar *oldvalue, *oldendvalue; in xmlRelaxNGValidateDatatype() local 8790 xmlChar *oldvalue; in xmlRelaxNGValidateValue() local 8816 xmlChar *oldvalue, *oldend, *val, *cur; in xmlRelaxNGValidateValue() local 9094 xmlChar *value, *oldvalue; in xmlRelaxNGValidateAttribute() local 10475 xmlChar *oldvalue; in xmlRelaxNGValidateState() local 10521 xmlChar *oldvalue, *oldendvalue; in xmlRelaxNGValidateState() local
|
/external/libcups/cups/ |
D | http.c | 3624 const char *oldvalue; /* Old field value */ in http_add_field() local
|
/external/python/cpython2/Objects/ |
D | dictobject.c | 1389 PyObject *oldvalue; in dict_fromkeys() local
|
/external/python/cpython3/Objects/ |
D | dictobject.c | 1927 PyObject *oldvalue; in _PyDict_FromKeys() local
|