Home
last modified time | relevance | path

Searched +full:- +full:h (Results 1 – 25 of 1901) sorted by relevance

12345678910>>...77

/external/openssh/
D.depend5h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-co…
6h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-co…
7-bsm.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/ba…
8-linux.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/…
9h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/base64.h openbsd-co…
10-bsdauth.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compa…
11-krb5.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/b…
12-options.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compa…
13-pam.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat/ba…
14-passwd.o: includes.h config.h defines.h platform.h openbsd-compat/openbsd-compat.h openbsd-compat…
[all …]
/external/libcups/cups/
DDependencies1 array.o: array.c ../cups/cups.h file.h versioning.h ipp.h http.h array.h \
2 language.h pwg.h string-private.h ../config.h ../cups/versioning.h \
3 debug-internal.h debug-private.h array-private.h ../cups/array.h
4 auth.o: auth.c cups-private.h string-private.h ../config.h \
5 ../cups/versioning.h array-private.h ../cups/array.h versioning.h \
6 ipp-private.h ../cups/cups.h file.h ipp.h http.h array.h language.h \
7 pwg.h http-private.h ../cups/language.h ../cups/http.h \
8 language-private.h ../cups/transcode.h pwg-private.h thread-private.h \
9 debug-internal.h debug-private.h
10 debug.o: debug.c cups-private.h string-private.h ../config.h \
[all …]
/external/libcups/scheduler/
DDependencies1 auth.o: auth.c cupsd.h ../cups/cups-private.h ../cups/string-private.h \
2 ../config.h ../cups/versioning.h ../cups/array-private.h \
3 ../cups/array.h ../cups/ipp-private.h ../cups/cups.h ../cups/file.h \
4 ../cups/ipp.h ../cups/http.h ../cups/language.h ../cups/pwg.h \
5 ../cups/http-private.h ../cups/language-private.h ../cups/transcode.h \
6 ../cups/pwg-private.h ../cups/thread-private.h ../cups/file-private.h \
7 ../cups/ppd-private.h ../cups/ppd.h ../cups/raster.h mime.h sysman.h \
8 statbuf.h cert.h auth.h client.h policy.h printers.h classes.h job.h \
9 colorman.h conf.h banners.h dirsvc.h network.h subscriptions.h
10 banners.o: banners.c cupsd.h ../cups/cups-private.h \
[all …]
/external/libcups/ppdc/
DDependencies1 ppdc-array.o: ppdc-array.cxx ppdc-private.h ppdc.h ../cups/file.h \
2 ../cups/versioning.h ../cups/cups-private.h ../cups/string-private.h \
3 ../config.h ../cups/array-private.h ../cups/array.h \
4 ../cups/ipp-private.h ../cups/cups.h ../cups/ipp.h ../cups/http.h \
5 ../cups/language.h ../cups/pwg.h ../cups/http-private.h \
6 ../cups/language-private.h ../cups/transcode.h ../cups/pwg-private.h \
7 ../cups/thread-private.h
8 ppdc-attr.o: ppdc-attr.cxx ppdc-private.h ppdc.h ../cups/file.h \
9 ../cups/versioning.h ../cups/cups-private.h ../cups/string-private.h \
10 ../config.h ../cups/array-private.h ../cups/array.h \
[all …]
/external/vixl/test/aarch64/
Dtest-simulator-traces-aarch64.h29 // test-simulator-aarch64.
31 // If you update input lists in test-simulator-inputs-aarch64.h, or add a new
32 // test to test-simulator-aarch64.cc, please run
41 #include <stdint.h>
44 // To add a new simulator test to test-simulator-aarch64.cc, add placeholder
45 // array(s) below to build test-simulator-aarch64 for reference platform. Then,
49 // ---------------------------------------------------------------------
51 // ---------------------------------------------------------------------
58 // ---------------------------------------------------------------------
60 // ---------------------------------------------------------------------
[all …]
/external/ImageMagick/MagickCore/
DMakefile.am1 # Copyright 1999-2021 ImageMagick Studio LLC, a non-profit organization
28 MagickCore/MagickCore-config
32 MagickCore/ImageMagick-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc \
34 MagickCore/MagickCore-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.pc
39 MagickCore/MagickCore-config.1
41 MAGICKCORE_LIBS = MagickCore/libMagickCore-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@.la
55 …ore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la_LDFLAGS_VERSION = -Wl,--version-script=$(top_sr…
57 …gickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la_LDFLAGS_VERSION = -export-symbols-regex ".*"
60 MagickCore_libMagickCore_@MAGICK_MAJOR_VERSION@_@MAGICK_ABI_SUFFIX@_la_LDFLAGS = -no-undefined \
62 $(OSX_GCOV_LDFLAG) $(MAGICK_LT_RELEASE_OPTS) -version-info \
[all …]
/external/lua/src/
DMakefile9 CC= gcc -std=gnu99
10 CFLAGS= -O2 -Wall -Wextra -DLUA_COMPAT_5_3 $(SYSCFLAGS) $(MYCFLAGS)
12 LIBS= -lm $(SYSLIBS) $(MYLIBS)
16 RM= rm -f
28 # Special flags for compiler modules; -Os reduces code size.
29 CMCFLAGS= -Os
31 # == END OF USER SETTINGS -- NO NEED TO CHANGE ANYTHING BELOW THIS LINE =======
33 PLATS= guess aix bsd c89 freebsd generic linux linux-readline macosx mingw posix solaris
64 $(CC) -o $@ $(LDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)
67 $(CC) -o $@ $(LDFLAGS) $(LUAC_O) $(LUA_A) $(LIBS)
[all …]
/external/libcups/cgi-bin/
DDependencies1 help-index.o: help-index.c cgi-private.h cgi.h ../cups/cups.h \
2 ../cups/file.h ../cups/versioning.h ../cups/ipp.h ../cups/http.h \
3 ../cups/array.h ../cups/language.h ../cups/pwg.h help-index.h \
4 ../cups/debug-private.h ../cups/language-private.h ../config.h \
5 ../cups/transcode.h ../cups/string-private.h ../cups/ipp-private.h \
6 ../cups/dir.h
7 html.o: html.c cgi-private.h cgi.h ../cups/cups.h ../cups/file.h \
8 ../cups/versioning.h ../cups/ipp.h ../cups/http.h ../cups/array.h \
9 ../cups/language.h ../cups/pwg.h help-index.h ../cups/debug-private.h \
10 ../cups/language-private.h ../config.h ../cups/transcode.h \
[all …]
/external/libcups/backend/
DDependencies1 ipp.o: ipp.c backend-private.h ../cups/cups-private.h \
2 ../cups/string-private.h ../config.h ../cups/versioning.h \
3 ../cups/array-private.h ../cups/array.h ../cups/ipp-private.h \
4 ../cups/cups.h ../cups/file.h ../cups/ipp.h ../cups/http.h \
5 ../cups/language.h ../cups/pwg.h ../cups/http-private.h \
6 ../cups/language-private.h ../cups/transcode.h ../cups/pwg-private.h \
7 ../cups/thread-private.h ../cups/snmp-private.h ../cups/backend.h \
8 ../cups/sidechannel.h ../cups/ppd-private.h ../cups/ppd.h \
9 ../cups/raster.h
10 lpd.o: lpd.c ../cups/http-private.h ../config.h ../cups/language.h \
[all …]
/external/libcups/systemv/
DDependencies1 cancel.o: cancel.c ../cups/cups-private.h ../cups/string-private.h \
2 ../config.h ../cups/versioning.h ../cups/array-private.h \
3 ../cups/array.h ../cups/ipp-private.h ../cups/cups.h ../cups/file.h \
4 ../cups/ipp.h ../cups/http.h ../cups/language.h ../cups/pwg.h \
5 ../cups/http-private.h ../cups/language-private.h ../cups/transcode.h \
6 ../cups/pwg-private.h ../cups/thread-private.h
7 cupsaccept.o: cupsaccept.c ../cups/cups-private.h \
8 ../cups/string-private.h ../config.h ../cups/versioning.h \
9 ../cups/array-private.h ../cups/array.h ../cups/ipp-private.h \
10 ../cups/cups.h ../cups/file.h ../cups/ipp.h ../cups/http.h \
[all …]
/external/libpcap/msdos/
Dmakefile2 # Makefile for dos-libpcap. NB. This makefile requires a Borland
19 DEFS = -DMSDOS -DDEBUG -DNDIS_DEBUG -D_U_= -Dinline= \
20 -DHAVE_STRERROR -DHAVE_LIMITS_H
22 ASM = tasm.exe -t -l -mx -m2 -DDEBUG
25 etherent.c gencode.c nametoad.c pcap-dos.c optimize.c \
42 -nowarn -nobackup -twocase -replace $(HIGHC_OBJ)
47 -+$(**:.obj=-+)
51 bcc.exe @bcc.arg -o$*.obj $*.c
54 hc386.exe @hc386.arg -o $*.o32 $*.c
60 $(ASM) -DDOSX=1 $*.asm, $*.o32
[all …]
/external/tensorflow/third_party/toolchains/preconfig/win_1803/py38/
DBUILD39 # A placeholder for Unix platforms which makes --no_build happy.
40 "//conditions:default": "not-existing.lib",
70 "python_include/Python-ast.h",
71 "python_include/Python.h",
72 "python_include/abstract.h",
73 "python_include/asdl.h",
74 "python_include/ast.h",
75 "python_include/bitset.h",
76 "python_include/bltinmodule.h",
77 "python_include/boolobject.h",
[all …]
/external/llvm-project/clang/lib/Headers/
DCMakeLists.txt2 adxintrin.h
3 altivec.h
4 ammintrin.h
5 amxintrin.h
6 arm_acle.h
7 arm_cmse.h
8 armintr.h
9 arm64intr.h
10 avx2intrin.h
11 avx512bf16intrin.h
[all …]
/external/tensorflow/third_party/toolchains/preconfig/win_1803/py37/
DBUILD39 # A placeholder for Unix platforms which makes --no_build happy.
40 "//conditions:default": "not-existing.lib",
70 "python_include/Python-ast.h",
71 "python_include/Python.h",
72 "python_include/abstract.h",
73 "python_include/accu.h",
74 "python_include/asdl.h",
75 "python_include/ast.h",
76 "python_include/bitset.h",
77 "python_include/bltinmodule.h",
[all …]
/external/tensorflow/third_party/toolchains/preconfig/ubuntu16.04/py/
DBUILD39 # A placeholder for Unix platforms which makes --no_build happy.
40 "//conditions:default": "not-existing.lib",
70 "python_include/Python-ast.h",
71 "python_include/Python.h",
72 "python_include/abstract.h",
73 "python_include/asdl.h",
74 "python_include/ast.h",
75 "python_include/bitset.h",
76 "python_include/boolobject.h",
77 "python_include/bufferobject.h",
[all …]
/external/libxml2/win32/wince/
Dlibxml2.vcp1 # Microsoft eMbedded Visual Tools Project File - Name="libxml2" - Package Owner=<4>
5 # TARGTYPE "Win32 (WCE SH3) Dynamic-Link Library" 0x8102
6 # TARGTYPE "Win32 (WCE x86em) Dynamic-Link Library" 0x7f02
7 # TARGTYPE "Win32 (WCE x86) Dynamic-Link Library" 0x8302
8 # TARGTYPE "Win32 (WCE ARM) Dynamic-Link Library" 0x8502
9 # TARGTYPE "Win32 (WCE MIPS) Dynamic-Link Library" 0x8202
11 CFG=libxml2 - Win32 (WCE ARM) Release
20 !MESSAGE NMAKE /f "libxml2.vcn" CFG="libxml2 - Win32 (WCE ARM) Release"
24 !MESSAGE "libxml2 - Win32 (WCE ARM) Release" (based on "Win32 (WCE ARM) Dynamic-Link Library")
25 !MESSAGE "libxml2 - Win32 (WCE ARM) Debug" (based on "Win32 (WCE ARM) Dynamic-Link Library")
[all …]
/external/llvm-project/clang-tools-extra/clangd/index/
DCanonicalIncludes.cpp1 //===-- CanonicalIncludes.h - remap #include headers-------------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 #include "CanonicalIncludes.h"
10 #include "Headers.h"
11 #include "clang/Driver/Types.h"
12 #include "llvm/ADT/StringRef.h"
13 #include "llvm/Support/Path.h"
36 auto SE = StdSymbolMapping->find(QualifiedName); in mapHeader()
37 if (SE != StdSymbolMapping->end()) in mapHeader()
[all …]
/external/libpng/scripts/
Dmakefile.bc322 # 32-bit Borland C++ (Note: All modules are compiled in C mode)
4 # "make -fmakefile.bc32"
6 # -------------------- 32-bit Borland C++ --------------------
11 ## Where zlib.h, zconf.h and zlib.lib are
20 # -3 = 386, -4 = 486, -5 = Pentium etc.
22 #TARGET_CPU=-6
30 CDEBUG=-v
31 LDEBUG=-v
39 CDEBUG=$(CDEBUG) -N
40 LDEBUG=$(LDEBUG) -N
[all …]
Dmakefile.intel4 # Copyright (C) 2006, 2014 Glenn Randers-Pehrson
10 # and license in png.h
14 # ------------------- Intel C/C++ Compiler 4.0 and later -------------------
32 # --------------------------------------------------------------------------
34 CC=icl -c
35 CPPFLAGS=-I$(ZLIBINC)
36 CFLAGS=-O2 -G$(CPU)$(CALLING) -Qip -Qunroll4 -nologo
41 # Pre-built configuration
43 PNGLIBCONF_H_PREBUILT = scripts\pnglibconf.h.prebuilt
53 pnglibconf.h: $(PNGLIBCONF_H_PREBUILT)
[all …]
/external/llvm-project/clang/test/Modules/Inputs/
Dmodule.map1 module c_library [extern_c] { module inner { header "c-header.h" } }
2 module cxx_library { header "cxx-header.h" requires cplusplus }
3 module c_library_bad [extern_c] { header "c-header-bad.h" }
4 module diamond_top { header "diamond_top.h" }
6 header "diamond_left.h"
10 header "diamond_right.h"
14 header "diamond_bottom.h"
17 module irgen { header "irgen.h" }
18 module cxx_irgen_top { header "cxx-irgen-top.h" }
19 module cxx_irgen_left { header "cxx-irgen-left.h" }
[all …]
/external/rust/crates/grpcio-sys/grpc/
DgRPC-C++.podspec2 # Please make modifications to `templates/gRPC-C++.podspec.template`
14 # http://www.apache.org/licenses/LICENSE-2.0
23 s.name = 'gRPC-C++'
30 s.authors = { 'The gRPC contributors' => 'grpc-packages@google.com' }
44 # Use `grpcpp` as framework name so that `#include <grpcpp/xxx.h>` works when built as
48 # Add include prefix `grpcpp` so that `#include <grpcpp/xxx.h>` works when built as static
59 # If we don't set these two settings, `include/grpc/support/time.h` and
60 # `src/core/lib/support/string.h` shadow the system `<time.h>` and `<string.h>`, breaking the
67 s.compiler_flags = '-Wno-comma -Wno-unreachable-code -Wno-shorten-64-to-32'
72 s.resource_bundles = { 'gRPCCertificates-Cpp' => ['etc/roots.pem'] }
[all …]
/external/deqp-deps/SPIRV-Tools/source/fuzz/
DCMakeLists.txt7 # http://www.apache.org/licenses/LICENSE-2.0
26 …it is the protobufs::protoc CMake target. It should be overridden when cross-compiling, such as fo…
29 OUTPUT protobufs/spvtoolsfuzz.pb.cc protobufs/spvtoolsfuzz.pb.h
31 -I=${CMAKE_CURRENT_SOURCE_DIR}/protobufs
32 --cpp_out=protobufs
39 added_function_reducer.h
40 call_graph.h
41 comparator_deep_blocks_first.h
42 counter_overflow_id_source.h
43 data_descriptor.h
[all …]
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
DCMakeLists.txt7 # http://www.apache.org/licenses/LICENSE-2.0
26 …it is the protobufs::protoc CMake target. It should be overridden when cross-compiling, such as fo…
29 OUTPUT protobufs/spvtoolsfuzz.pb.cc protobufs/spvtoolsfuzz.pb.h
31 -I=${CMAKE_CURRENT_SOURCE_DIR}/protobufs
32 --cpp_out=protobufs
39 added_function_reducer.h
40 call_graph.h
41 comparator_deep_blocks_first.h
42 counter_overflow_id_source.h
43 data_descriptor.h
[all …]
/external/clang/test/Modules/Inputs/
Dmodule.map1 module c_library [extern_c] { module inner { header "c-header.h" } }
2 module cxx_library { header "cxx-header.h" requires cplusplus }
3 module c_library_bad [extern_c] { header "c-header-bad.h" }
4 module diamond_top { header "diamond_top.h" }
6 header "diamond_left.h"
10 header "diamond_right.h"
14 header "diamond_bottom.h"
17 module irgen { header "irgen.h" }
18 module cxx_irgen_top { header "cxx-irgen-top.h" }
19 module cxx_irgen_left { header "cxx-irgen-left.h" }
[all …]
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DSTLPostfixHeaderMap.cpp1 //===-- STLPostfixHeaderMap.h - hardcoded STL header map --------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
9 #include "STLPostfixHeaderMap.h"
16 {"include/__stddef_max_align_t.h$", "<cstddef>"}, in getSTLPostfixHeaderMap()
17 {"include/__wmmintrin_aes.h$", "<wmmintrin.h>"}, in getSTLPostfixHeaderMap()
18 {"include/__wmmintrin_pclmul.h$", "<wmmintrin.h>"}, in getSTLPostfixHeaderMap()
19 {"include/adxintrin.h$", "<immintrin.h>"}, in getSTLPostfixHeaderMap()
20 {"include/ammintrin.h$", "<ammintrin.h>"}, in getSTLPostfixHeaderMap()
21 {"include/avx2intrin.h$", "<immintrin.h>"}, in getSTLPostfixHeaderMap()
[all …]

12345678910>>...77