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/chromium_org/gpu/command_buffer/service/
H A Dvertex_attrib_manager.h97 void SetList(VertexAttribList* new_list) { function in class:gpu::gles2::VertexAttrib

Completed in 163 milliseconds