| /third_party/mesa3d/src/gallium/drivers/r600/sb/ |
| H A D | sb_shader.h | 159 iterator begin() { return cont.begin(); } in begin() function in r600_sb::queue
|
| /third_party/python/Lib/http/ |
| H A D | client.py | 311 def begin(self): member in HTTPResponse
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| H A D | vktApiImageCompressionControlTests.cpp | 626 VkFormat begin; in addImageCompressionControlTests() member
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
| H A D | vktDynamicStateLineWidthTests.cpp | 107 auto begin = tmp; variable
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
| H A D | vktSSBOLayoutCase.hpp | 114 inline iterator begin (void) { return m_variables.begin(); } in begin() function in vkt::ssbo::BufferBlock 115 inline const_iterator begin (void) const { return m_variables.begin(); } in begin() function in vkt::ssbo::BufferBlock
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
| H A D | vktApiImageCompressionControlTests.cpp | 452 VkFormat begin; in addImageCompressionControlTests() member
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcUniformBlockCase.hpp | 190 inline Iterator begin(void) in begin() function in deqp::ub::StructType 194 inline ConstIterator begin(void) const in begin() function in deqp::ub::StructType 284 inline Iterator begin(void) in begin() function in deqp::ub::UniformBlock 288 inline ConstIterator begin(void) const in begin() function in deqp::ub::UniformBlock
|
| /third_party/skia/src/core/ |
| H A D | SkBlockAllocator.h | 733 Item begin() const { return Item(Forward ? &fAllocator->fHead : fAllocator->fTail); } in begin() function in final::GrowthPolicy::SkBlockAllocator::BlockIter
|
| H A D | SkPathPriv.h | 139 Iter begin() { return Iter{fPathRef->verbsBegin()}; } in begin() function 175 SkPath::RangeIter begin() { return {fVerbsBegin, fPoints, fWeights}; } in begin() function
|
| /third_party/skia/src/gpu/ |
| H A D | GrGeometryProcessor.h | 136 Iter begin() const { return Iter(fAttributes, fCount); } in begin() function in GrGeometryProcessor::AttributeSet
|
| /third_party/skia/src/gpu/ops/ |
| H A D | GrOp.h | 230 Iter begin() { return Iter(fHead); } in begin() function in GrOp::ChainRange
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| H A D | SpirvShaderControlFlow.cpp | 31 SpirvShader::Block::Block(InsnIterator begin, InsnIterator end) in Block() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | module.h | 231 iterator begin() { return iterator(&functions_, functions_.begin()); } in begin() function in spvtools::opt::Module 233 const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::Module [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | module.h | 231 iterator begin() { return iterator(&functions_, functions_.begin()); } in begin() function in spvtools::opt::Module 233 const_iterator begin() const { return cbegin(); } in begin() function in spvtools::opt::Module [all...] |
| /third_party/skia/third_party/externals/brotli/c/enc/ |
| H A D | compress_fragment.c | 404 static void EmitUncompressedMetaBlock(const uint8_t* begin, const uint8_t* end, in EmitUncompressedMetaBlock() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 459 NameIterator begin() const { return NameIterator(this, 1); } in begin() function in llvm::DWARFDebugNames::NameIndex 589 const_iterator begin() const { return NameIndices.begin(); } in begin() function in llvm::DWARFDebugNames
|
| H A D | DWARFDebugFrame.h | 54 iterator begin() { return Instructions.begin(); } in begin() function in llvm::dwarf::CFIProgram 55 const_iterator begin() const { return Instructions.begin(); } in begin() function in llvm::dwarf::CFIProgram 297 iterator begin() const { return Entries.begin(); } in begin() function in llvm::DWARFDebugFrame
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
| H A D | Module.h | 599 iterator begin() { return FunctionList.begin(); } in begin() function in llvm::Module 600 const_iterator begin() const { return FunctionList.begin(); } in begin() function in llvm::Module [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
| H A D | MCAssembler.h | 333 iterator begin() { return Sections.begin(); } in begin() function 334 const_iterator begin() const { return Sections.begin(); } in begin() function [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
| H A D | InstrProfReader.h | 75 InstrProfIterator begin() { return InstrProfIterator(this); } in begin() function in llvm::InstrProfReader
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| H A D | GenericDomTree.h | 76 iterator begin() { return Children.begin(); } in begin() function in llvm::DomTreeNodeBase 78 const_iterator begin() const { return Children.begin(); } in begin() function in llvm::DomTreeNodeBase [all...] |
| H A D | JSON.h | 107 iterator begin() { return M.begin(); } in begin() function in llvm::json::Object 108 const_iterator begin() const { return M.begin(); } in begin() function in llvm::json::Object 180 iterator begin() { return V.begin(); } in begin() function in llvm::json::Array 181 const_iterator begin() const { return V.begin(); } in begin() function in llvm::json::Array [all...] |
| H A D | YAMLParser.h | 380 typename CollectionType::iterator begin(CollectionType &C) { in begin() function 425 iterator begin() { return yaml::begin(*this); } in begin() function in llvm::yaml::final 482 iterator begin() { return yaml::begin(*this); } begin() function in llvm::yaml::final [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| H A D | STLExtras.h | 232 llvm::make_reverse_iterator(std::begin(C)))) { in begin() function in llvm::llvm 494 auto find(R &&Range, const T &Val) -> decltype(std::begin(Range)) { begin() function 501 auto find_if(R &&Range, UnaryPredicate P) -> decltype(std::begin(Range)) { begin() function 506 auto find_if_not(R &&Range, UnaryPredicate P) -> decltype(std::begin(Range)) { begin() function 513 auto remove_if(R &&Range, UnaryPredicate P) -> decltype(std::begin(Range)) { begin() function 666 iterator begin() { return iterator(std::begin(Range), 0); } begin() function in llvm::detail::enumerator_impl [all...] |
| H A D | SmallVector.h | 115 iterator begin() { return (iterator)this->BeginX; } in begin() function in llvm::SmallVectorTemplateCommon 117 const_iterator begin() const { return (const_iterator)this->BeginX; } in begin() function in llvm::SmallVectorTemplateCommon [all...] |