/system/tools/hidl/docs/src/writer/elements/ |
D | MethodElement.kt | 34 val sb = StringBuilder() in <lambda>() constant 78 val sb = StringBuilder() in <lambda>() constant 101 val sb = StringBuilder() in <lambda>() constant 130 val sb = StringBuilder() in <lambda>() constant
|
D | CompoundElement.kt | 30 val sb = StringBuilder() in <lambda>() constant 43 val sb = StringBuilder() in <lambda>() constant
|
D | EnumElement.kt | 34 val sb = StringBuilder() in <lambda>() constant
|
D | AbstractElement.kt | 54 val sb = StringBuilder() in <lambda>() constant
|
/system/core/libutils/ |
D | SharedBuffer.cpp | 37 SharedBuffer* sb = static_cast<SharedBuffer *>(malloc(sizeof(SharedBuffer) + size)); in alloc() local 59 SharedBuffer* sb = alloc(mSize); in edit() local 83 SharedBuffer* sb = alloc(newSize); in editResize() local 103 SharedBuffer* sb = alloc(new_size); in reset() local
|
D | VectorImpl.cpp | 88 const SharedBuffer* sb = SharedBuffer::bufferFromData(mStorage); in editArrayImpl() local 344 SharedBuffer* sb = SharedBuffer::alloc(new_allocation_size); in setCapacity() local 369 const SharedBuffer* sb = SharedBuffer::bufferFromData(mStorage); in release_storage() local 416 SharedBuffer* sb = cur_sb->editResize(new_alloc_size); in _grow() local 423 SharedBuffer* sb = SharedBuffer::alloc(new_alloc_size); in _grow() local 483 SharedBuffer* sb = cur_sb->editResize(new_capacity * mItemSize); in _shrink() local 490 SharedBuffer* sb = SharedBuffer::alloc(new_capacity * mItemSize); in _shrink() local
|
/system/tools/hidl/docs/src/writer/files/ |
D | InterfaceFileWriter.kt | 32 val sb = StringBuilder() in replaceVars() constant 57 val sb = StringBuilder() in buildDeclaration() constant
|
D | AbstractParserFileWriter.kt | 37 val sb = StringBuilder() in replaceVars() constant
|
D | IndexFileWriter.kt | 73 val sb = StringBuilder() in <lambda>() constant 163 val sb = StringBuilder() in <lambda>() constant
|
/system/tools/hidl/docs/src/writer/ |
D | formatutils.kt | 59 val sb = StringBuilder() in formatTextasHTML() constant 78 val sb = StringBuilder(summaryRegex.split(s)[0]) in getDescSummaryText() constant
|
/system/extras/squashfs_utils/ |
D | squashfs_utils.c | 43 const struct squashfs_super_block *sb = in squashfs_parse_sb_buffer() local 63 struct squashfs_super_block sb; in squashfs_parse_sb() local
|
/system/extras/ext4_utils/ |
D | ext4_utils.cpp | 92 void read_sb(int fd, struct ext4_super_block *sb) in read_sb() 186 void ext4_parse_sb_info(struct ext4_super_block *sb) in ext4_parse_sb_info() 270 struct ext4_super_block sb; in read_ext() local
|
D | ext4_sb.cpp | 21 int ext4_parse_sb(struct ext4_super_block *sb, struct fs_info *info) in ext4_parse_sb()
|
/system/extras/tests/fstest/ |
D | recovery_test.cpp | 81 bool getSuperBlock(const int blk_fd, struct ext4_super_block* sb) { in getSuperBlock() 102 struct ext4_super_block sb; in setSbErrorBit() local 132 struct ext4_super_block sb; in corruptGdtFreeBlock() local 314 struct ext4_super_block sb; in TEST_F() local
|
/system/tools/hidl/docs/src/lexer/ |
D | HidlLexer.kt | 57 val sb = StringBuilder() in <lambda>() constant
|
D | ILexer.kt | 31 val sb = StringBuilder() in <lambda>() constant
|
/system/extras/pagecache/ |
D | dumpcache.c | 75 static int store_num_cached(const char* fpath, const struct stat *sb) { in store_num_cached() 110 static int scan_entry(const char *fpath, const struct stat *sb, int typeflag, in scan_entry()
|
/system/sepolicy/tools/sepolicy-analyze/ |
D | utils.c | 28 struct stat sb; in load_policy() local
|
/system/tools/hidl/docs/src/parser/elements/declarations/ |
D | EnumDeclarationParser.kt | 56 val sb = StringBuilder() in parseTokens() constant
|
/system/core/libprocessgroup/cgrouprc/ |
D | cgroup_file.cpp | 37 struct stat sb; in LoadRcFile() local
|
/system/extras/f2fs_utils/ |
D | f2fs_sparseblock.c | 35 static void dbg_print_raw_sb_info(struct f2fs_super_block *sb) in dbg_print_raw_sb_info() 189 static int read_f2fs_sb(int fd, struct f2fs_super_block *sb) in read_f2fs_sb() 208 struct f2fs_super_block sb; in get_f2fs_filesystem_size_sec() local 262 int get_valid_checkpoint_info(int fd, struct f2fs_super_block *sb, struct f2fs_checkpoint **cp, st… in get_valid_checkpoint_info() 381 struct f2fs_super_block *sb = NULL; in generate_f2fs_info() local
|
/system/core/libcutils/ |
D | fs.cpp | 50 struct stat sb; in fs_prepare_path_impl() local 208 struct stat sb; in fs_mkdirs() local
|
/system/core/fs_mgr/ |
D | fs_mgr.cpp | 301 static bool read_ext4_superblock(const std::string& blk_device, struct ext4_super_block* sb, in read_ext4_superblock() 334 ext4_super_block sb; in fs_mgr_is_ext4() local 356 const struct ext4_super_block* sb, int* fs_stat) { in tune_quota() 392 const struct ext4_super_block* sb, int* fs_stat) { in tune_reserved_size() 434 const struct ext4_super_block* sb, int* fs_stat) { in tune_encrypt() 460 const struct ext4_super_block* sb, int* fs_stat) { in tune_verity() 531 __le32 sb; in fs_mgr_is_f2fs() local 556 struct ext4_super_block sb; in prepare_fs_for_mount() local 586 struct ext4_super_block sb; in prepare_fs_for_mount() local
|
/system/core/adb/client/ |
D | adb_install.cpp | 191 struct stat sb; in install_app_streamed() local 411 struct stat sb; in install_multiple_app() local 465 struct stat sb; in install_multiple_app() local 645 struct stat sb; in install_multi_package() local
|
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/ |
D | Errors.java | 64 StringBuilder sb = new StringBuilder(); in asString() local
|