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

  /cts/tests/tests/os/src/android/os/cts/
WorkSourceTest.java 209 WorkSource ws1 = wsNew(lhs); local
211 ws1.add(ws2);
212 checkWorkSource("Add result", ws1, expected);
213 ws1 = wsNew(lhs);
214 WorkSource wsNewbs = wsAddReturningNewbs(ws1, ws2);
215 checkWorkSource("AddReturning result", ws1, expected);
217 ws1 = wsNew(lhs);
218 WorkSource[] res = wsSetReturningDiffs(ws1, ws2);
219 checkWorkSource("SetReturning result", ws1, rhs);
250 WorkSource ws1 = wsNew(lhs, lhsnames) local
368 WorkSource ws1 = wsNew(lhs); local
391 WorkSource ws1 = wsNew(lhs, lhsnames); local
411 WorkSource ws1 = wsNew(lhs, lhsnames); local
    [all...]
  /external/python/cpython3/Modules/
_localemodule.c 306 wchar_t *ws1 = NULL, *ws2 = NULL; local
311 ws1 = PyUnicode_AsWideCharString(os1, NULL);
312 if (ws1 == NULL)
318 result = PyLong_FromLong(wcscoll(ws1, ws2));
321 if (ws1) PyMem_FREE(ws1);

Completed in 1352 milliseconds