Searched defs:SetList (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_list_test.cc26 static void SetList(List *l, ListItem *x = 0, function in namespace:__sanitizer
140 SetList(&l1, x);
143 SetList(&l1, x, y, z);
144 SetList(&l2, a, b, c);
149 SetList(&l1, x, y);
150 SetList(&l2);
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
H A DFullScreenTask.java172 SetList p = new SetList(v, items);
232 private class SetList implements Runnable { class in class:FullScreenTask
237 SetList(View view, JSONArray items) { method in class:FullScreenTask.SetList

Completed in 114 milliseconds