| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | Parallel.h | 129 void parallel_for_each(IterTy Begin, IterTy End, FuncTy Fn) { in parallel_for_each() 147 void parallel_for_each_n(IndexTy Begin, IndexTy End, FuncTy Fn) { in parallel_for_each_n() 183 void for_each(Policy policy, IterTy Begin, IterTy End, FuncTy Fn) { in for_each() 190 void for_each_n(Policy policy, IndexTy Begin, IndexTy End, FuncTy Fn) { in for_each_n() 208 void for_each(parallel_execution_policy policy, IterTy Begin, IterTy End, in for_each() 214 void for_each_n(parallel_execution_policy policy, IndexTy Begin, IndexTy End, in for_each_n()
|
| /third_party/boost/boost/pfr/detail/ |
| D | make_flat_tuple_of_references.hpp | 74 constexpr auto make_flat_tuple_of_references(TupleOrUserType& t, const Getter& g, size_t_<Begin>, s… in make_flat_tuple_of_references() 83 …ple<> make_flat_tuple_of_references(TupleOrUserType&, const Getter&, size_t_<Begin>, size_t_<0>) n… in make_flat_tuple_of_references() 88 constexpr auto make_flat_tuple_of_references(TupleOrUserType& t, const Getter& g, size_t_<Begin>, s… in make_flat_tuple_of_references()
|
| /third_party/boost/libs/pfr/include/boost/pfr/detail/ |
| D | make_flat_tuple_of_references.hpp | 74 constexpr auto make_flat_tuple_of_references(TupleOrUserType& t, const Getter& g, size_t_<Begin>, s… in make_flat_tuple_of_references() 83 …ple<> make_flat_tuple_of_references(TupleOrUserType&, const Getter&, size_t_<Begin>, size_t_<0>) n… in make_flat_tuple_of_references() 88 constexpr auto make_flat_tuple_of_references(TupleOrUserType& t, const Getter& g, size_t_<Begin>, s… in make_flat_tuple_of_references()
|
| /third_party/boost/boost/algorithm/string/detail/ |
| D | predicate.hpp | 28 ForwardIterator1T Begin, in ends_with_iter_select() 51 ForwardIterator1T Begin, in ends_with_iter_select()
|
| D | finder.hpp | 338 ForwardIteratorT Begin, in find_head_impl() 356 ForwardIteratorT Begin, in find_head_impl() 373 ForwardIteratorT Begin, in find_head_impl() 386 ForwardIteratorT Begin, in find_tail_impl() 412 ForwardIteratorT Begin, in find_tail_impl() 430 ForwardIteratorT Begin, in find_tail_impl() 447 ForwardIteratorT Begin, in find_tail_impl()
|
| D | sequence.hpp | 32 ForwardIteratorT Begin, in insert() 171 ForwardIteratorT Begin, in replace()
|
| D | find_iterator.hpp | 58 input_iterator_type Begin, in do_find()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| D | FaultMaps.h | 174 const uint8_t *Begin = P + FunctionFaultInfosOffset + in getFunctionFaultInfoAt() local 183 const uint8_t *Begin = P + MySize; in getNextFunctionInfo() local 189 explicit FaultMapParser(const uint8_t *Begin, const uint8_t *End) in FaultMapParser() 203 const uint8_t *Begin = P + FunctionInfosOffset; in getFirstFunctionInfo() local
|
| /third_party/grpc/src/csharp/Grpc.Core/Profiling/ |
| D | Profilers.cs | 49 public void Begin(string tag) in Begin() method in Grpc.Core.Profiling.NopProfiler 77 public void Begin(string tag) in Begin() method in Grpc.Core.Profiling.BasicProfiler
|
| D | IProfiler.cs | 28 void Begin(string tag); in Begin() method
|
| /third_party/mindspore/mindspore/lite/src/train/ |
| D | accuracy_monitor.cc | 32 void AccuracyMonitor::Begin(const session::TrainLoopCallBackData &cb_data) { in Begin() function in mindspore::lite::AccuracyMonitor
|
| D | loss_monitor.cc | 29 void LossMonitor::Begin(const session::TrainLoopCallBackData &cb_data) { in Begin() function in mindspore::lite::LossMonitor
|
| D | classification_train_accuracy_monitor.cc | 34 void ClassificationTrainAccuracyMonitor::Begin(const session::TrainLoopCallBackData &cb_data) { in Begin() function in mindspore::lite::ClassificationTrainAccuracyMonitor
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | StringExtras.h | 161 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() 176 inline std::string join_impl(IteratorT Begin, IteratorT End, in join_impl() 232 inline std::string join(IteratorT Begin, IteratorT End, StringRef Separator) { in join()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| D | InstructionSelect.cpp | 110 for (auto MII = std::prev(MBB->end()), Begin = MBB->begin(); in runOnMachineFunction() local 159 for (auto MII = std::prev(MBB.end()), Begin = MBB.begin(); !ReachedBegin;) { in runOnMachineFunction() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/ |
| D | Annotations.h | 51 size_t Begin = 0; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| D | BPFMISimplifyPatchable.cpp | 97 auto Begin = MRI->use_begin(Op0.getReg()), End = MRI->use_end(); in checkADDrr() local 155 auto Begin = MRI->use_begin(DstReg), End = MRI->use_end(); in processCandidate() local 181 auto Begin = MRI->use_begin(DstReg), End = MRI->use_end(); in processDstReg() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_node/binding/ |
| D | AsyncRunner.cpp | 25 void AsyncRunner::Begin() { in Begin() function in wgpu::binding::AsyncRunner
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | Sequence.h | 75 iterator_range<detail::value_sequence_iterator<ValueT>> seq(ValueT Begin, in seq()
|
| D | StringSet.h | 44 void insert(const InputIt &Begin, const InputIt &End) { in insert()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
| D | IceTargetLoweringX86.h | 28 Begin, enumerator
|
| /third_party/mindspore/mindspore/lite/src/cxx_api/callback/ |
| D | callback_adapter.h | 40 void Begin(const session::TrainLoopCallBackData &i_cb_data) override { in Begin() function
|
| /third_party/boost/boost/algorithm/string/ |
| D | find_iterator.hpp | 95 IteratorT Begin, in find_iterator() 258 IteratorT Begin, in split_iterator()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyCFGStackify.cpp | 178 void WebAssemblyCFGStackify::registerScope(MachineInstr *Begin, in registerScope() 184 void WebAssemblyCFGStackify::registerTryScope(MachineInstr *Begin, in registerTryScope() 192 void WebAssemblyCFGStackify::unregisterScope(MachineInstr *Begin) { in unregisterScope() 328 MachineInstr *Begin = in placeBlockMarker() local 408 MachineInstr *Begin = BuildMI(MBB, InsertPos, MBB.findDebugLoc(InsertPos), in placeLoopMarker() local 576 MachineInstr *Begin = in placeTryMarker() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | DebugLocEntry.h | 124 const MCSymbol *Begin; variable 135 DebugLocEntry(const MCSymbol *Begin, const MCSymbol *End, in DebugLocEntry()
|