Home
last modified time | relevance | path

Searched refs:mtext (Results 1 – 24 of 24) sorted by relevance

/third_party/parse5/test/data/parser-feedback/
Dtests12.test5 …"description": "<!DOCTYPE html><body><p>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><de…
6 …"input": "<!DOCTYPE html><body><p>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>…
36 "mtext",
54 "mtext"
176 …"description": "<!DOCTYPE html><body>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc>…
177 …"input": "<!DOCTYPE html><body>foo<math><mtext><i>baz</i></mtext><annotation-xml><svg><desc><b>egg…
202 "mtext",
220 "mtext"
Dforeign-fragment.test217 "fragmentContext": "mtext",
218 "description": "</mtext>X",
219 "input": "</mtext>X",
223 "mtext"
708 "fragmentContext": "mtext",
709 "description": "<b></b><mglyph/><i></i><malignmark/><u></u><mtext/>X",
710 "input": "<b></b><mglyph/><i></i><malignmark/><u></u><mtext/>X",
753 "mtext",
764 "fragmentContext": "mtext",
780 "fragmentContext": "mtext",
[all …]
Dplain-text-unsafe.test566 "description": "<!DOCTYPE html><table><tr><td><math><mtext>\\u0000a",
567 "input": "<!DOCTYPE html><table><tr><td><math><mtext>\u0000a",
598 "mtext",
764 "description": "<!DOCTYPE html><math><mtext>a\\u0000b",
765 "input": "<!DOCTYPE html><math><mtext>a\u0000b",
781 "mtext",
Dtests26.test779 "description": "<!DOCTYPE html><math><mtext><p><i></p>a",
780 "input": "<!DOCTYPE html><math><mtext><p><i></p>a",
796 "mtext",
821 "description": "<!DOCTYPE html><table><tr><td><math><mtext><p><i></p>a",
822 "input": "<!DOCTYPE html><table><tr><td><math><mtext><p><i></p>a",
853 "mtext",
Dtests10.test2275 "description": "<math><mtext><mglyph>",
2276 "input": "<math><mtext><mglyph>",
2285 "mtext",
2297 "description": "<math><mtext><malignmark>",
2298 "input": "<math><mtext><malignmark>",
2307 "mtext",
Dtests19.test1128 "description": "<!doctype html><p><math><mtext><p><h1>",
1129 "input": "<!doctype html><p><math><mtext><p><h1>",
1150 "mtext",
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv01.c19 char mtext[MSGSIZE]; member
37 if (strcmp(rcv_buf.mtext, snd_buf.mtext) == 0) in verify_msgrcv()
39 rcv_buf.mtext, snd_buf.mtext); in verify_msgrcv()
42 rcv_buf.mtext, snd_buf.mtext); in verify_msgrcv()
Dmsgrcv07.c44 char mtext[MSGSIZE]; member
70 if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) in test_msg_except()
97 if (strncmp(rcv_buf.mtext, MSG1, msg_len) == 0 && rcv_buf.type == MSGTYPE1) in test_msg_noerror()
136 if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) in test_msg_copy()
150 if (strcmp(rcv_buf.mtext, MSG2) == 0 && rcv_buf.type == MSGTYPE2) in test_msg_copy()
180 if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) in test_zero_msgtyp()
202 if (strcmp(rcv_buf.mtext, MSG2) == 0 && rcv_buf.type == MSGTYPE2) { in test_positive_msgtyp()
227 if (strcmp(rcv_buf.mtext, MSG1) == 0 && rcv_buf.type == MSGTYPE1) { in test_negative_msgtyp()
Dmsgrcv08.c37 char mtext[16]; member
43 SAFE_MSGSND(queue_id, &snd_buf, sizeof(snd_buf.mtext), IPC_NOWAIT); in verify_msgrcv()
45 TEST(msgrcv(queue_id, &rcv_buf, sizeof(rcv_buf.mtext), -mtype, IPC_NOWAIT | MSG_NOERROR)); in verify_msgrcv()
55 if ((size_t)TST_RET != sizeof(snd_buf.mtext)) { in verify_msgrcv()
56 tst_res(TFAIL, "received %zi, expected %zu", (size_t)TST_RET, sizeof(snd_buf.mtext)); in verify_msgrcv()
Dmsgrcv05.c20 char mtext[MSGSIZE]; member
Dmsgrcv03.c37 char mtext[MSGSIZE]; member
Dmsgrcv02.c42 char mtext[MSGSIZE]; member
/third_party/ltp/testcases/kernel/containers/sysvipc/
Dmsg_comm.c38 char mtext[1]; member
46 .mtext = "A", in chld1_msg()
52 SAFE_MSGSND(id, &m, sizeof(m.mtext), 0); in chld1_msg()
56 TEST(msgrcv(id, &rec, sizeof(rec.mtext), 2, IPC_NOWAIT)); in chld1_msg()
76 .mtext = "B", in chld2_msg()
81 SAFE_MSGSND(id, &m, sizeof(m.mtext), 0); in chld2_msg()
Dmesgq_nstest.c42 char mtext[80]; member
64 n = SAFE_MSGRCV(id, &msg, sizeof(msg.mtext), MSG_TYPE, 0); in check_mesgq()
66 tst_res(TINFO, "Mesg read of %d bytes, Type %ld, Msg: %s", n, msg.mtype, msg.mtext); in check_mesgq()
68 if (strcmp(msg.mtext, MSG_TEXT)) in check_mesgq()
81 .mtext = MSG_TEXT, in run()
85 SAFE_MSGSND(ipc_id, &msg, strlen(msg.mtext), 0); in run()
/third_party/ltp/libs/libltpipc/
Dlibipc.c106 m_buf->mtext[i] = ascii_a + (i % 26); in init_buf()
110 m_buf->mtext[i] = '\0'; in init_buf()
/third_party/ltp/include/
Dipcmsg.h48 char mtext[MSGSIZE + 1]; /* add 1 here so the message can be 1024 */ member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dmsg.h45 char mtext[1]; member
/third_party/musl/include/sys/
Dmsg.h45 char mtext[1]; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmsg.h45 char mtext[1]; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dmsg.h45 char mtext[1]; member
/third_party/jerryscript/targets/esp8266/
DMakefile.esp826637 ESP_CFLAGS += -mlongcalls -mtext-section-literals -mno-serialize-volatile
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.mjs6901 return `<mtext>${this.character}</mtext>`;
7032 * MathML nodes. Also combine consecutive <mtext> outputs into a single
7033 * <mtext> tag.
7057 // Concatenate adjacent <mtext>s
7058 …if (group.type === 'mtext' && lastGroup.type === 'mtext' && group.getAttribute('mathvariant') === …
12249 case "mtext":
13233 "mtext": "normal" property
13267 node = new mathMLTree.MathNode("mtext", [text]);
13337 node = new mathMLTree.MathNode("mtext", [new mathMLTree.TextNode("\u00a0")]);
13533 const node = new mathMLTree.MathNode("mtext", [text]);
Dkatex.min.js1 …Attribute("stretchy","false");return r}});var Zr={mi:"italic",mn:"normal",mtext:"normal"};te({type… property
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h50205 char mtext[1]; member