Home
last modified time | relevance | path

Searched refs:operations (Results 1 – 25 of 103) sorted by relevance

12345

/system/security/keystore2/src/km_compat/
Dslot_test.cpp84 std::vector<std::shared_ptr<IKeyMintOperation>> operations; in TEST() local
88 operations.push_back(std::get<BeginResult>(result).operation); in TEST()
100 auto last = operations.back(); in TEST()
101 operations.pop_back(); in TEST()
109 operations.push_back(std::get<BeginResult>(result).operation); in TEST()
124 last = operations.back(); in TEST()
125 operations.pop_back(); in TEST()
130 operations.push_back(std::get<BeginResult>(result).operation); in TEST()
164 operations.clear(); in TEST()
/system/update_engine/payload_generator/
Dcow_size_estimator.cc106 const google::protobuf::RepeatedPtrField<InstallOperation>& operations, in EstimateCowSize() argument
118 target_fd, operations, merge_operations, block_size, &cow_writer)); in EstimateCowSize()
125 const google::protobuf::RepeatedPtrField<InstallOperation>& operations, in CowDryRun() argument
130 const auto converted = ConvertToCowOperations(operations, merge_operations); in CowDryRun()
133 for (const auto& op : operations) { in CowDryRun()
Dcow_size_estimator.h32 const google::protobuf::RepeatedPtrField<InstallOperation>& operations,
41 const google::protobuf::RepeatedPtrField<InstallOperation>& operations,
Dmerge_sequence_generator.cc162 std::set<CowMergeOperation> operations(lower_it, upper_it); in FindDependency() local
163 auto it = operations.find(op); in FindDependency()
164 if (it != operations.end()) { in FindDependency()
166 operations.erase(it); in FindDependency()
168 auto ret = merge_after.emplace(op, std::move(operations)); in FindDependency()
Dcow_size_estimator_stub.cc24 const google::protobuf::RepeatedPtrField<InstallOperation>& operations, in EstimateCowSize() argument
/system/core/libutils/
DLruCache_fuzz.cpp36 static const std::vector<std::function<void(FuzzedDataProvider*, FuzzCache*)>> operations = { variable
69 uint8_t op = dataProvider.ConsumeIntegral<uint8_t>() % operations.size(); in LLVMFuzzerTestOneInput()
70 operations[op](&dataProvider, &cache); in LLVMFuzzerTestOneInput()
DLooper_fuzz.cpp40 std::vector<std::function<void(FuzzedDataProvider*, sp<Looper>, Pipe)>> operations = { variable
78 uint8_t op = dataProvider.ConsumeIntegralInRange<uint8_t>(0, operations.size() - 1); in LLVMFuzzerTestOneInput()
79 operations[op](&dataProvider, looper, pipeObj); in LLVMFuzzerTestOneInput()
DString16_fuzz.cpp24 operations = { variable
79 operations[index](dataProvider, str1, str2); in callFunc()
104 uint8_t op = dataProvider.ConsumeIntegralInRange<uint8_t>(0, operations.size() - 1); in LLVMFuzzerTestOneInput()
DString8_fuzz.cpp31 operations = { variable
208 operations[index](dataProvider, str1, str2); in callFunc()
225 uint8_t op = dataProvider.ConsumeIntegralInRange<uint8_t>(0, operations.size() - 1); in LLVMFuzzerTestOneInput()
226 operations[op](&dataProvider, &str_one_utf8, &str_two_utf8); in LLVMFuzzerTestOneInput()
/system/core/fs_mgr/libsnapshot/corpus/
Dlaunch_device.txt53 operations {
66 operations {
79 operations {
/system/update_engine/common/
Dcow_operation_convert.cc29 ::chromeos_update_engine::InstallOperation>& operations, in ConvertToCowOperations()
62 for (const auto& operation : operations) { in ConvertToCowOperations()
Dcow_operation_convert_unittest.cc86 void AddOperation(OperationList* operations, in AddOperation() argument
90 auto&& op = operations->Add(); in AddOperation()
100 void AddMergeOperation(MergeOplist* operations, in AddMergeOperation() argument
104 auto&& op = operations->Add(); in AddMergeOperation()
Dcow_operation_convert.h52 ::chromeos_update_engine::InstallOperation>& operations,
/system/update_engine/scripts/
Dpayload_info.py76 len(partition.operations))
128 def _DisplayOps(self, name, operations): argument
154 for op_count, op in enumerate(operations):
177 for curr_op in partition.operations:
216 partition.operations)
/system/sepolicy/prebuilts/api/27.0/private/
Dmls13 # Process read operations: No read up unless trusted.
17 # Process write operations: Require equivalence unless trusted.
25 # Create/relabel operations: Subject must be equivalent to object unless
44 # Create/relabel operations: Subject must be equivalent to object unless
66 # Read operations: Subject must dominate object unless the subject
74 # Write operations: Subject must be equivalent to the object unless the
/system/sepolicy/prebuilts/api/28.0/private/
Dmls13 # Process read operations: No read up unless trusted.
17 # Process write operations: Require equivalence unless trusted.
25 # Create/relabel operations: Subject must be equivalent to object unless
44 # Create/relabel operations: Subject must be equivalent to object unless
66 # Read operations: Subject must dominate object unless the subject
74 # Write operations: Subject must be equivalent to the object unless the
/system/sepolicy/prebuilts/api/26.0/private/
Dmls13 # Process read operations: No read up unless trusted.
17 # Process write operations: Require equivalence unless trusted.
25 # Create/relabel operations: Subject must be equivalent to object unless
44 # Create/relabel operations: Subject must be equivalent to object unless
66 # Read operations: Subject must dominate object unless the subject
74 # Write operations: Subject must be equivalent to the object unless the
/system/sepolicy/prebuilts/api/30.0/private/
Dmls13 # Process read operations: No read up unless trusted.
17 # Process write operations: Require equivalence unless trusted.
25 # Create/relabel operations: Subject must be equivalent to object unless
44 # Create/relabel operations: Subject must be equivalent to object unless
73 # Read operations: Subject must dominate object unless the subject
81 # Write operations: Subject must be equivalent to the object unless the
/system/sepolicy/prebuilts/api/29.0/private/
Dmls13 # Process read operations: No read up unless trusted.
17 # Process write operations: Require equivalence unless trusted.
25 # Create/relabel operations: Subject must be equivalent to object unless
44 # Create/relabel operations: Subject must be equivalent to object unless
73 # Read operations: Subject must dominate object unless the subject
81 # Write operations: Subject must be equivalent to the object unless the
/system/keymaster/tests/fuzzers/
Dbuffer_fuzz.cpp27 std::vector<std::function<void(keymaster::Buffer*, FuzzedDataProvider*)>> operations = { variable
82 uint8_t op = fdp.ConsumeIntegralInRange<uint8_t>(0, operations.size() - 1); in LLVMFuzzerTestOneInput()
83 operations[op](&fuzzBuffer, &fdp); in LLVMFuzzerTestOneInput()
/system/security/keystore2/src/
Doperation.rs502 operations: Mutex<Vec<Weak<Operation>>>, field
508 Self { operations: Mutex::new(Vec::new()) } in new()
523 let mut operations = self.operations.lock().expect("In create_operation."); in create_operation() localVariable
528 match (*operations).iter_mut().find(|s| { in create_operation()
546 operations.len(), in create_operation()
553 operations.push(Arc::downgrade(&new_op)); in create_operation()
560 self.operations.lock().expect("In OperationDb::get.").get(index).and_then(|op| op.upgrade()) in get()
645 self.operations in prune()
/system/sepolicy/prebuilts/api/31.0/private/
Dmls13 # Process read operations: No read up unless trusted.
17 # Process write operations: Require equivalence unless trusted.
25 # Create/relabel operations: Subject must be equivalent to object unless
44 # Create/relabel operations: Subject must be equivalent to object unless
81 # Read operations: Subject must dominate object unless the subject
90 # Write operations: Subject must be equivalent to the object unless the
/system/sepolicy/private/
Dmls13 # Process read operations: No read up unless trusted.
17 # Process write operations: Require equivalence unless trusted.
25 # Create/relabel operations: Subject must be equivalent to object unless
44 # Create/relabel operations: Subject must be equivalent to object unless
81 # Read operations: Subject must dominate object unless the subject
90 # Write operations: Subject must be equivalent to the object unless the
/system/update_engine/scripts/update_payload/
Dapplier.py484 def _ApplyOperations(self, operations, base_name, old_part_file, argument
498 for op, op_name in common.OperationIter(operations, base_name):
518 def _ApplyToPartition(self, operations, part_name, base_name, argument
553 self._ApplyOperations(operations, base_name, old_part_file,
595 install_operations.append((name, part.operations))
617 for name, operations in install_operations:
620 operations, name, '%s_install_operations' % name, new_parts[name],
Dcommon.py205 def OperationIter(operations, base_name, reverse=False): argument
207 return _ObjNameIter(operations, base_name, reverse=reverse,

12345