Home
last modified time | relevance | path

Searched refs:callList (Results 1 – 4 of 4) sorted by relevance

/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java343 final List<String> callList = Lists.newArrayList(); in testInterceptionOrder() local
352 new NamedInterceptor("a", callList), in testInterceptionOrder()
353 new NamedInterceptor("b", callList), in testInterceptionOrder()
354 new NamedInterceptor("c", callList)); in testInterceptionOrder()
359 assertEquals(0, callList.size()); in testInterceptionOrder()
361 assertEquals(Arrays.asList("a", "b", "c"), callList); in testInterceptionOrder()
368 NamedInterceptor(String name, List<String> callList) { in NamedInterceptor() argument
370 this.called = callList; in NamedInterceptor()
/external/angle/src/libANGLE/
DContext_gl_1_0_autogen.h18 void callList(GLuint list); \
DContext_gl.cpp707 void Context::callList(GLuint list) in callList() function in gl::Context
/external/angle/src/libGL/
Dentry_points_gl_1_0_autogen.cpp147 context->callList(list); in CallList()