Searched refs:trail (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | repr.py | 41 def _repr_iterable(self, x, level, left, right, maxiter, trail=''): argument 51 if n == 1 and trail: right = trail + right
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | repr.py | 41 def _repr_iterable(self, x, level, left, right, maxiter, trail=''): argument 51 if n == 1 and trail: right = trail + right
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
D | fset2.c | 1087 Tree *u, *v, *trail, *w; local 1093 trail = u; 1105 trail->right = v->right; /* unlink factored node */ 1107 v = trail->right; 1109 else {trail = v; v=v->right;}
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_float.py | 1070 for trail in whitespace: 1071 got = fromHex(lead + inp + trail)
|