Searched refs:int (Results 1 – 8 of 8) sorted by relevance
/bootable/libbootloader/gbl/tools/ |
D | gen_gpt_disk.py | 85 def parse_size_str(size_str: str) -> int: 95 return int(size_str[:-1]) * 1024 * 1024 97 return int(size_str[:-1]) * 1024 98 return int(size_str) 101 def _append(src_file: str, offset: int, size: int, dst_file: str): argument 123 def main() -> int:
|
/bootable/deprecated-ota/edify/ |
D | parser.yy | 33 extern int gLine; 34 extern int gColumn; 36 void yyerror(std::unique_ptr<Expr>* root, int* error_count, const char* s); 37 int yyparse(std::unique_ptr<Expr>* root, int* error_count); 75 %parse-param {int* error_count} 134 void yyerror(std::unique_ptr<Expr>* root, int* error_count, const char* s) { 142 int ParseString(const std::string& str, std::unique_ptr<Expr>* root, int* error_count) {
|
D | lexer.ll | 25 int gLine = 1; 26 int gColumn = 1; 27 int gPos = 0; 71 int val;
|
/bootable/recovery/updater_sample/ |
D | proguard.flags | 17 public int getUpdaterState(); 22 public <init>(java.lang.String, java.lang.String, int);
|
/bootable/recovery/updater_sample/tools/ |
D | gen_update_config.py | 110 'offset': int(offset), 111 'size': int(size)
|
/bootable/libbootloader/gbl/libfdt/ |
D | BUILD.libfdt_c.bazel | 44 "-Wno-int-conversion",
|
/bootable/recovery/ |
D | interlace-frames.py | 74 num_frames = int(img.info.get('Frames', 1))
|
/bootable/libbootloader/gbl/libbootimg/ |
D | BUILD | 41 BLOCKED_TYPES_RE = "__.+|.?int.+"
|