Searched refs:data_path (Results 1 – 4 of 4) sorted by relevance
124 def self.data_path( *args ) singletonMethod147 path = data_path "antlr-full-#{ ANTLR_VERSION_STRING }.jar"
36 const char *const data_path = getenv("LIBVPX_TEST_DATA_PATH"); in GetDataPath() local37 if (data_path == NULL) { in GetDataPath()47 return data_path; in GetDataPath()
155 const std::string data_path = getenv("LIBVPX_TEST_DATA_PATH"); in BeginPassHook() local156 const std::string path_to_source = data_path + "/" + kNewEncodeOutputFile; in BeginPassHook()
214 data_path = os.path.join( jsontest_path, 'data' )216 return runjsontests.runAllTests( os.path.abspath(source[0].path), data_path )