Home
last modified time | relevance | path

Searched defs:add_operation (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pdfium/xfa/fde/
H A Dcfde_texteditengine.cpp227 RecordOperation add_operation) { in Insert()
782 RecordOperation add_operation) { in DeleteSelectedText()
791 RecordOperation add_operation) { in Delete()
/aosp_15_r20/external/crosvm/cros_async/src/sys/linux/
H A Dfd_executor.rs245 fn add_operation( in add_operation() method
/aosp_15_r20/external/pytorch/torch/backends/_nnapi/
H A Dserializer.py525 def add_operation(self, opcode, inputs, outputs): member in _NnapiSerializer