HomeSort by relevance Sort by last modified time
    Searched refs:include_dir (Results 1 - 16 of 16) sorted by null

  /external/minijail/
platform2_preinstall.sh 10 include_dir=$2
14 -e "s:@INCLUDE_DIR@:${include_dir}:g" \
  /external/mesa3d/scons/
dxsdk.py 56 include_dir = os.path.join(dxsdk_root, 'Include')
64 env.Prepend(CPPFLAGS = ['-isystem', include_dir])
66 env.Prepend(CPPPATH = [include_dir])
  /external/boringssl/src/crypto/stack/
make_macros.sh 3 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_STACK_OF://' -e 's/ .*//')
98 special_stack_types=$(cat "${include_dir}/stack.h" | grep '^ \* SPECIAL_STACK_OF:' | sed -e 's/.*SPECIAL_STACK_OF://' -e 's/ .*//')
115 clang-format -i "${include_dir}/stack_macros.h"
  /external/v8/tools/gyp/pylib/gyp/generator/
eclipse.py 86 A list including all the include_dir's specified for every target followed
116 include_dir = line.strip()
117 if include_dir not in compiler_includes_list:
118 compiler_includes_list.append(include_dir)
139 include_dir = cflag[2:]
140 if include_dir not in compiler_includes_list:
141 compiler_includes_list.append(include_dir)
147 for include_dir in include_dirs:
148 include_dir = include_dir.replace('$SHARED_INTERMEDIATE_DIR'
    [all...]
xcode.py     [all...]
  /external/boringssl/src/crypto/lhash/
make_macros.sh 3 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/
generate_includes_cpp.py 34 their respective include_dir that are not explicitly ignored.
64 parser.set_usage("""generate_include_cpp out.cpp include_dir
72 for include_dir in args[1:]:
73 include_dirs.append(include_dir.replace("\\", "/"))
  /external/valgrind/cachegrind/
cg_annotate.in 258 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");
739 foreach my $include_dir (@include_dirs) {
740 my $try_name = $include_dir . $src_file;
743 $full_file_name = ($include_dir eq ""
745 : "$include_dir + $src_file");
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 67 const struct wpa_dbus_argument *args, int include_dir)
78 include_dir ? (arg->dir == ARG_IN ? "in" : "out") :
  /external/valgrind/callgrind/
callgrind_annotate.in 308 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");
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
windres.c 102 struct include_dir struct
104 struct include_dir *next;
108 static struct include_dir *include_dirs;
187 struct include_dir *d;
766 struct include_dir *n, **pp;
  /art/tools/
cpplint.py     [all...]
  /external/compiler-rt/lib/sanitizer_common/scripts/
cpplint.py     [all...]
  /external/dbus/bus/
config-parser.c 2202 include_dir (BusConfigParser *parser, function
    [all...]
  /external/libvpx/libvpx/tools/
cpplint.py     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
cpplint.py     [all...]

Completed in 730 milliseconds