Home
last modified time | relevance | path

Searched defs:text (Results 26 – 50 of 211) sorted by relevance

123456789

/openbmc/linux/arch/powerpc/boot/
H A DzImage.lds.S16 *(.text)
18 _etext = .;
/openbmc/linux/tools/perf/util/
H A Dexpr.l30 char *text = expr_get_text(scanner); in value() local
75 char *text = expr_get_text(scanner); in str() local
H A Dpmu.l17 char *text = perf_pmu_get_text(scanner); in value() local
/openbmc/openbmc/poky/bitbake/lib/bs4/
H A Delement.py405 def find_next(self, name=None, attrs={}, text=None, **kwargs): argument
411 def find_all_next(self, name=None, attrs={}, text=None, limit=None, argument
419 def find_next_sibling(self, name=None, attrs={}, text=None, **kwargs): argument
435 def find_previous(self, name=None, attrs={}, text=None, **kwargs): argument
458 def find_previous_siblings(self, name=None, attrs={}, text=None, argument
498 def _find_one(self, method, name, attrs, text, **kwargs): argument
505 def _find_all(self, name, attrs, text, limit, generator, **kwargs): argument
906 text = property(get_text) variable in Tag
1232 def find(self, name=None, attrs={}, recursive=True, text=None, argument
1243 def find_all(self, name=None, attrs={}, recursive=True, text=None, argument
[all …]
/openbmc/linux/arch/arc/kernel/
H A Dvmlinux.lds.S84 _text = .;
85 _stext = .;
/openbmc/linux/scripts/kconfig/
H A Dnconf.gui.c126 int get_line_no(const char *text) in get_line_no()
140 const char *get_line(const char *text, int line_no) in get_line()
165 void fill_window(WINDOW *win, const char *text) in fill_window()
502 const char *text) in show_scroll_win()
508 int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text, in show_scroll_win_ext()
H A Dmconf.c307 const char *text; member
350 static int show_textbox_ext(const char *title, const char *text, int r, int c, in show_textbox_ext()
360 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox()
365 static void show_helptext(const char *title, const char *text) in show_helptext()
/openbmc/linux/arch/csky/kernel/
H A Dvmlinux.lds.S30 _text = .;
31 _stext = .;
/openbmc/u-boot/scripts/kconfig/
H A Dnconf.gui.c176 int get_line_no(const char *text) in get_line_no()
190 const char *get_line(const char *text, int line_no) in get_line()
215 void fill_window(WINDOW *win, const char *text) in fill_window()
552 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()
/openbmc/linux/net/sunrpc/auth_gss/
H A Dgss_krb5_test.c533 void *iv, *text; in rfc3962_encrypt_case() local
1128 void *text; in rfc6803_encrypt_case() local
1622 void *text; in rfc8009_encrypt_case() local
1790 void *text; in encrypt_selftest_case() local
/openbmc/linux/arch/arm/kernel/
H A Dvmlinux-xip.lds.S52 _text = .;
78 .exit.text : {
H A Dvmlinux.lds.S51 _text = .;
63 _stext = .; /* Text and read-only data */
/openbmc/linux/arch/powerpc/kernel/
H A Dvmlinux.lds.S272 *.init.text might be RO so we must ensure this section ends on
276 _einittext = .;
284 __exittext_begin = .;
286 __exittext_end = .;
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dncurses.py95 def setText( self, x, y, text, *args ): argument
99 def appendText( self, text, *args ): argument
140 def setStatus( self, thread, text ): argument
/openbmc/linux/Documentation/sphinx/
H A DrstFlatTable.py71 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
82 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
/openbmc/linux/tools/perf/tests/
H A Dtests.h7 #define TEST_ASSERT_VAL(text, cond) \ argument
15 #define TEST_ASSERT_EQUAL(text, val, expected) \ argument
/openbmc/linux/drivers/media/rc/
H A Dfintek-cir.h24 #define fit_pr(level, text, ...) \ argument
27 #define fit_dbg(text, ...) \ argument
32 #define fit_dbg_verbose(text, ...) \ argument
37 #define fit_dbg_wake(text, ...) \ argument
/openbmc/u-boot/test/dm/
H A Dcpu.c17 char text[128]; in dm_test_cpu() local
/openbmc/u-boot/Documentation/sphinx/
H A DrstFlatTable.py83 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
94 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path_to_text.c283 uint16_t *text = NULL; in efi_convert_device_node_to_text() local
315 uint16_t *text = NULL; in efi_convert_device_path_to_text() local
/openbmc/linux/lib/kunit/
H A Dassert.c92 static bool is_literal(struct kunit *test, const char *text, long long value, in is_literal()
171 static bool is_str_literal(const char *text, const char *value) in is_str_literal()
/openbmc/u-boot/tools/binman/test/
H A Du_boot_binman_syms.lds19 *(.text*)
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_error.c18 const char *text; member
/openbmc/linux/lib/
H A Dts_bm.c59 const u8 *text, bool icase) in matchpat()
80 const u8 *text; in bm_find() local

123456789