Home
last modified time | relevance | path

Searched refs:column (Results 1 – 25 of 35) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Ddriver.py44 column = 0
49 if start != (lineno, column):
50 assert (lineno, column) <= start, ((lineno, column), start)
55 column = 0
56 if column < s_column:
57 prefix += line_text[column:s_column]
58 column = s_column
61 lineno, column = end
64 column = 0
76 lineno, column = end
[all …]
Dtokenize.py398 column = 0
400 if line[pos] == ' ': column = column + 1
401 elif line[pos] == '\t': column = (column//tabsize + 1)*tabsize
402 elif line[pos] == '\f': column = 0
420 if column > indents[-1]: # count indents or dedents
421 indents.append(column)
423 while column < indents[-1]:
424 if column not in indents:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
Dwsgui.py96 self.url_label.grid(row=0, column=0, sticky='e')
98 self.url_entry.grid(row=0, column=1, sticky='we',
103 self.dir_label.grid(row=1, column=0, sticky='e')
105 self.dir_entry.grid(row=1, column=1, sticky='we',
108 self.go_button.grid(row=2, column=1, sticky='w')
112 self.cancel_button.grid(row=2, column=2, sticky='w')
115 self.auto_button.grid(row=2, column=3, sticky='w')
117 self.status_label.grid(row=2, column=4, sticky='w')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtokenize.py317 column = 0
320 column += 1
322 column = (column//tabsize + 1)*tabsize
324 column = 0
344 if column > indents[-1]: # count indents or dedents
345 indents.append(column)
347 while column < indents[-1]:
348 if column not in indents:
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtokenize.py323 column = 0
326 column += 1
328 column = (column//tabsize + 1)*tabsize
330 column = 0
350 if column > indents[-1]: # count indents or dedents
351 indents.append(column)
353 while column < indents[-1]:
354 if column not in indents:
/device/linaro/bootloader/arm-trusted-firmware/plat/socionext/uniphier/
Duniphier_nand.c77 int column = nand->page_size; in uniphier_nand_block_isbad() local
92 uniphier_nand_host_write(nand, DENALI_MAP11_ADDR, column & 0xff); in uniphier_nand_block_isbad()
93 uniphier_nand_host_write(nand, DENALI_MAP11_ADDR, (column >> 8) & 0xff); in uniphier_nand_block_isbad()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/
Dpytree.py358 column = 0 # Column where this token tarts in the input variable in Leaf
372 self._prefix, (self.lineno, self.column) = context
403 (self.prefix, (self.lineno, self.column)),
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
DCpuPm.asl82 // First column is SSDT name, used for debug only.
83 // (First column must be EXACTLY eight characters.)
84 // Second column is physical address.
85 // Third column is table length.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dunicodedata.c995 find_syllable(const char *str, int *len, int *pos, int count, int column) in find_syllable() argument
1000 char *s = hangul_syllables[i][column]; in find_syllable()
Dpyexpat.c127 int column = XML_GetErrorColumnNumber(parser); in set_error() local
132 XML_ErrorString(code), lineno, column); in set_error()
136 && set_error_attr(err, "offset", column) in set_error()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dunicodedata.c988 find_syllable(const char *str, int *len, int *pos, int count, int column) in find_syllable() argument
993 char *s = hangul_syllables[i][column]; in find_syllable()
Dpyexpat.c127 int column = XML_GetErrorColumnNumber(parser); in set_error() local
132 XML_ErrorString(code), lineno, column); in set_error()
136 && set_error_attr(err, "offset", column) in set_error()
D_elementtree.c2151 expat_set_error(const char* message, int line, int column) argument
2157 sprintf(buffer, "%s: line %d, column %d", message, line, column);
2164 position = Py_BuildValue("(ii)", line, column);
/device/google/crosshatch/sdm845/kernel-headers/linux/
Dmsm_audio_calibration.h341 struct audio_cal_col column[MAX_VOICE_COLUMNS]; member
/device/google/crosshatch/sdm845/original-kernel-headers/linux/
Dmsm_audio_calibration.h448 struct audio_cal_col column[MAX_VOICE_COLUMNS]; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/
DCommonIpf.dsc24 # is designated by a "[" in the first column. So the [=====] separater ends
DCommonX64.dsc24 # is designated by a "[" in the first column. So the [=====] separater ends
DCommonIa32.dsc24 # is designated by a "[" in the first column. So the [=====] separater ends
/device/google/bonito/sdm710/original-kernel-headers/linux/
Dmsm_audio_calibration.h448 struct audio_cal_col column[MAX_VOICE_COLUMNS]; member
/device/google/bonito/sdm710/kernel-headers/linux/
Dmsm_audio_calibration.h448 struct audio_cal_col column[MAX_VOICE_COLUMNS]; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlnotab_notes.txt30 (b) if at least one column jumps by more than 255 from one row to the next,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlnotab_notes.txt30 (b) if at least one column jumps by more than 255 from one row to the next,
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/
DPlatformPkgX64.dsc862 ## This PCD defines the Console output column and the default value is 25 according to UEFI spec.
863 # This PCD could be set to 0 then console output could be at max column and max row.
866 # This PCD could be set to 0 then console output could be at max column and max row.
873 ## The PCD is used to specify the console output column of text setup.
875 ## The PCD is used to specify the console output column of text setup.
DPlatformPkgGccX64.dsc862 ## This PCD defines the Console output column and the default value is 25 according to UEFI spec.
863 # This PCD could be set to 0 then console output could be at max column and max row.
866 # This PCD could be set to 0 then console output could be at max column and max row.
873 ## The PCD is used to specify the console output column of text setup.
875 ## The PCD is used to specify the console output column of text setup.
DPlatformPkgIA32.dsc862 ## This PCD defines the Console output column and the default value is 25 according to UEFI spec.
863 # This PCD could be set to 0 then console output could be at max column and max row.
866 # This PCD could be set to 0 then console output could be at max column and max row.
873 ## The PCD is used to specify the console output column of text setup.
875 ## The PCD is used to specify the console output column of text setup.

12