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

<<11121314151617181920>>

  /frameworks/base/services/core/java/com/android/server/power/
PowerManagerService.java 4188 WorkSource ws = null; local
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiManager.java     [all...]
  /external/libyuv/files/util/
ssim.cc 119 uint32 ws = 0, xm = 0, ym = 0, xxm = 0, xym = 0, yym = 0; local
133 ws += Wxy;
142 return FinalizeSSIM(1. / ws, xm, ym, xxm, xym, yym);
  /external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/internal/ws/
WebSocketReaderTest.java 16 package com.squareup.okhttp.internal.ws;
19 import com.squareup.okhttp.ws.WebSocketRecorder;
32 import static com.squareup.okhttp.ws.WebSocketRecorder.MessageDelegate;
  /prebuilts/go/darwin-x86/src/go/printer/
nodes.go 33 // the current line. ws is printed before the first line break. If newSection
45 func (p *printer) linebreak(line, min int, ws whiteSpace, newSection bool) (printedBreak bool) {
51 p.print(ws)
152 ws := ignore
154 ws = indent
160 if prev.IsValid() && prev.Line < line && p.linebreak(line, 0, ws, true) {
161 ws = ignore
227 if p.linebreak(line, 0, ws, useFF || prevBreak+1 < i) {
228 ws = ignore
257 if ws == ignore && mode&noIndent == 0
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/
nodes.go 33 // the current line. ws is printed before the first line break. If newSection
45 func (p *printer) linebreak(line, min int, ws whiteSpace, newSection bool) (printedBreak bool) {
51 p.print(ws)
152 ws := ignore
154 ws = indent
160 if prev.IsValid() && prev.Line < line && p.linebreak(line, 0, ws, true) {
161 ws = ignore
227 if p.linebreak(line, 0, ws, useFF || prevBreak+1 < i) {
228 ws = ignore
257 if ws == ignore && mode&noIndent == 0
    [all...]
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ResultsUploader.java 20 import static javax.ws.rs.core.MediaType.APPLICATION_JSON_TYPE;
  /external/icu/icu4c/source/test/perf/ustrperf/
stringperf.h 249 wchar_t ws[100]; local
250 int32_t wcap = UPRV_LENGTHOF(ws);
257 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len, &err);
262 wcs = u_strToWCS(ws, wcap, &wl, lines_[i].name, lines_[i].len-1, &err);
  /external/libxaac/decoder/
ixheaacd_create.c 108 WORD32 i, j, k, n, ws; local
184 for (ws = 0; ws < 2; ws++) {
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.h 368 struct radeon_winsys *ws; member in struct:r600_common_screen
533 struct radeon_winsys *ws; member in struct:r600_common_context
726 struct radeon_winsys *ws);
745 void radeon_save_cs(struct radeon_winsys *ws, struct radeon_winsys_cs *cs,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 331 struct xlib_drawable ws; member in struct:xmesa_buffer
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
RecordedResponse.java 18 import com.squareup.okhttp.ws.WebSocket;
  /external/toybox/kconfig/
mconf.c 293 struct winsize ws; local
296 if (!ioctl(STDIN_FILENO, TIOCGWINSZ, &ws)) {
297 rows = ws.ws_row;
298 cols = ws.ws_col;
  /external/toybox/toys/pending/
telnetd.c 248 struct winsize ws; local
253 ws.ws_col = (curr[3] << 8) | curr[4];
254 ws.ws_row = (curr[5] << 8) | curr[6];
255 ioctl(fd, TIOCSWINSZ, (char *)&ws);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
tabnanny.py 155 def __init__(self, ws):
156 self.raw = ws
  /external/dagger2/
Android.mk 65 LOCAL_JAVACFLAGS := $(if $(USE_OPENJDK9),-J--add-modules=java.xml.ws.annotation,)
  /external/libxcam/cl_kernel/
kernel_newtonemapping.cl 50 float4 d, wd, haleq, s, ws;
74 //ws = 1.0f / (s + 1.0f);
77 //w = wd * ws;
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texstate.c 284 GLenum ws = sampler->WrapS; local
301 (ws)));
  /external/python/cpython2/Lib/
tabnanny.py 155 def __init__(self, ws):
156 self.raw = ws
  /external/python/cpython3/Lib/
tabnanny.py 158 def __init__(self, ws):
159 self.raw = ws
  /prebuilts/gdb/darwin-x86/lib/python2.7/
tabnanny.py 155 def __init__(self, ws):
156 self.raw = ws
  /prebuilts/gdb/linux-x86/lib/python2.7/
tabnanny.py 155 def __init__(self, ws):
156 self.raw = ws
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tabnanny.py 155 def __init__(self, ws):
156 self.raw = ws
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tabnanny.py 155 def __init__(self, ws):
156 self.raw = ws
  /cts/tests/framework/base/activitymanager/util/src/android/server/am/
ActivityAndWindowManagersState.java 404 for (WindowState ws : matchingWindowStates) {
405 if (stackId != INVALID_STACK_ID && ws.getStackId() != stackId) {
409 && ws.getWindowingMode() != windowingMode) {
413 && ws.getActivityType() != activityType) {
452 for (WindowState ws : matchingWindowStates) {
453 if (ws.isDebuggerWindow()) {
    [all...]

Completed in 920 milliseconds

<<11121314151617181920>>