Home
last modified time | relevance | path

Searched refs:end (Results 2276 - 2300 of 11913) sorted by relevance

1...<<919293949596979899100>>...477

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DTransformFeedback_unittest.cpp80 EXPECT_CALL(*mImpl, end(nullptr)); in TEST_F()
81 EXPECT_EQ(angle::Result::Continue, mFeedback->end(nullptr)); in TEST_F()
100 EXPECT_CALL(*mImpl, end(nullptr)); in TEST_F()
101 EXPECT_EQ(angle::Result::Continue, mFeedback->end(nullptr)); in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DGCMetadata.cpp47 } // end anonymous namespace
72 if (I != FInfoMap.end()) in getFunctionInfo()
119 for (GCFunctionInfo::iterator PI = FD->begin(), PE = FD->end(); PI != PE; in runOnFunction()
150 if (NMI != GCStrategyMap.end()) in getGCStrategy()
163 if (GCRegistry::begin() == GCRegistry::end()) { in getGCStrategy()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dpromote.py46 print(line, file=fp, end='')
58 print(line, file=fp, end='')
68 print(line, file=fp, end='')
109 print(line, file=fp, end='')
170 print('At end, promoted interfaces remaining:')
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dequivalence_relation_test.cpp115 ASSERT_TRUE(std::find(current_class.begin(), current_class.end(), in TEST()
116 representative) != current_class.end()); in TEST()
118 ASSERT_TRUE(std::find(previous_class.begin(), previous_class.end(), in TEST()
119 representative) == previous_class.end()); in TEST()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dspan.go57 end, err := m.Position(s.End())
61 return Range{Start: start, End: end}, nil
84 end, err := m.Point(r.End)
88 return span.New(m.URI, start, end).WithAll(m.Converter)
/third_party/skia/src/core/
H A DSkGlyphRun.h107 auto end() -> decltype(fGlyphRuns.end()) { return fGlyphRuns.end(); } in decltype()
109 auto end() const -> decltype(std::cend(fGlyphRuns)) { return std::cend(fGlyphRuns); } in cend()
H A DSkRecordPattern.h123 // return the index just past the end of the pattern, otherwise return 0.
129 // Starting from *end, walk through the SkRecord to find the first span matching this pattern.
130 // If there is no such span, return false. If there is, return true and set [*begin, *end).
131 SK_ALWAYS_INLINE bool search(SkRecord* record, int* begin, int* end) { in search() argument
132 for (*begin = *end; *begin < record->count(); ++(*begin)) { in search()
133 *end = this->match(record, *begin); in search()
134 if (*end != 0) { in search()
/third_party/skia/src/gpu/tessellate/
H A DMiddleOutPolygonTriangulator.h76 StackVertex* end, in PoppedTriangleStack()
81 , fEnd(end) in PoppedTriangleStack()
109 Iter end() const { return {fEnd, fLastPoint}; } in end() function in skgpu::MiddleOutPolygonTriangulator::PoppedTriangleStack
206 fPathEnd = it.end(); in PathMiddleOutFanIter()
74 PoppedTriangleStack(MiddleOutPolygonTriangulator* middleOut, SkPoint lastPoint, StackVertex* end, StackVertex* newTopVertex, StackVertex newTopValue) PoppedTriangleStack() argument
/third_party/skia/src/opts/
H A DSkXfermode_opts.h82 template <> inline void mark_dst_initialized_if_safe<Src>(void* dst, void* end) {
83 sk_msan_mark_initialized(dst, end, "Src doesn't read dst.");
85 template <> inline void mark_dst_initialized_if_safe<Clear>(void* dst, void* end) {
86 sk_msan_mark_initialized(dst, end, "Clear doesn't read dst.");
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dequivalence_relation_test.cpp115 ASSERT_TRUE(std::find(current_class.begin(), current_class.end(), in TEST()
116 representative) != current_class.end()); in TEST()
118 ASSERT_TRUE(std::find(previous_class.begin(), previous_class.end(), in TEST()
119 representative) == previous_class.end()); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dspan.go57 end, err := m.Position(s.End())
61 return Range{Start: start, End: end}, nil
84 end, err := m.Point(r.End)
88 return span.New(m.URI, start, end).WithAll(m.Converter)
/third_party/skia/src/utils/win/
H A DSkDWriteGeometrySink.cpp79 for (const D2D1_POINT_2F *end = &points[pointsCount]; points < end; ++points) { in AddLines()
117 for (const D2D1_BEZIER_SEGMENT *end = &beziers[beziersCount]; beziers < end; ++beziers) { in AddBeziers()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/
H A Dserialization_test.cc59 TableMap::const_iterator not_found = serialized_tables->end(); in TestSerialization()
61 e = original_tables->end(); b != e; ++b) { in TestSerialization()
125 TableMap::const_iterator not_found = serialized_tables->end(); in TestSerializationBitmap()
127 e = original_tables->end(); b != e; ++b) { in TestSerializationBitmap()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCInst.h195 iterator end() { return Operands.end(); } in end() function in llvm::MCInst
196 const_iterator end() const { return Operands.end(); } in end() function in llvm::MCInst
224 } // end namespace llvm
H A DMCSection.h168 iterator end() { return Fragments.end(); } in end() function in llvm::MCSection
169 const_iterator end() const { return Fragments.end(); } in end() function in llvm::MCSection
200 } // end namespace llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h57 // the front-end and back-end of VPlan so that the middle-end is as
60 // for multiple underlying IRs (Polly?) by providing a new VPlan front-end,
61 // back-end and analysis information for the new IR.
102 user_iterator user_end() { return Users.end(); } in user_end()
103 const_user_iterator user_end() const { return Users.end(); } in user_end()
176 operand_iterator op_end() { return Operands.end(); }
177 const_operand_iterator op_end() const { return Operands.end(); }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DRegex.cpp27 preg->re_endp = regex.end(); in Regex()
181 Res += StringRef(Matches[0].end(), String.end() - Matches[0].end()); in sub()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceLiveness.cpp49 for (auto I = FirstVar, E = Func->getVariables().end(); I != E; ++I) { in initInternal()
65 for (auto I = FirstNode, E = Func->getNodes().end(); I != E; ++I) { in initInternal()
81 for (auto I = FirstVar, E = Func->getVariables().end(); I != E; ++I) { in initInternal()
111 for (auto I = FirstNode, E = Func->getNodes().end(); I != E; ++I) { in initInternal()
142 } // end of namespace Ice
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DDynamicLibrary.cpp43 return std::find(Handles.begin(), Handles.end(), Handle); in Find()
47 return Handle == Process || Find(Handle) != Handles.end(); in Contains()
56 if (Find(Handle) != Handles.end()) { in AddLibrary()
187 if (i != ExplicitSymbols->end()) in SearchForAddressOfSymbol()
H A DRegex.cpp31 preg->re_endp = regex.end(); in Regex()
200 Res += StringRef(Matches[0].end(), String.end() - Matches[0].end()); in sub()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRMCExpr.cpp36 } // end of anonymous namespace
193 std::begin(ModifierNames), std::end(ModifierNames), in getName()
196 if (Modifier != std::end(ModifierNames)) { in getName()
204 std::begin(ModifierNames), std::end(ModifierNames), in getKindByName()
207 if (Modifier != std::end(ModifierNames)) { in getKindByName()
213 } // end of namespace llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H A DPPCEarlyReturn.cpp59 if (I == ReturnMBB.end() || in processBlock()
73 if (J == (*PI)->end()) in processBlock()
157 PrevMBB.splice(PrevMBB.end(), &ReturnMBB, I); in processBlock()
184 for (MachineFunction::iterator I = MF.begin(), E = MF.end(); I != E;) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
H A DWebAssemblyExceptionInfo.h31 // end ----|
34 // the try-catch-end structure to be created later. 'try' and 'end' markers
79 block_iterator block_end() const { return getBlocks().end(); } in block_end()
95 iterator end() const { return SubExceptions.end(); } in end() function in llvm::WebAssemblyException
99 std::reverse(Blocks.begin() + From, Blocks.end()); in reverseBlock()
167 } // end namespace llvm
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
H A DInterfaceFile.cpp25 if (I != Container.end() && I->getInstallName() == InstallName) in addEntry()
37 if ((Iter != std::end(Container)) && !(Target_ < *Iter)) in addEntry()
42 } // end namespace detail.
65 if ((Iter != ParentUmbrellas.end()) && !(Target_ < Iter->first)) { in addParentUmbrella()
79 if ((Iter != UUIDs.end()) && !(Target_ < Iter->first)) { in addUUID()
122 } // end namespace MachO.
123 } // end namespace llvm.
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dnamer.cc87 std::transform(suggested_name.begin(), suggested_name.end(), in Sanitize()
98 if (where != struct_member_names_.end()) { in GetMemberName()
189 if (used_names.find(suggestion) == used_names.end()) { in ResolveMemberNamesForStruct()
201 } while (used_names.find(new_name) != used_names.end()); in ResolveMemberNamesForStruct()

Completed in 14 milliseconds

1...<<919293949596979899100>>...477