Home
last modified time | relevance | path

Searched refs:resourceInfo (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/reflect/
DClassPathTest.java366 assertEquals(ClassInfo.class, resourceInfo(ClassPathTest.class).getClass()); in testResourceInfo_of()
367 assertEquals(ClassInfo.class, resourceInfo(ClassPath.class).getClass()); in testResourceInfo_of()
368 assertEquals(ClassInfo.class, resourceInfo(Nested.class).getClass()); in testResourceInfo_of()
414 private static ResourceInfo resourceInfo(Class<?> cls) { in resourceInfo() method in ClassPathTest
/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp6108 const std::vector<std::string>& resourceInfo = intermediate.getResourceSetBinding(); in handleRegister() local
6130 if ((resourceInfo.size() % 3) == 0) { in handleRegister()
6132 for (auto it = resourceInfo.cbegin(); it != resourceInfo.cend(); it = it + 3) { in handleRegister()