Searched defs:ws (Results 1 - 25 of 182) sorted by relevance

12345678

/external/clang/test/Sema/
H A Dms-keyword-system-header.c10 WS ws; local
11 ws.__uptr = 0;
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/examples/
H A Decho_client.py6 ws = websocket.create_connection("ws://echo.websocket.org/") variable
8 ws.send("Hello, World")
11 result = ws.recv()
13 ws.close()
H A Dechoapp_client.py10 def on_message(ws, message):
14 def on_error(ws, error):
18 def on_close(ws):
22 def on_open(ws):
28 ws.send("Hello %d" % i)
32 ws.close()
40 host = "ws://echo.websocket.org/"
43 ws = websocket.WebSocketApp(host, variable
47 ws.on_open = on_open
48 ws
[all...]
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/
H A Dtest.pass.cpp31 std::wstring ws; local
32 mystr >> ws; local
33 assert(ws == L"Hello");
/external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
H A Dfrom_bytes.pass.cpp28 std::wstring ws = myconv.from_bytes('a'); local
29 assert(ws == L"a");
30 ws = myconv.from_bytes(bs.c_str());
31 assert(ws == L"\x40003");
32 ws = myconv.from_bytes(bs);
33 assert(ws == L"\x40003");
34 ws = myconv.from_bytes(bs.data(), bs.data() + bs.size());
35 assert(ws == L"\x40003");
36 ws = myconv.from_bytes("");
37 assert(ws
[all...]
H A Dconverted.pass.cpp30 std::wstring ws = myconv.from_bytes("\xF1\x80\x80\x83"); local
H A Dctor_err_string.pass.cpp71 std::wstring ws = myconv.from_bytes('\xA5'); local
72 assert(ws == L"wide error");
/external/mesa3d/src/gallium/targets/pipe-loader/
H A Dpipe_swrast.c7 swrast_create_screen(struct sw_winsys *ws);
13 swrast_create_screen(struct sw_winsys *ws) argument
17 screen = sw_screen_create(ws);
/external/libcxx/test/std/strings/basic.string/string.cons/
H A Ddtor_noexcept.pass.cpp33 std::wstring ws; variable
/external/chromium-trace/catapult/telemetry/third_party/websocket-client/compliance/
H A Dtest_fuzzingclient.py8 SERVER = 'ws://127.0.0.1:8642'
12 ws = websocket.create_connection(SERVER + "/getCaseCount") variable
13 count = json.loads(ws.recv())
14 ws.close()
21 ws = websocket.create_connection(url) variable
23 opcode, msg = ws.recv_data()
27 ws.send(msg, opcode)
39 ws.close(status)
43 ws = websocket.create_connection(url) variable
/external/libcxx/test/std/depr/depr.c.headers/
H A Dwchar_h.pass.cpp45 wchar_t* ws = 0; local
53 ((void)ws); // Prevent unused warning
56 static_assert((std::is_same<decltype(swprintf(ws, s, L"")), int>::value), "");
60 static_assert((std::is_same<decltype(vswprintf(ws, s, L"", va)), int>::value), "");
63 static_assert((std::is_same<decltype(fgetws(ws, 0, fp)), wchar_t*>::value), "");
77 static_assert((std::is_same<decltype(wcscpy(ws, L"")), wchar_t*>::value), "");
78 static_assert((std::is_same<decltype(wcsncpy(ws, L"", s)), wchar_t*>::value), "");
79 static_assert((std::is_same<decltype(wcscat(ws, L"")), wchar_t*>::value), "");
80 static_assert((std::is_same<decltype(wcsncat(ws, L"", s)), wchar_t*>::value), "");
84 static_assert((std::is_same<decltype(wcsxfrm(ws,
[all...]
/external/libcxx/test/std/strings/c.strings/
H A Dcwchar.pass.cpp42 wchar_t* ws = 0; local
51 ((void)ws); // Prevent unused warning
55 static_assert((std::is_same<decltype(std::swprintf(ws, s, L"")), int>::value), "");
59 static_assert((std::is_same<decltype(std::vswprintf(ws, s, L"", va)), int>::value), "");
62 static_assert((std::is_same<decltype(std::fgetws(ws, 0, fp)), wchar_t*>::value), "");
76 static_assert((std::is_same<decltype(std::wcscpy(ws, L"")), wchar_t*>::value), "");
77 static_assert((std::is_same<decltype(std::wcsncpy(ws, L"", s)), wchar_t*>::value), "");
78 static_assert((std::is_same<decltype(std::wcscat(ws, L"")), wchar_t*>::value), "");
79 static_assert((std::is_same<decltype(std::wcsncat(ws, L"", s)), wchar_t*>::value), "");
83 static_assert((std::is_same<decltype(std::wcsxfrm(ws,
[all...]
/external/caliper/lib/
H A Djsr311-api-1.1.1.jar ... -INF/ META-INF/MANIFEST.MF javax/ javax/ws/ javax/ws/rs/ javax/ws/rs/core/ javax/ws/rs ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/tests/testScripts/
H A Druntests.bat15 REM default values for os, ws and arch
17 set ws=win32 variable
51 if x%1==x-ws set ws=%2 && shift && shift && goto processcmdlineargs variable
74 set antRunner=%vm% -cp eclipse\startup.jar -Dosgi.ws=%ws% -Dosgi.os=%os% -Dosgi.arch=%arch% org.eclipse.core.launcher.Main -application org.eclipse.ant.core.antRunner
76 if %installmode%==noclean %antRunner% -file test.xml setup -Dws=%ws% -Dos=%os% -Darch=%arch% "-D%installmode%=true" -logger org.apache.tools.ant.DefaultLogger
85 %antRunner% -file test.xml %tests% -Dws=%ws% -Dos=%os% -Darch=%arch% %properties% "-D%installmode%=true" -logger org.apache.tools.ant.DefaultLogger
/external/mesa3d/src/gallium/auxiliary/pipe-loader/
H A Dpipe_loader_sw.c39 struct sw_winsys *ws; member in struct:pipe_loader_sw_device
65 sdev->ws = backends[i]();
101 return init(sdev->ws);
/external/mesa3d/src/gallium/targets/egl-static/
H A Degl_pipe.c202 egl_pipe_create_swrast_screen(struct sw_winsys *ws) argument
206 screen = sw_screen_create(ws);
/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
H A DWebSocket.java16 package com.squareup.okhttp.ws;
H A DWebSocketListener.java16 package com.squareup.okhttp.ws;
H A DWebSocketCall.java16 package com.squareup.okhttp.ws;
26 import com.squareup.okhttp.internal.ws.RealWebSocket;
27 import com.squareup.okhttp.internal.ws.WebSocketProtocol;
/external/strace/
H A Dterm.c115 struct winsize ws; local
118 if (umove_or_printaddr(tcp, addr, &ws))
121 ws.ws_row, ws.ws_col, ws.ws_xpixel, ws.ws_ypixel);
/external/okhttp/okhttp-ws-tests/src/main/java/com/squareup/okhttp/ws/
H A DAutobahnTester.java16 package com.squareup.okhttp.ws;
34 import static com.squareup.okhttp.ws.WebSocket.BINARY;
35 import static com.squareup.okhttp.ws.WebSocket.TEXT;
39 * <a href="http://autobahn.ws/testsuite/">Autobahn Testsuite</a>.
42 private static final String HOST = "ws://localhost:9001";
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/template/
H A Dgroup-file-lexer.rb102 :template!, :string!, :comment!, :ws! ].freeze
771 # lexer rule ws! (WS)
773 def ws!
904 ws!
/external/libmicrohttpd/src/examples/
H A Dmhd2spdy.c72 fd_set ws; local
137 FD_ZERO(&ws);
151 &ws,
161 &ws,
171 ret = select(maxfd+1, &rs, &ws, &es, &timeout);
183 //MHD_run_from_select(daemon,&rs, &ws, &es); //not closing FDs at some time in past
185 spdy_run_select(&rs, &ws, &es, connections, spdy_npollfds);
189 //MHD_run_from_select(daemon,&rs, &ws, &es); //not closing FDs at some time in past
/external/mesa3d/src/gallium/state_trackers/egl/null/
H A Dnative_null.c126 struct sw_winsys *ws; local
128 ws = null_sw_create();
129 if (!ws)
132 null->base.screen = null->event_handler->new_sw_screen(&null->base, ws);
134 if (ws->destroy)
135 ws->destroy(ws);
/external/mesa3d/src/gallium/winsys/sw/null/
H A Dnull_sw_winsys.c47 null_sw_is_displaytarget_format_supported(struct sw_winsys *ws, argument
56 null_sw_displaytarget_map(struct sw_winsys *ws, argument
66 null_sw_displaytarget_unmap(struct sw_winsys *ws, argument

Completed in 1449 milliseconds

12345678