/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/dwarf2/ |
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
|
/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 | 627 char** dirs = (char**)malloc(d_alloc * sizeof(char*)); local 644 dirs = (char**)realloc(dirs, d_alloc * sizeof(char*)); 646 dirs[d_size] = (char*)malloc(name_len + 2); 647 strcpy(dirs[d_size], de->d_name); 648 dirs[d_size][name_len] = '/'; 649 dirs[d_size][name_len+1] = '\0'; 663 qsort(dirs, d_size, sizeof(char*), compare_string); 666 // append dirs to the zips list 671 memcpy(zips + z_size, dirs, d_size * sizeof(char*)) [all...] |
/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 | 254 void SetSearchPaths(const std::vector<DirectoryLookup> &dirs, 257 assert(angledDirIdx <= systemDirIdx && systemDirIdx <= dirs.size() && 259 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++) {
|
/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/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);
|
/prebuilts/devtools/tools/ |
draw9patch.bat | 46 call %java_exe% -Djava.ext.dirs=%frameworkdir% -jar %jarpath% %*
|
/sdk/hierarchyviewer/etc/ |
hierarchyviewer1.bat | 46 call %java_exe% -Xmx512m -Djava.ext.dirs=%frameworkdir% -Dhierarchyviewer.adb= -jar %jarpath% %*
|
/external/chromium/base/ |
mime_util_xdg.cc | 148 // Set directories to search for icons to the comma-separated list |dirs|. 149 bool SetDirectories(const std::string& dirs); 369 bool IconTheme::SetDirectories(const std::string& dirs) { 373 while ((epos = dirs.find(',', pos)) != std::string::npos) { 374 TrimWhitespaceASCII(dirs.substr(pos, epos - pos), TRIM_ALL, &dir); 382 TrimWhitespaceASCII(dirs.substr(pos), TRIM_ALL, &dir);
|
/external/chromium_org/base/nix/ |
mime_util_xdg.cc | 147 // Set directories to search for icons to the comma-separated list |dirs|. 148 bool SetDirectories(const std::string& dirs); 365 bool IconTheme::SetDirectories(const std::string& dirs) { 369 while ((epos = dirs.find(',', pos)) != std::string::npos) { 370 TrimWhitespaceASCII(dirs.substr(pos, epos - pos), TRIM_ALL, &dir); 378 TrimWhitespaceASCII(dirs.substr(pos), TRIM_ALL, &dir);
|
/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]);
|
/ndk/sources/host-tools/make-3.81/ |
read.c | 2841 register char **dirs = (char **) xmalloc ((5 + defsize) * sizeof (char *)); local [all...] |
/frameworks/native/cmds/installd/ |
utils.c | 455 cache_dir_t** newDirs = (cache_dir_t**)_cache_realloc(cache, cache->dirs, 458 ALOGE("Failure growing cache dirs array for %s\n", name); 462 cache->dirs = newDirs; 464 cache->dirs[cache->numDirs] = dir; 742 cache_dir_t* dir = cache->dirs[i-1]; 774 CACHE_NOISY(ALOGI("clear_cache_files: %d dirs, %d files\n", cache->numDirs, cache->numFiles)); 777 cache_dir_t* dir = cache->dirs[i]; 804 const size_t dir_len = android_system_dirs.dirs[i].len; 805 if (!strncmp(path, android_system_dirs.dirs[i].path, dir_len)) {
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/ |
mount_test.cc | 91 struct dirent dirs[2]; local 93 EXPECT_EQ(0, root->GetDents(0, dirs, sizeof(dirs), &len));
|
/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/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) {
|
/external/clang/lib/Frontend/ |
InitHeaderSearch.cpp | 188 // Add the multilib dirs 243 // just prior C include dirs. 257 // Add dirs specified via 'configure --with-c-include-dirs'. 260 SmallVector<StringRef, 5> dirs; local 261 CIncludeDirs.split(dirs, ":"); 262 for (SmallVectorImpl<StringRef>::iterator i = dirs.begin(); 263 i != dirs.end(); 544 // Since dupes of system dirs are rare, just rescan to find the original
|
/system/extras/ext4_utils/ |
make_ext4fs.c | 122 u32 dirs = 0; local 198 dirs++; 239 dirs++; 242 inode = make_directory(dir_inode, entries, dentries, dirs);
|
/external/bison/build-aux/ |
gendocs.sh | 134 dirs= # -I's directories. 147 -I) shift; commonarg="$commonarg -I '$1'"; dirs="$dirs $1";; 216 @dirs = qw($dirs); 224 for my $d (@dirs) {
|
/external/chromium_org/chrome/browser/resources/task_manager/ |
includes.js | 59 // In test harness mode we load resources from relative dirs.
|
/packages/apps/Email/ |
Android.mk | 39 # (the default package target doesn't seem to deal with multiple asset dirs)
|