Home
last modified time | relevance | path

Searched defs:Begin (Results 1 – 25 of 160) sorted by relevance

1234567

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DParallel.h129 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/
Dmake_flat_tuple_of_references.hpp74 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/
Dmake_flat_tuple_of_references.hpp74 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/
Dpredicate.hpp28 ForwardIterator1T Begin, in ends_with_iter_select()
51 ForwardIterator1T Begin, in ends_with_iter_select()
Dfinder.hpp338 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()
Dsequence.hpp32 ForwardIteratorT Begin, in insert()
171 ForwardIteratorT Begin, in replace()
Dfind_iterator.hpp58 input_iterator_type Begin, in do_find()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFaultMaps.h174 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/
DProfilers.cs49 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
DIProfiler.cs28 void Begin(string tag); in Begin() method
/third_party/mindspore/mindspore/lite/src/train/
Daccuracy_monitor.cc32 void AccuracyMonitor::Begin(const session::TrainLoopCallBackData &cb_data) { in Begin() function in mindspore::lite::AccuracyMonitor
Dloss_monitor.cc29 void LossMonitor::Begin(const session::TrainLoopCallBackData &cb_data) { in Begin() function in mindspore::lite::LossMonitor
Dclassification_train_accuracy_monitor.cc34 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/
DStringExtras.h161 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/
DInstructionSelect.cpp110 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/
DAnnotations.h51 size_t Begin = 0; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFMISimplifyPatchable.cpp97 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/
DAsyncRunner.cpp25 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/
DSequence.h75 iterator_range<detail::value_sequence_iterator<ValueT>> seq(ValueT Begin, in seq()
DStringSet.h44 void insert(const InputIt &Begin, const InputIt &End) { in insert()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceTargetLoweringX86.h28 Begin, enumerator
/third_party/mindspore/mindspore/lite/src/cxx_api/callback/
Dcallback_adapter.h40 void Begin(const session::TrainLoopCallBackData &i_cb_data) override { in Begin() function
/third_party/boost/boost/algorithm/string/
Dfind_iterator.hpp95 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/
DWebAssemblyCFGStackify.cpp178 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/
DDebugLocEntry.h124 const MCSymbol *Begin; variable
135 DebugLocEntry(const MCSymbol *Begin, const MCSymbol *End, in DebugLocEntry()

1234567