/third_party/parse5/test/data/parser-feedback/ |
D | tests12.test | 5 …"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"
|
D | foreign-fragment.test | 217 "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 …]
|
D | plain-text-unsafe.test | 566 "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",
|
D | tests26.test | 779 "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",
|
D | tests10.test | 2275 "description": "<math><mtext><mglyph>", 2276 "input": "<math><mtext><mglyph>", 2285 "mtext", 2297 "description": "<math><mtext><malignmark>", 2298 "input": "<math><mtext><malignmark>", 2307 "mtext",
|
D | tests19.test | 1128 "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/ |
D | msgrcv01.c | 19 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()
|
D | msgrcv07.c | 44 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()
|
D | msgrcv08.c | 37 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()
|
D | msgrcv05.c | 20 char mtext[MSGSIZE]; member
|
D | msgrcv03.c | 37 char mtext[MSGSIZE]; member
|
D | msgrcv02.c | 42 char mtext[MSGSIZE]; member
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
D | mesgq_nstest.c | 48 char mtext[80]; /* text of the message */ member 62 n, msg.mtype, n, msg.mtext); in mesgq_read() 136 strcpy(msg.mtext, "Message of type 5!"); in main() 137 n = msgsnd(id, &msg, strlen(msg.mtext), 0); in main()
|
D | msg_comm.c | 47 char mtext[MSGSIZE]; member 76 m.mtext[0] = 'A'; in chld1_msg() 118 m.mtext[0] = 'B'; in chld2_msg()
|
/third_party/ltp/libs/libltpipc/ |
D | libipc.c | 106 m_buf->mtext[i] = ascii_a + (i % 26); in init_buf() 110 m_buf->mtext[i] = '\0'; in init_buf()
|
/third_party/ltp/include/ |
D | ipcmsg.h | 50 char mtext[MSGSIZE + 1]; /* add 1 here so the message can be 1024 */ member
|
/third_party/musl/ndk_musl_include/sys/ |
D | msg.h | 45 char mtext[1]; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | msg.h | 45 char mtext[1]; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | msg.h | 45 char mtext[1]; member
|
/third_party/musl/include/sys/ |
D | msg.h | 45 char mtext[1]; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | msg.h | 45 char mtext[1]; member
|
/third_party/jerryscript/targets/esp8266/ |
D | Makefile.esp8266 | 37 ESP_CFLAGS += -mlongcalls -mtext-section-literals -mno-serialize-volatile
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/ |
D | katex.mjs | 6901 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]);
|
D | katex.min.js | 1 …Attribute("stretchy","false");return r}});var Zr={mi:"italic",mn:"normal",mtext:"normal"};te({type… property
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 50205 char mtext[1]; member
|