Searched refs:include_dir (Results 1 - 10 of 10) sorted by relevance
/external/chromium_org/third_party/mesa/src/scons/ |
H A D | 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/mesa3d/scons/ |
H A D | 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/chromium_org/tools/gyp/pylib/gyp/generator/ |
H A D | eclipse.py | 85 A list including all the include_dir's specified for every target followed 115 include_dir = line.strip() 116 if include_dir not in compiler_includes_list: 117 compiler_includes_list.append(include_dir) 138 include_dir = cflag[2:] 139 if include_dir not in compiler_includes_list: 140 compiler_includes_list.append(include_dir) 146 for include_dir in include_dirs: 147 include_dir = include_dir [all...] |
H A D | xcode.py | 1201 for include_dir in configuration.get('mac_framework_dirs', []): 1202 xcbc.AppendBuildSetting('FRAMEWORK_SEARCH_PATHS', include_dir) 1203 for include_dir in configuration.get('include_dirs', []): 1204 xcbc.AppendBuildSetting('HEADER_SEARCH_PATHS', include_dir)
|
/external/valgrind/main/cachegrind/ |
H A D | 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 [all...] |
/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
H A D | dbus_new_introspect.c | 65 const struct wpa_dbus_argument *args, int include_dir) 76 include_dir ? (arg->dir == ARG_IN ? "in" : "out") : 64 add_entry(struct wpabuf *xml, const char *type, const char *name, const struct wpa_dbus_argument *args, int include_dir) argument
|
/external/valgrind/main/callgrind/ |
H A D | 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"); 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 [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/tools/ |
H A D | cpplint.py | 3548 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/compiler-rt/lib/sanitizer_common/scripts/ |
H A D | cpplint.py | 2997 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/ |
H A D | cpplint.py | 3548 include_dir, include_base = os.path.split(_DropCommonSuffixes(include)) 3550 include_dir == target_dir or 3551 include_dir == os.path.normpath(target_dir + '/../public')):
|
Completed in 431 milliseconds