Searched refs:noConfig (Results 1 – 3 of 3) sorted by relevance
765 bool noConfig = stat("SwiftShader.ini", &status) != 0; in readConfiguration() local766 newConfig = !noConfig && abs((int)status.st_mtime - lastModified) > 1; in readConfiguration()
114 public void noConfig() throws Throwable { in noConfig() method in RobolectricTestRunnerMultiApiTest