HomeSort by relevance Sort by last modified time
    Searched refs:ws (Results 76 - 100 of 567) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
WebSocketEcho.java 8 import com.squareup.okhttp.ws.WebSocket;
9 import com.squareup.okhttp.ws.WebSocketCall;
10 import com.squareup.okhttp.ws.WebSocketListener;
17 import static com.squareup.okhttp.ws.WebSocket.BINARY;
18 import static com.squareup.okhttp.ws.WebSocket.TEXT;
27 .url("ws://echo.websocket.org")
  /external/mesa3d/src/amd/vulkan/
radv_radeon_winsys.h 259 void (*destroy)(struct radeon_winsys *ws);
261 void (*query_info)(struct radeon_winsys *ws,
264 struct radeon_winsys_bo *(*buffer_create)(struct radeon_winsys *ws,
273 struct radeon_winsys_bo *(*buffer_from_fd)(struct radeon_winsys *ws,
277 bool (*buffer_get_fd)(struct radeon_winsys *ws,
287 struct radeon_winsys_ctx *(*ctx_create)(struct radeon_winsys *ws);
293 struct radeon_winsys_cs *(*cs_create)(struct radeon_winsys *ws,
324 int (*surface_init)(struct radeon_winsys *ws,
327 int (*surface_best)(struct radeon_winsys *ws,
332 bool (*fence_wait)(struct radeon_winsys *ws,
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiLockManager.java 65 * @param ws WorkSource of the calling app
69 public boolean acquireWifiLock(int lockMode, String tag, IBinder binder, WorkSource ws) {
74 if (ws == null || ws.isEmpty()) {
75 ws = new WorkSource(Binder.getCallingUid());
80 return addLock(new WifiLock(lockMode, tag, binder, ws));
133 * @param ws WorkSource to add to the existing WifiLock(s).
135 public synchronized void updateWifiLockWorkSource(IBinder binder, WorkSource ws) {
147 if (ws == null || ws.isEmpty())
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.c 260 ctx->ws->cs_is_buffer_referenced(ctx->gfx.cs, dst->buf,
263 ctx->ws->cs_is_buffer_referenced(ctx->gfx.cs, src->buf,
280 if (!ctx->ws->cs_check_space(ctx->dma.cs, num_dw) ||
291 ctx->ws->cs_is_buffer_referenced(ctx->dma.cs, dst->buf,
294 ctx->ws->cs_is_buffer_referenced(ctx->dma.cs, src->buf,
351 struct radeon_winsys *ws = rctx->ws; local
368 ws->fence_reference(&gfx_fence, rctx->last_gfx_fence);
370 ws->cs_sync_flush(rctx->gfx.cs);
378 gfx_fence = rctx->ws->cs_get_next_fence(rctx->gfx.cs)
1102 struct radeon_winsys *ws = ((struct r600_common_screen*)screen)->ws; local
1163 struct radeon_winsys *ws = rscreen->ws; local
    [all...]
radeon_winsys.h 362 * \param ws The winsys this function is called for.
365 bool (*unref)(struct radeon_winsys *ws);
370 * \param ws The winsys this function is called from.
372 void (*destroy)(struct radeon_winsys *ws);
377 * \param ws The winsys this function is called from.
380 void (*query_info)(struct radeon_winsys *ws,
394 * \param ws The winsys this function is called from.
401 struct pb_buffer *(*buffer_create)(struct radeon_winsys *ws,
462 * \param ws The winsys this function is called from.
467 struct pb_buffer *(*buffer_from_handle)(struct radeon_winsys *ws,
    [all...]
  /external/fio/tools/hist/
fiologparser_hist.py 23 def weighted_percentile(percs, vs, ws):
33 ws :: Array of weights for our corresponding values
37 vs, ws = vs[idx], ws[idx] # weights and values sorted by value
38 cdf = 100 * (ws.cumsum() - ws / 2.0) / ws.sum()
57 ws = (ebounds - sbounds) / (end_ts - start_ts)
58 if np.any(np.isnan(ws)):
61 ws[np.where(np.isnan(ws))] = 0.0
    [all...]
  /external/mesa3d/src/gallium/winsys/amdgpu/drm/
amdgpu_surface.c 99 ADDR_HANDLE amdgpu_addr_create(struct amdgpu_winsys *ws)
110 regValue.noOfBanks = ws->amdinfo.mc_arb_ramcfg & 0x3;
111 regValue.gbAddrConfig = ws->amdinfo.gb_addr_cfg;
112 regValue.noOfRanks = (ws->amdinfo.mc_arb_ramcfg & 0x4) >> 2;
114 regValue.backendDisables = ws->amdinfo.backend_disable[0];
115 regValue.pTileConfig = ws->amdinfo.gb_tile_mode;
116 regValue.noOfEntries = ARRAY_SIZE(ws->amdinfo.gb_tile_mode);
117 if (ws->info.chip_class == SI) {
121 regValue.pMacroTileConfig = ws->amdinfo.gb_macro_tile_mode;
122 regValue.noOfMacroEntries = ARRAY_SIZE(ws->amdinfo.gb_macro_tile_mode)
306 struct amdgpu_winsys *ws = (struct amdgpu_winsys*)rws; local
    [all...]
amdgpu_bo.h 58 struct amdgpu_winsys *ws; member in struct:amdgpu_winsys_bo
92 void amdgpu_bo_init_functions(struct amdgpu_winsys *ws);
  /system/extras/procmem/
procmem.c 66 int ws; local
83 ws = WS_OFF;
87 if (!strcmp(argv[i], "-w")) { ws = WS_ONLY; continue; }
88 if (!strcmp(argv[i], "-W")) { ws = WS_RESET; continue; }
119 if (ws == WS_RESET) {
142 if (ws == WS_ONLY) {
169 if (ws == WS_ONLY)
209 if ((ws != WS_ONLY) || (flags & KPF_REFERENCED)) {
244 if (ws == WS_ONLY) {
271 if (ws == WS_ONLY)
    [all...]
  /external/libcxx/test/std/strings/c.strings/
cwchar.pass.cpp 42 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, L"", s)), std::size_t>::value), "")
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/c.strings/
cwchar.pass.cpp 42 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, L"", s)), std::size_t>::value), "")
    [all...]
  /external/libmicrohttpd/src/examples/
mhd2spdy.c 72 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
fileserver_example_external_select.c 110 fd_set ws; local
132 FD_ZERO (&ws);
134 if (MHD_YES != MHD_get_fdset (d, &rs, &ws, &es, &max))
144 select (max + 1, &rs, &ws, &es, &tv);
  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
RealWebSocket.java 16 package com.squareup.okhttp.internal.ws;
22 import com.squareup.okhttp.ws.WebSocket;
23 import com.squareup.okhttp.ws.WebSocketListener;
34 import static com.squareup.okhttp.internal.ws.WebSocketProtocol.OPCODE_BINARY;
35 import static com.squareup.okhttp.internal.ws.WebSocketProtocol.OPCODE_TEXT;
36 import static com.squareup.okhttp.internal.ws.WebSocketReader.FrameCallback;
  /external/strace/
term.c 114 struct winsize ws; local
117 if (umove_or_printaddr(tcp, addr, &ws))
120 ws.ws_row, ws.ws_col, ws.ws_xpixel, ws.ws_ypixel);
  /system/core/logd/
LogCommand.cpp 45 static const char ws[] = " \n"; local
47 for (buf = strtok_r(buf, ws, &ptr); buf; buf = strtok_r(NULL, ws, &ptr)) {
  /external/e2fsprogs/ext2ed/
win.c 191 struct winsize ws; local
195 ioctl(1, TIOCGWINSZ, &ws);
201 if (ioctl(1, TIOCGWINSZ, &ws) == 0) {
202 if (ws.ws_row < min_lines)
203 ws.ws_row = min_lines;
204 if ((ws.ws_row != LINES) || (ws.ws_col != COLS)) {
208 resizeterm(ws.ws_row, ws.ws_col);
  /external/freetype/src/autofit/
afpic.c 48 #define WRITING_SYSTEM( ws, WS ) /* empty */
117 #define WRITING_SYSTEM( ws, WS ) \
118 FT_Init_Class_af_ ## ws ## _writing_system_class( \
133 #define STYLE( s, S, d, ws, sc, bss, c ) \
  /external/libcxx/test/std/strings/basic.string/string.cons/
dtor_noexcept.pass.cpp 33 std::wstring ws; variable
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_hw_context.c 90 if (!ctx->b.ws->cs_check_space(cs, 2048) ||
91 (ce_ib && !ctx->b.ws->cs_check_space(ce_ib, si_ce_needed_cs_space())))
100 struct radeon_winsys *ws = ctx->b.ws; local
141 radeon_save_cs(ws, cs, &ctx->last_gfx);
147 ws->cs_flush(cs, flags, &ctx->b.last_gfx_fence);
149 ws->fence_reference(fence, ctx->b.last_gfx_fence);
157 ctx->b.ws->fence_wait(ctx->b.ws, ctx->b.last_gfx_fence, 800*1000*1000);
  /frameworks/base/core/java/android/os/
IPowerManager.aidl 32 void acquireWakeLock(IBinder lock, int flags, String tag, String packageName, in WorkSource ws,
40 void updateWakeLockWorkSource(IBinder lock, in WorkSource ws, String historyTag);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/strings/basic.string/string.cons/
dtor_noexcept.pass.cpp 33 std::wstring ws; variable
  /frameworks/base/core/tests/coretests/src/com/android/internal/os/
BatteryStatsNoteTest.java 55 private static final WorkSource WS = new WorkSource(UID);
66 bi.noteBluetoothScanResultsFromSourceLocked(WS, 1);
67 bi.noteBluetoothScanResultsFromSourceLocked(WS, 100);
77 bi.noteBluetoothScanResultsFromSourceLocked(WS, 17);
343 WorkSource ws = new WorkSource(); local
344 ws.add(100);
345 ws.createWorkChain().addNode(500, "tag");
346 bi.noteAlarmStartLocked("foo", ws, UID);
348 bi.noteAlarmFinishLocked("foo", ws, UID);
406 WorkSource ws = new WorkSource() local
439 WorkSource ws = new WorkSource(); local
465 WorkSource ws = new WorkSource(); local
489 WorkSource ws = new WorkSource(); local
    [all...]
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
converted.pass.cpp 43 std::wstring ws = myconv.from_bytes("\xE1\x80\x85"); local
60 std::wstring ws = myconv.from_bytes("\xF1\x80\x80\x83"); local
  /external/mesa3d/src/gallium/winsys/radeon/drm/
radeon_drm_surface.c 178 static void surf_drm_to_winsys(struct radeon_drm_winsys *ws,
219 set_micro_tile_mode(surf_ws, &ws->info);
228 struct radeon_drm_winsys *ws = (struct radeon_drm_winsys*)rws; local
235 r = radeon_surface_best(ws->surf_man, &surf_drm);
240 r = radeon_surface_init(ws->surf_man, &surf_drm);
244 surf_drm_to_winsys(ws, surf_ws, &surf_drm);
248 void radeon_surface_init_functions(struct radeon_drm_winsys *ws)
250 ws->base.surface_init = radeon_winsys_surface_init;

Completed in 1147 milliseconds

1 2 34 5 6 7 8 91011>>