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

1 2 3 4 5

  /external/clang/test/CodeGenCXX/
2004-11-27-ExceptionCleanupAssertion.cpp 13 Strongbad dirs[] = { Strongbad(0) + 1}; local
  /frameworks/native/opengl/tests/
Android.mk 0 dirs := \
24 dirs += \
39 dirs += \
44 include $(call all-named-subdir-makefiles, $(dirs))
1 dirs := \\ macro
  /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...]
  /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/openssl/crypto/x509/
by_dir.c 92 STACK_OF(BY_DIR_ENTRY) *dirs;
167 a->dirs=NULL;
201 if (a->dirs != NULL)
202 sk_BY_DIR_ENTRY_pop_free(a->dirs, by_dir_entry_free);
230 for (j=0; j < sk_BY_DIR_ENTRY_num(ctx->dirs); j++)
232 ent = sk_BY_DIR_ENTRY_value(ctx->dirs, j);
237 if (j < sk_BY_DIR_ENTRY_num(ctx->dirs))
239 if (ctx->dirs == NULL)
241 ctx->dirs = sk_BY_DIR_ENTRY_new_null();
242 if (!ctx->dirs)
    [all...]
  /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]);
  /frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/
ObbBackupService.java 130 final ArrayList<File> dirs = new ArrayList<File>();
132 dirs.add(rootDir);
133 while (!dirs.isEmpty()) {
134 File dir = dirs.remove(0);
138 if (f.isDirectory()) dirs.add(f);
  /frameworks/native/cmds/installd/
installd.c 257 if (android_system_dirs.dirs[i].path != NULL) {
258 free(android_system_dirs.dirs[i].path);
262 free(android_system_dirs.dirs);
299 android_system_dirs.dirs = calloc(android_system_dirs.count, sizeof(dir_rec_t));
300 if (android_system_dirs.dirs == NULL) {
301 ALOGE("Couldn't allocate array for dirs; aborting\n");
306 if (get_path_from_env(&android_system_dirs.dirs[0], "ANDROID_ROOT") < 0) {
311 // append "app/" to dirs[0]
312 char *system_app_path = build_string2(android_system_dirs.dirs[0].path, APP_SUBDIR);
313 android_system_dirs.dirs[0].path = system_app_path
    [all...]
installd.h 93 dir_rec_t* dirs; member in struct:__anon20002
121 cache_dir_t** dirs; member in struct:__anon20004
  /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++) {
  /system/extras/ext4_utils/
contents.h 37 u32 dirs);
  /external/openssl/crypto/engine/
eng_dyn.c 145 /* Whether to never use 'dirs', use 'dirs' as a fallback, or only use
146 * 'dirs' for loading. Default is to use 'dirs' as a fallback. */
149 STACK_OF(OPENSSL_STRING) *dirs;
176 if(ctx->dirs)
177 sk_OPENSSL_STRING_pop_free(ctx->dirs, int_free_str);
206 c->dirs = sk_OPENSSL_STRING_new_null();
207 if(!c->dirs)
396 sk_OPENSSL_STRING_insert(ctx->dirs, tmp_str, -1)
    [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/compiler-rt/make/
lib_util.mk 46 # Helper function to select the right set of dirs in generic priority order.
53 # Helper function to select the right set of dirs in optimized priority order.
60 # Helper function to select the right set of dirs (which should be exactly one)
  /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) {
  /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/idegen/src/com/android/idegen/
DirectorySearch.java 102 ImmutableList<File> dirs = findSourceDirs(child); local
103 builder.addAll(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/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/clang/include/clang/Lex/
HeaderSearch.h 236 void SetSearchPaths(const std::vector<DirectoryLookup> &dirs,
239 assert(angledDirIdx <= systemDirIdx && systemDirIdx <= dirs.size() &&
241 SearchDirs = dirs;
  /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) {
  /frameworks/base/core/java/android/text/
Layout.java 688 Directions dirs = getLineDirections(line); local
689 if (dirs == DIRS_ALL_LEFT_TO_RIGHT || dirs == DIRS_ALL_RIGHT_TO_LEFT) {
693 int[] runs = dirs.mDirections;
718 Directions dirs = getLineDirections(line); local
719 if (dirs == DIRS_ALL_LEFT_TO_RIGHT) {
722 if (dirs == DIRS_ALL_RIGHT_TO_LEFT) {
725 int[] runs = dirs.mDirections;
1057 Directions dirs = getLineDirections(line); local
1382 Directions dirs = getLineDirections(line); local
    [all...]
  /bootable/recovery/
recovery.cpp 544 char** dirs = (char**)malloc(d_alloc * sizeof(char*)); local
561 dirs = (char**)realloc(dirs, d_alloc * sizeof(char*));
563 dirs[d_size] = (char*)malloc(name_len + 2);
564 strcpy(dirs[d_size], de->d_name);
565 dirs[d_size][name_len] = '/';
566 dirs[d_size][name_len+1] = '\0';
580 qsort(dirs, d_size, sizeof(char*), compare_string);
583 // append dirs to the zips list
588 memcpy(zips + z_size, dirs, d_size * sizeof(char*))
    [all...]

Completed in 660 milliseconds

1 2 3 4 5