Searched refs:Include (Results 1 - 25 of 126) 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/autotest/site_utils/admin/apache/
H A Dapache2.conf184 # Include module configuration:
185 Include /etc/apache2/mods-enabled/*.load
186 Include /etc/apache2/mods-enabled/*.conf
188 # Include all the user configurations:
189 Include /etc/apache2/httpd.conf
191 # Include ports listing
192 Include /etc/apache2/ports.conf
291 # Include of directories ignores editors' and dpkg's backup files,
294 # Include generic snippets of statements
295 Include /et
[all...]
/external/ImageMagick/Magick++/lib/
H A DMagick++.h10 #include <Magick++/Include.h>
/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/libmojo/third_party/jinja2/
H A Dmeta.py73 nodes.Include)):
96 elif isinstance(node, nodes.Include) and \
/external/libvorbis/doc/
H A Da2-encapsulation-rtp.tex6 % TODO: Include draft-rtp.xml somehow?
/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/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/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/lzma/CPP/Common/
H A DWildcard.h116 bool Include; member in struct:NWildcard::CCensorPath
121 Include(true),
/external/webrtc/webrtc/base/
H A DAndroid.mk45 # Include paths placed before CFLAGS/CPPFLAGS
/external/webrtc/webrtc/common_audio/
H A DAndroid.mk51 # Include paths placed before CFLAGS/CPPFLAGS
/external/webrtc/webrtc/modules/audio_processing/beamformer/
H A DAndroid.mk38 # Include paths placed before CFLAGS/CPPFLAGS
/external/webrtc/webrtc/modules/audio_processing/intelligibility/
H A DAndroid.mk37 # Include paths placed before CFLAGS/CPPFLAGS
/external/webrtc/webrtc/modules/audio_processing/transient/
H A DAndroid.mk40 # Include paths placed before CFLAGS/CPPFLAGS
/external/webrtc/webrtc/modules/audio_processing/utility/
H A DAndroid.mk36 # Include paths placed before CFLAGS/CPPFLAGS
/external/webrtc/webrtc/modules/audio_processing/vad/
H A DAndroid.mk43 # Include paths placed before CFLAGS/CPPFLAGS
/external/vixl/test/
H A Dtest-use-scratch-register-scope.cc128 temps.Include(VRegisterList(q0, q1, q2, q3));
190 temps.Include(r0, r1, r2, r3);
191 temps.Include(s0, s1, d1, q1);
/external/dexmaker/
H A DAndroid.mk18 # Include all the java files.
/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.cc171 void UseScratchRegisterScope::Include(const RegisterList& list) { function in class:vixl::aarch32::UseScratchRegisterScope
180 void UseScratchRegisterScope::Include(const VRegisterList& list) { function in class:vixl::aarch32::UseScratchRegisterScope
1143 if (!rd.Is(rn)) temps.Include(rd);
1163 temps.Include(rd);
1213 if (!rd.Is(rn)) temps.Include(rd);
1234 if (!rd.Is(rn)) temps.Include(rd);
1260 temps.Include(rd);
1339 if (!rd.Is(rn)) temps.Include(rd);
1449 if (!rd.Is(rn)) temps.Include(rd);
1943 temps.Include(r
[all...]

Completed in 798 milliseconds

123456