/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/ |
D | driver.py | 44 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 …]
|
D | tokenize.py | 398 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/ |
D | wsgui.py | 96 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/ |
D | tokenize.py | 317 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/ |
D | tokenize.py | 323 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/ |
D | uniphier_nand.c | 77 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/ |
D | pytree.py | 358 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/ |
D | CpuPm.asl | 82 // 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/ |
D | unicodedata.c | 995 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()
|
D | pyexpat.c | 127 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/ |
D | unicodedata.c | 988 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()
|
D | pyexpat.c | 127 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.c | 2151 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/ |
D | msm_audio_calibration.h | 341 struct audio_cal_col column[MAX_VOICE_COLUMNS]; member
|
/device/google/crosshatch/sdm845/original-kernel-headers/linux/ |
D | msm_audio_calibration.h | 448 struct audio_cal_col column[MAX_VOICE_COLUMNS]; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Platform/ |
D | CommonIpf.dsc | 24 # is designated by a "[" in the first column. So the [=====] separater ends
|
D | CommonX64.dsc | 24 # is designated by a "[" in the first column. So the [=====] separater ends
|
D | CommonIa32.dsc | 24 # is designated by a "[" in the first column. So the [=====] separater ends
|
/device/google/bonito/sdm710/original-kernel-headers/linux/ |
D | msm_audio_calibration.h | 448 struct audio_cal_col column[MAX_VOICE_COLUMNS]; member
|
/device/google/bonito/sdm710/kernel-headers/linux/ |
D | msm_audio_calibration.h | 448 struct audio_cal_col column[MAX_VOICE_COLUMNS]; member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | lnotab_notes.txt | 30 (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/ |
D | lnotab_notes.txt | 30 (b) if at least one column jumps by more than 255 from one row to the next,
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/ |
D | PlatformPkgX64.dsc | 862 ## 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.
|
D | PlatformPkgGccX64.dsc | 862 ## 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.
|
D | PlatformPkgIA32.dsc | 862 ## 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.
|