HomeSort by relevance Sort by last modified time
    Searched refs:ws1 (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/os/src/android/os/cts/
WorkSourceTest.java 253 WorkSource ws1 = wsNew(lhs); local
255 ws1.add(ws2);
256 checkWorkSource("Add result", ws1, expected);
257 ws1 = wsNew(lhs);
258 WorkSource wsNewbs = wsAddReturningNewbs(ws1, ws2);
259 checkWorkSource("AddReturning result", ws1, expected);
261 ws1 = wsNew(lhs);
262 WorkSource[] res = wsSetReturningDiffs(ws1, ws2);
263 checkWorkSource("SetReturning result", ws1, rhs);
294 WorkSource ws1 = wsNew(lhs, lhsnames) local
412 WorkSource ws1 = wsNew(lhs); local
435 WorkSource ws1 = wsNew(lhs, lhsnames); local
455 WorkSource ws1 = wsNew(lhs, lhsnames); local
532 WorkSource ws1 = wsNew(uids, names); local
    [all...]
  /external/libcxx/include/support/android/
locale_bionic.h 149 static inline int wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t) {
150 return wcscoll(ws1, ws2);
  /bionic/libc/bionic/
wchar.cpp 225 int wcscoll_l(const wchar_t *ws1, const wchar_t *ws2, locale_t) {
226 return wcscoll(ws1, ws2);
  /external/chromium_org/net/socket_stream/
socket_stream_metrics_unittest.cc 35 SocketStreamMetrics ws1(GURL("ws://www.example.com/"));

Completed in 93 milliseconds