HomeSort by relevance Sort by last modified time
    Searched defs:dirs (Results 1 - 25 of 61) sorted by null

1 2 3

  /frameworks/native/opengl/tests/
Android.mk 0 dirs := \
24 dirs += \
39 include $(call all-named-subdir-makefiles, $(dirs))
1 dirs := \\ macro
  /external/clang/test/CodeGenCXX/
2004-11-27-ExceptionCleanupAssertion.cpp 13 Strongbad dirs[] = { Strongbad(0) + 1}; local
  /bootable/recovery/applypatch/
freecache.c 85 const char* dirs[2] = {"/cache", "/cache/recovery/otatest"}; local
88 for (i = 0; i < sizeof(dirs)/sizeof(dirs[0]); ++i) {
89 d = opendir(dirs[i]);
91 printf("error opening %s: %s\n", dirs[i], strerror(errno));
97 strcpy(path, dirs[i]);
  /build/tools/atree/
fs.cpp 55 vector<string> dirs; local
75 dirs.push_back(full);
89 for (vector<string>::iterator it=dirs.begin(); it!=dirs.end(); it++) {
files.cpp 438 vector<string> dirs; local
460 dirs.push_back(entry);
465 for (vector<string>::iterator it=dirs.begin(); it!=dirs.end(); it++) {
  /external/e2fsprogs/lib/ss/
help.c 138 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_dirs], info_dir)
    [all...]
  /external/elfutils/tests/
get-files.c 87 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/
run-generate-coverage-data 48 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[dir]
    [all...]
  /external/apache-harmony/
Android.mk 39 define harmony-test-resource-dirs
43 $(call harmony-test-resource-dirs,$(harmony_test_dirs)) \
44 $(call harmony-test-resource-dirs,luni)
  /external/dbus/bus/
dir-watch-inotify.c 46 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];
dir-watch-kqueue.c 47 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];
config-parser-trivial.c 174 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 are NULL!\n")
    [all...]
  /frameworks/base/cmds/installd/
installd.h 87 dir_rec_t* dirs; member in struct:__anon16794
  /development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DeviceDetailFragment.java 235 File dirs = new File(f.getParent()); local
236 if (!dirs.exists())
237 dirs.mkdirs();
  /external/doclava/src/com/google/doclava/
SampleCode.java 72 TreeSet<String> dirs = new TreeSet<String>(); local
100 dirs.add(name);
110 for (String d : dirs) {
  /libcore/
JavaLibrary.mk 48 define all-core-resource-dirs
54 core_resource_dirs := $(call all-core-resource-dirs,main)
55 test_resource_dirs := $(call all-core-resource-dirs,test)
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/
Serializer.java 220 List<File> dirs = new ArrayList<File>(); local
223 dirs.add(new File(resource.getFile()));
226 for (File directory : dirs) {
  /development/tools/elftree/
elftree.c 95 } *dirs = NULL; variable in typeref:struct:search_dir
102 dir->next = dirs;
103 dirs = dir;
156 for (dir = dirs; dir; dir = dir->next) {
  /external/bluetooth/glib/gio/tests/
g-file.c 400 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/
InitHeaderSearch.cpp 169 // 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
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutDirectionsTest.java 30 private static Directions dirs(int ... dirs) { method in class:StaticLayoutDirectionsTest
31 return new Directions(dirs);
79 dirs(0, 1, 1, LVL1_1),
81 dirs(0, 2, 2, LVL1_1),
82 dirs(0, 1, 2, LVL2_1, 1, LVL1_1),
83 dirs(0, 1, 1, LVL1_1, 2, 1),
84 dirs(0, 1, 3, LVL1_1, 2, LVL2_1, 1, LVL1_1),
85 dirs(0, 1, 4, LVL2_1, 3, LVL1_1, 2, LVL2_1, 1, LVL1_1),
89 dirs(0, LVL1_1, 1, LVL2_1)
    [all...]
  /packages/apps/Phone/src/com/android/phone/sip/
SipProfileDb.java 110 String[] dirs = root.list(); local
111 if (dirs == null) return sipProfileList;
112 for (String dir : dirs) {
  /system/extras/ext4_utils/
make_ext4fs.c 112 u32 dirs = 0; local
176 dirs++;
197 inode = make_directory(dir_inode, entries, dentries, dirs);
  /external/elfutils/libdw/
dwarf_getsrclines.c 621 const char **dirs = (void *) &files->info[nfilelist]; local
634 dirs[i] = dirarray[i]->dir;
635 dirs[ndirlist] = NULL;
  /external/elfutils/libdwfl/
linux-kernel-modules.c 498 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]);

Completed in 1192 milliseconds

1 2 3