Searched refs:tokens (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | kconfiglib.py | 648 tokens = self.end_line_tokens 649 tokens.unget_all() 661 tokens = self._tokenize(line, False, line_feeder.filename, 664 t0 = tokens.get_next() 675 sym = tokens.get_next() 691 kconfig_file = tokens.get_next() 715 dep_expr = self._parse_expr(tokens, None, line, 730 comment.text = tokens.get_next() 745 menu.title = tokens.get_next() 759 name = tokens.get_next() [all …]
|
| /rk3399_rockchip-uboot/lib/avb/libavb/ |
| H A D | avb_cmdline.c | 114 additional_substitutions->tokens[n], in avb_sub_cmdline() 417 avb_free(cmdline_subst->tokens[i]); in avb_free_cmdline_subst_list() 450 out_cmdline_subst->tokens[list_index] = in avb_add_root_digest_substitution() 452 if (out_cmdline_subst->tokens[list_index] == NULL) { in avb_add_root_digest_substitution() 455 avb_uppercase(out_cmdline_subst->tokens[list_index]); in avb_add_root_digest_substitution() 467 if (out_cmdline_subst->tokens[list_index]) { in avb_add_root_digest_substitution() 468 avb_free(out_cmdline_subst->tokens[list_index]); in avb_add_root_digest_substitution()
|
| /rk3399_rockchip-uboot/include/android_avb/ |
| H A D | avb_cmdline.h | 53 char* tokens[AVB_MAX_NUM_CMDLINE_SUBST]; member
|
| /rk3399_rockchip-uboot/drivers/mtd/ubi/ |
| H A D | build.c | 1455 char *tokens[MTD_PARAM_MAX_COUNT], *token; in ubi_mtd_param_parse() local 1485 tokens[i] = strsep(&pbuf, ","); in ubi_mtd_param_parse() 1493 strcpy(&p->name[0], tokens[0]); in ubi_mtd_param_parse() 1495 token = tokens[1]; in ubi_mtd_param_parse() 1503 token = tokens[2]; in ubi_mtd_param_parse() 1514 token = tokens[3]; in ubi_mtd_param_parse()
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | avbtool.py | 2385 tokens = slot_data.split(':') 2386 if len(tokens) != 6: 2388 a_priority = int(tokens[0]) 2389 a_tries_remaining = int(tokens[1]) 2390 a_success = int(tokens[2]) != 0 2391 b_priority = int(tokens[3]) 2392 b_tries_remaining = int(tokens[4]) 2393 b_success = int(tokens[5]) != 0
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | zconf.tab.c_shipped | 1080 /* Number of reported tokens (one for the "unexpected", one per 1088 tokens because there are none. 1272 /* Number of tokens to shift before error messages enabled. */ 1453 /* Count tokens shifted since error; after three, turn off error
|
| H A D | zconf.lex.c_shipped | 267 * still have a bunch of tokens to match, though, because of
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | dtc-parser.tab.c_shipped | 1061 /* Number of reported tokens (one for the "unexpected", one per 1069 tokens because there are none. 1222 /* Number of tokens to shift before error messages enabled. */ 1420 /* Count tokens shifted since error; after three, turn off error
|
| H A D | dtc-lexer.lex.c_shipped | 238 * still have a bunch of tokens to match, though, because of
|
| /rk3399_rockchip-uboot/fs/ubifs/ |
| H A D | super.c | 1119 static const match_table_t tokens = { variable 1176 token = match_token(p, tokens, args); in ubifs_parse_options()
|
| /rk3399_rockchip-uboot/doc/uImage.FIT/ |
| H A D | signature.txt | 482 $ p11tool --provider /usr/lib/opensc-pkcs11.so --list-tokens
|