Home
last modified time | relevance | path

Searched refs:trail (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Drepr.py41 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.10/Lib/
Drepr.py41 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/
Dfset2.c1087 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/
Dtest_float.py1070 for trail in whitespace:
1071 got = fromHex(lead + inp + trail)