Home
last modified time | relevance | path

Searched defs:callList (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/test/com/google/inject/
DMethodInterceptionTest.java343 final List<String> callList = Lists.newArrayList(); in testInterceptionOrder() local
368 NamedInterceptor(String name, List<String> callList) { in NamedInterceptor()
/external/angle/src/libANGLE/
DContext_gl.cpp707 void Context::callList(GLuint list) in callList() function in gl::Context