/third_party/expat/ |
D | BUILD.gn | 4 src_path = "//third_party/expat" 13 "$expat_path/expat-2.4.1/lib/expat.h", 14 "$expat_path/expat-2.4.1/lib/xmlparse.c", 15 "$expat_path/expat-2.4.1/lib/xmlrole.c", 16 "$expat_path/expat-2.4.1/lib/xmltok.c", 20 ## Build expat.a {{{ 34 "$expat_path/expat-2.4.1", 35 "$expat_path/expat-2.4.1/lib", 41 ohos_static_library("expat") { 42 part_name = "expat" [all …]
|
D | expat.spec | 2 Name: expat 8 Source0: https://github.com/libexpat/libexpat/releases/download/%{Rversion}/expat-%{version}… 37 expat is a stream-oriented XML parser library written in C. 38 expat excels with files too large to fit RAM, and where 45 This package provides with static libraries and header files for developing with expat. 77 %{_libdir}/cmake/expat-%{version} 78 %{_libdir}/pkgconfig/expat.pc
|
/third_party/skia/third_party/expat/ |
D | BUILD.gn | 13 system("expat") { 14 libs = [ "expat" ] 17 third_party("expat") { 21 "../externals/expat/expat/lib", 31 "../externals/expat/expat/lib/expat.h", 32 "../externals/expat/expat/lib/xmlparse.c", 33 "../externals/expat/expat/lib/xmlrole.c", 34 "../externals/expat/expat/lib/xmltok.c",
|
/third_party/skia/third_party/externals/expat/expat/win32/ |
D | .gitignore | 1 expat.IAB 2 expat.IAD 3 expat.IMB 4 expat.IMD 5 expat.PFI 6 expat.PO 7 expat.PR 8 expat.PRI 9 expat.PS 10 expat.WK3
|
D | build_expat_iss.bat | 47 msbuild /m expat.sln || EXIT /b 1 57 msbuild /m expat.sln || EXIT /b 1 67 msbuild /m expat.sln || EXIT /b 1 77 msbuild /m expat.sln || EXIT /b 1 84 iscc win32\expat.iss || EXIT /b 1
|
/third_party/skia/third_party/externals/expat/expat/ |
D | CMake.README | 1 == How to build expat with cmake (experimental) == 3 The cmake based buildsystem for expat works on Windows (cygwin, mingw, Visual 6 Assuming ~/expat-2.4.1 is the source directory of expat, add a subdirectory 8 ~/expat-2.4.1$ mkdir build && cd build 9 ~/expat-2.4.1/build$ 13 ~/expat-2.4.1/build$ cmake .. 19 -- Build files have been written to: /home/patrick/expat-2.4.1/build 24 ~/expat-2.4.1/build$ make && make test && make install 25 Scanning dependencies of target expat 26 [ 5%] Building C object CMakeFiles/expat.dir/lib/xmlparse.c.o [all …]
|
D | Makefile.am | 53 pkgconfig_DATA = expat.pc 58 cmake/autotools/expat.cmake 61 cmake/autotools/expat-config-version.cmake \ 62 cmake/autotools/expat-noconfig.cmake \ 63 cmake/expat-config.cmake 65 cmakedir = $(libdir)/cmake/expat-@PACKAGE_VERSION@ 69 cmake/autotools/expat-noconfig__linux.cmake.in \ 70 cmake/autotools/expat-noconfig__macos.cmake.in \ 71 cmake/autotools/expat-noconfig__windows.cmake.in \ 72 cmake/autotools/expat-package-init.cmake \ [all …]
|
D | CMakeLists.txt | 42 # add_subdirectory(${expat_SOURCE_DIR}/expat ${expat_BINARY_DIR}) 65 project(expat project 72 set(PACKAGE_BUGREPORT "expat-bugs@libexpat.org") 73 set(PACKAGE_NAME "expat") 113 option(EXPAT_BUILD_TOOLS "build the xmlwf tool for expat library" ${_EXPAT_BUILD_TOOLS_DEFAULT}) 114 option(EXPAT_BUILD_EXAMPLES "build the examples for expat library" ON) 115 option(EXPAT_BUILD_TESTS "build the tests for expat library" ON) 116 option(EXPAT_SHARED_LIBS "build a shared expat library" ${_EXPAT_SHARED_LIBS_DEFAULT}) 118 option(EXPAT_BUILD_FUZZERS "build fuzzers for the expat library" OFF) 120 option(EXPAT_OSSFUZZ_BUILD "build fuzzers via ossfuzz for the expat library" OFF) [all …]
|
D | .gitignore | 22 expat.ncb 23 expat.opt 25 expat.pc 37 /expat-*.tar.bz2 38 /expat-*.tar.bz2.asc
|
D | README.md | 3 …ging status](https://repology.org/badge/tiny-repos/expat.svg)](https://repology.org/metapackage/ex… 4 …https://img.shields.io/sourceforge/dt/expat?label=Downloads%20SourceForge)](https://sourceforge.ne… 25 [`expat-win32bin-*.*.*.{exe,zip}` download](https://github.com/libexpat/libexpat/releases), 32 [`COPYING`](https://github.com/libexpat/libexpat/blob/master/expat/COPYING) 78 Notice the *lowercase* `expat` in the following example: 85 find_package(expat 2.2.8 CONFIG REQUIRED char dtd ns) 91 target_link_libraries(hello PUBLIC expat::expat) 126 libexpat into `/usr/local/lib`, `expat.h` into `/usr/local/include`, and 196 can use the probing macro in `conftools/expat.m4` to determine how to 228 // build the examples for expat library [all …]
|
/third_party/python/Lib/test/ |
D | test_pyexpat.py | 12 from xml.parsers import expat 13 from xml.parsers.expat import errors 20 self.parser = expat.ParserCreate(namespace_separator='!') 231 parser = expat.ParserCreate(namespace_separator='!') 243 parser = expat.ParserCreate(namespace_separator='!') 254 parser = expat.ParserCreate(namespace_separator='!') 264 parser = expat.ParserCreate() 270 with self.assertRaises(expat.error) as cm: 272 self.assertEqual(expat.ErrorString(cm.exception.code), 273 expat.errors.XML_ERROR_FINISHED) [all …]
|
/third_party/skia/third_party/externals/expat/ |
D | .gitignore | 29 expat/win32/bin/ 30 expat/win32/tmp/ 31 expat/.vs/ 32 expat/**/*.vcxproj.user 33 expat/**/*.suo 34 expat/**/*.sdf 35 expat/**/*.VC.db 36 expat/tests/**/Debug/ 37 expat/tests/**/Release/
|
D | README.md | 3 …ging status](https://repology.org/badge/tiny-repos/expat.svg)](https://repology.org/metapackage/ex… 4 …https://img.shields.io/sourceforge/dt/expat?label=Downloads%20SourceForge)](https://sourceforge.ne… 25 [`expat-win32bin-*.*.*.{exe,zip}` download](https://github.com/libexpat/libexpat/releases), 32 [`COPYING`](https://github.com/libexpat/libexpat/blob/master/expat/COPYING) 78 Notice the *lowercase* `expat` in the following example: 85 find_package(expat 2.2.8 CONFIG REQUIRED char dtd ns) 91 target_link_libraries(hello PUBLIC expat::expat) 126 libexpat into `/usr/local/lib`, `expat.h` into `/usr/local/include`, and 196 can use the probing macro in `conftools/expat.m4` to determine how to 228 // build the examples for expat library [all …]
|
/third_party/skia/third_party/externals/expat/expat/cmake/autotools/ |
D | expat-noconfig__linux.cmake.in | 8 # Import target "expat::expat" for configuration "" 9 set_property(TARGET expat::expat APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) 10 set_target_properties(expat::expat PROPERTIES 15 list(APPEND _IMPORT_CHECK_TARGETS expat::expat ) 16 list(APPEND _IMPORT_CHECK_FILES_FOR_expat::expat "${_IMPORT_PREFIX}/@LIBDIR_BASENAME@/libexpat.so.@…
|
D | expat-noconfig__macos.cmake.in | 8 # Import target "expat::expat" for configuration "" 9 set_property(TARGET expat::expat APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) 10 set_target_properties(expat::expat PROPERTIES 15 list(APPEND _IMPORT_CHECK_TARGETS expat::expat ) 16 list(APPEND _IMPORT_CHECK_FILES_FOR_expat::expat "${_IMPORT_PREFIX}/@LIBDIR_BASENAME@/libexpat.@SO_…
|
D | expat-noconfig__windows.cmake.in | 8 # Import target "expat::expat" for configuration "" 9 set_property(TARGET expat::expat APPEND PROPERTY IMPORTED_CONFIGURATIONS NOCONFIG) 10 set_target_properties(expat::expat PROPERTIES 15 list(APPEND _IMPORT_CHECK_TARGETS expat::expat ) 16 list(APPEND _IMPORT_CHECK_FILES_FOR_expat::expat "${_IMPORT_PREFIX}/@LIBDIR_BASENAME@/libexpat.dll.…
|
D | expat.cmake | 19 foreach(_expectedTarget expat::expat) 53 # Create imported target expat::expat 54 add_library(expat::expat SHARED IMPORTED) 56 set_target_properties(expat::expat PROPERTIES 62 file(GLOB CONFIG_FILES "${_DIR}/expat-*.cmake")
|
/third_party/flutter/skia/third_party/expat/ |
D | BUILD.gn | 13 system("expat") { 14 libs = [ "expat" ] 17 third_party("expat") { 23 public_include_dirs = [ "//third_party/expat/lib" ] 28 "//third_party/expat/lib/xmlparse.c", 29 "//third_party/expat/lib/xmlrole.c", 30 "//third_party/expat/lib/xmltok.c",
|
/third_party/mesa3d/subprojects/ |
D | expat.wrap | 2 directory = expat-2.2.5 4 source_url = https://github.com/libexpat/libexpat/releases/download/R_2_2_5/expat-2.2.5.tar.bz2 5 source_filename = expat-2.2.5.tar.bz2 8 patch_url = https://github.com/mesonbuild/expat/releases/download/2.2.5-4/expat.zip 9 patch_filename = expat-2.2.5-4-wrap.zip
|
/third_party/skia/third_party/externals/expat/expat/conftools/ |
D | expat.m4 | 1 dnl Check if --with-expat[=PREFIX] is specified and 6 dnl If --with-expat has not been specified, set with_expat to 'no'. 8 dnl This is necessary to adapt a whole lot of packages that have expat 11 [ AC_ARG_WITH(expat, optwith 12 [ --with-expat=PREFIX Use system Expat library], 24 AC_CHECK_LIB(expat, XML_ParserCreate, 34 AC_CHECK_HEADERS(expat.h, , expat_found=no) 36 AC_MSG_ERROR([Could not find expat.h])
|
/third_party/mesa3d/ohos/pkgconfig_template/ |
D | expat.pc | 2 libdir=${ohos_project_dir}/out/ohos-arm-release/obj/third_party/expat 3 includedir=${ohos_project_dir}/third_party/expat/lib 5 Name: expat pkg 7 Description: expat XML parser 10 expat
|
/third_party/harfbuzz/subprojects/ |
D | expat.wrap | 2 directory = expat-2.2.9 3 source_url = https://github.com/libexpat/libexpat/releases/download/R_2_2_9/expat-2.2.9.tar.xz 4 source_filename = expat-2.2.9.tar.bz2 6 patch_url = https://wrapdb.mesonbuild.com/v1/projects/expat/2.2.9/3/get_zip 7 patch_filename = expat-2.2.9-3-wrap.zip
|
/third_party/skia/third_party/externals/expat/expat/cmake/ |
D | .gitignore | 1 /expat-config.cmake 2 /expat-config-version.cmake 3 /expat-targets.cmake
|
/third_party/skia/third_party/externals/expat/expat/lib/ |
D | .gitignore | 8 expat.ncb 9 expat.opt 10 expat.plg
|
/third_party/pulseaudio/man/ |
D | xmltoman | 84 my $expat = shift; 163 my $expat = shift; 196 my $expat = shift;
|