| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/bin/ |
| analyze-build | 10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 11 sys.path.append(os.path.dirname(this_dir))
|
| analyze-c++ | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.dirname(this_dir))
|
| analyze-cc | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.dirname(this_dir))
|
| intercept-build | 10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 11 sys.path.append(os.path.dirname(this_dir))
|
| intercept-c++ | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.dirname(this_dir))
|
| intercept-cc | 9 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 10 sys.path.append(os.path.dirname(this_dir))
|
| scan-build | 10 this_dir = os.path.dirname(os.path.realpath(__file__)) variable 11 sys.path.append(os.path.dirname(this_dir))
|
| /src/external/gpl2/texinfo/dist/info/ |
| dir.c | 81 char *this_dir; local 104 while ((this_dir = extract_colon_unit (infopath, &path_index))) 110 if (*this_dir == '~') 114 tilde_expanded_dirname = tilde_expand_word (this_dir); 115 if (tilde_expanded_dirname != this_dir) 117 free (this_dir); 118 this_dir = tilde_expanded_dirname; 129 char *fullpath = xmalloc (3 + strlen (this_dir) + namelen); 131 strcpy (fullpath, this_dir); 155 free (this_dir); [all...] |
| /src/external/gpl2/mkhybrid/dist/ |
| multi.c | 810 void FDECL3(merge_remaining_entries, struct directory *, this_dir, 836 strcpy(whole_path, this_dir->de_name); 870 merge_old_directory_into_tree(pnt[i], this_dir); 873 pnt[i]->next = this_dir->contents; 874 pnt[i]->filedir = this_dir; 875 this_dir->contents = pnt[i]; 899 for(s_entry = this_dir->contents; s_entry; s_entry = s_entry->next) 928 for(s_entry = this_dir->contents; s_entry; s_entry = s_entry->next) 938 pnt[ttbl_index]->next = this_dir->contents; 939 pnt[ttbl_index]->filedir = this_dir; 961 struct directory * this_dir, *next_brother; local [all...] |
| tree.c | 155 static int FDECL1(sort_n_finish, struct directory *, this_dir) 175 if(this_dir->dir_flags & INHIBIT_ISO9660_ENTRY) 189 if( (this_dir->dir_flags & (DIR_HAS_DOT | DIR_HAS_DOTDOT)) != 192 attach_dot_entries(this_dir, &fstatbuf); 196 s_entry = this_dir->contents; 300 this_dir->whole_name, SPATH_SEPARATOR, 333 this_dir->whole_name, SPATH_SEPARATOR, 371 && (reloc_dir != this_dir) 372 && (this_dir->extent == 0) ) 377 for (s_entry = this_dir->contents; s_entry; s_entry = s_entry->next [all...] |
| joliet.c | 699 static int FDECL1(joliet_sort_n_finish, struct directory *, this_dir) 705 if(this_dir != reloc_dir && this_dir->dir_flags & INHIBIT_JOLIET_ENTRY) 710 for(s_entry = this_dir->contents; s_entry; s_entry = s_entry->next) 745 if (this_dir == root && strlen(s_entry->name) == 1) 783 if( (this_dir->dir_flags & INHIBIT_JOLIET_ENTRY) != 0 ) 788 this_dir->jcontents = this_dir->contents; 789 status = joliet_sort_directory(&this_dir->jcontents); 795 s_entry = this_dir->jcontents [all...] |
| mkisofs.h | 337 extern int DECL(scan_directory_tree,(struct directory * this_dir,
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/cases/ |
| test_exec_anatomy.py | 45 this_dir, _ = os.path.split(__file__) 46 source_dir = os.path.normpath(os.path.join(this_dir, '..', 'exec'))
|
| __init__.py | 24 this_dir, _ = os.path.split(__file__) 25 path = os.path.normpath(os.path.join(this_dir, '..', 'src'))
|
| test_from_cdb.py | 17 this_dir, _ = os.path.split(__file__) 18 path = os.path.normpath(os.path.join(this_dir, '..', 'src'))
|
| /src/external/apache2/llvm/dist/llvm/utils/ |
| demangle_tree.py | 90 this_dir = context.pending_objs[0][0] 91 ordered_dirs.append(this_dir) 97 dir_results[this_dir] = re 98 re.file = this_dir
|
| /src/external/gpl3/gdb.old/dist/gdbserver/ |
| thread-db.cc | 686 char *this_dir = this_dir_up.get (); local 690 this_dir_len = strlen (this_dir); 692 if (strncmp (this_dir, "$pdir", pdir_len) == 0 693 && (this_dir[pdir_len] == '\0' 694 || this_dir[pdir_len] == '/')) 700 else if (strcmp (this_dir, "$sdir") == 0) 710 if (try_thread_db_load_from_dir (this_dir, this_dir_len))
|
| /src/external/gpl3/gdb/dist/gdbserver/ |
| thread-db.cc | 686 char *this_dir = this_dir_up.get (); local 690 this_dir_len = strlen (this_dir); 692 if (strncmp (this_dir, "$pdir", pdir_len) == 0 693 && (this_dir[pdir_len] == '\0' 694 || this_dir[pdir_len] == '/')) 700 else if (strcmp (this_dir, "$sdir") == 0) 710 if (try_thread_db_load_from_dir (this_dir, this_dir_len))
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| linux-thread-db.c | 1140 const char *this_dir = this_dir_up.get (); 1144 this_dir_len = strlen (this_dir); 1146 if (strncmp (this_dir, "$pdir", pdir_len) == 0 1147 && (this_dir[pdir_len] == '\0' 1148 || this_dir[pdir_len] == '/')) 1153 if (this_dir[pdir_len] == '/') 1155 subdir_holder = std::string (this_dir + pdir_len + 1); 1162 else if (strcmp (this_dir, "$sdir") == 0) 1172 if (try_thread_db_load_from_dir (this_dir, this_dir_len)) 1139 const char *this_dir = this_dir_up.get (); local
|
| /src/external/gpl3/gdb/dist/gdb/ |
| linux-thread-db.c | 1137 const char *this_dir = this_dir_up.get (); 1141 this_dir_len = strlen (this_dir); 1143 if (strncmp (this_dir, "$pdir", pdir_len) == 0 1144 && (this_dir[pdir_len] == '\0' 1145 || this_dir[pdir_len] == '/')) 1150 if (this_dir[pdir_len] == '/') 1152 subdir_holder = std::string (this_dir + pdir_len + 1); 1159 else if (strcmp (this_dir, "$sdir") == 0) 1169 if (try_thread_db_load_from_dir (this_dir, this_dir_len)) 1136 const char *this_dir = this_dir_up.get (); local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-loop-distribution.cc | 2133 int res, this_dir = 1; 2148 this_dir = -this_dir; 2153 this_dir = 0; 2167 this_dir = 2; 2180 this_dir = 2; 2192 this_dir = -this_dir; 2193 this_dir = -this_dir; [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-loop-distribution.cc | 2077 int res, this_dir = 1; 2092 this_dir = -this_dir; 2097 this_dir = 0; 2111 this_dir = 2; 2124 this_dir = 2; 2136 this_dir = -this_dir; 2137 this_dir = -this_dir; [all...] |