HomeSort by relevance Sort by last modified time
    Searched refs:dirs (Results 26 - 50 of 381) sorted by null

12 3 4 5 6 7 8 91011>>

  /frameworks/native/cmds/installd/tests/
installd_utils_test.cpp 66 android_system_dirs.dirs = (dir_rec_t*) calloc(android_system_dirs.count, sizeof(dir_rec_t));
67 android_system_dirs.dirs[0].path = TEST_SYSTEM_DIR1;
68 android_system_dirs.dirs[0].len = strlen(TEST_SYSTEM_DIR1);
70 android_system_dirs.dirs[1].path = TEST_SYSTEM_DIR2;
71 android_system_dirs.dirs[1].len = strlen(TEST_SYSTEM_DIR2);
75 free(android_system_dirs.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/apache-harmony/
Android.mk 30 define harmony-test-resource-dirs
34 harmony_test_resource_dirs := $(call harmony-test-resource-dirs,$(harmony_test_dirs))
  /external/chromium_org/third_party/webrtc/modules/audio_processing/test/
apmtest.m 179 dirs = dir(inpath);
182 for i=3:length(dirs) % skip . and ..
183 nDirs = nDirs + dirs(i).isdir;
303 for i=3:length(dirs)
304 if dirs(i).isdir
305 [nErr, nCases] = recurseDir([inpath dirs(i).name '/'], outpath, ...
306 refpath,[outfile '_' dirs(i).name], progname, opt, ...
  /external/webrtc/src/modules/audio_processing/test/
apmtest.m 179 dirs = dir(inpath);
182 for i=3:length(dirs) % skip . and ..
183 nDirs = nDirs + dirs(i).isdir;
303 for i=3:length(dirs)
304 if dirs(i).isdir
305 [nErr, nCases] = recurseDir([inpath dirs(i).name '/'], outpath, ...
306 refpath,[outfile '_' dirs(i).name], progname, opt, ...
  /ndk/sources/host-tools/make-3.81/glob/
glob.c 857 glob_t dirs;
863 errfunc, &dirs);
870 for (i = 0; i < dirs.gl_pathc; ++i)
881 globfree (&dirs);
889 status = glob_in_dir (filename, dirs.gl_pathv[i],
899 globfree (&dirs);
905 if (prefix_array (dirs.gl_pathv[i],
909 globfree (&dirs);
936 dirs.gl_pathc + 1) *
940 globfree (&dirs);
856 glob_t dirs; local
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/
dwarf2-line.c 186 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, pathname, dirlen
    [all...]
dwarf2-dbgfmt.c 88 dbgfmt_dwarf2->dirs =
123 if (dbgfmt_dwarf2->dirs[i])
124 yasm_xfree(dbgfmt_dwarf2->dirs[i]);
125 yasm_xfree(dbgfmt_dwarf2->dirs);
dwarf2-dbgfmt.h 43 char **dirs; member in struct:yasm_dbgfmt_dwarf2
  /external/chromium_org/chrome/browser/extensions/
extension_garbage_collector_unittest.cc 79 base::FileEnumerator dirs(extensions_install_dir(),
83 while (!dirs.Next().empty())
  /development/tools/rmtypedefs/src/com/android/tools/rmtypedefs/
RmTypeDefs.java 71 List<File> dirs = new ArrayList<File>(); local
91 dirs.add(file);
105 for (File dir : dirs) {
  /frameworks/base/core/java/android/text/
Layout.java 690 Directions dirs = getLineDirections(line); local
691 if (dirs == DIRS_ALL_LEFT_TO_RIGHT || dirs == DIRS_ALL_RIGHT_TO_LEFT) {
695 int[] runs = dirs.mDirections;
720 Directions dirs = getLineDirections(line); local
721 if (dirs == DIRS_ALL_LEFT_TO_RIGHT) {
724 if (dirs == DIRS_ALL_RIGHT_TO_LEFT) {
727 int[] runs = dirs.mDirections;
1058 Directions dirs = getLineDirections(line); local
1383 Directions dirs = getLineDirections(line); local
    [all...]
  /bootable/recovery/
recovery.cpp 549 char** dirs = (char**)malloc(d_alloc * sizeof(char*)); local
566 dirs = (char**)realloc(dirs, d_alloc * sizeof(char*));
568 dirs[d_size] = (char*)malloc(name_len + 2);
569 strcpy(dirs[d_size], de->d_name);
570 dirs[d_size][name_len] = '/';
571 dirs[d_size][name_len+1] = '\0';
585 qsort(dirs, d_size, sizeof(char*), compare_string);
588 // append dirs to the zips list
593 memcpy(zips + z_size, dirs, d_size * sizeof(char*))
    [all...]
  /external/ltrace/
prototype.c 386 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);
  /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/clang/include/clang/Lex/
HeaderSearch.h 272 void SetSearchPaths(const std::vector<DirectoryLookup> &dirs,
275 assert(angledDirIdx <= systemDirIdx && systemDirIdx <= dirs.size() &&
277 SearchDirs = dirs;
  /build/tools/atree/
files.cpp 438 vector<string> dirs; local
460 dirs.push_back(entry);
465 for (vector<string>::iterator it=dirs.begin(); it!=dirs.end(); it++) {
  /dalvik/dx/etc/
mainDexClasses.bat 99 call "%java_exe%" -Djava.ext.dirs="%frameworkdir%" com.android.multidex.ClassReferenceListBuilder "%tmpJar%" "%params%"
102 call "%java_exe%" -Djava.ext.dirs="%frameworkdir%" com.android.multidex.ClassReferenceListBuilder "%tmpJar%" "%params%" 1>"%output%"
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-parser.h 123 HAMT *dirs; member in struct:yasm_parser_gas
  /external/elfutils/0.153/src/
addr2line.c 305 const char *const *dirs; local
307 if (dwarf_getsrcdirs (files, &dirs, &ndirs) == 0
308 && dirs[0] != NULL)
310 comp_dir = dirs[0];
  /external/iputils/
tftpd.c 94 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);
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 645 int dirs = 0, files = 0; local
651 dirs++;
664 if (expectedDirs != dirs) {
665 fprintf(stderr, "expected %d dirs, but found %d\n", expectedDirs, dirs);
  /frameworks/native/cmds/installd/
installd.h 95 dir_rec_t* dirs; member in struct:__anon38708
123 cache_dir_t** dirs; member in struct:__anon38710
utils.c 567 cache_dir_t** newDirs = (cache_dir_t**)_cache_realloc(cache, cache->dirs,
570 ALOGE("Failure growing cache dirs array for %s\n", name);
574 cache->dirs = newDirs;
576 cache->dirs[cache->numDirs] = dir;
854 cache_dir_t* dir = cache->dirs[i-1];
886 CACHE_NOISY(ALOGI("clear_cache_files: %d dirs, %d files\n", cache->numDirs, cache->numFiles));
889 cache_dir_t* dir = cache->dirs[i];
943 const size_t dir_len = android_system_dirs.dirs[i].len;
944 if (!strncmp(path, android_system_dirs.dirs[i].path, dir_len)) {
945 return validate_path(android_system_dirs.dirs + i, path)
    [all...]
  /prebuilts/devtools/tools/
draw9patch.bat 46 call "%java_exe%" "-Djava.ext.dirs=%frameworkdir%" -jar %jarpath% %*

Completed in 1046 milliseconds

12 3 4 5 6 7 8 91011>>