Searched refs:callList (Results 1 - 5 of 5) sorted by relevance

/external/guice/core/test/com/google/inject/
H A DMethodInterceptionTest.java286 final List<String> callList = Lists.newArrayList();
290 new NamedInterceptor("a", callList),
291 new NamedInterceptor("b", callList),
292 new NamedInterceptor("c", callList));
297 assertEquals(0, callList.size());
299 assertEquals(Arrays.asList("a", "b", "c"), callList);
306 NamedInterceptor(String name, List<String> callList) { argument
308 this.called = callList;
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h709 void callList(GLuint list);
H A DlibGL.cpp5582 context->callList(list);
5603 case GL_UNSIGNED_INT: context->callList(((unsigned int*)lists)[i]); break;
H A DContext.cpp3312 void Context::callList(GLuint list) function in class:gl::Context
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 535 milliseconds