Searched refs:RecordOperation (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/xfa/fde/ |
D | cfde_texteditengine.h | 75 enum class RecordOperation { enum 88 RecordOperation add_operation = RecordOperation::kInsertRecord); 92 RecordOperation add_operation = RecordOperation::kInsertRecord); 150 RecordOperation add_operation = RecordOperation::kInsertRecord);
|
D | cfde_texteditengine.cpp | 33 CFDE_TextEditEngine::RecordOperation::kSkipRecord); in Redo() 38 CFDE_TextEditEngine::RecordOperation::kSkipRecord); in Undo() 58 CFDE_TextEditEngine::RecordOperation::kSkipRecord); in Redo() 63 CFDE_TextEditEngine::RecordOperation::kSkipRecord); in Undo() 266 RecordOperation add_operation) { in Insert() 319 if (add_operation == RecordOperation::kInsertRecord) { in Insert() 794 RecordOperation add_operation) { in DeleteSelectedText() 803 RecordOperation add_operation) { in Delete() 813 if (add_operation == RecordOperation::kInsertRecord) { in Delete() 835 WideString txt = DeleteSelectedText(RecordOperation::kSkipRecord); in ReplaceSelectedText() [all …]
|
/external/perfetto/src/profiling/memory/ |
D | bookkeeping.cc | 84 RecordOperation(sequence_number, {address, timestamp}); in RecordMalloc() 87 void HeapTracker::RecordOperation(uint64_t sequence_number, in RecordOperation() function in perfetto::profiling::HeapTracker
|
D | bookkeeping.h | 280 RecordOperation(sequence_number, {address, timestamp}); in RecordFree() 360 void RecordOperation(uint64_t sequence_number,
|
/external/tensorflow/tensorflow/c/eager/ |
D | tape.h | 129 void RecordOperation( 206 void GradientTape<Gradient, BackwardFunction, TapeTensor>::RecordOperation( in RecordOperation() function
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 1614 tape->tape->RecordOperation(op_type_str, output_info, input_ids,
|