Home
last modified time | relevance | path

Searched refs:library_path (Results 1 – 25 of 515) sorted by relevance

12345678910>>...21

/dports/www/chromium-legacy/chromium-88.0.4324.182/base/
H A Dnative_library_win.cc104 library_path.value().c_str(), nullptr, in LoadNativeLibraryHelper()
125 FilePath plugin_path = library_path.DirName(); in LoadNativeLibraryHelper()
173 FilePath library_path; in GetSystemLibraryName() local
175 if (PathService::Get(DIR_SYSTEM, &library_path)) in GetSystemLibraryName()
176 library_path = library_path.Append(name); in GetSystemLibraryName()
177 return library_path; in GetSystemLibraryName()
189 return LoadNativeLibraryHelper(library_path, error); in LoadNativeLibraryWithOptions()
212 FilePath library_path = GetSystemLibraryName(name); in LoadSystemLibrary() local
213 if (library_path.empty()) { in LoadSystemLibrary()
223 FilePath library_path = GetSystemLibraryName(name); in PinSystemLibrary() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/
H A Dnative_library_win.cc104 library_path.value().c_str(), nullptr, in LoadNativeLibraryHelper()
125 FilePath plugin_path = library_path.DirName(); in LoadNativeLibraryHelper()
173 FilePath library_path; in GetSystemLibraryName() local
175 if (PathService::Get(DIR_SYSTEM, &library_path)) in GetSystemLibraryName()
176 library_path = library_path.Append(name); in GetSystemLibraryName()
177 return library_path; in GetSystemLibraryName()
189 return LoadNativeLibraryHelper(library_path, error); in LoadNativeLibraryWithOptions()
212 FilePath library_path = GetSystemLibraryName(name); in LoadSystemLibrary() local
213 if (library_path.empty()) { in LoadSystemLibrary()
223 FilePath library_path = GetSystemLibraryName(name); in PinSystemLibrary() local
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/db/tests/
H A Dbase.py26 self.library_path = self.mkdtemp()
27 self.create_db(self.library_path)
34 shutil.rmtree(self.library_path)
39 shutil.rmtree(self.library_path)
41 def create_db(self, library_path): argument
48 db = LibraryDatabase2(library_path)
60 backend = DB(library_path or self.library_path)
70 def init_old(self, library_path=None): argument
72 return LibraryDatabase2(library_path or self.library_path)
76 return LibraryDatabase(library_path or self.library_path)
[all …]
/dports/audio/faust/faust-2.37.3/tests/impulse-tests/dsp/
H A Decho_bug.dsp3 declare library_path "/usr/local/share/faust/sf.lib";
4 declare library_path "/usr/local/share/faust/all.lib";
5 declare library_path "/usr/local/share/faust/vaeffects.lib";
6 declare library_path "/usr/local/share/faust/synths.lib";
7 declare library_path "/usr/local/share/faust/spats.lib";
9 declare library_path "/usr/local/share/faust/signals.lib";
10 declare library_path "/usr/local/share/faust/routes.lib";
11 declare library_path "/usr/local/share/faust/reverbs.lib";
18 declare library_path "/usr/local/share/faust/maths.lib";
19 declare library_path "/usr/local/share/faust/hoa.lib";
[all …]
H A Dtable.dsp2 declare library_path "/Documents/faust-github-faust2/tests/impulse-tests/dsp/table.dsp";
3 declare library_path "/usr/local/share/faust/stdfaust.lib";
4 declare library_path "/usr/local/share/faust/noises.lib";
5 declare library_path "/usr/local/share/faust/filters.lib";
6 declare library_path "/usr/local/share/faust/maths.lib";
7 declare library_path "/usr/local/share/faust/oscillators.lib";
8 declare library_path "/usr/local/share/faust/platform.lib";
/dports/graphics/py-pygraphviz/pygraphviz-1.6/
H A Dsetup_extra.py63 library_path=None
68 library_path = output.strip()[2:]
69 library_path = library_path.strip() or None
80 return include_path, library_path
87 library_path=None
93 include_path, library_path = output.split()
94 library_path = library_path.strip()[2:].strip() or None
99 if not include_path or not library_path:
104 include_path, library_path = output.split('\n',1)
105 library_path = library_path or library_path.strip()[2:].strip() or None
[all …]
H A Dsetup_commands.py36 self.library_path = None
42 if (not self.include_path) or (not self.library_path):
43 self.include_path, self.library_path = get_graphviz_dirs()
49 if self.library_path:
50 m.library_dirs.append(self.library_path)
/dports/graphics/rawstudio/rawstudio-2.0/plugins/lensfun/
H A Dlensfun-version.c61 gchar *library_path = NULL, *filename = NULL; in rs_guess_lensfun_version() local
66 dl_iterate_phdr(_guess_lensfun_iterator, &library_path); in rs_guess_lensfun_version()
70 while (library_path && (max_unwind_levels > 0)) in rs_guess_lensfun_version()
75 if (!g_file_test(library_path, G_FILE_TEST_IS_SYMLINK)) in rs_guess_lensfun_version()
82 if ((len = readlink(library_path, new_path, 399)) > 0) in rs_guess_lensfun_version()
86 g_free(library_path); in rs_guess_lensfun_version()
87 library_path = g_strdup(new_path); in rs_guess_lensfun_version()
94 filename = g_path_get_basename(library_path); in rs_guess_lensfun_version()
105 g_free(library_path); in rs_guess_lensfun_version()
116 gchar **library_path = (gchar **) user_data; in _guess_lensfun_iterator() local
[all …]
/dports/multimedia/kodi-addon-inputstream.adaptive/inputstream.adaptive-19.0.1-Matrix/wvdecrypter/cdm/base/
H A Dnative_library_win.cc24 NativeLibrary LoadNativeLibraryHelper(const std::string& library_path, in LoadNativeLibraryHelper() argument
37 …len = MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS, library_path.c_str(), (int)library_path.l… in LoadNativeLibraryHelper()
41 …len = MultiByteToWideChar(CP_UTF8, MB_ERR_INVALID_CHARS, library_path.c_str(), (int)library_path.l… in LoadNativeLibraryHelper()
44 lp.assign(library_path.begin(), library_path.end()); in LoadNativeLibraryHelper()
89 NativeLibrary LoadNativeLibrary(const std::string& library_path, in LoadNativeLibrary() argument
92 return LoadNativeLibraryHelper(library_path, LoadPackagedLibrary, error); in LoadNativeLibrary()
94 return LoadNativeLibraryHelper(library_path, LoadLibraryW, error); in LoadNativeLibrary()
98 NativeLibrary LoadNativeLibraryDynamically(const std::string& library_path) { in LoadNativeLibraryDynamically() argument
102 return LoadNativeLibraryHelper(library_path, LoadPackagedLibrary, NULL); in LoadNativeLibraryDynamically()
108 return LoadNativeLibraryHelper(library_path, load_library, NULL); in LoadNativeLibraryDynamically()
/dports/editors/helix/helix-0.5.0/cargo-crates/etcetera-0.3.2/src/base_strategy/
H A Dapple.rs29 library_path: PathBuf, field
36 let mut library_path = crate::home_dir()?; in new() localVariable
37 library_path.push("Library/"); in new()
39 Ok(Self { library_path }) in new()
43 self.library_path.join("Preferences/") in config_dir()
47 self.library_path.join("Application Support/") in data_dir()
51 self.library_path.join("Caches/") in cache_dir()
/dports/lang/opencoarrays/OpenCoarrays-2.9.0/src/tests/integration/pde_solvers/coarrayBurgers/
H A DMakefile.inst8 library_path=./library
76 $(compile) -c $(library_path)/object_interface.F90
78 co_object_interface.o: $(library_path)/co_object_interface.F90 Makefile
79 $(compile) -c $(library_path)/co_object_interface.F90
82 $(compile) -c $(library_path)/ForTrilinos_assertion_utility.F90
84 ForTrilinos_error.o: $(library_path)/ForTrilinos_error.F90 Makefile
85 $(compile) -c $(library_path)/ForTrilinos_error.F90
94 cp $(include_path)/gfortran_capabilities.txt $(library_path)/compiler_capabilities.txt
98 cp $(include_path)/gfortran_capabilities.txt $(library_path)/compiler_capabilities.txt
102 cp $(include_path)/intel_capabilities.txt $(library_path)/compiler_capabilities.txt
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/srv/
H A Dlibrary_broker.py50 def init_library(library_path, is_default_library): argument
88 def db_matches(db, library_id, library_path): argument
144 library_path = self.original_path_map.get(library_path, library_path)
202 return db.new_api.backend.library_path
216 library_path = self.original_path_map.get(library_path, library_path)
247 if samefile(library_path, path):
257 db = self.init_library(library_path, False)
261 self.lmap[library_id] = library_path
303 def is_gui_library(self, library_path): argument
323 def unload_library(self, library_path): argument
[all …]
/dports/net-im/libsignal-client/libsignal-client-0.9.6/rust/bridge/node/futures/tests/
H A Dutil.rs11 let mut library_path = std::env::current_exe() in run() localVariable
21 library_path.push(possible_library_name); in run()
22 if library_path.exists() { in run()
25 library_path.pop(); in run()
28 library_path.is_file(), in run()
30 library_path in run()
36 std::fs::copy(library_path, &node_library_path).expect("can copy to temporary directory"); in run()
/dports/lang/ferite/ferite-1.0.2/tools/manual-builder/
H A Dmanual-builder-html.in5 library_path=@prefix@/share/ferite/manual-builder
17 $prefix/bin/ferite --include $library_path $library_path/manual-builder.fe -- html $WD/$NAME.sgml $…
19 cp $library_path/ManualBuilder/Support/CSS/Default.css $NAME/style.css
20 cp $library_path/ManualBuilder/Support/Images/http.png $NAME/
21 cp $library_path/ManualBuilder/Support/Images/http-int.png $NAME/
22 cp $library_path/ManualBuilder/Support/Images/docs-background.png $NAME/
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Dmain.py168 library_path = prefs['library_path']
178 elif not os.path.exists(library_path):
181 library_path = q
182 if not os.path.exists(library_path):
184 os.makedirs(library_path)
191 return library_path
194 def repair_library(library_path): argument
199 def windows_repair(library_path=None): argument
203 if library_path:
204 library_path = as_hex_unicode(json_dumps(library_path))
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/tidy/src/
H A Dmain.rs28 let library_path = root_path.join("library"); in main() localVariable
73 check!(pal, &library_path); in main()
74 check!(primitive_docs, &library_path); in main()
79 check!(unit_tests, &library_path); in main()
82 &[&src_path, &compiler_path, &library_path], in main()
87 check!(bins, &library_path); in main()
92 check!(style, &library_path); in main()
96 check!(edition, &library_path); in main()
103 let r = features::check(&src_path, &compiler_path, &library_path, &mut flag, verbose); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/android_crazy_linker/src/tests/
H A Dbench_load_library.cpp64 const char* library_path = "libcrazy_linker_tests_libfoo.so"; in main() local
66 library_path = argv[1]; in main()
75 lib = dlopen(library_path, RTLD_NOW); in main()
93 if (!crazy_library_open(&library, library_path, context)) { in main()
105 if (!crazy_library_open(&library, library_path, context)) { in main()
121 if (!crazy_library_open(&library, library_path, context)) { in main()
136 if (!crazy_library_open(&library, library_path, context)) { in main()
/dports/net-mgmt/aircrack-ng/aircrack-ng-1.5.2/src/aircrack-util/
H A Dcrypto_engine_loader.c240 char library_path[8192]; in ac_crypto_engine_loader_get_available() local
255 snprintf(library_path, in ac_crypto_engine_loader_get_available()
256 sizeof(library_path) - 1, in ac_crypto_engine_loader_get_available()
265 snprintf(library_path, sizeof(library_path) - 1, working_directory); in ac_crypto_engine_loader_get_available()
268 snprintf(library_path, sizeof(library_path) - 1, "%s", LIBDIR); in ac_crypto_engine_loader_get_available()
275 DIR * dsos = opendir(library_path); in ac_crypto_engine_loader_get_available()
312 char library_path[8192]; in ac_crypto_engine_loader_best_library_for() local
360 snprintf(library_path, in ac_crypto_engine_loader_best_library_for()
361 sizeof(library_path) - 1, in ac_crypto_engine_loader_best_library_for()
369 snprintf(library_path, sizeof(library_path) - 1, "%s", LIBDIR); in ac_crypto_engine_loader_best_library_for()
[all …]
/dports/devel/level-zero/level-zero-1.7.4/source/inc/
H A Dze_util.h39 std::string library_path; in create_library_path() local
41 library_path.assign(path); in create_library_path()
43 library_path.append("\\"); in create_library_path()
45 library_path.append("/"); in create_library_path()
47 library_path.append(name); in create_library_path()
49 library_path.assign(name); in create_library_path()
51 return library_path; in create_library_path()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libnativeloader/
H A Dnative_loader.cpp162 std::string library_path; // empty string by default. in Create() local
166 library_path = library_path_utf_chars.c_str(); in Create()
209 } else if (!library_path.empty()) { in Create()
227 library_path = library_path + ":" + vendor_lib_path.c_str(); in Create()
611 jstring library_path, in CreateClassLoaderNamespace() argument
623 library_path, in CreateClassLoaderNamespace()
632 library_path, permitted_path); in CreateClassLoaderNamespace()
641 jstring library_path, in OpenNativeLibrary() argument
662 library_path, in OpenNativeLibrary()
697 if (library_path != nullptr && path != nullptr && path[0] != '/') { in OpenNativeLibrary()
[all …]
/dports/devel/py-pyplusplus/pyplusplus-1.8.4/pyplusplus/code_creators/
H A Dlibrary_reference.py25 def __init__( self, library_path, library_var_name=None, is_cpp_library=True ): argument
27 self._library_path = library_path
29 self._library_var_name = self.__create_library_var_name( library_path, library_var_name )
35 def __create_library_var_name( self, library_path, library_var_name ): argument
39 basename = os.path.splitext( os.path.basename( library_path ) )[0]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/android/elf_compression/test/
H A Dcompression_script_test.py57 def _FindArrayRange(self, library_path): argument
58 with open(library_path, 'rb') as f:
65 library_path = os.path.join(self.tmpdir, 'libtest.so')
82 constructor_object_path, '-o', library_path, '-pthread'
85 return library_path
96 def _RunScript(self, library_path): argument
98 l, r = self._FindArrayRange(library_path)
106 library_path,
134 library_path = self._BuildLibrary()
137 patched_library_path = self._RunScript(library_path)
/dports/graphics/xfpovray/xfpovray-1.3.1/misc/
H A Dxfpovray.state.1312 library_path=/usr/local/include/povray
3 library_path=NULL
4 library_path=NULL
5 library_path=NULL
6 library_path=NULL
/dports/lang/ferite/ferite-1.0.2/tools/doc/
H A Dferitedoc.in5 library_path=@prefix@/share/ferite/doc
7 $prefix/bin/ferite --include $library_path $library_path/doc.fe -- --ferite-prefix @prefix@ --insta…
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/srv/tests/
H A Dbase.py52 self.library_path = self.mkdtemp()
53 self.create_db(self.library_path)
60 shutil.rmtree(self.library_path)
65 shutil.rmtree(self.library_path)
72 def create_db(self, library_path): argument
77 dest = os.path.join(library_path, 'metadata.db')
79 db = Cache(create_backend(library_path))
90 args = (self.library_path ,) + args
155 def __init__(self, library_path, libraries=(), plugins=(), **kwargs): argument
163 self.libraries = libraries or (library_path,)

12345678910>>...21