/third_party/skia/tests/ |
H A D | OpChainTest.cpp | 151 std::move(that->fValueRanges.begin(), that->fValueRanges.end(),
|
H A D | TDPQueueTest.cpp | 125 REPORTER_ASSERT(reporter, array.begin() <= top && top < array.end()); in random_test()
|
/third_party/skia/src/pathops/ |
H A D | SkOpContour.h | 169 const SkPoint& end() const { in end() function in SkOpContour
|
/third_party/skia/src/ports/ |
H A D | SkFontMgr_preview.cpp | 97 std::none_of(face->fLang.begin(), face->fLang.end(), [&](SkLanguage lang) { in find_family_style_character()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | CopyTextureForBrowserHelper.cpp | 179 if (pipeline != store->copyTextureForBrowserPipelines.end()) { in GetCachedPipeline()
|
H A D | RenderPassEncoder.cpp | 39 DAWN_INVALID_IF(it != queryAvailabilityMap.end() && it->second[queryIndex], in ValidateQueryIndexOverwrite()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
H A D | RenderPassCache.cpp | 99 if (it != mCache.end()) { in GetRenderPass()
|
/third_party/skia/third_party/externals/dawn/examples/ |
H A D | ManualSwapChainTest.cpp | 341 for (auto it = windows.begin(); it != windows.end();) { in main()
|
/third_party/skia/third_party/externals/angle2/util/windows/ |
H A D | test_utils_win.cpp | 151 commandLineString.insert(commandLineString.end(), arg, arg + strlen(arg)); in WindowsProcess() 253 // Close the write end of the pipes, so EOF can be generated when child exits. in WindowsProcess()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-bit-set-invertible.hh | 350 iter_t end () const { return iter_t (*s, false); } in end() function
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/ |
H A D | index_sub_table_format1.cc | 197 e = GetOffsetArray()->end(); b != e; b++) { in SubSerialize()
|
H A D | index_sub_table_format3.cc | 209 e = GetOffsetArray()->end(); b != e; b++) { in SubSerialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFListTable.h | 236 "no end of list marker detected at end of %s table " in extract() 273 if (Entry != ListMap.end()) in findList() 288 } // end namespace llvm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Dominators.h | 171 /// If BBE is not a unique edge between start and end of the edge, it can 198 static ChildIteratorType child_end(NodeRef N) { return N->end(); } in child_end() 282 } // end namespace llvm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
H A D | MinidumpYAML.h | 139 Infos(Range.begin(), Range.end()) {} in MemoryInfoListStream()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | BinaryByteStream.h | 133 /// An implementation of WritableBinaryStream which can write at its end 158 Data.insert(Data.begin() + Offset, Bytes.begin(), Bytes.end()); in insert() 227 /// Returns a pointer to the end of the buffer. 264 /// Returns a pointer to the end of the buffer. 271 } // end namespace llvm
|
H A D | FormatProviders.h | 377 assert(false && "Missing range option end delimeter!"); 404 auto End = V.end();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
H A D | LoopPassManager.h | 128 PreOrderWorklist.append(L->begin(), L->end()); in appendLoopsToWorklist()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | BlockFrequencyInfo.cpp | 119 return nodes_iterator(G->getFunction()->end()); in nodes_end() 150 } // end namespace llvm
|
H A D | LegacyDivergenceAnalysis.cpp | 247 // The influence region starts from the end of "Start" to the beginning of in computeInfluenceRegion() 400 for (auto BI = F->begin(), BE = F->end(); BI != BE; ++BI) { in print()
|
H A D | VFABIDemangling.cpp | 397 Parameters.begin(), Parameters.end(), [](const VFParameter PK) { in tryDemangleForVFABI()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
H A D | AMDGPUMetadataVerifier.cpp | 70 if (Entry == MapNode.end()) in verifyEntry() 314 } // end namespace V3 315 } // end namespace HSAMD 316 } // end namespace AMDGPU 317 } // end namespace llvm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | SplitModule.cpp | 59 } // end anonymous namespace 177 E = GVtoClusterMap.end(); I != E; ++I) in findPartitions()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | FormatProviders.h | 368 assert(false && "Missing range option end delimeter!"); 395 auto End = V.end();
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | CachePruning.cpp | 71 "' must end with one of 's', 'm' or 'h'", in parseDuration() 288 while (TotalSize > TotalSizeTarget && FileInfo != FileInfos.end()) in pruneCache()
|