OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wsAdd
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/os/src/android/os/cts/
WorkSourceTest.java
31
wsAdd
(ws, uids[i]);
40
wsAdd
(ws, uids[i], names[i]);
46
private boolean
wsAdd
(WorkSource ws, int uid) {
50
private boolean
wsAdd
(WorkSource ws, int uid, String name) {
145
wsAdd
(ws, 2);
147
wsAdd
(ws, 20);
149
wsAdd
(ws, 100);
155
wsAdd
(ws, 20);
157
wsAdd
(ws, 2);
159
wsAdd
(ws, 1)
[
all
...]
/external/pdfium/xfa/fwl/
cfwl_listbox.h
56
CFWL_ListItem* AddString(const WideStringView&
wsAdd
);
cfwl_listbox.cpp
910
CFWL_ListItem* CFWL_ListBox::AddString(const WideStringView&
wsAdd
) {
912
pdfium::MakeUnique<CFWL_ListItem>(WideString(
wsAdd
)));
Completed in 87 milliseconds