Searched refs:RecordOperation (Results 1 – 13 of 13) sorted by relevance
/external/pdfium/xfa/fde/ |
D | cfde_texteditengine.h | 84 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);
|
D | cfde_texteditengine.cpp | 36 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 …]
|
D | cfde_texteditengine_unittest.cpp | 183 CFDE_TextEditEngine::RecordOperation::kSkipNotify); in TEST_F()
|
/external/perfetto/src/profiling/memory/ |
D | bookkeeping.cc | 88 RecordOperation(sequence_number, {address, timestamp}); in RecordMalloc() 91 void HeapTracker::RecordOperation(uint64_t sequence_number, in RecordOperation() function in perfetto::profiling::HeapTracker
|
D | bookkeeping.h | 191 RecordOperation(sequence_number, {address, timestamp}); in RecordFree() 269 void RecordOperation(uint64_t sequence_number,
|
/external/tensorflow/tensorflow/c/eager/ |
D | gradients.h | 149 void RecordOperation(absl::Span<AbstractTensorHandle* const> inputs,
|
D | gradients.cc | 225 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()
|
D | gradients_test.cc | 214 tape.RecordOperation(inputs, neg_outputs, nullptr, "Neg"); in RecordOperationWithNullGradientFunctionModel()
|
D | tape.h | 157 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/ |
D | custom_gradient_test.cc | 77 tape.RecordOperation(inputs, exp_outputs, gradient_function.release()); in ExpWithPassThroughGrad()
|
/external/tensorflow/tensorflow/c/experimental/gradients/tape/ |
D | tape_operation.cc | 212 tape_->RecordOperation(forward_op_.inputs, forward_op_.outputs, in Execute()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_edit.cpp | 168 CFDE_TextEditEngine::RecordOperation::kInsertRecord); in SetText() 174 CFDE_TextEditEngine::RecordOperation::kSkipNotify); in SetTextSkipNotify()
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 2304 tape->tape->RecordOperation(op_type, output_info, input_ids, input_dtypes,
|