Home
last modified time | relevance | path

Searched refs:ws (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dfgetws.c52 wchar_t * __restrict ws, in fgetws() argument
61 _DIAGASSERT(ws != NULL); in fgetws()
75 wsp = ws; in fgetws()
81 if (wsp == ws) { in fgetws()
96 return (ws); in fgetws()
Dfputws.c51 const wchar_t * __restrict ws, in fputws() argument
56 _DIAGASSERT(ws != NULL); in fputws()
65 while (*ws != '\0') { in fputws()
66 if (__fputwc_unlock(*ws++, fp) == WEOF) { in fputws()
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/assets/js/
Dreceive.js27 let ws; variable
69 ws = new WebSocket(wsProtocol + "//" + location.host + "/control");
75 ws.onopen = function() {
77 ws.send('{\r\n'
83 ws.onmessage = function(e) {
163 ws.send('{\r\n'
170 ws.send('{\r\n'
181 ws.send('{\r\n'
199 ws.send('{\r\n'
442 ws.send('{\r\n'
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtabnanny.py155 def __init__(self, ws): argument
156 self.raw = ws
Ddoctest.py282 ws = want.split(ELLIPSIS_MARKER)
283 assert len(ws) >= 2
287 w = ws[0]
291 del ws[0]
294 w = ws[-1]
298 del ws[-1]
310 for w in ws:
Ddifflib.py1124 def IS_CHARACTER_JUNK(ch, ws=" \t"): argument
1140 return ch in ws
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Darraymodule.c553 Py_ssize_t ws = Py_SIZE(wa); in array_richcompare() local
556 case Py_LT: cmp = vs < ws; break; in array_richcompare()
557 case Py_LE: cmp = vs <= ws; break; in array_richcompare()
558 case Py_EQ: cmp = vs == ws; break; in array_richcompare()
559 case Py_NE: cmp = vs != ws; break; in array_richcompare()
560 case Py_GT: cmp = vs > ws; break; in array_richcompare()
561 case Py_GE: cmp = vs >= ws; break; in array_richcompare()
D_collectionsmodule.c888 Py_ssize_t vs, ws; in deque_richcompare() local
899 ws = ((dequeobject *)w)->len; in deque_richcompare()
903 if (vs != ws) in deque_richcompare()
909 if (vs != ws) in deque_richcompare()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Darraymodule.c553 Py_ssize_t ws = Py_SIZE(wa); in array_richcompare() local
556 case Py_LT: cmp = vs < ws; break; in array_richcompare()
557 case Py_LE: cmp = vs <= ws; break; in array_richcompare()
558 case Py_EQ: cmp = vs == ws; break; in array_richcompare()
559 case Py_NE: cmp = vs != ws; break; in array_richcompare()
560 case Py_GT: cmp = vs > ws; break; in array_richcompare()
561 case Py_GE: cmp = vs >= ws; break; in array_richcompare()
D_collectionsmodule.c937 Py_ssize_t vs, ws; in deque_richcompare() local
948 ws = ((dequeobject *)w)->len; in deque_richcompare()
952 if (vs != ws) in deque_richcompare()
958 if (vs != ws) in deque_richcompare()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlistobject.c2404 Py_ssize_t ws = Py_SIZE(wl); in list_richcompare() local
2408 case Py_LT: cmp = vs < ws; break; in list_richcompare()
2409 case Py_LE: cmp = vs <= ws; break; in list_richcompare()
2410 case Py_EQ: cmp = vs == ws; break; in list_richcompare()
2411 case Py_NE: cmp = vs != ws; break; in list_richcompare()
2412 case Py_GT: cmp = vs > ws; break; in list_richcompare()
2413 case Py_GE: cmp = vs >= ws; break; in list_richcompare()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dlistobject.c2405 Py_ssize_t ws = Py_SIZE(wl); in list_richcompare() local
2409 case Py_LT: cmp = vs < ws; break; in list_richcompare()
2410 case Py_LE: cmp = vs <= ws; break; in list_richcompare()
2411 case Py_EQ: cmp = vs == ws; break; in list_richcompare()
2412 case Py_NE: cmp = vs != ws; break; in list_richcompare()
2413 case Py_GT: cmp = vs > ws; break; in list_richcompare()
2414 case Py_GE: cmp = vs >= ws; break; in list_richcompare()
/device/google/cuttlefish_kernel/5.4-x86_64/
DSystem.map129493 ffffffff82ed1000 b ws
/device/google/cuttlefish_kernel/5.4-arm64/
DSystem.map233655 ffffffc0119b2848 b ws