Searched defs:dirs (Results 1 - 25 of 38) sorted by relevance

12

/external/clang/test/CodeGenCXX/
H A D2004-11-27-ExceptionCleanupAssertion.cpp13 Strongbad dirs[] = { Strongbad(0) + 1}; local
/external/e2fsprogs/lib/ss/
H A Dhelp.c138 register char **dirs; local
150 dirs = info->info_dirs;
151 for (n_dirs = 0; dirs[n_dirs] != (char *)NULL; n_dirs++)
153 dirs = (char **)realloc((char *)dirs,
155 if (dirs == (char **)NULL) {
160 info->info_dirs = dirs;
161 dirs[n_dirs + 1] = (char *)NULL;
162 dirs[n_dirs] = malloc((unsigned)strlen(info_dir)+1);
163 strcpy(dirs[n_dir
[all...]
/external/elfutils/tests/
H A Dget-files.c87 const char *const *dirs; local
89 if (dwarf_getsrcdirs (files, &dirs, &ndirs) != 0)
96 if (dirs[0] == NULL)
97 puts (" dirs[0] = (null)");
99 printf (" dirs[0] = \"%s\"\n", dirs[0]);
101 printf (" dirs[%zu] = \"%s\"\n", i, dirs[i]);
/external/webkit/Tools/CodeCoverage/
H A Drun-generate-coverage-data48 for root, dirs, files in os.walk(src):
88 dirs and needs to do substituting.
150 for root, dirs, files in os.walk(base_path):
189 def analyze_coverage(sources,data,dirs,runid,base):
193 dirs Where to take a look for gcov files
198 gcov = collect_cov(base,dirs)
221 dirs = {} variable
224 if not dir in dirs:
225 dirs[dir] = {}
227 if not dep in dirs[di
[all...]
/external/apache-harmony/
H A DAndroid.mk39 define harmony-test-resource-dirs
43 $(call harmony-test-resource-dirs,$(harmony_test_dirs)) \
44 $(call harmony-test-resource-dirs,luni)
/external/dbus/bus/
H A Ddir-watch-kqueue.c47 static char *dirs[MAX_DIRS_TO_WATCH]; variable
174 if (dirs[j] && strcmp (new_dirs[i], dirs[j]) == 0)
177 new_dirs[i] = dirs[j];
179 dirs[j] = NULL;
193 dbus_free (dirs[j]);
195 dirs[j] = NULL;
250 dirs[i] = new_dirs[i];
H A Ddir-watch-inotify.c46 static char *dirs[MAX_DIRS_TO_WATCH]; variable
125 if (dirs[j] && strcmp (new_dirs[i], dirs[j]) == 0)
128 new_dirs[i] = dirs[j];
130 dirs[j] = NULL;
144 dbus_free (dirs[j]);
146 dirs[j] = NULL;
190 dirs[i] = new_dirs[i];
H A Dconfig-parser-trivial.c174 DBusList *dirs; local
175 dirs = NULL;
177 if (!_dbus_get_standard_system_servicedirs (&dirs))
183 while ((link = _dbus_list_pop_first_link (&dirs)))
250 /* append the dynamic char string to service dirs */
352 DBusList **dirs; local
400 /* check dirs return value is okay */
401 dirs = bus_config_parser_get_service_dirs (parser);
402 if (dirs == NULL)
404 _dbus_warn ("Service dirs ar
[all...]
H A Dbus.c499 DBusList **dirs; local
570 dirs = bus_config_parser_get_service_dirs (parser);
590 if (!bus_activation_reload (context->activation, &full_address, dirs, error))
595 context->activation = bus_activation_new (context, &full_address, dirs, error);
H A Dconfig-parser.c818 DBusList *dirs; local
819 dirs = NULL;
830 if (!_dbus_get_standard_session_servicedirs (&dirs))
836 while ((link = _dbus_list_pop_first_link (&dirs)))
844 DBusList *dirs; local
845 dirs = NULL;
856 if (!_dbus_get_standard_system_servicedirs (&dirs))
862 while ((link = _dbus_list_pop_first_link (&dirs)))
3260 DBusList *dirs; local
3289 dirs
3386 DBusList *dirs; local
[all...]
/external/bluetooth/glib/gio/tests/
H A Dg-file.c400 const struct TestPathsWithOper dirs[] = local
426 for (i = 0; i < G_N_ELEMENTS (dirs); i++)
428 char *s = get_relative_path (dirs[i].use_uri, dirs[i].equal, dirs[i].path1, dirs[i].path2);
429 if (dirs[i].equal)
430 g_assert_cmpstr (s, ==, dirs[i].path3);
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp169 // Add the multilib dirs
222 // just prior C include dirs.
236 // Add dirs specified via 'configure --with-c-include-dirs'.
239 SmallVector<StringRef, 5> dirs; local
240 CIncludeDirs.split(dirs, ":");
241 for (SmallVectorImpl<StringRef>::iterator i = dirs.begin();
242 i != dirs.end();
524 // Since dupes of system dirs are rare, just rescan to find the original
/external/dbus/dbus/
H A Ddbus-sysdeps.c254 * @param dirs string with pathes
255 * @param suffix string concated to each path in dirs
260 _dbus_split_paths_and_append (DBusString *dirs, argument
275 len = _dbus_string_get_length (dirs);
277 while (_dbus_string_find (dirs, start, _DBUS_PATH_SEPARATOR, &i))
284 if (!_dbus_string_copy_len (dirs,
332 if (!_dbus_string_copy_len (dirs,
H A Ddbus-sysdeps-unix.c3398 * @param dirs the directory list we are returning
3403 _dbus_get_standard_session_servicedirs (DBusList **dirs) argument
3461 dirs))
3487 * @param dirs the directory list we are returning
3492 _dbus_get_standard_system_servicedirs (DBusList **dirs) argument
3527 dirs))
H A Ddbus-sysdeps-win.c2779 * @param dirs the directory list we are returning
2784 _dbus_get_standard_session_servicedirs (DBusList **dirs) argument
2827 dirs))
2852 * @param dirs the directory list we are returning
2857 _dbus_get_standard_system_servicedirs (DBusList **dirs) argument
2859 *dirs = NULL;
/external/elfutils/libdw/
H A Ddwarf_getsrclines.c621 const char **dirs = (void *) &files->info[nfilelist]; local
634 dirs[i] = dirarray[i]->dir;
635 dirs[ndirlist] = NULL;
/external/elfutils/libdwfl/
H A Dlinux-kernel-modules.c498 char *dirs[2] = { NULL, NULL }; local
499 if (asprintf (&dirs[0], MODNOTESFMT, mod->name) < 0)
502 FTS *fts = fts_open (dirs, FTS_NOSTAT | FTS_LOGICAL, NULL);
505 free (dirs[0]);
541 free (dirs[0]);
/external/chromium/base/
H A Dmime_util_xdg.cc148 // Set directories to search for icons to the comma-separated list |dirs|.
149 bool SetDirectories(const std::string& dirs);
369 bool IconTheme::SetDirectories(const std::string& dirs) { argument
373 while ((epos = dirs.find(',', pos)) != std::string::npos) {
374 TrimWhitespaceASCII(dirs.substr(pos, epos - pos), TRIM_ALL, &dir);
382 TrimWhitespaceASCII(dirs.substr(pos), TRIM_ALL, &dir);
/external/clang/include/clang/Lex/
H A DHeaderSearch.h217 void SetSearchPaths(const std::vector<DirectoryLookup> &dirs, argument
220 assert(angledDirIdx <= systemDirIdx && systemDirIdx <= dirs.size() &&
222 SearchDirs = dirs;
/external/bluetooth/glib/gio/
H A Dgcontenttype.c651 const char * const* dirs; local
665 dirs = g_get_system_data_dirs ();
667 for (i = 0; dirs[i] != NULL; i++)
669 comment = load_comment_for_mime_helper (dirs[i], basename);
1060 const char * const* dirs; local
1070 dirs = g_get_system_data_dirs ();
1072 for (i = 0; dirs[i] != NULL; i++)
1073 enumerate_mimetypes_dir (dirs[i], mimetypes);
1328 const gchar * const * dirs; local
1347 dirs
[all...]
H A Dgdesktopappinfo.c354 const char * const *dirs; local
358 dirs = get_applications_search_path ();
362 for (i = 0; dirs[i] != NULL; i++)
367 filename = g_build_filename (dirs[i], desktop_id, NULL);
378 filename = g_build_filename (dirs[i], basename, NULL);
2049 const char * const *dirs; local
2056 dirs = get_applications_search_path ();
2062 for (i = 0; dirs[i] != NULL; i++)
2063 get_apps_from_dir (apps, dirs[i], "");
2093 GList *dirs; /* mimeinf member in struct:__anon772
2507 const char * const *dirs; local
[all...]
/external/bluetooth/glib/glib/
H A Dgkeyfile.c290 /* Iterates through all the directories in *dirs trying to
297 const gchar **dirs,
308 if (dirs == NULL)
311 data_dirs = dirs;
359 "found in search dirs"));
296 find_file_in_data_dirs(const gchar *file, const gchar **dirs, gchar **output_file, GError **error) argument
/external/clang/lib/Driver/
H A DToolChains.cpp2162 SmallVector<StringRef, 5> dirs; local
2163 CIncludeDirs.split(dirs, ":");
2164 for (SmallVectorImpl<StringRef>::iterator I = dirs.begin(), E = dirs.end();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...

Completed in 377 milliseconds

12