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

12

/external/clang/test/CodeGenCXX/
H A D2004-11-27-ExceptionCleanupAssertion.cpp13 Strongbad dirs[] = { Strongbad(0) + 1}; local
/external/lldb/source/Host/
H A DAndroid.mk5 dirs := common macro
8 dirs += macosx
12 dirs += linux
16 dirs += freebsd
19 subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, $(dirs)))
/external/lldb/source/Plugins/
H A DAndroid.mk5 dirs := \ macro
31 dirs += \
42 dirs += \
51 dirs += \
58 subdirs := $(addprefix $(LOCAL_PATH)/,$(addsuffix /Android.mk, $(dirs)))
/external/elfutils/src/tests/
H A Dget-files.c79 const char *const *dirs; local
81 if (dwarf_getsrcdirs (files, &dirs, &ndirs) != 0)
88 if (dirs[0] == NULL)
89 puts (" dirs[0] = (null)");
91 printf (" dirs[0] = \"%s\"\n", dirs[0]);
93 printf (" dirs[%zu] = \"%s\"\n", i, dirs[i]);
/external/apache-harmony/
H A DAndroid.mk30 define harmony-test-resource-dirs
34 harmony_test_resource_dirs := $(call harmony-test-resource-dirs,$(harmony_test_dirs))
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py3/
H A Dshell.py301 def dirs(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): function
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py3/
H A Dshell.py301 def dirs(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): function
/external/e2fsprogs/lib/ss/
H A Dhelp.c132 register char **dirs; local
144 dirs = info->info_dirs;
145 for (n_dirs = 0; dirs[n_dirs] != (char *)NULL; n_dirs++)
147 dirs = (char **)realloc((char *)dirs,
149 if (dirs == (char **)NULL) {
154 info->info_dirs = dirs;
155 dirs[n_dirs + 1] = (char *)NULL;
156 dirs[n_dirs] = malloc((unsigned)strlen(info_dir)+1);
157 strcpy(dirs[n_dir
[all...]
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/_setup/py2/
H A Dshell.py384 dirs, nondirs = [], []
387 dirs.append(name)
392 yield top, dirs, nondirs
393 for name in dirs:
399 yield top, dirs, nondirs
428 def dirs(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): function
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rjsmin/_setup/py2/
H A Dshell.py384 dirs, nondirs = [], []
387 dirs.append(name)
392 yield top, dirs, nondirs
393 for name in dirs:
399 yield top, dirs, nondirs
428 def dirs(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): function
/external/google-breakpad/src/common/dwarf/
H A Dfunctioninfo.cc50 std::vector<string>* dirs,
53 dirs_(dirs) {
54 // The dirs and files are 1 indexed, so just make sure we put
56 assert(dirs->size() == 0);
58 dirs->push_back("");
49 CULineInfoHandler(std::vector<SourceFileInfo>* files, std::vector<string>* dirs, LineMap* linemap) argument
H A Dfunctioninfo.h73 // This class is a basic line info handler that fills in the dirs,
81 std::vector<string>* dirs,
113 std::vector<string>* dirs,
120 : files_(files), dirs_(dirs), linemap_(linemap),
112 CUFunctionInfoHandler(std::vector<SourceFileInfo>* files, std::vector<string>* dirs, LineMap* linemap, FunctionMap* offset_to_funcinfo, FunctionMap* address_to_funcinfo, CULineInfoHandler* linehandler, const SectionMap& sections, ByteReader* reader) argument
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DAntJarProcessor.java34 private Set<String> dirs = new HashSet<String>(); field in class:AntJarProcessor
85 if (dirs.add(dir)) {
105 dirs.clear();
/external/ltrace/sysdeps/linux-gnu/
H A Dhooks.c48 add_dir(struct vect *dirs, const char *str1, const char *str2) argument
52 && VECT_PUSHBACK(dirs, &dir) < 0)
61 struct vect *dirs = data; local
63 add_dir(dirs, entry->pathname, "/ltrace");
82 static struct vect dirs; local
92 *retp = VECT_ELEMENT(&dirs, const char *, 0);
94 *retp = VECT_ELEMENT(&dirs, const char *,
101 VECT_INIT(&dirs, char *);
132 add_dir(&dirs, xdg_home, "/ltrace");
134 add_dir(&dirs, hom
[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/skia/gm/
H A Dconvex_all_line_paths.cpp266 const SkPath::Direction dirs[2] = { SkPath::kCW_Direction, SkPath::kCCW_Direction }; local
273 SkPath path = GetPath(index, (int) i, dirs[i%2]);
/external/clang/lib/Frontend/
H A DInitHeaderSearch.cpp188 // Add the multilib dirs
245 // just prior C include dirs.
259 // Add dirs specified via 'configure --with-c-include-dirs'.
262 SmallVector<StringRef, 5> dirs; local
263 CIncludeDirs.split(dirs, ":");
264 for (SmallVectorImpl<StringRef>::iterator i = dirs.begin();
265 i != dirs.end();
567 // Since dupes of system dirs are rare, just rescan to find the original
/external/elfutils/src/libdwfl/
H A Dlinux-kernel-modules.c563 char *dirs[2] = { NULL, NULL }; local
564 if (asprintf (&dirs[0], MODNOTESFMT, mod->name) < 0)
567 FTS *fts = fts_open (dirs, FTS_NOSTAT | FTS_LOGICAL, NULL);
570 free (dirs[0]);
606 free (dirs[0]);
/external/elfutils/src/libdw/
H A Ddwarf_getsrclines.c688 const char **dirs = (void *) &files->info[nfilelist]; local
701 dirs[i] = dirarray[i]->dir;
702 dirs[ndirlist] = NULL;
/external/elfutils/src/src/
H A Daddr2line.c338 const char *const *dirs; local
340 if (dwarf_getsrcdirs (files, &dirs, &ndirs) == 0
341 && dirs[0] != NULL)
343 comp_dir = dirs[0];
/external/jetty/src/java/org/eclipse/jetty/util/
H A DScanner.java170 * @deprecated use setScanDirs(List dirs) instead
190 public void setScanDirs (List<File> dirs) argument
193 _scanDirs.addAll(dirs);
283 * @param dirs
285 public void setReportDirs(boolean dirs) argument
287 _reportDirs=dirs;
/external/ltrace/
H A Dprototype.c386 const char **dirs = NULL; local
387 if (os_get_config_dirs(private, &dirs) < 0
388 || dirs == NULL)
391 for (; *dirs != NULL; ++dirs) {
392 struct protolib *plib = consider_config_dir(cache, *dirs, key);
/external/squashfs-tools/squashfs-tools/
H A Dunsquashfs.h185 struct dir_ent *dirs; member in struct:dir
/external/clang/include/clang/Lex/
H A DHeaderSearch.h276 void SetSearchPaths(const std::vector<DirectoryLookup> &dirs, argument
279 assert(angledDirIdx <= systemDirIdx && systemDirIdx <= dirs.size() &&
281 SearchDirs = dirs;
/external/skia/src/gpu/
H A DGrContext.cpp1184 SkPath::Direction dirs[2]; local
1185 if (!path.isNestedFillRects(rects, dirs)) {
1189 if (SkPath::kWinding_FillType == path.getFillType() && dirs[0] == dirs[1]) {

Completed in 696 milliseconds

12