HomeSort by relevance Sort by last modified time
    Searched defs:ws2 (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/os/src/android/os/cts/
WorkSourceTest.java 210 WorkSource ws2 = wsNew(rhs); local
211 ws1.add(ws2);
214 WorkSource wsNewbs = wsAddReturningNewbs(ws1, ws2);
218 WorkSource[] res = wsSetReturningDiffs(ws1, ws2);
251 WorkSource ws2 = wsNew(rhs, rhsnames); local
252 ws1.add(ws2);
255 WorkSource wsNewbs = wsAddReturningNewbs(ws1, ws2);
259 WorkSource[] res = wsSetReturningDiffs(ws1, ws2);
369 WorkSource ws2 = wsNew(rhs); local
370 boolean diffres = ws1.remove(ws2);
392 WorkSource ws2 = wsNew(rhs, rhsnames); local
412 WorkSource ws2 = wsNew(rhs, rhsnames); local
    [all...]
  /external/python/cpython3/Modules/
_localemodule.c 306 wchar_t *ws1 = NULL, *ws2 = NULL; local
314 ws2 = PyUnicode_AsWideCharString(os2, NULL);
315 if (ws2 == NULL)
318 result = PyLong_FromLong(wcscoll(ws1, ws2));
322 if (ws2) PyMem_FREE(ws2);

Completed in 364 milliseconds