Searched refs:columns (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | byext.py | 83 columns = {} 85 columns.update(self.stats[ext]) 86 cols = columns.keys()
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/ |
D | profile.py | 273 columns = trace_read().split() variable 274 column_addr = columns.index('Address') 275 column_cycles = columns.index('Cycles') 276 column_function = columns.index('Function')
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | csv.py | 396 columns = len(header) 398 for i in range(columns): columnTypes[i] = None 407 if len(row) != columns:
|
D | pydoc.py | 1794 def list(self, items, columns=4, width=80): argument 1797 colw = width / columns 1798 rows = (len(items) + columns - 1) / columns 1800 for col in range(columns): 1804 if col < columns - 1:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | csv.py | 401 columns = len(header) 403 for i in range(columns): columnTypes[i] = None 412 if len(row) != columns:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/ |
D | pydoc.py | 1878 def list(self, items, columns=4, width=80): argument 1881 colw = width / columns 1882 rows = (len(items) + columns - 1) / columns 1884 for col in range(columns): 1888 if col < columns - 1:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/ |
D | pydoc.py | 1798 def list(self, items, columns=4, width=80): argument 1801 colw = width / columns 1802 rows = (len(items) + columns - 1) / columns 1804 for col in range(columns): 1808 if col < columns - 1:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_optparse.py | 1444 def make_parser(self, columns): argument 1462 env['COLUMNS'] = str(columns)
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/ |
D | UefiShellDebug1CommandsLib.uni | 493 " col - Specifies the number of columns.\r\n" 503 " changes the number of rows and columns on the standard output device.\r\n"
|
/device/google/bonito/json-c/ |
D | Doxyfile | 556 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
|
/device/google/crosshatch/json-c/ |
D | Doxyfile | 556 # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
|