/aosp_15_r20/external/pcre/doc/html/ |
H A D | NON-AUTOTOOLS-BUILD.txt | 2 -------------------------------------- 26 configure/make (autotools) build system, as found in many Unix-like 31 environments, though it can also be run in Unix-like environments. See the 46 ahead to the CMake section. Note that the settings concerned with 8-bit, 47 16-bit, and 32-bit code units relate to the type of data string that PCRE2 49 You do not have to do anything special to compile in a 64-bit environment, for 61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the 64 An alternative approach is not to edit src/config.h, but to use -D on the 66 configuration options. In this case -DHAVE_CONFIG_H must not be set. 72 before re-using what you had previously. [all …]
|
/aosp_15_r20/external/pcre/ |
H A D | NON-AUTOTOOLS-BUILD | 2 -------------------------------------- 26 configure/make (autotools) build system, as found in many Unix-like 31 environments, though it can also be run in Unix-like environments. See the 46 ahead to the CMake section. Note that the settings concerned with 8-bit, 47 16-bit, and 32-bit code units relate to the type of data string that PCRE2 49 You do not have to do anything special to compile in a 64-bit environment, for 61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the 64 An alternative approach is not to edit src/config.h, but to use -D on the 66 configuration options. In this case -DHAVE_CONFIG_H must not be set. 72 before re-using what you had previously. [all …]
|
H A D | build.zig | 13 …const codeUnitWidth = b.option(CodeUnitWidth, "code-unit-width", "Sets the code unit width") orels… 20 .name = b.fmt("pcre2-{s}", .{@tagName(codeUnitWidth)}), 31 try lib.root_module.c_macros.append(b.allocator, "-DPCRE2_STATIC"); 39 "-DHAVE_CONFIG_H", 76 "-DHAVE_CONFIG_H", 77 "-DPCRE2_STATIC",
|
H A D | Android.bp | 5 // Added automatically by a large-scale-change that took the approach of 18 // See: http://go/android-license-faq 23 "SPDX-license-identifier-BSD", 24 "SPDX-license-identifier-FSFAP", 25 "SPDX-license-identifier-MIT", 37 "-DHAVE_CONFIG_H", 38 "-Wall", 39 "-Werror", 40 "-DPCRE2_CODE_UNIT_WIDTH=8", 43 "-google-build-using-namespace", [all …]
|
/aosp_15_r20/external/tensorflow/third_party/ |
H A D | curl.BUILD | 11 "/DHAVE_CONFIG_H", 25 "lib/asyn-thread.c", 28 "lib/setup-win32.h", 40 "lib/asyn-ares.c", 45 "lib/c-hyper.c", 46 "lib/c-hyper.h", 47 "lib/config-amigaos.h", 48 "lib/config-dos.h", 49 "lib/config-mac.h", 50 "lib/config-os400.h", [all …]
|
/aosp_15_r20/external/flashrom/subprojects/packagefiles/cmocka-1.1.5/src/ |
H A D | meson.build | 7 # http://www.apache.org/licenses/LICENSE-2.0 24 c_args : '-DHAVE_CONFIG_H=1', 37 c_args : '-DHAVE_CONFIG_H=1',
|
/aosp_15_r20/external/cronet/third_party/libevent/ |
H A D | Android.bp | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 // GN: Package-Artificial 24 // GN: License-Artificial 34 "SPDX-license-identifier-BSD", 55 "-DANDROID", 56 "-DANDROID_NDK_VERSION_ROLL=r26b_1", 57 "-DCR_CLANG_REVISION=\"llvmorg-19-init-8091-gab037c4f-22\"", 58 "-DCR_LIBCXX_REVISION=e3b94d0e5b86883fd77696bf10dc33ba250ba99b", 59 "-DDYNAMIC_ANNOTATIONS_ENABLED=0", 60 "-DHAVE_CONFIG_H", [all …]
|
H A D | Makefile.nmake | 5 CFLAGS=/Iinclude /Icompat /IWIN32-Code /DWIN32 /DHAVE_CONFIG_H /I. 28 win32.obj: WIN32-Code\win32.c 29 $(CC) $(CFLAGS) /c WIN32-Code\win32.c
|
/aosp_15_r20/external/sg3_utils/testing/ |
H A D | Makefile | 20 LARGE_FILE_FLAGS = -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 31 CPPFLAGS = -iquote ../include -iquote .. -D_REENTRANT $(LARGE_FILE_FLAGS) -DHAVE_CONFIG_H -DHAVE_NV… 32 CXXFLAGS = -std=c++11 -pthread -ggdb -O2 -W -Wall -iquote ../include -D_REENTRANT $(LARGE_FILE_FLAG… 33 ## CXXFLAGS = -std=c++14 -pthread -ggdb -O2 -W -Wall -iquote ../include -D_REENTRANT $(LARGE_FILE_F… 34 ## CXXFLAGS = -std=c++17 -pthread -ggdb -O2 -W -Wall -iquote ../include -D_REENTRANT $(LARGE_FILE_F… 35 ## CXXFLAGS = -std=c++20 -pthread -ggdb -O2 -W -Wall -iquote ../include -D_REENTRANT $(LARGE_FILE_F… 36 ## CXXFLAGS = -std=c++2a -pthread -ggdb -O2 -W -Wall -iquote ../include -D_REENTRANT $(LARGE_FILE_F… 37 # CPPFLAGS = -iquote ../include -iquote .. -D_REENTRANT $(LARGE_FILE_FLAGS) -DHAVE_CONFIG_H -DHAVE_… 38 CFLAGS = -g -O2 -W -Wall 39 # CFLAGS = -ggdb -O2 -W -Wall -DDEBUG [all …]
|
/aosp_15_r20/external/tink/cc/integration/awskms/third_party/ |
H A D | curl.BUILD.bazel | 13 "lib/asyn-ares.c", 15 "lib/config-win32.h", 118 "lib/non-ascii.h", 140 "lib/setup-os400.h", 141 "lib/setup-vms.h", 219 "include/curl/typecheck-gcc.h", 222 "-Iexternal/curl/lib", 223 "-D_GNU_SOURCE", 224 "-DHAVE_CONFIG_H", 225 "-DCURL_DISABLE_FTP", [all …]
|
/aosp_15_r20/external/pcre/src/ |
H A D | config.h.in | 4 /* PCRE2 is written in Standard C, but there are a few non-standard things it 10 config-cmake.in is converted into config.h. If you are going to build PCRE2 "by 13 need them. You must then add -DHAVE_CONFIG_H to all of your compile commands, 16 Alternatively, you can avoid editing by using -D on the compiler command line 17 to set the macro values. In this case, you do not have to set -DHAVE_CONFIG_H, 18 but if you do, default values will be taken from config.h for non-boolean 25 surrounded by #ifndef/#endif lines so that the value can be overridden by -D. 33 value), this is changed so that backslash-R matches only CR, LF, or CRLF. 34 The build-time default can be overridden by the user of PCRE2 at runtime. 45 macro, PCRE2 will assume input strings are ASCII or UTF-8/16/32 Unicode. It [all …]
|
H A D | config.h | 5 /* PCRE2 is written in Standard C, but there are a few non-standard things it 11 config-cmake.in is converted into config.h. If you are going to build PCRE2 "by 14 need them. You must then add -DHAVE_CONFIG_H to all of your compile commands, 17 Alternatively, you can avoid editing by using -D on the compiler command line 18 to set the macro values. In this case, you do not have to set -DHAVE_CONFIG_H, 19 but if you do, default values will be taken from config.h for non-boolean 26 surrounded by #ifndef/#endif lines so that the value can be overridden by -D. 34 value), this is changed so that backslash-R matches only CR, LF, or CRLF. 35 The build-time default can be overridden by the user of PCRE2 at runtime. 46 macro, PCRE2 will assume input strings are ASCII or UTF-8/16/32 Unicode. It [all …]
|
H A D | config.h.generic | 4 /* PCRE2 is written in Standard C, but there are a few non-standard things it 10 config-cmake.in is converted into config.h. If you are going to build PCRE2 "by 13 need them. You must then add -DHAVE_CONFIG_H to all of your compile commands, 16 Alternatively, you can avoid editing by using -D on the compiler command line 17 to set the macro values. In this case, you do not have to set -DHAVE_CONFIG_H, 18 but if you do, default values will be taken from config.h for non-boolean 25 surrounded by #ifndef/#endif lines so that the value can be overridden by -D. 33 value), this is changed so that backslash-R matches only CR, LF, or CRLF. 34 The build-time default can be overridden by the user of PCRE2 at runtime. 45 macro, PCRE2 will assume input strings are ASCII or UTF-8/16/32 Unicode. It [all …]
|
/aosp_15_r20/external/libopus/celt/dump_modes/ |
H A D | Makefile | 2 CFLAGS=-O2 -Wall -Wextra -DHAVE_CONFIG_H 3 INCLUDES=-I. -I../ -I../.. -I../../include 19 CFLAGS += -mfpu=neon 20 INCLUDES += -I$(NE10_INCDIR) -DHAVE_ARM_NE10 -DOPUS_ARM_PRESUME_NEON_INTR 21 LIBS = -L$(NE10_LIBDIR) -lNE10 30 …$(PREFIX)$(CC) $(CFLAGS) $(INCLUDES) -DCUSTOM_MODES_ONLY -DCUSTOM_MODES $(SOURCES) -o $@ $(LIBS) -… 33 rm -f dump_modes
|
/aosp_15_r20/external/scrypt/ |
H A D | scrypt.config | 20 lib/crypto/crypto_scrypt-nosse.c \ 38 -DHAVE_CONFIG_H \ 39 -DUSE_OPENSSL_PBKDF2 \ 51 lib/crypto/crypto_scrypt-ref.c \ 61 lib/crypto/crypto_scrypt-neon.c \ 65 lib/crypto/crypto_scrypt-ref.c \ 69 lib/crypto/crypto_scrypt-neon.c \ 73 lib/crypto/crypto_scrypt-ref.c \ 83 lib/crypto/crypto_scrypt-sse.c \ 87 lib/crypto/crypto_scrypt-ref.c \ [all …]
|
H A D | sources.bp | 1 // Auto-generated - DO NOT EDIT! 3 // ./import_scrypt.sh import /path/to/scrypt-1.1.6.tar.gz 13 // http://www.apache.org/licenses/LICENSE-2.0 26 "-DHAVE_CONFIG_H", 27 "-DUSE_OPENSSL_PBKDF2", 28 "-Wall", 29 "-Werror", 30 "-Wno-unused-variable", 42 "lib/crypto/crypto_scrypt-ref.c", 48 "lib/crypto/crypto_scrypt-neon.c", [all …]
|
/aosp_15_r20/external/tcpdump/ |
H A D | Android.bp | 9 "SPDX-license-identifier-BSD", 10 "SPDX-license-identifier-BSD-4-Clause-UC", 11 "SPDX-license-identifier-ISC", 12 "SPDX-license-identifier-MIT", 25 "-D_BSD_SOURCE", 26 "-DHAVE_CONFIG_H", 27 "-Wall", 28 "-Werror", 29 "-Wno-sign-compare", 30 "-Wno-address-of-packed-member", // http://b/33566695 [all …]
|
/aosp_15_r20/external/flac/src/libFLAC/ |
H A D | Android.bp | 2 // See: http://go/android-license-faq 3 // A large-scale-change added 'default_applicable_licenses' to import 6 // SPDX-license-identifier-BSD 35 "libFLAC-config", 36 "libFLAC-headers", 38 export_header_lib_headers: ["libFLAC-headers"], 41 "-DHAVE_CONFIG_H", 42 "-DFLAC__NO_MD5", 43 "-DFLAC__INTEGER_ONLY_LIBRARY", 45 "-D_REENTRANT", [all …]
|
/aosp_15_r20/external/cronet/third_party/libevent/test/ |
H A D | Makefile.nmake | 2 CFLAGS=/I.. /I../include /I../WIN32-Code /I../compat /DWIN32 /DHAVE_CONFIG_H 9 OTHER_OBJS=test-init.obj test-eof.obj test-weof.obj test-time.obj \ 13 test-init.exe test-eof.exe test-weof.exe test-time.exe 26 test-init.exe: test-init.obj 27 $(CC) $(CFLAGS) $(LIBS) test-init.obj 28 test-eof.exe: test-eof.obj 29 $(CC) $(CFLAGS) $(LIBS) test-eof.obj 30 test-weof.exe: test-weof.obj 31 $(CC) $(CFLAGS) $(LIBS) test-weof.obj 32 test-time.exe: test-time.obj [all …]
|
/aosp_15_r20/external/brotli/research/ |
H A D | BUILD.libdivsufsort | 19 "-DHAVE_CONFIG_H=1",
|
/aosp_15_r20/external/stressapptest/ |
H A D | Android.bp | 5 // Added automatically by a large-scale-change that took the approach of 19 // large-scale-change included anything that looked like it might be a license 23 // http://go/android-license-faq 28 "SPDX-license-identifier-Apache-2.0", 29 "SPDX-license-identifier-MIT", 59 cflags: ["-DSTRESSAPPTEST_CPU_ARMV7A"], 62 cflags: ["-DSTRESSAPPTEST_CPU_AARCH64"], 68 cflags: ["-DSTRESSAPPTEST_CPU_X86_64"], 73 "-DHAVE_CONFIG_H", 74 "-DANDROID", [all …]
|
/aosp_15_r20/external/libffi/ |
H A D | CMakeLists.txt | 7 # http://www.apache.org/licenses/LICENSE-2.0 44 -DHAVE_CONFIG_H=1 45 -DFFI_BUILDING_DLL=1 50 ${src}/windows-msvc-x86_64 58 list(TRANSFORM include_dirs PREPEND -I OUTPUT_VARIABLE include_dir_args)
|
/aosp_15_r20/external/libdivsufsort/ |
H A D | Android.bp | 8 // http://www.apache.org/licenses/LICENSE-2.0 21 // Added automatically by a large-scale-change that took the approach of 34 // See: http://go/android-license-faq 39 "SPDX-license-identifier-Apache-2.0", 40 "SPDX-license-identifier-MIT", 60 "-Wall", 61 "-Werror", 62 "-Wextra", 63 "-DHAVE_CONFIG_H=1", 69 // type used in the suffix array index. "libdivsufsort" uses 32-bit integers [all …]
|
/aosp_15_r20/external/libsrtp2/ |
H A D | Android.bp | 5 // Added automatically by a large-scale-change that took the approach of 18 // See: http://go/android-license-faq 23 "SPDX-license-identifier-BSD", 24 "SPDX-license-identifier-MIT", 63 "-Wno-unused-parameter", 64 "-DHAVE_CONFIG_H", 78 name: "libsrtp2-fuzzer", 83 "-Wno-unused-parameter",
|
/aosp_15_r20/external/libevent/ |
H A D | Makefile.nmake | 1 # WATCH OUT! This makefile is a work in progress. -*- makefile -*- 11 # nmake OPENSSL_DIR=C:\openssl -f Makefile.nmake 23 CFLAGS=/IWIN32-Code /IWIN32-Code/nmake /Iinclude /Icompat /DHAVE_CONFIG_H /I. $(SSL_CFLAGS)
|