Searched refs:newvalue (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | code.py | 15 def softspace(file, newvalue): argument 22 file.softspace = newvalue
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | itertoolsmodule.c | 79 PyObject *newvalue, *newkey, *r, *grouper, *tmp; in groupby_next() local 98 newvalue = PyIter_Next(gbo->it); in groupby_next() 99 if (newvalue == NULL) in groupby_next() 103 newkey = newvalue; in groupby_next() 104 Py_INCREF(newvalue); in groupby_next() 107 newvalue, NULL); in groupby_next() 109 Py_DECREF(newvalue); in groupby_next() 119 gbo->currvalue = newvalue; in groupby_next() 234 PyObject *newvalue, *newkey, *r; in _grouper_next() local 238 newvalue = PyIter_Next(gbo->it); in _grouper_next() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | itertoolsmodule.c | 79 PyObject *newvalue, *newkey, *r, *grouper, *tmp; in groupby_next() local 98 newvalue = PyIter_Next(gbo->it); in groupby_next() 99 if (newvalue == NULL) in groupby_next() 103 newkey = newvalue; in groupby_next() 104 Py_INCREF(newvalue); in groupby_next() 107 newvalue, NULL); in groupby_next() 109 Py_DECREF(newvalue); in groupby_next() 119 gbo->currvalue = newvalue; in groupby_next() 234 PyObject *newvalue, *newkey, *r; in _grouper_next() local 238 newvalue = PyIter_Next(gbo->it); in _grouper_next() [all …]
|
/device/linaro/bootloader/edk2/IntelFspPkg/Tools/ |
D | GenCfgOpt.py | 444 newvalue = '{' + ','.join(bytearray) + '}' 445 ConfigDict['value'] = newvalue
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | Misc.py | 1130 def insert(self, key, newkey, newvalue, order): argument 1134 IterableUserDict.__setitem__(self, newkey, newvalue) 1137 IterableUserDict.__setitem__(self, newkey, newvalue)
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/ |
D | GenCfgOpt.py | 424 newvalue = '{' + ','.join(bytearray) + '}' 425 ConfigDict['value'] = newvalue
|