Searched defs:dirs (Results 1 - 25 of 39) 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/apache-harmony/
H A DAndroid.mk34 define harmony-test-resource-dirs
38 $(call harmony-test-resource-dirs,$(harmony_test_dirs)) \
39 $(call harmony-test-resource-dirs,luni)
/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
H A Dmount_test.cc91 struct dirent dirs[2]; local
93 EXPECT_EQ(0, root->GetDents(0, dirs, sizeof(dirs), &len));
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
H A Ddwarf2-dbgfmt.h43 char **dirs; member in struct:yasm_dbgfmt_dwarf2
H A Ddwarf2-line.c186 if (strncmp(dbgfmt_dwarf2->dirs[dir-1], pathname, dirlen) == 0
187 && dbgfmt_dwarf2->dirs[dir-1][dirlen] == '\0')
194 dbgfmt_dwarf2->dirs = yasm_xrealloc(dbgfmt_dwarf2->dirs,
197 dbgfmt_dwarf2->dirs[dir-1] = yasm__xstrndup(pathname, dirlen);
489 char **dirs,
499 if (strncmp(dirs[fn->dir-1], pathname, dirlen) != 0 ||
500 dirs[fn->dir-1][dirlen] != '\0')
539 dbgfmt_dwarf2->dirs, pathname, dirlen,
545 dbgfmt_dwarf2->dirs, pathnam
488 dwarf2_filename_equals(const dwarf2_filename *fn, char **dirs, const char *pathname, unsigned long dirlen, const char *filename) argument
[all...]
/external/iputils/
H A Dtftpd.c94 char *dirs[MAXARG+1]; variable
120 dirs[n++] = *av++;
299 if (!*dirs) {
300 syslog(LOG_ERR, "no dirs");
303 snprintf(fnamebuf, sizeof(fnamebuf)-1, "%s/%s", *dirs, filename);
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp188 // Add the multilib dirs
243 // just prior C include dirs.
257 // Add dirs specified via 'configure --with-c-include-dirs'.
260 SmallVector<StringRef, 5> dirs; local
261 CIncludeDirs.split(dirs, ":");
262 for (SmallVectorImpl<StringRef>::iterator i = dirs.begin();
263 i != dirs.end();
544 // Since dupes of system dirs are rare, just rescan to find the original
/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/chromium_org/base/nix/
H A Dmime_util_xdg.cc147 // Set directories to search for icons to the comma-separated list |dirs|.
148 bool SetDirectories(const std::string& dirs);
365 bool IconTheme::SetDirectories(const std::string& dirs) { argument
369 while ((epos = dirs.find(',', pos)) != std::string::npos) {
370 TrimWhitespaceASCII(dirs.substr(pos, epos - pos), TRIM_ALL, &dir);
378 TrimWhitespaceASCII(dirs.substr(pos), TRIM_ALL, &dir);
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
H A Dgas-parser.h123 HAMT *dirs; member in struct:yasm_parser_gas
/external/clang/include/clang/Lex/
H A DHeaderSearch.h254 void SetSearchPaths(const std::vector<DirectoryLookup> &dirs, argument
257 assert(angledDirIdx <= systemDirIdx && systemDirIdx <= dirs.size() &&
259 SearchDirs = dirs;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrContext.cpp1026 SkPath::Direction dirs[2]; local
1027 if (!path.isNestedRects(rects, dirs)) {
1031 if (SkPath::kWinding_FillType == path.getFillType() && dirs[0] == dirs[1]) {
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp830 SkPath::Direction dirs[2]; local
831 bool pred = get_obj<SkPath>(L, 1)->isNestedRects(rects, dirs);
838 lua_pushstring(L, dir2string(dirs[0]));
839 lua_pushstring(L, dir2string(dirs[0]));
/external/skia/src/gpu/
H A DGrContext.cpp1026 SkPath::Direction dirs[2]; local
1027 if (!path.isNestedRects(rects, dirs)) {
1031 if (SkPath::kWinding_FillType == path.getFillType() && dirs[0] == dirs[1]) {
/external/skia/src/utils/
H A DSkLua.cpp830 SkPath::Direction dirs[2]; local
831 bool pred = get_obj<SkPath>(L, 1)->isNestedRects(rects, dirs);
838 lua_pushstring(L, dir2string(dirs[0]));
839 lua_pushstring(L, dir2string(dirs[0]));
/external/clang/lib/Driver/
H A DToolChains.cpp2423 SmallVector<StringRef, 5> dirs; local
2424 CIncludeDirs.split(dirs, ":");
2425 for (SmallVectorImpl<StringRef>::iterator I = dirs.begin(), E = dirs.end();
/external/skia/tests/
H A DPathTest.cpp1452 SkPath::Direction dirs[] = { local
1462 SkASSERT(SK_ARRAY_COUNT(tests) == SK_ARRAY_COUNT(dirs));
1499 expectedDirs[1] = dirs[testIndex];
/external/smali/gradle/wrapper/
H A Dgradle-wrapper.jar ... .io.File distDir java.util.List dirs private java.util.List listDirs (java.io ...
/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 ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.update.configurator_3.3.100.v20100512.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 7816 milliseconds

12