OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ws2
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/os/src/android/os/cts/
WorkSourceTest.java
254
WorkSource
ws2
= wsNew(rhs);
local
255
ws1.add(
ws2
);
258
WorkSource wsNewbs = wsAddReturningNewbs(ws1,
ws2
);
262
WorkSource[] res = wsSetReturningDiffs(ws1,
ws2
);
295
WorkSource
ws2
= wsNew(rhs, rhsnames);
local
296
ws1.add(
ws2
);
299
WorkSource wsNewbs = wsAddReturningNewbs(ws1,
ws2
);
303
WorkSource[] res = wsSetReturningDiffs(ws1,
ws2
);
413
WorkSource
ws2
= wsNew(rhs);
local
414
boolean diffres = ws1.remove(
ws2
);
436
WorkSource
ws2
= wsNew(rhs, rhsnames);
local
456
WorkSource
ws2
= wsNew(rhs, rhsnames);
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
36
SocketStreamMetrics
ws2
(GURL("ws://www.example.com/"));
Completed in 54 milliseconds