Home
last modified time | relevance | path

Searched defs:library (Results 201 – 225 of 8032) sorted by relevance

12345678910>>...322

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/util/win/
H A Dget_function.h48 const wchar_t* library, const char* function, bool required) { in GetFunction()
85 #define GET_FUNCTION(library, function) \ argument
117 #define GET_FUNCTION_REQUIRED(library, function) \ argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/util/win/
H A Dget_function.h48 const wchar_t* library, const char* function, bool required) { in GetFunction()
85 #define GET_FUNCTION(library, function) \ argument
117 #define GET_FUNCTION_REQUIRED(library, function) \ argument
/dports/emulators/mgba/mgba-0.9.2/src/core/
H A Dlibrary.c101 struct mLibrary* library = malloc(sizeof(*library)); in mLibraryLoad() local
201 void mLibraryDestroy(struct mLibrary* library) { in mLibraryDestroy()
215 void mLibraryLoadDirectory(struct mLibrary* library, const char* base, bool recursive) { in mLibraryLoadDirectory()
274 bool _mLibraryAddEntry(struct mLibrary* library, const char* filename, const char* base, struct VFi… in _mLibraryAddEntry()
302 static void _mLibraryInsertEntry(struct mLibrary* library, struct mLibraryEntry* entry) { in _mLibraryInsertEntry()
347 static void _mLibraryDeleteEntry(struct mLibrary* library, struct mLibraryEntry* entry) { in _mLibraryDeleteEntry()
354 void mLibraryClear(struct mLibrary* library) { in mLibraryClear()
364 size_t mLibraryCount(struct mLibrary* library, const struct mLibraryEntry* constraints) { in mLibraryCount()
374 size_t mLibraryGetEntries(struct mLibrary* library, struct mLibraryListing* out, size_t numEntries,… in mLibraryGetEntries()
423 struct VFile* mLibraryOpenVFile(struct mLibrary* library, const struct mLibraryEntry* entry) { in mLibraryOpenVFile()
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/internet/seafile/
H A Dseafileservice.cpp265 QMapIterator<QString, QString> library(libraries); in UpdateLibrariesInProgress() local
293 QNetworkReply* SeafileService::PrepareFetchFolderItems(const QString& library, in PrepareFetchFolderItems()
319 QNetworkReply* reply, const SeafileTree::Entry& library, in FetchAndCheckFolderItemsFinished()
358 void SeafileService::AddRecursivelyFolderItems(const QString& library, in AddRecursivelyFolderItems()
417 const QString& library, const QString& filepath) { in PrepareFetchContentForFile()
431 const QString& library, in MaybeAddFileEntry()
446 const QString& library, in MaybeAddFileEntryInProgress()
481 const QString& library, const QString& filepath) { in PrepareFetchContentUrlForFile()
514 QUrl SeafileService::GetStreamingUrlFromSongId(const QString& library, in GetStreamingUrlFromSongId()
531 void SeafileService::AddEntry(const QString& library, const QString& path, in AddEntry()
[all …]
/dports/www/zola/zola-0.15.2/components/site/src/
H A Dlib.rs63 pub library: Arc<RwLock<Library>>, field
275 let library = self.library.read().unwrap(); in load() localVariable
313 let mut library = self.library.write().expect("Get lock for load"); localVariable
421 let library = self.library.read().unwrap(); localVariable
451 let library = self.library.read().unwrap(); localVariable
666 let library = self.library.read().unwrap(); localVariable
782 let library = self.library.read().unwrap(); localVariable
846 let library = self.library.read().unwrap(); localVariable
895 let library = self.library.read().unwrap(); localVariable
1001 let library = &self.library.read().unwrap(); localVariable
[all …]
/dports/audio/libmusicxml/libmusicxml-3.18/doc/libmusicxmlArchitecture/
H A Dlilypond.tex142 \subsection{Class design}
184 \subsection{DTDs as Documentation}
225 \subsection{Browsing the memory representation}
270 \subsection{Main files}
301 \subsection{DTDs Analysis}
/dports/audio/libmusicxml/libmusicxml-3.18/doc/presentation/
H A Dlibmusicxml2.tex142 \subsection{Class design}
184 \subsection{DTDs as Documentation}
225 \subsection{Browsing the memory representation}
270 \subsection{Main files}
301 \subsection{DTDs Analysis}
/dports/security/softhsm2/softhsm-2.6.1/
H A DWIN32-NOTES.md28 ### 32-bit
78 ### 32-bit
172 ### 32-bit
193 ### 64-bit
/dports/math/elpa/elpa-2019.05.002/
H A DUSERS_GUIDE.md9 ### Online and local documentation ###
20 ### API of the *ELPA* library ###
47 ### Table of Contents: ###
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/posix/
H A Dshared_library.c15 int aws_shared_library_init(struct aws_shared_library *library, const char *library_path) { in aws_shared_library_init()
33 void aws_shared_library_clean_up(struct aws_shared_library *library) { in aws_shared_library_clean_up()
41 struct aws_shared_library *library, in aws_shared_library_find_function()
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/windows/
H A Dshared_library.c18 int aws_shared_library_init(struct aws_shared_library *library, const char *library_path) { in aws_shared_library_init()
37 void aws_shared_library_clean_up(struct aws_shared_library *library) { in aws_shared_library_clean_up()
45 struct aws_shared_library *library, in aws_shared_library_find_function()
/dports/www/tikiwiki/tiki-21.2/lib/core/Tiki/Event/
H A DLib.php10 private $library; variable in Tiki_Event_Lib
13 private function __construct($library, $method)
19 public static function defer($library, $method)
/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/builder/circuit/
H A DCircuitBuilderTest.java59 ElementLibrary library = new ElementLibrary(); in testBuilderCombinatorial() local
81 ElementLibrary library = new ElementLibrary(); in testBuilderSequential() local
106 ElementLibrary library = new ElementLibrary(); in testBuilderSequentialLUT() local
139 ElementLibrary library = new ElementLibrary(); in testBuilderSequentialJK_JequalsK() local
163 ElementLibrary library = new ElementLibrary(); in testBuilderSequentialJK() local
180 ElementLibrary library = new ElementLibrary(); in testBuilderSequentialConstant() local
194 ElementLibrary library = new ElementLibrary(); in testBuilderSequentialConstantJK() local
305 ElementLibrary library = new ElementLibrary(); in testLocalVar() local
/dports/math/tmv/tmv-0.75/doc/
H A DObtain.tex30 \subsection{Using Fink}
46 \subsection{Installing the TMV library from source}
361 \subsection{Compiling your own program}
/dports/multimedia/musikcube/musikcube-0.96.7/src/musikcore/library/query/
H A DPersistedPlayQueueQuery.h47 musik::core::ILibraryPtr library, in Save()
54 musik::core::ILibraryPtr library, in Restore()
77 musik::core::ILibraryPtr library; variable
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/freetype/src/base/
H A Dftlcdfil.c36 FT_Library library ) in _ft_lcd_filter_fir()
179 FT_Library library ) in _ft_lcd_filter_legacy()
289 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
307 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
360 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
371 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/SDL_ttf/external/freetype-2.4.12/src/base/
H A Dftlcdfil.c36 FT_Library library ) in _ft_lcd_filter_fir()
170 FT_Library library ) in _ft_lcd_filter_legacy()
272 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
285 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
355 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
366 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
/dports/devel/upp/upp/bazaar/FreeType/src/base/
H A Dftlcdfil.c36 FT_Library library ) in _ft_lcd_filter_fir()
170 FT_Library library ) in _ft_lcd_filter_legacy()
272 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
285 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
355 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
366 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
/dports/devel/upp/upp/uppsrc/plugin/FT_fontsys/src/base/
H A Dftlcdfil.c34 FT_Library library ) in _ft_lcd_filter_fir()
168 FT_Library library ) in _ft_lcd_filter_legacy()
270 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
283 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
353 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
364 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/freetype2/src/base/
H A Dftlcdfil.c36 FT_Library library ) in _ft_lcd_filter_fir()
179 FT_Library library ) in _ft_lcd_filter_legacy()
289 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
305 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
375 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
386 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/freetype/src/base/
H A Dftlcdfil.c34 FT_Library library ) in _ft_lcd_filter_fir()
168 FT_Library library ) in _ft_lcd_filter_legacy()
270 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
283 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
353 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
364 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/freetype/vtkfreetype/src/base/
H A Dftlcdfil.c34 FT_Library library ) in _ft_lcd_filter_fir()
168 FT_Library library ) in _ft_lcd_filter_legacy()
270 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
283 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
353 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
364 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/freetype/vtkfreetype/src/base/
H A Dftlcdfil.c34 FT_Library library ) in _ft_lcd_filter_fir()
168 FT_Library library ) in _ft_lcd_filter_legacy()
270 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
283 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
353 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
364 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/freetype2/src/base/
H A Dftlcdfil.c36 FT_Library library ) in _ft_lcd_filter_fir()
179 FT_Library library ) in _ft_lcd_filter_legacy()
289 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
307 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
360 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
371 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/freetype-sys-0.13.1/freetype2/src/base/
H A Dftlcdfil.c36 FT_Library library ) in _ft_lcd_filter_fir()
179 FT_Library library ) in _ft_lcd_filter_legacy()
289 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
307 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()
360 FT_Library_SetLcdFilterWeights( FT_Library library, in FT_Library_SetLcdFilterWeights()
371 FT_Library_SetLcdFilter( FT_Library library, in FT_Library_SetLcdFilter()

12345678910>>...322