Home
last modified time | relevance | path

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

12

/hal_espressif-2.7.6/components/esp32s2/ld/
Desp32s2.project.ld.in11 _rtc_text_start = ABSOLUTE(.);
35 . = SIZEOF(.rtc.text);
/hal_espressif-2.7.6/components/bootloader/subproject/main/ld/esp32/
Dbootloader.ld36 _loader_text_start = ABSOLUTE(.);
65 _loader_text_end = ABSOLUTE(.);
/hal_espressif-2.7.6/components/bootloader/subproject/main/ld/esp32c3/
Dbootloader.ld23 _loader_text_start = ABSOLUTE(.);
54 _loader_text_end = ABSOLUTE(.);
/hal_espressif-2.7.6/components/bootloader/subproject/main/ld/esp32s2/
Dbootloader.ld23 _loader_text_start = ABSOLUTE(.);
53 _loader_text_end = ABSOLUTE(.);
/hal_espressif-2.7.6/components/bootloader/subproject/main/ld/esp32s3/
Dbootloader.ld23 _loader_text_start = ABSOLUTE(.);
54 _loader_text_end = ABSOLUTE(.);
/hal_espressif-2.7.6/tools/kconfig/
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()
544 const char *text) in show_scroll_win()
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()
Dlkc.h34 #define _(text) gettext(text) argument
35 #define N_(text) (text) argument
Dzconf.l27 static char *text; variable
Dqconf.h168 void setText(colIdx idx, const QString& text) in setText()
172 QString text(colIdx idx) const in text() function
Dkxgettext.c12 static char *escape(const char* text, char *bf, int len) in escape()
/hal_espressif-2.7.6/docs/idf_extensions/
Dlink_roles.py48 def role(name, rawtext, text, lineno, inliner, options={}, content=[]): argument
130 def link_to_translation(name, rawtext, text, lineno, inliner, options={}, content=[]): argument
/hal_espressif-2.7.6/examples/system/unit_test/test/main/
Dexample_unit_test_test.c51 static void print_banner(const char* text) in print_banner()
/hal_espressif-2.7.6/examples/common_components/qrcode/
Desp_qrcode_main.c71 esp_err_t esp_qrcode_generate(esp_qrcode_config_t *cfg, const char *text) in esp_qrcode_generate()
Dqrcodegen.c129 bool qrcodegen_encodeText(const char *text, uint8_t tempBuffer[], uint8_t qrcode[], in qrcodegen_encodeText()
810 bool qrcodegen_isAlphanumeric(const char *text) { in qrcodegen_isAlphanumeric()
821 bool qrcodegen_isNumeric(const char *text) { in qrcodegen_isNumeric()
925 struct qrcodegen_Segment qrcodegen_makeAlphanumeric(const char *text, uint8_t buf[]) { in qrcodegen_makeAlphanumeric()
/hal_espressif-2.7.6/tools/
Didf_tools.py191 def fatal(text, *args): argument
196 def warn(text, *args): argument
201 def info(text, f=None, *args): argument
1472 def print_out(text): argument
Didf.py194 def help(self, text, type='Option', separator=' '): argument
198 def short_help(self, text): argument
/hal_espressif-2.7.6/tools/ci/python_packages/idf_http_server_test/
Dclient.py31 def test_val(text, expected, received): argument
/hal_espressif-2.7.6/tools/kconfig_new/
Dgen_kconfig_doc.py207 def format_rest_text(text, indent): argument
/hal_espressif-2.7.6/components/bt/host/bluedroid/stack/smp/
Dsmp_cmac.c37 UINT8 *text; member
/hal_espressif-2.7.6/examples/protocols/pppos_client/main/
Dpppos_client_main.c64 …atic esp_err_t example_send_message_text(modem_dce_t *dce, const char *phone_num, const char *text) in example_send_message_text()
/hal_espressif-2.7.6/tools/test_apps/protocols/mqtt/publish_connect_test/
Dapp_test.py69 def print_details(self, text): argument
/hal_espressif-2.7.6/components/esp32s3/ld/
Desp32s3.project.ld.in28 . = SIZEOF(.rtc.text);
/hal_espressif-2.7.6/components/esp32/ld/
Desp32.project.ld.in27 . = SIZEOF(.rtc.text);
/hal_espressif-2.7.6/components/esp32c3/ld/
Desp32c3.project.ld.in28 . = SIZEOF(.rtc.text);

12