Home
last modified time | relevance | path

Searched defs:insert (Results 226 - 250 of 264) sorted by relevance

1234567891011

/third_party/skia/src/pathops/
H A DSkOpAngle.cpp734 bool SkOpAngle::insert(SkOpAngle* angle) { in insert() function in SkOpAngle
/third_party/skia/src/utils/
H A DSkPolyUtils.cpp691 bool insert(const SkPoint& p0, const SkPoint& p1, uint16_t index0, uint16_t index1) { in insert() function in ActiveEdgeList
/third_party/python/Lib/tkinter/
H A Dtix.py603 def insert(self, index, str): member in ComboBox
1461 def insert(self, index, cnf={}, **kw): member in TList
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DCommandLine.h1593 iterator insert(const_iterator pos, const DataType &value) { in insert() function in llvm::list_storage
1596 iterator insert(const_iterator pos, DataType &&value) { in insert() function in llvm::list_storage
1600 iterator insert(iterator pos, const DataType &value) { in insert() function in llvm::list_storage
1603 iterator insert(iterator pos, DataType &&value) { in insert() function in llvm::list_storage
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h1413 iterator insert(const_iterator pos, const DataType &value) { in insert() function in llvm::list_storage
1416 iterator insert(const_iterator pos, DataType &&value) { in insert() function in llvm::list_storage
1420 iterator insert(iterator pos, const DataType &value) { in insert() function in llvm::list_storage
1423 iterator insert(iterator pos, DataType &&value) { in insert() function in llvm::list_storage
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DHexagonCommonGEP.cpp83 void insert(const GepNode *N) { Map.insert(std::make_pair(N, ++LastNum)); } in insert() function
[all...]
/third_party/rust/crates/bindgen/bindgen/ir/
H A Ditem.rs117 fn insert(&mut self, _id: ItemId) {} in insert() functions
/third_party/skia/third_party/externals/abseil-cpp/absl/container/
H A Dbtree_test.cc335 std::pair<iterator, bool> insert(const value_type &v) { in insert() function in absl::container_internal::__anon19158::unique_checker
346 iterator insert(iterator position, const value_type &v) { in insert() function in absl::container_internal::__anon19158::unique_checker
357 void insert(InputIterator b, InputIterator e) { in insert() function in absl::container_internal::__anon19158::unique_checker
383 iterator insert(const value_type &v) { in insert() function in absl::container_internal::__anon19158::multi_checker
392 iterator insert(iterator position, const value_type &v) { insert() function in absl::container_internal::__anon19158::multi_checker
402 void insert(InputIterator b, InputIterator e) { insert() function in absl::container_internal::__anon19158::multi_checker
[all...]
/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp1489 HBFont* insert(uint32_t fontId, HBFont hbFont) { function in __anon18616::HBLockedFaceCache
[all...]
/third_party/rust/crates/syn/src/
H A Dpunctuated.rs237 pub fn insert(&mut self, index: usize, value: T) in insert() functions
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DFramebufferVk.cpp2886 void FramebufferCache::insert(const vk::FramebufferDesc &desc, in insert() function in rx::FramebufferCache
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DOutputASM.cpp2548 Instruction *insert = new Instruction(sw::Shader::OPCODE_INSERT); in assignLvalue() local
2592 Instruction *insert = new Instruction(sw::Shader::OPCODE_EXTRACT); evaluateRvalue() local
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShaderCore.cpp1782 void ShaderCore::insert(Vector4f &dst, const Vector4f &src, const Float4 &element, const Float4 &index) in insert() function in sw::ShaderCore
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12MemAlloc.cpp897 void insert(size_t index, const T& src) in insert() function in D3D12MA::Vector
1730 iterator insert(iterator it, const T& value) { return iterator(this, InsertBefore(it.m_pItem, value)); } in insert() function in D3D12MA::List
/third_party/python/Lib/test/
H A Dtest_collections.py1974 def insert(self, index, value): member in TestCollectionABCs.test_MutableSequence_mixins.MutableSequenceSubclass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp190 void RuntimePointerChecking::insert(Loop *Lp, Value *Ptr, bool WritePtr, in insert() function in RuntimePointerChecking
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp2127 void insert(ScheduleDat function
[all...]
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp499 void ObjectManager<T>::insert (T* object) in insert() function in sglr::rc::ObjectManager
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2558 Instruction* insert = new Instruction(getUniqueId(), typeId, OpCompositeInsert); in createCompositeInsert() local
2569 Instruction* insert = new Instruction(getUniqueId(), typeId, OpCompositeInsert); in createCompositeInsert() local
2591 Instruction* insert = new Instruction(getUniqueId(), typeId, OpVectorInsertDynamic); createVectorInsertDynamic() local
[all...]
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c2177 struct vtn_value *insert = in vtn_handle_constant() local
3980 vtn_composite_insert(struct vtn_builder *b, struct vtn_ssa_value *src, struct vtn_ssa_value *insert, const uint32_t *indices, unsigned num_indices) vtn_composite_insert() argument
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_ir.h138 std::pair<iterator, bool> insert(const V& v) { in insert() function in r600_sb::sb_set
205 std::pair<iterator, bool> insert(const datatype& d) { in insert() function in r600_sb::sb_map
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dspirv_instruction_builder_autogen.cpp2215 WriteBitFieldInsert(Blob *blob, IdResultType idResultType, IdResult idResult, IdRef base, IdRef insert, IdRef offset, IdRef count) WriteBitFieldInsert() argument
H A Dspirv_instruction_parser_autogen.cpp2654 ParseBitFieldInsert(const uint32_t *_instruction, IdResultType *idResultType, IdResult *idResult, IdRef *base, IdRef *insert, IdRef *offset, IdRef *count) ParseBitFieldInsert() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp2285 bool SMSchedule::insert(SUnit *SU, int StartCycle, int EndCycle, int II) { insert() function in SMSchedule
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_nir_to_llvm.c409 emit_bitfield_select(struct ac_llvm_context *ctx, LLVMValueRef mask, LLVMValueRef insert, LLVMValueRef base) emit_bitfield_select() argument

Completed in 102 milliseconds

1234567891011