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

1 2 3

  /build/tools/lsd/
cmdline.h 9 char ***dirs,
cmdline.c 56 char ***dirs,
68 ASSERT(dirs);
69 *dirs = NULL;
112 *dirs = (char **)REALLOC(*dirs, size * sizeof(char *));
114 SET_STRING_OPTION(((*dirs) + *num_dirs));
  /build/tools/apriori/
cmdline.h 12 char ***dirs,
cmdline.c 70 char ***dirs,
83 ASSERT(dirs); *dirs = NULL;
164 SET_REPEATED_STRING_OPTION(dirs, num_dirs, dirs_size);
  /dalvik/libcore-disabled/SoundTest/
Android.mk 11 #define all-core-resource-dirs
15 #LOCAL_JAVA_RESOURCE_DIRS := $(call all-core-resource-dirs)
  /external/openssl/crypto/x509/
by_dir.c 85 char **dirs; member in struct:lookup_dir_st
160 a->dirs=NULL;
174 if (a->dirs[i] != NULL) OPENSSL_free(a->dirs[i]);
175 if (a->dirs != NULL) OPENSSL_free(a->dirs);
205 if (strlen(ctx->dirs[j]) == (size_t)len &&
206 strncmp(ctx->dirs[j],ss,(unsigned int)len) == 0)
222 memcpy(pp,ctx->dirs,(ctx->num_dirs_alloced-10)*
226 if (ctx->dirs != NULL
    [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...]
  /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 53 vector<string> dirs; local
73 dirs.push_back(full);
87 for (vector<string>::iterator it=dirs.begin(); it!=dirs.end(); it++) {
files.cpp 390 vector<string> dirs; local
412 dirs.push_back(entry);
417 for (vector<string>::iterator it=dirs.begin(); it!=dirs.end(); it++) {
  /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 *dirs; member in struct:st_dynamic_data_ctx
176 if(ctx->dirs)
177 sk_pop_free(ctx->dirs, int_free_str);
206 c->dirs = sk_new_null();
207 if(!c->dirs)
396 sk_insert(ctx->dirs, tmp_str, -1)
    [all...]
  /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);
  /sdk/sdkmanager/app/etc/
android.bat 45 rem Get the current content of java.ext.dirs so that we can add to it instead of replacing
46 for /f %%a in ('%java_exe% -jar lib\archquery.jar java.ext.dirs') do set orig_java_ext_dirs=%%a
66 rem jar_path and swt_path are relative to PWD so we don't need to adjust them, just change dirs.
84 call %java_exe% -Djava.ext.dirs=%java_ext_dirs% -Dcom.android.sdkmanager.toolsdir="%tools_dir%" -Dcom.android.sdkmanager.workdir="%work_dir%" -jar %jar_path% %*
  /build/tools/droiddoc/src/
SampleCode.java 68 TreeSet<String> dirs = new TreeSet<String>(); local
97 dirs.add(name);
107 for (String d: dirs) {
  /dalvik/libcore/
JavaLibrary.mk 33 define all-core-resource-dirs
39 core_resource_dirs := $(call all-core-resource-dirs,main)
43 test_resource_dirs := $(call all-core-resource-dirs,test)
NativeCode.mk 26 define all-core-native-dirs
57 core_native_dirs := $(strip $(call all-core-native-dirs,main))
  /external/bluetooth/glib/gio/
gcontenttype.c 651 const char * const* dirs; local
665 dirs = g_get_system_data_dirs ();
667 for (i = 0; dirs[i] != NULL; i++)
669 comment = load_comment_for_mime_helper (dirs[i], basename);
1060 const char * const* dirs; local
1070 dirs = g_get_system_data_dirs ();
1072 for (i = 0; dirs[i] != NULL; i++)
1073 enumerate_mimetypes_dir (dirs[i], mimetypes);
1328 const gchar * const * dirs; local
1347 dirs = g_get_system_data_dirs ()
    [all...]
gdesktopappinfo.c 354 const char * const *dirs; local
358 dirs = get_applications_search_path ();
362 for (i = 0; dirs[i] != NULL; i++)
367 filename = g_build_filename (dirs[i], desktop_id, NULL);
378 filename = g_build_filename (dirs[i], basename, NULL);
2049 const char * const *dirs; local
2093 GList *dirs; \/* mimeinfo.cache and defaults.list *\/ member in struct:__anon1174
2507 const char * const *dirs; local
    [all...]
  /cts/tests/core/
ctscore.mk 37 $(PACKAGE_RESOURCES): PRIVATE_RESOURCE_DIRS := $(call all-core-resource-dirs,test)
  /cts/tools/host/etc/
cts.bat 64 call java %java_debug% -Djava.ext.dirs=%frameworkdir% -Djava.library.path=%libdir% -Dcom.android.cts.bindir= -jar %jarpath% %argument%
  /sdk/apkbuilder/etc/
apkbuilder.bat 48 call %java_exe% -Djava.ext.dirs=%frameworkdir% -Djava.library.path=%libdir% -jar %jarpath% %*
  /sdk/draw9patch/etc/
draw9patch.bat 46 call %java_exe% -Djava.ext.dirs=%frameworkdir% -jar %jarpath% %*
  /sdk/hierarchyviewer/etc/
hierarchyviewer.bat 46 call %java_exe% -Xmx512m -Djava.ext.dirs=%frameworkdir% -Dhierarchyviewer.adb= -jar %jarpath% %*
  /sdk/layoutopt/app/etc/
layoutopt.bat 52 call %java_exe% %java_debug% -Djava.ext.dirs=%javaextdirs% -jar %jarpath% %*
  /frameworks/base/core/java/android/text/
Layout.java 747 Directions dirs = getLineDirections(line); local
756 for (int i = 0; i < dirs.mDirections.length; i++) {
757 int there = here + dirs.mDirections[i];
893 Directions dirs = getLineDirections(line); local
925 for (int i = 0; i < dirs.mDirections.length; i++) {
926 int there = here + dirs.mDirections[i];
993 Directions dirs = getLineDirections(line); local
1202 Directions dirs = getLineDirections(line); local
    [all...]

Completed in 1784 milliseconds

1 2 3