Home
last modified time | relevance | path

Searched refs:include_dir (Results 1 – 16 of 16) sorted by relevance

/external/boringssl/src/crypto/stack/
Dmake_macros.sh3 include_dir=../../include/openssl
5 cat > "${include_dir}/stack_macros.h" << EOF
30 cat >> "${include_dir}/stack_macros.h" << EOF
96 stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* STACK_OF:' | sed -e 's/.*STACK_OF://' -e 's…
97 const_stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* CONST_STACK_OF:' | sed -e 's/.*CONST_…
98 special_stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* SPECIAL_STACK_OF:' | sed -e 's/.*SP…
115 clang-format -i "${include_dir}/stack_macros.h"
/external/mesa3d/scons/
Ddxsdk.py56 include_dir = os.path.join(dxsdk_root, 'Include')
64 env.Prepend(CPPFLAGS = ['-isystem', include_dir])
66 env.Prepend(CPPPATH = [include_dir])
/external/minijail/
Dplatform2_preinstall.sh10 include_dir=$2
14 -e "s:@INCLUDE_DIR@:${include_dir}:g" \
Dlibminijail.pc.in2 include_dir=@INCLUDE_DIR@ var
7 CFlags: -I${include_dir}
/external/valgrind/callgrind/
Dcallgrind_annotate.in308 foreach my $include_dir (@include_dirs) {
309 if (-r $include_dir . $arg) {
741 my $include_dir = shift(@include_dirs2);
742 print("Include dirs: $include_dir\n");
743 foreach my $include_dir (@include_dirs2) {
744 print(" $include_dir\n");
1063 foreach my $include_dir (@include_dirs) {
1064 my $try_name = $include_dir . $src_file;
1067 $full_file_name = ($include_dir eq ""
1069 : "$include_dir + $src_file");
/external/boringssl/src/crypto/lhash/
Dmake_macros.sh3 include_dir=../../include/openssl
4 out=${include_dir}/lhash_macros.h
60 lhash_types=$(cat ${include_dir}/lhash.h | grep '^ \* LHASH_OF:' | sed -e 's/.*LHASH_OF://' -e 's/ …
/external/skia/tools/
Dgenerate_includes_cpp.py72 for include_dir in args[1:]:
73 include_dirs.append(include_dir.replace("\\", "/"))
/external/valgrind/cachegrind/
Dcg_annotate.in258 foreach my $include_dir (@include_dirs) {
259 if (-r $include_dir . $arg) {
469 my $include_dir = shift(@include_dirs2);
470 print("Include dirs: $include_dir\n");
471 foreach my $include_dir (@include_dirs2) {
472 print(" $include_dir\n");
/external/wpa_supplicant_8/wpa_supplicant/dbus/
Ddbus_new_introspect.c67 const struct wpa_dbus_argument *args, int include_dir) in add_entry() argument
78 include_dir ? (arg->dir == ARG_IN ? "in" : "out") : in add_entry()
/external/opencv3/cmake/
DOpenCVDetectPython.cmake19 # include_dir (variable): Output of found Python include dir
27 debug_library include_path include_dir include_dir2 packages_path
212 set(${include_dir} "${_include_dir}" CACHE PATH "Python include dir")
/external/llvm/cmake/modules/
DAddOCaml.cmake81 foreach( include_dir ${LLVM_INCLUDE_DIR} ${LLVM_MAIN_INCLUDE_DIR} )
82 set(c_flags "${c_flags} -I${include_dir}")
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py2997 include_dir, include_base = os.path.split(_DropCommonSuffixes(include))
2999 include_dir == target_dir or
3000 include_dir == os.path.normpath(target_dir + '/../public')):
/external/libvpx/libvpx/tools/
Dcpplint.py3548 include_dir, include_base = os.path.split(_DropCommonSuffixes(include))
3550 include_dir == target_dir or
3551 include_dir == os.path.normpath(target_dir + '/../public')):
/external/dbus/bus/
Dconfig-parser.c2202 include_dir (BusConfigParser *parser, in include_dir() function
2465 if (!include_dir (parser, &full_path, error)) in bus_config_parser_content()
/external/pcre/dist/
DChangeLog1926 17. Nobody had reported that the --include_dir option, which was added in
1929 left --include_dir as an undocumented synonym, and the same for
2640 5. Added the --include_dir and --exclude_dir patterns to pcregrep, and used
/external/dbus/
DChangeLog.pre-1-04601 (include_dir): Add directory to conf_dirs list