/external/minijail/ |
platform2_preinstall.sh | 10 include_dir=$2 14 -e "s:@INCLUDE_DIR@:${include_dir}:g" \
|
/external/skia/infra/bots/assets/chromebook_arm_gles/ |
create.py | 47 include_dir = os.path.join(target_dir, 'include') 48 os.mkdir(include_dir) 49 shutil.copytree('/usr/include/EGL', os.path.join(include_dir, 'EGL')) 50 shutil.copytree('/usr/include/KHR', os.path.join(include_dir, 'KHR')) 51 shutil.copytree('/usr/include/GLES2', os.path.join(include_dir, 'GLES2')) 52 shutil.copytree('/usr/include/GLES3', os.path.join(include_dir, 'GLES3'))
|
/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/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/fmtlib/doc/ |
build.py | 63 include_dir = kwargs.get('include_dir', 91 '''.format(include_dir, doxyxml_dir).encode('UTF-8'))
|
/external/fmtlib/support/ |
manage.py | 152 include_dir = env.fmt_repo.dir 154 include_dir = os.path.join(include_dir, 'fmt') 157 include_dir=include_dir, work_dir=env.build_dir)
|
/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) { 744 my $include_dir = shift(@include_dirs2); 745 print("Include dirs: $include_dir\n"); 746 foreach my $include_dir (@include_dirs2) { 747 print(" $include_dir\n"); [all...] |
/external/python/cpython2/Tools/ssl/ |
test_multiple_versions.py | 91 def include_dir(self): member in class:BuildSSL 191 env["CPPFLAGS"] = "-I{}".format(self.include_dir)
|
/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/libvpx/libvpx/tools/ |
cpplint.py | [all...] |
/tools/repohooks/tools/ |
cpplint.py | [all...] |