Home
last modified time | relevance | path

Searched refs:preloaded_files (Results 1 – 9 of 9) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/service_manager/public/cpp/
H A Dmanifest.cc72 for (auto& file_info : other.preloaded_files) in Amend()
73 preloaded_files.emplace_back(std::move(file_info)); in Amend()
H A Dmanifest.h255 std::vector<PreloadedFileInfo> preloaded_files; in COMPONENT_EXPORT() local
H A Dmanifest_unittest.cc117 EXPECT_EQ(3u, manifest.preloaded_files.size()); in TEST()
H A Dmanifest_builder.h118 manifest_.preloaded_files.push_back({key, path}); in COMPONENT_EXPORT()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/service_manager/public/cpp/
H A Dmanifest.cc72 for (auto& file_info : other.preloaded_files) in Amend()
73 preloaded_files.emplace_back(std::move(file_info)); in Amend()
H A Dmanifest.h258 std::vector<PreloadedFileInfo> preloaded_files; in COMPONENT_EXPORT() local
H A Dmanifest_unittest.cc117 EXPECT_EQ(3u, manifest.preloaded_files.size()); in TEST()
H A Dmanifest_builder.h118 manifest_.preloaded_files.push_back({key, path}); in COMPONENT_EXPORT()
/dports/audio/snd/snd-21.2/
H A Dsnd-file.c130 static char *preloaded_files[FILENAME_LIST_SIZE]; variable
135 for (i = 0; (i < FILENAME_LIST_SIZE) && (preloaded_files[i]); i++) in preload_filenames()
136 files[i] = mus_strdup(preloaded_files[i]); in preload_filenames()
144 for (i = 0; (i < FILENAME_LIST_SIZE) && (preloaded_files[i]); i++) in recent_files_size()
145 if ((!(find_sound(preloaded_files[i], 0))) && in recent_files_size()
146 (mus_file_probe(preloaded_files[i]))) in recent_files_size()
157 for (i = 0; (i < FILENAME_LIST_SIZE) && (preloaded_files[i]); i++) in recent_files()
158 if ((!(find_sound(preloaded_files[i], 0))) && in recent_files()
159 (mus_file_probe(preloaded_files[i]))) in recent_files()
160 new_list[j++] = mus_strdup(preloaded_files[i]); in recent_files()
[all …]