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

/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_list_test.cc27 static void SetList(List *l, ListItem *x = 0, function in namespace:__sanitizer
141 SetList(&l1, x);
144 SetList(&l1, x, y, z);
145 SetList(&l2, a, b, c);
150 SetList(&l1, x, y);
151 SetList(&l2);
/external/chromium/chrome/browser/prefs/
H A Dpref_service.cc557 void PrefService::SetList(const char* path, ListValue* value) { function in class:PrefService

Completed in 92 milliseconds