Home
last modified time | relevance | path

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

/external/dagger2/java/dagger/internal/codegen/
DComponentProcessor.java67 public static ComponentProcessor forTesting(dagger.spi.BindingGraphPlugin... testingPlugins) { in forTesting() method in ComponentProcessor
76 public static ComponentProcessor forTesting( in forTesting() method in ComponentProcessor
/external/mesa3d/src/gfxstream/host/vulkan/
DVulkanDispatch.cpp62 static void initIcdPaths(bool forTesting) { in initIcdPaths()
349 void VulkanDispatchImpl::initialize(bool forTesting) { in initialize()
365 VulkanDispatch* vkDispatch(bool forTesting) { in vkDispatch()