| /third_party/skia/third_party/externals/opengl-registry/xml/ |
| H A D | readme.tex | 23 \begin{document} 30 \begin{abstract} 38 \begin{center} 69 \begin{itemize} 134 \begin{itemize} 176 \begin{itemize} 208 \begin{itemize} 223 \begin{itemize} 232 \begin{verbatim} 242 \begin{verbati [all...] |
| /third_party/nghttp2/src/ |
| H A D | http2.cc | 377 for (auto it = std::begin(headers); it != std::end(headers); ++it) { in copy_headers_to_nva_internal() 488 for (auto it = std::begin(headers); it != std::end(headers); ++it) { in build_http1_headers_from_headers() 641 if (!util::starts_with(std::begin(match_host), std::end(match_host), in rewrite_location_uri() 671 p = std::copy(std::begin(upstream_scheme), std::end(upstream_scheme), p); in rewrite_location_uri() 673 p = std::copy(std::begin(request_authority), std::end(request_authority), in rewrite_location_uri() 977 std::fill(std::begin(hdidx), std::end(hdidx), -1); in init_hdidx() 1367 for (auto first = std::begin(src); first != std::end(src);) { 1642 auto end = std::find(std::begin(uri), std::end(uri), '#'); 1643 auto q = std::find(std::begin(uri), end, '?'); 1645 rel = StringRef{std::begin(ur [all...] |
| /third_party/libabigail/src/ |
| H A D | abg-suppression.cc | 364 config.get_sections().begin(); in read_suppressions() 800 klass_diff->inserted_data_members().begin(); in suppresses_diff() 809 get_data_member_insertion_ranges().begin(); in suppresses_diff() 816 (range->begin(), first_type_decl, range_begin_val)) in suppresses_diff() 883 enum_dif->changed_enumerators().begin(); in suppresses_diff() 888 if (std::find(get_changed_enumerator_names().begin(), in suppresses_diff() 1234 priv(boundary_sptr begin, boundary_sptr end) in priv() 1235 : begin_(begin), end_(end) in priv() 1246 /// @param begin the start of the range. A range boundary that is an 1253 type_suppression::insertion_range::insertion_range(boundary_sptr begin, in insertion_range() argument 1264 type_suppression::insertion_range::begin() const begin() function in abigail::suppr::type_suppression::insertion_range 1732 type_suppression::insertion_range::boundary_sptr begin, end; read_type_suppression() local 1764 type_suppression::insertion_range::boundary_sptr begin, end; read_type_suppression() local 1847 type_suppression::insertion_range::boundary_sptr begin, end; read_type_suppression() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | IfConversion.cpp | 297 MachineBasicBlock::iterator TIB = TBBInfo.BB->begin(); in MeetIfcvtSizeLimit() 298 MachineBasicBlock::iterator FIB = FBBInfo.BB->begin(); in MeetIfcvtSizeLimit() 312 for (auto &I : make_range(TBBInfo.BB->begin(), TIB)) { in MeetIfcvtSizeLimit() 316 for (auto &I : make_range(FBBInfo.BB->begin(), FIB)) { in MeetIfcvtSizeLimit() 940 MachineBasicBlock::iterator TIB = TrueBBI.BB->begin(); in ValidForkedDiamond() 941 MachineBasicBlock::iterator FIB = FalseBBI.BB->begin(); in ValidForkedDiamond() 999 MachineBasicBlock::iterator TIB = TrueBBI.BB->begin(); in ValidDiamond() 1000 MachineBasicBlock::iterator FIB = FalseBBI.BB->begin(); in ValidDiamond() 1038 SmallVector<MachineOperand, 4> RevCond(BBI.BrCond.begin(), BBI.BrCond.end()); in AnalyzeBranches() 1195 SmallVector<MachineOperand, 4> RevPred(Pred.begin(), Pre in FeasibilityAnalysis() [all...] |
| H A D | InterleavedLoadCombinePass.cpp | 532 auto ob = o.B.begin(); in isCompatibleTo() 767 Result.LIs.insert(Old.LIs.begin(), Old.LIs.end()); in computeFromBCI() 768 Result.Is.insert(Old.Is.begin(), Old.Is.end()); in computeFromBCI() 826 Result.LIs.insert(LHS.LIs.begin(), LHS.LIs.end()); in computeFromSVI() 827 Result.Is.insert(LHS.Is.begin(), LHS.Is.end()); in computeFromSVI() 830 Result.LIs.insert(RHS.LIs.begin(), RHS.LIs.end()); in computeFromSVI() 831 Result.Is.insert(RHS.Is.begin(), RHS.Is.end()); in computeFromSVI() 1056 for (auto C0 = Candidates.begin(), E0 = Candidates.end(); C0 != E0; ++C0) { in findPattern() 1064 for (auto C = Candidates.begin(), E = Candidates.end(); C != E; C++) { in findPattern() 1106 BasicBlock *BB = (*LIs.begin()) in findFirstLoad() [all...] |
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| H A D | ColorStateTests.cpp | 325 std::transform(kColors.begin(), kColors.end(), std::back_inserter(tests), in TEST_P() 333 std::transform(kColors.begin(), kColors.end(), std::back_inserter(tests), in TEST_P() 341 std::transform(kColors.begin(), kColors.end(), std::back_inserter(tests), in TEST_P() 349 std::transform(kColors.begin(), kColors.end(), std::back_inserter(tests), in TEST_P() 357 std::transform(kColors.begin(), kColors.end(), std::back_inserter(tests), in TEST_P() 367 kColors.begin(), kColors.end(), std::back_inserter(tests), in TEST_P() 376 kColors.begin(), kColors.end(), std::back_inserter(tests), in TEST_P() 384 std::transform(kColors.begin(), kColors.end(), std::back_inserter(tests), in TEST_P() 397 std::transform(kColors.begin(), kColors.end(), std::back_inserter(tests), in TEST_P() 410 std::transform(kColors.begin(), kColor in TEST_P() [all...] |
| /third_party/ninja/src/ |
| H A D | clparser.cc | 62 transform(path.begin(), path.end(), path.begin(), ToLowerASCII); in IsSystemInclude() 70 transform(line.begin(), line.end(), line.begin(), ToLowerASCII); in FilterInputFilename()
|
| /third_party/node/deps/v8/src/codegen/ |
| H A D | code-reference.cc | 40 return reinterpret_cast<Address>(code->instructions().begin()); in instruction_start() 43 return reinterpret_cast<Address>(code->instructions().begin() + in instruction_end() 47 const byte* relocation_start() const { return code->reloc_info().begin(); } in relocation_start() 49 return code->reloc_info().begin() + code->reloc_info().length(); in relocation_end()
|
| /third_party/node/deps/v8/src/heap/cppgc/ |
| H A D | heap-space.h | 33 iterator begin() { return pages_.begin(); } in begin() function in cppgc::internal::BaseSpace 34 const_iterator begin() const { return pages_.begin(); } in begin() function in cppgc::internal::BaseSpace
|
| /third_party/node/deps/v8/src/deoptimizer/ |
| H A D | materialized-object-store.cc | 38 auto it = std::find(frame_fps_.begin(), frame_fps_.end(), fp); in Remove() 40 int index = static_cast<int>(std::distance(frame_fps_.begin(), it)); in Remove() 55 auto it = std::find(frame_fps_.begin(), frame_fps_.end(), fp); in StackIdToIndex() 58 : static_cast<int>(std::distance(frame_fps_.begin(), it)); in StackIdToIndex()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
| H A D | vktMemoryModelSharedLayoutCase.hpp | 79 inline iterator begin (void) { return m_members.begin(); } in begin() function in vkt::MemoryModel::SharedStruct 80 inline const_iterator begin (void) const { return m_members.begin(); } in begin() function in vkt::MemoryModel::SharedStruct
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
| H A D | vktMemoryModelSharedLayoutCase.hpp | 79 inline iterator begin (void) { return m_members.begin(); } in begin() function in vkt::MemoryModel::SharedStruct 80 inline const_iterator begin (void) const { return m_members.begin(); } in begin() function in vkt::MemoryModel::SharedStruct
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | DebugSink.h | 109 const size_t begin = mParent.size(); in operator <<() local 114 onWrite(p + begin, p + end); in operator <<() 120 void onWrite(const char *begin, char const *end) in onWrite() argument 122 const char *p = begin; in onWrite()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | MCSection.cpp | 62 std::lower_bound(SubsectionFragmentMap.begin(), in getSubsectionInsertionPoint() 99 for (auto It = PendingLabels.begin(); It != PendingLabels.end(); ++It) { in flushPendingLabels() 129 for (auto it = begin(), ie = end(); it != ie; ++it) { in dump() 130 if (it != begin()) in dump()
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkApiVersion.cpp | 92 for (auto it = begin(apiVersionPredecessors); it != end(apiVersionPredecessors); ++it) in isApiVersionPredecessor() 126 for (auto it = begin(apiVersionPredecessors); it != end(apiVersionPredecessors); ++it) in minVulkanAPIVersion() 132 std::sort(begin(commonPredecessors), end(commonPredecessors), [](deUint32 xlhs, deUint32 xrhs) { return isApiVersionPredecessor(xrhs, xlhs); }); in minVulkanAPIVersion() 134 for (auto it = begin(commonPredecessors); it != end(commonPredecessors); ++it) in minVulkanAPIVersion()
|
| /third_party/skia/third_party/externals/dawn/src/common/ |
| H A D | ityp_stack_vec.h | 64 typename VectorBase::iterator begin() noexcept { 65 return this->container().begin(); 68 typename VectorBase::const_iterator begin() const noexcept { 69 return this->container().begin();
|
| H A D | ityp_array.h | 69 typename Base::iterator begin() noexcept { 70 return Base::begin(); 73 typename Base::const_iterator begin() const noexcept { 74 return Base::begin();
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugInlineeLinesSubsection.h | 80 Iterator begin() const { return Lines.begin(); } in begin() function in llvm::codeview::final 111 std::vector<Entry>::const_iterator begin() const { return Entries.begin(); } in begin() function in llvm::codeview::final
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | Registry.h | 96 // begin is not defined here in order to avoid usage of an undefined static 98 static iterator begin(); 102 return make_range(begin(), end()); in entries() 131 /// This provides template definitions of add_node, begin, and the Head and Tail 149 template<typename T> typename Registry<T>::iterator Registry<T>::begin() { \ 156 template REGISTRY_CLASS::iterator Registry<REGISTRY_CLASS::type>::begin(); \
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| H A D | X86IndirectBranchTracking.cpp | 120 auto MBB = MF.begin(); in runOnMachineFunction() 121 Changed |= addENDBR(*MBB, MBB->begin()); in runOnMachineFunction() 128 Changed |= addENDBR(MBB, MBB.begin()); in runOnMachineFunction() 130 for (MachineBasicBlock::iterator I = MBB.begin(); I != MBB.end(); ++I) { in runOnMachineFunction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
| H A D | MaximumSpanningTree.h | 76 for (typename EdgeWeights::iterator EWi = EdgeVector.begin(), in MaximumSpanningTree() 85 for (typename EdgeWeights::iterator EWi = EdgeVector.begin(), in MaximumSpanningTree() 98 typename MaxSpanTree::iterator begin() { in begin() function in llvm::MaximumSpanningTree 99 return MST.begin(); in begin()
|
| /third_party/skia/third_party/externals/tint/src/ast/ |
| H A D | struct_member_test.cc | 30 EXPECT_EQ(st->source.range.begin.line, 0u); in TEST_F() 31 EXPECT_EQ(st->source.range.begin.column, 0u); in TEST_F() 43 EXPECT_EQ(st->source.range.begin.line, 27u); in TEST_F() 44 EXPECT_EQ(st->source.range.begin.column, 4u); in TEST_F()
|
| /third_party/skia/third_party/externals/tint/src/ |
| H A D | block_allocator.h | 105 /// View provides begin() and end() methods for looping over the objects owned 110 Iterator begin() const { return Iterator(allocator_->objects_.begin()); } in begin() function in tint::BlockAllocator::View 120 /// ConstView provides begin() and end() methods for looping over the objects 125 ConstIterator begin() const { in begin() function in tint::BlockAllocator::ConstView 126 return ConstIterator(allocator_->objects_.begin()); in begin()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | DbgEntityHistoryCalculator.h | 93 EntriesMap::const_iterator begin() const { return VarEntries.begin(); } in begin() function in llvm::DbgValueHistoryMap 117 InstrMap::const_iterator begin() const { return LabelInstr.begin(); } in begin() function in llvm::DbgLabelInstrMap
|
| H A D | LiveIntervalUnion.h | 69 SegmentIter begin() { return Segments.begin(); } in begin() function in llvm::LiveIntervalUnion 72 ConstSegmentIter begin() const { return Segments.begin(); } in begin() function in llvm::LiveIntervalUnion
|