Home
last modified time | relevance | path

Searched defs:text (Results 1 – 24 of 24) sorted by relevance

/rk3399_rockchip-uboot/test/py/tests/
H A Dtest_fit.py192 def make_kernel(filename, text): argument
208 def make_ramdisk(filename, text): argument
222 def find_matching(text, match): argument
/rk3399_rockchip-uboot/arch/mips/cpu/
H A Du-boot.lds23 *(.text*)
24 __text_end = .;
/rk3399_rockchip-uboot/tools/patman/
H A Dterminal.py31 def __init__(self, text, newline, colour): argument
40 def Print(text='', newline=True, colour=None): argument
142 def Color(self, color, text, bright=True): argument
H A Dpatchstream.py427 def GetMetaDataForTest(text): argument
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffs_error.c18 const char *text; member
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dnconf.gui.c175 int get_line_no(const char *text) in get_line_no()
189 const char *get_line(const char *text, int line_no) in get_line()
214 void fill_window(WINDOW *win, const char *text) in fill_window()
551 const char *text) in show_scroll_win()
H A Dmconf.c315 const char *text; member
756 static int show_textbox_ext(const char *title, char *text, int r, int c, int in show_textbox_ext()
765 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
771 static void show_helptext(const char *title, const char *text) in show_helptext()
H A Dlkc.h34 #define _(text) gettext(text) argument
35 #define N_(text) (text) argument
H A Dzconf.l26 static char *text; variable
H A Dqconf.h168 void setText(colIdx idx, const QString& text) in setText()
172 QString text(colIdx idx) const in text() function
H A Dkxgettext.c12 static char *escape(const char* text, char *bf, int len) in escape()
H A Dexpr.h150 const char *text; /* the prompt value - P_PROMPT, P_MENU, P_COMMENT */ member
H A Dqconf.cc1223 QString* text = reinterpret_cast<QString*>(data); in expr_print_help() local
/rk3399_rockchip-uboot/arch/arm/cpu/
H A Du-boot-spl.lds22 CPUDIR/start.o (.text*)
/rk3399_rockchip-uboot/arch/arm/lib/
H A Delf_arm_efi.lds16 *(.text.head)
H A Delf_aarch64_efi.lds16 *(.text.head)
/rk3399_rockchip-uboot/test/py/
H A Du_boot_console_base.py254 def wait_for(self, text): argument
415 def validate_version_string_in_text(self, text): argument
/rk3399_rockchip-uboot/tools/buildman/
H A Dtest.py166 def assertSummary(self, text, arch, plus, boards, ok=False): argument
/rk3399_rockchip-uboot/scripts/dtc/
H A Dsrcpos.c214 void srcpos_update(struct srcpos *pos, const char *text, int len) in srcpos_update()
/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Ddialog.h99 const char *text; member
/rk3399_rockchip-uboot/board/gdsys/common/
H A Dosd.c277 char *text; in osd_print() local
/rk3399_rockchip-uboot/include/u-boot/
H A Dzlib.h446 int text; /* true if compressed data believed to be text */ member
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dcoreboot_tables.h227 u8 text[CMOS_MAX_TEXT_LENGTH]; member
/rk3399_rockchip-uboot/common/
H A Dcli_hush.c251 char *text; /* name of job */ member