Searched refs:Include (Results 1 - 25 of 136) sorted by relevance

123456

/external/selinux/mcstrans/share/examples/urcsts-via-include/
H A Dsetrans.conf13 # Demonstrate Include by moving everthing to an include file
15 Include=/etc/selinux/mls/setrans.d/*.conf
/external/selinux/mcstrans/share/examples/include/
H A Dsetrans.conf13 # Demonstrate Include by moving everthing to an include file
15 Include=/etc/selinux/mls/setrans.d/include-example
/external/ImageMagick/Magick++/lib/
H A DMagick++.h10 #include <Magick++/Include.h>
/external/curl/docs/cmdline-opts/
H A Dinclude.d3 Help: Include protocol response headers in the output
6 Include the HTTP response headers in the output. The HTTP response headers can
/external/selinux/mcstrans/share/examples/nato/
H A Dsetrans.conf19 Include=/etc/selinux/mls/setrans.d/rel.conf
20 Include=/etc/selinux/mls/setrans.d/eyes-only.conf
21 Include=/etc/selinux/mls/setrans.d/constraints.conf
/external/xmp_toolkit/XMPCore/
H A DAndroid.mk4 # Include all the java files.
/external/python/cpython2/PC/VC6/
H A D_ssl.mak14 INCLUDES=-I ../../Include -I .. -I $(SSL_DIR)/inc32
20 $(MODULE): $(SOURCE) ../*.h ../../Include/*.h
/external/libmojo/third_party/jinja2/
H A Dmeta.py73 nodes.Include)):
96 elif isinstance(node, nodes.Include) and \
/external/selinux/mcstrans/share/examples/pipes/
H A Dsetrans.conf20 Include=/etc/selinux/mls/setrans.d/pipes.conf
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp259 llvm_unreachable("Include management is handled in the driver.");
308 default: llvm_unreachable("Include management is handled in the driver.");
399 llvm_unreachable("Include management is handled in the driver.");
403 default: llvm_unreachable("Include management is handled in the driver.");
584 for (auto &Include : IncludePath)
585 if (Include.first == Quoted)
586 SearchList.push_back(Include.second);
592 for (auto &Include : IncludePath)
593 if (Include.first == Angled || Include
[all...]
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_manifest.cpp21 (void*)XFA_AttributeEnum::Include},
/external/python/cpython2/Demo/pysvr/
H A DMakefile28 PYINCL=-I../../Include -I../../$(PLAT)
/external/Microsoft-GSL/
H A DCONTRIBUTING.md19 * Include a description of what your change intends to do
25 * Include appropriate tests
27 * Include baseline changes with your change
/external/python/cpython2/PC/VS7.1/
H A D_ssl.mak15 INCLUDES=-I ../../Include -I ../../PC -I $(SSL_DIR)/inc32
26 _ssl$(SUFFIX): $(SSL_SOURCE) $(SSL_LIB_DIR)/libeay32.lib $(SSL_LIB_DIR)/ssleay32.lib ../../PC/*.h ../../Include/*.h
33 _hashlib$(SUFFIX): $(HASH_SOURCE) $(SSL_LIB_DIR)/libeay32.lib ../../PC/*.h ../../Include/*.h
/external/lzma/CPP/Common/
H A DWildcard.h108 bool Include; member in struct:NWildcard::CCensorPath
113 Include(true),
/external/python/cpython2/Demo/embed/
H A DMakefile17 INCLUDES= -I$(srcdir)/Include -I$(blddir)
/external/python/cpython2/Doc/tools/extensions/
H A Dpatchlevel.py6 Extract version info from Include/patchlevel.h.
18 patchlevel_h = os.path.join(srcdir, '..', 'Include', 'patchlevel.h')
66 print >>sys.stderr, 'Can\'t get version info from Include/patchlevel.h, ' \
/external/python/cpython3/Doc/tools/extensions/
H A Dpatchlevel.py6 Extract version info from Include/patchlevel.h.
20 patchlevel_h = os.path.join(srcdir, '..', 'Include', 'patchlevel.h')
66 print('Can\'t get version info from Include/patchlevel.h, ' \
/external/tcpdump/win32/prj/
H A DGNUmakefile13 -I ${PCAP_DIR}/wpcap/libpcap/Win32/Include \
14 -I ${PCAP_DIR}/wpcap/libpcap/Win32/Include/net \
15 -I ../../Win32/Include -I ../../linux-Include \
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_vcxproj.sh91 Include="$f"
106 Include="$f"
116 Include="$f"
119 Include="$f"
126 Include="$f"
285 Include="$config|$plat"
/external/vixl/test/
H A Dtest-use-scratch-register-scope.cc125 temps.Include(VRegisterList(q0, q1, q2, q3));
186 temps.Include(r0, r1, r2, r3);
187 temps.Include(s0, s1, d1, q1);
/external/flatbuffers/samples/android/jni/
H A DAndroid.mk23 # Include the FlatBuffer utility function to generate header files from schemas.
/external/vixl/src/aarch32/
H A Dmacro-assembler-aarch32.cc160 void UseScratchRegisterScope::Include(const RegisterList& list) { function in class:vixl::aarch32::UseScratchRegisterScope
169 void UseScratchRegisterScope::Include(const VRegisterList& list) { function in class:vixl::aarch32::UseScratchRegisterScope
847 if (!rd.Is(rn)) temps.Include(rd);
867 temps.Include(rd);
917 if (!rd.Is(rn)) temps.Include(rd);
938 if (!rd.Is(rn)) temps.Include(rd);
964 temps.Include(rd);
1043 if (!rd.Is(rn)) temps.Include(rd);
1153 if (!rd.Is(rn)) temps.Include(rd);
1647 temps.Include(r
[all...]
/external/python/cpython2/PC/os2emx/
H A DMakefile155 SRCPATH=.;../../Python;../../Parser;../../Objects;../../Include;../../Modules
182 # Include paths
184 INCLUDE= -I. -I../../Include
/external/compiler-rt/make/
H A Dsubdir.mk20 # Include child makefile fragments

Completed in 609 milliseconds

123456