/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | TransformFeedback_unittest.cpp | 80 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 D | GCMetadata.cpp | 47 } // 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 D | promote.py | 46 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 D | equivalence_relation_test.cpp | 115 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 D | span.go | 57 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 D | SkGlyphRun.h | 107 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 D | SkRecordPattern.h | 123 // 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 D | MiddleOutPolygonTriangulator.h | 76 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 D | SkXfermode_opts.h | 82 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 D | equivalence_relation_test.cpp | 115 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 D | span.go | 57 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 D | SkDWriteGeometrySink.cpp | 79 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 D | serialization_test.cc | 59 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 D | MCInst.h | 195 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 D | MCSection.h | 168 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 D | VPlanValue.h | 57 // 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 D | Regex.cpp | 27 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 D | IceLiveness.cpp | 49 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 D | DynamicLibrary.cpp | 43 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 D | Regex.cpp | 31 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 D | AVRMCExpr.cpp | 36 } // 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 D | PPCEarlyReturn.cpp | 59 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 D | WebAssemblyExceptionInfo.h | 31 // 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 D | InterfaceFile.cpp | 25 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 D | namer.cc | 87 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()
|