/trusty/user/app/storage/ |
D | block_set.c | 135 struct block_set* set) { in block_set_print_ranges() argument 142 block_tree_walk(tr, &set->block_tree, 0, true, &path); in block_set_print_ranges() 151 if (!block_range_empty(set->initial_range)) { in block_set_print_ranges() 154 block_set_print_range(set->initial_range, &split_line); in block_set_print_ranges() 164 void block_set_print(struct transaction* tr, struct block_set* set) { in block_set_print() argument 166 block_tree_print(tr, &set->block_tree); in block_set_print() 167 block_set_print_ranges(tr, set); in block_set_print() 181 struct block_set* set) { in block_set_check_ranges() argument 187 block_tree_walk(tr, &set->block_tree, 0, true, &path); in block_set_check_ranges() 220 bool block_set_check(struct transaction* tr, struct block_set* set) { in block_set_check() argument [all …]
|
D | block_set.h | 70 void block_set_print(struct transaction* tr, struct block_set* set); 71 bool block_set_check(struct transaction* tr, struct block_set* set); 74 struct block_set* set, 77 struct block_set* set, 80 struct block_set* set, 84 struct block_set* set, 89 struct block_set* set, 97 struct block_set* set, 101 struct block_set* set, 105 struct block_set* set, [all …]
|
D | block_allocator.c | 243 struct block_set* set; in find_free_block() local 294 list_for_every_entry(&tr->fs->allocated, set, struct block_set, node) { in find_free_block() 295 block = block_set_find_next_block(tr, set, block, false); in find_free_block() 319 list_for_every_entry(&tr->fs->allocated, set, struct block_set, in find_free_block() 322 printf("%s: allocated %p\n", __func__, set); in find_free_block() 324 block_set_print(tr, set); in find_free_block()
|
D | README.md | 6 app). Open files support read, write, get-size and set-size operations. There is 74 The free set B+ tree list every free block in the file system as a set of 92 complete it uses three block sets (the same storage format as the free set 95 set. Blocks that will be needed are stored in allocated, and blocks that should 96 be added to the free set are stored in freed. To allow concurrent transactions
|
D | transaction.c | 44 struct block_set* set, in transaction_check_free() argument 52 free_range = block_set_find_next_range(tr, set, next_block); in transaction_check_free()
|
D | super.c | 569 static void fs_init_free_set(struct fs* fs, struct block_set* set); 655 static void fs_init_free_set(struct fs* fs, struct block_set* set) { in fs_init_free_set() argument 660 block_set_add_initial_range(set, range); in fs_init_free_set()
|
/trusty/device/arm/generic-arm64/project/qemu/ |
D | lldbinit | 3 breakpoint set -n trusty_thread_start -C trusty_thread_start_hook 5 breakpoint set -n relocate_kernel -C relocate_kernel_hook
|
/trusty/vendor/google/aosp/scripts/ |
D | trusty_build_config.py | 62 self.flags = set() 63 self.set(**flags) 65 def set(self, **flags): member in TrustyPortTestFlags 135 self.need.set(**need) 150 self.need.set(**need) 207 flags = set() 213 self.need.set(**need)
|
D | build-config | 27 # # If enabled is set to True or ommitted, add projects to list of 28 # # projects to build. If enabled is set to False, remove projects from
|
D | test-map | 27 # # If enabled is set to True or ommitted, add projects to list of 28 # # projects to build. If enabled is set to False, remove projects from 216 # Timeout is set to 15 minutes due to b/258851590. 376 # # trusty/external/trusty needs to properly set 384 androidtest(name="keymint-set-attestation-keys",
|
D | build.py | 580 test_names = set() 581 duplicates = set() 644 test_obj["needs"] += list(set(test_obj["needs"])) 807 built_projects = set()
|
/trusty/kernel/lib/syscall/stubgen/ |
D | stubgen.py | 187 BUILTIN_TYPES = set(['char', 'int', 'long', 'void']) 287 struct_types = set()
|
/trusty/user/base/lib/sancov/ |
D | exemptlist | 25 # TODO: ipc-unittest makes assumptions about the set of open handles, which
|
/trusty/user/base/lib/stats/ |
D | stats.cpp | 42 atom_value.set<value_type>(value_args); \
|
/trusty/vendor/google/aosp/ide/vscode/ |
D | README.md | 30 Before starting, go ahead and set your breakpoints by clicking to the left of
|
/trusty/user/app/keymaster/ |
D | trusty_keymaster_context.cpp | 81 AuthorizationSet* set, in UpgradeIntegerTag() argument 83 int index = set->find(tag); in UpgradeIntegerTag() 86 set->push_back(keymaster_key_param_t{.tag = tag, .integer = value}); in UpgradeIntegerTag() 90 if (set->params[index].integer > value) { in UpgradeIntegerTag() 94 if (set->params[index].integer != value) { in UpgradeIntegerTag() 96 set->params[index].integer = value; in UpgradeIntegerTag()
|
/trusty/user/app/keymint/ |
D | keymaster_attributes.rs | 154 self.cached_size.set(my_size); in compute_size() 676 self.cached_size.set(my_size); in compute_size() 955 self.cached_size.set(my_size); in compute_size() 1138 self.cached_size.set(my_size); in compute_size()
|
/trusty/user/base/make/ |
D | README.md | 20 makefiles for a full list of the relevant variables that can be set in
|
/trusty/vendor/google/aosp/ |
D | pylintrc | 152 # (useful for classes with attributes dynamically set). This supports can work 156 # List of members which are set dynamically and missed by pylint inference
|