/system/core/libsparse/ |
D | simg2simg.c | 51 int files; in main() local 73 files = sparse_file_resparse(s, max_size, NULL, 0); in main() 74 if (files < 0) { in main() 79 out_s = calloc(sizeof(struct sparse_file *), files); in main() 85 files = sparse_file_resparse(s, max_size, out_s, files); in main() 86 if (files < 0) { in main() 91 for (i = 0; i < files; i++) { in main()
|
/system/extras/simpleperf/ |
D | utils.cpp | 49 void GetEntriesInDir(const std::string& dirpath, std::vector<std::string>* files, in GetEntriesInDir() argument 51 if (files != nullptr) { in GetEntriesInDir() 52 files->clear(); in GetEntriesInDir() 72 if (files != nullptr) { in GetEntriesInDir() 73 files->push_back(entry->d_name); in GetEntriesInDir()
|
D | utils.h | 61 void GetEntriesInDir(const std::string& dirpath, std::vector<std::string>* files,
|
D | environment.cpp | 178 std::vector<std::string> files; in GetAllModuleFiles() local 180 GetEntriesInDir(path, &files, &subdirs); in GetAllModuleFiles() 181 for (auto& name : files) { in GetAllModuleFiles()
|
/system/vold/bench/ |
D | benchgen.py | 57 files = {} variable 61 if name not in files: 62 files[name] = File(name, len(files)) 63 return files[name] 299 for f in files.values(): 310 for f in files.values(): 326 size = sum([ f.size for f in files.values() ]) 327 print "Found", len(files), "data files accessed, total size", (size/1024), "kB"
|
/system/bt/doc/ |
D | directory_layout.md | 7 * src/ - All source files for the subsystem. 8 * include/ - All include files for the subsystem. 16 * conf - *Configuration* - Various configuration text files. 21 * include - **Deprecated** - System global include files.
|
/system/core/toolbox/ |
D | ls.c | 437 strlist_t files = STRLIST_INITIALIZER; in listdir() local 453 strlist_append_dup(&files, de->d_name); in listdir() 456 strlist_sort(&files); in listdir() 457 STRLIST_FOREACH(&files, filename, listfile(name, filename, flags)); in listdir() 458 strlist_done(&files); in listdir() 546 strlist_t files = STRLIST_INITIALIZER; in ls_main() local 571 strlist_append_dup(&files, argv[i]); in ls_main() 575 if (files.count > 0) { in ls_main() 576 STRLIST_FOREACH(&files, path, { in ls_main() 581 strlist_done(&files); in ls_main()
|
/system/media/camera/docs/ |
D | README.md | 6 Many files can be generated from XML, such as the documentation (html/pdf), 14 * Tidy - Cleans up the XML/HTML files.
|
/system/extras/perfprofd/ |
D | perfprofd.conf | 12 config_directory=/data/data/com.google.android.gms/files
|
/system/core/adb/tests/ |
D | test_adb.py | 105 files = {} 122 files[file_handle.name] = HostFile(file_handle, md5) 123 return files 127 files = {} 145 files[full_path] = DeviceFile(dev_md5, full_path) 146 return files
|
/system/core/libutils/ |
D | README | 26 Overlay packages are special .apk files which provide no code but 55 How resources are bundled in .apk files 57 Android .apk files are .zip files, usually housing .dex code, 63 * assets: uncompressed, raw files packaged as part of an .apk and 64 explicitly referenced by filename. These files are 121 resource.arsc files. Normally, this forest is structured as follows, 275 0x706d6469 # magic: all idmap files begin with this constant
|
/system/extras/tests/sdcard/ |
D | README | 39 This test will write 1000kbyte (1M) files using writes of 100kbytes (so 10 writes per file) using 40 only 1 process for 100 times (100 files will be written on the sdcard).
|
D | sdcard_perf_test.cpp | 645 int dirs = 0, files = 0; in testTraverse() local 654 files++; in testTraverse() 670 if (expectedFiles != files) { in testTraverse() 671 fprintf(stderr, "expected %d files, but found %d\n", expectedFiles, files); in testTraverse()
|
/system/core/ |
D | NOTICE | 43 These files are Copyright 2007 Nuance Communications, but released under 53 These files are Copyright 1998 - 2009 PacketVideo, but released under 82 These files are Copyright 2003-2010 VisualOn, but released under 92 These files are Copyright (C) 2004-2010 NXP Software and 124 source, and configuration files. 193 (b) You must cause any modified files to carry prominent notices 194 stating that You changed the files; and 278 Unicode Data Files include all data files under the directories 298 a copy of the Unicode data files and any associated documentation (the
|
/system/core/healthd/ |
D | Android.mk | 67 $(foreach _img, $(call find-subdir-subdir-files, "images", "*.png"), \
|
/system/core/fastboot/ |
D | fastboot.cpp | 580 int files = sparse_file_resparse(s, max_size, NULL, 0); in load_sparse_files() local 581 if (files < 0) { in load_sparse_files() 585 …se_file** out_s = reinterpret_cast<sparse_file**>(calloc(sizeof(struct sparse_file *), files + 1)); in load_sparse_files() 590 files = sparse_file_resparse(s, max_size, out_s, files); in load_sparse_files() 591 if (files < 0) { in load_sparse_files()
|
/system/core/liblog/ |
D | event.logtags | 34 # TODO: generate ".java" and ".h" files with integer constants from this file.
|
/system/core/logd/ |
D | event.logtags | 34 # TODO: generate ".java" and ".h" files with integer constants from this file.
|
/system/core/adb/ |
D | SYNC.TXT | 27 LIST - List the files in a folder 39 Lists files in the directory specified by the remote filename. The server will
|
/system/core/fs_mgr/ |
D | fs_mgr_verity.c | 510 static const char *files[] = { in was_verity_restart() local 517 for (i = 0; files[i]; ++i) { in was_verity_restart() 518 if (check_verity_restart(files[i])) { in was_verity_restart()
|
/system/extras/ksmutils/ |
D | NOTICE | 41 source, and configuration files. 110 (b) You must cause any modified files to carry prominent notices 111 stating that You changed the files; and
|
/system/core/init/ |
D | NOTICE | 41 source, and configuration files. 110 (b) You must cause any modified files to carry prominent notices 111 stating that You changed the files; and
|
/system/extras/showslab/ |
D | NOTICE | 41 source, and configuration files. 110 (b) You must cause any modified files to carry prominent notices 111 stating that You changed the files; and
|
/system/extras/libpagemap/ |
D | NOTICE | 41 source, and configuration files. 110 (b) You must cause any modified files to carry prominent notices 111 stating that You changed the files; and
|
/system/core/logcat/ |
D | NOTICE | 41 source, and configuration files. 110 (b) You must cause any modified files to carry prominent notices 111 stating that You changed the files; and
|