Home
last modified time | relevance | path

Searched refs:RecordOperation (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/xfa/fde/
Dcfde_texteditengine.h84 enum class RecordOperation { kInsertRecord, kSkipRecord, kSkipNotify }; enum
98 RecordOperation add_operation = RecordOperation::kInsertRecord);
102 RecordOperation add_operation = RecordOperation::kInsertRecord);
159 RecordOperation add_operation = RecordOperation::kInsertRecord);
Dcfde_texteditengine.cpp36 CFDE_TextEditEngine::RecordOperation::kSkipRecord); in Redo()
41 CFDE_TextEditEngine::RecordOperation::kSkipRecord); in Undo()
61 CFDE_TextEditEngine::RecordOperation::kSkipRecord); in Redo()
66 CFDE_TextEditEngine::RecordOperation::kSkipRecord); in Undo()
253 RecordOperation add_operation) { in Insert()
267 if (delegate_ && (add_operation != RecordOperation::kSkipRecord && in Insert()
268 add_operation != RecordOperation::kSkipNotify)) { in Insert()
278 DeleteSelectedText(RecordOperation::kSkipRecord); in Insert()
298 if (add_operation == RecordOperation::kSkipNotify) { in Insert()
345 if (add_operation == RecordOperation::kInsertRecord) { in Insert()
[all …]
Dcfde_texteditengine_unittest.cpp183 CFDE_TextEditEngine::RecordOperation::kSkipNotify); in TEST_F()
/external/perfetto/src/profiling/memory/
Dbookkeeping.cc88 RecordOperation(sequence_number, {address, timestamp}); in RecordMalloc()
91 void HeapTracker::RecordOperation(uint64_t sequence_number, in RecordOperation() function in perfetto::profiling::HeapTracker
Dbookkeeping.h191 RecordOperation(sequence_number, {address, timestamp}); in RecordFree()
269 void RecordOperation(uint64_t sequence_number,
/external/tensorflow/tensorflow/c/eager/
Dgradients.h149 void RecordOperation(absl::Span<AbstractTensorHandle* const> inputs,
Dgradients.cc225 void Tape::RecordOperation(absl::Span<AbstractTensorHandle* const> inputs, in RecordOperation() function in tensorflow::gradients::Tape
239 GradientTape::RecordOperation( in RecordOperation()
482 tape->RecordOperation(forward_op_->inputs, retvals, gradient_fn.release(), in Execute()
Dgradients_test.cc214 tape.RecordOperation(inputs, neg_outputs, nullptr, "Neg"); in RecordOperationWithNullGradientFunctionModel()
Dtape.h157 void RecordOperation(
406 void GradientTape<Gradient, BackwardFunction, TapeTensor>::RecordOperation( in RecordOperation() function
1041 call_state_.top().backward_tape->RecordOperation( in Accumulate()
/external/tensorflow/tensorflow/c/experimental/gradients/
Dcustom_gradient_test.cc77 tape.RecordOperation(inputs, exp_outputs, gradient_function.release()); in ExpWithPassThroughGrad()
/external/tensorflow/tensorflow/c/experimental/gradients/tape/
Dtape_operation.cc212 tape_->RecordOperation(forward_op_.inputs, forward_op_.outputs, in Execute()
/external/pdfium/xfa/fwl/
Dcfwl_edit.cpp168 CFDE_TextEditEngine::RecordOperation::kInsertRecord); in SetText()
174 CFDE_TextEditEngine::RecordOperation::kSkipNotify); in SetTextSkipNotify()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2304 tape->tape->RecordOperation(op_type, output_info, input_ids, input_dtypes,