| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | Parallel.h | 84 RandomAccessIterator End, in medianOf3() 95 void parallel_quick_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_quick_sort() 121 void parallel_sort(RandomAccessIterator Start, RandomAccessIterator End, in parallel_sort() 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/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/ |
| D | StreamingMemoryObject.cpp | 20 RawMemoryObject(const unsigned char *Start, const unsigned char *End) in RawMemoryObject() 53 uint64_t End = Address + Size; in readBytes() local 99 uint64_t End = Address + Size; in readBytes() local 130 const unsigned char *End) { in getNonStreamedMemoryObject()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
| D | LLLexer.cpp | 45 uint64_t LLLexer::atoull(const char *Buffer, const char *End) { in atoull() 59 uint64_t LLLexer::HexIntToVal(const char *Buffer, const char *End) { in HexIntToVal() 74 void LLLexer::HexToIntPair(const char *Buffer, const char *End, in HexToIntPair() 95 void LLLexer::FP80HexToIntPair(const char *Buffer, const char *End, in FP80HexToIntPair() 1052 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local 1079 if (const char *End = isLabelTail(CurPtr)) { in LexDigitOrNegative() local
|
| /third_party/boost/boost/algorithm/string/detail/ |
| D | predicate.hpp | 29 ForwardIterator1T End, in ends_with_iter_select() 52 ForwardIterator1T End, in ends_with_iter_select()
|
| D | finder.hpp | 339 ForwardIteratorT End, in find_head_impl() 357 ForwardIteratorT End, in find_head_impl() 374 ForwardIteratorT End, in find_head_impl() 387 ForwardIteratorT End, in find_tail_impl() 413 ForwardIteratorT End, in find_tail_impl() 431 ForwardIteratorT End, in find_tail_impl() 448 ForwardIteratorT End, in find_tail_impl()
|
| D | sequence.hpp | 33 ForwardIteratorT End ) in insert() 172 ForwardIteratorT End ) in replace()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
| D | GlobPattern.cpp | 36 uint8_t End = S[2]; in expand() local 80 size_t End = S.find(']', 2); in scan() local
|
| /third_party/boost/boost/parameter/ |
| D | python.hpp | 211 Def def, F f, Iter, End, Keywords const& keywords, mpl::false_) in def_combination_aux0() argument 226 Def def, F f, Iter, End, Keywords const& keywords, mpl::true_) in def_combination_aux0() argument 246 Def def, F f, Iter, End, Keywords const& keywords) in def_combination_aux() argument 262 Def def, F f, End, End, Keywords const& keywords) in def_combination_aux() argument 269 Def def, F f, End, End, no_keywords const&) in def_combination_aux() argument 305 Def def, Specs*, Bits, End, Invoker*) in def_combinations() argument 324 Def, Specs*, End, End, Invoker*) in def_combinations() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
| D | RegisterBank.cpp | 33 for (unsigned RCId = 0, End = TRI.getNumRegClasses(); RCId != End; ++RCId) { in verify() local 103 for (unsigned RCId = 0, End = TRI->getNumRegClasses(); RCId != End; ++RCId) { in print() local
|
| /third_party/typescript/tests/cases/fourslash/etslib/ |
| D | flex.d.ts | 19 End, enumerator 29 End, enumerator
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| D | SafeStackLayout.cpp | 59 unsigned End = Start + Obj.Size; in layoutObject() local 69 unsigned End = Start + Obj.Size; in layoutObject() local
|
| D | LiveRangeCalc.cpp | 223 SlotIndex Start, End; in updateFromLiveIns() local 307 SlotIndex Begin, End; in isDefOnEntry() local 397 SlotIndex Start, End; in findReachingDefs() local 438 SlotIndex Start, End; in findReachingDefs() local 551 SlotIndex Start, End; in updateSSA() local
|
| /third_party/flatbuffers/tests/MyGame/ |
| D | InParentNamespace.lua | 28 function InParentNamespace.End(builder) return builder:EndObject() end function
|
| /third_party/flatbuffers/tests/MyGame/Example2/ |
| D | Monster.lua | 28 function Monster.End(builder) return builder:EndObject() end function
|
| /third_party/grpc/src/csharp/Grpc.Core/Profiling/ |
| D | Profilers.cs | 53 public void End(string tag) in End() method in Grpc.Core.Profiling.NopProfiler 82 public void End(string tag) in End() method in Grpc.Core.Profiling.BasicProfiler
|
| D | IProfiler.cs | 30 void End(string tag); in End() method
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | SetVector.h | 59 SetVector(It Start, It End) { in SetVector() 150 void insert(It Start, It End) { in insert() 304 SmallSetVector(It Start, It End) { in SmallSetVector()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | STLExtras.h | 265 WrappedIteratorT End; member 279 filter_iterator(WrappedIteratorT Begin, WrappedIteratorT End, PredicateT Pred) in filter_iterator() 287 filter_iterator(WrappedIteratorT End) : BaseT(End) {} in filter_iterator()
|
| 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/flatbuffers/tests/MyGame/Example/ |
| D | Referrable.lua | 36 function Referrable.End(builder) return builder:EndObject() end function
|
| D | TestSimpleTableWithEnum.lua | 36 function TestSimpleTableWithEnum.End(builder) return builder:EndObject() end function
|
| /third_party/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/ |
| D | TableInNestedNS.lua | 36 function TableInNestedNS.End(builder) return builder:EndObject() end function
|
| /third_party/flatbuffers/tests/namespace_test/NamespaceA/ |
| D | SecondTableInA.lua | 38 function SecondTableInA.End(builder) return builder:EndObject() end function
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/ |
| D | Annotations.h | 52 size_t End = 0; member
|
| /third_party/flatbuffers/tests/namespace_test/NamespaceC/ |
| D | TableInC.lua | 48 function TableInC.End(builder) return builder:EndObject() end function
|