/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 1478 used_queues.insert(std::make_pair(universalQueueFamilyIndex, 0)); in WaitBeforeSignalTestInstance() 1507 used_queues.insert(std::make_pair(familyIdx, instanceIdx)); in WaitBeforeSignalTestInstance()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 1740 // NB: It is illegal to call push_back/push_front/insert with a reference pointing inside the ImVector data itself! e.g. v.push_back(v[10]) is forbidden. 1743 inline void push_front(const T& v) { if (Size == 0) push_back(v); else insert(Data, v); } in push_front() 1747 inline T* insert(const T* it, const T& v) { IM_ASSERT(it >= Data && it <= Data + Size); const ptrdiff_t off = it - Data; if (Size == Capacity) reserve(_grow_capacity(Size + 1)); if (off < (int)Size) memmove(Data + off + 1, Data + off, ((size_t)Size - (size_t)off) * sizeof(T)); memcpy(&Data[off], &v, sizeof(v)); Size++; return Data + off; } in insert() function 2145 // - Sorted insertion is costly, paid once. A typical frame shouldn't need to insert any new pair. 2156 // - Get***Ref() functions finds pair, insert on demand if missing, return pointer. Useful if you intend to do Get+Set.
|
/third_party/python/Lib/test/ |
H A D | test_collections.py | 1953 '__len__', '__getitem__', '__setitem__', '__delitem__', 'insert') 1974 def insert(self, index, value): member in TestCollectionABCs.test_MutableSequence_mixins.MutableSequenceSubclass 1975 self.lst.insert(index, value)
|
/third_party/spirv-tools/source/diff/ |
H A D | diff.cpp | 2142 all_execution_models.insert(execution_model); 2147 all_execution_models.insert(execution_model);
|
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | parse.rs | 433 names.insert(i, cap.clone()); in add_capture_name() 2477 items.insert( in flag_set()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
H A D | vktSynchronizationTimelineSemaphoreTests.cpp | 1482 used_queues.insert(std::make_pair(universalQueueFamilyIndex, 0)); in WaitBeforeSignalTestInstance() 1507 used_queues.insert(std::make_pair(familyIdx, instanceIdx)); in WaitBeforeSignalTestInstance()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | gen_framework.py | 34 sys.path.insert(0, scriptPath) 39 sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "..", "vulkan-docs", "src", "scripts")) 813 # if enumerator that should be aliased was not found then try to insert it without alias 2294 " apis.insert(::std::pair<uint32_t, FunctionInfosList>(" + v + ", FunctionInfosList()));" for v in functionNamesPerApiVersionDict] + [
|
H A D | gen_framework_sc.py | 34 sys.path.insert(0, scriptPath) 1954 " apis.insert(::std::pair<uint32_t, FunctionInfosList>(" + str(v) + ", FunctionInfosList()));" for v in api.versions] + [ 3031 vkTargets.insert(0, "vulkan_core.h")
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | StateManager11.cpp | 1753 mCurrentQueries.insert(query); 1782 mCurrentQueries.insert(query11);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 1238 // Automatically insert fences (dmb ish) around ATOMIC_SWAP etc. in ARMTargetLowering() 2749 RetOps.insert(RetOps.begin() + 1, in LowerInterruptReturn() 2926 Copies.insert(*UI); in isUsedByReturnOnly() 7225 ValueCounts.insert(std::make_pair(V, 0)); in LowerBUILD_VECTOR() 7265 // size of the vector that we need to create. We will insert the element in LowerBUILD_VECTOR() 7281 // The dominant value was splatted as 'N', but we now have to insert in LowerBUILD_VECTOR() 7397 // We may insert some combination of BITCASTs and VEXT nodes to force Vec to in ReconstructShuffle() 7433 Source = Sources.insert(Sources.end(), ShuffleSourceInfo(SourceVec)); in ReconstructShuffle() 8448 /// We insert the required extension here to get the vector to fill a D register. 8455 // 64-bits we need to insert in AddRequiredExtensionForVMULL() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 1086 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data, de::ArrayDeleter<deUint8>())); in bind() 2108 if (dst.insert(this).second) in doGetUsedFuncs() 6663 seenInputs.insert(tuple); 6684 seenInputs.insert(tuple);
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cArrayOfArraysTests.cpp | 8416 loop_end.insert(0, "}\n"); in test_shader_compilation() 8417 loop_end.insert(0, indent); in test_shader_compilation() 8660 loop_end.insert(0, "}\n"); in execute() 8661 loop_end.insert(0, indent); in execute()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 4472 // Match a splat shuffle mask of the insert index allowing undef elements. in SimplifyShuffleVectorInst() 5532 Worklist.insert(cast<Instruction>(U)); in replaceAndRecursivelySimplifyImpl() 5543 Worklist.insert(I); in replaceAndRecursivelySimplifyImpl() 5554 UnsimplifiedUsers->insert(I); in replaceAndRecursivelySimplifyImpl() 5564 Worklist.insert(cast<Instruction>(U)); in replaceAndRecursivelySimplifyImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineCompares.cpp | 523 Explored.insert(Base); in canRewriteGEPAsOffset() 577 Explored.insert(V); in canRewriteGEPAsOffset() 584 Explored.insert(PN); in canRewriteGEPAsOffset() 585 PHIs.insert(PN); in canRewriteGEPAsOffset() 596 // Make sure that we can do this. Since we can't insert GEPs in a basic in canRewriteGEPAsOffset() 616 // Sets the appropriate insert point on Builder where we can add 3675 // If the pattern included (x * y), we'll want to insert new instructions in foldUnsignedMultiplicationOverflowCheck() 4454 // If the pointer types don't match, insert a bitcast. in foldICmpWithCastOp() 4512 // may be pointing to the compare. We want to insert the new instructions in OptimizeOverflowCheck()
|
/third_party/protobuf/php/ext/google/protobuf/ |
H A D | php-upb.c | 1539 static void insert(upb_table *t, lookupkey_t key, upb_tabkey tabkey, in insert() function 1717 insert(&t->t, key, tabkey, v, hash, &strhash, &streql); in upb_strtable_insert3() 1893 insert(&new_table, intkey(e->key), e->key, v, hash, &inthash, &inteql); in upb_inttable_insert2() 1901 insert(&t->t, intkey(key), key, val, upb_inthash(key), &inthash, &inteql); in upb_inttable_insert2() 5756 UPB_UNUSED(a); /* We reserve the right to make set insert into a map. */ in upb_msg_set()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/ |
H A D | vktShaderBuiltinPrecisionTests.cpp | 1087 de::insert(m_map, variable.getName(), SharedPtr<deUint8>(data, de::ArrayDeleter<deUint8>())); in bind() 2081 if (dst.insert(this).second) in doGetUsedFuncs() 6652 seenInputs.insert(tuple); 6673 seenInputs.insert(tuple);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 1293 Ops.insert(Ops.end(), EltParts.begin(), EltParts.end()); 4262 // BUILD_VECTOR of seq extract/insert from the same vector + type is Identity. 5625 "Dest and insert subvector source types must match!"); 5639 // If this is an insert of an extracted vector into an undef vector, we 7893 DeadNodeSet.insert(Used); 8688 SortedPos = AllNodes.insert(SortedPos, AllNodes.remove(Q)); 8714 SortedPos = AllNodes.insert(SortedPos, AllNodes.remove(P)); 9023 return &(*EVTs->insert(VT).first); 9754 if (!Visited.insert(N).second) { 9764 Checked.insert( [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIISelLowering.cpp | 3053 MF->insert(++MachineFunction::iterator(BB), SplitBB); in splitKillBlock() 3063 // Split block \p MBB at \p MI, as to insert a loop. If \p InstInLoop is true, 3073 // To insert the loop we need to split the block. Move everything after this in splitBlockForLoop() 3074 // point to a new block, and insert a new empty block between the two. in splitBlockForLoop() 3080 MF->insert(MBBI, LoopBB); in splitBlockForLoop() 3081 MF->insert(MBBI, RemainderBB); in splitBlockForLoop() 3698 BB->insert(FirstMI, &*I); in EmitInstrWithCustomInserter() 5309 // Extract the TexFail result and insert into aggregate return in constructRetValue() 5915 // FIXME: This implicitly will insert a second CopyToReg to M0. in LowerINTRINSIC_WO_CHAIN() 7333 // We may need to handle exotic cases, such as i16->i64 extloads, so insert in widenLoad() [all...] |
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | 13383 iter = container->insert(iter, __value); 13391 iter = container->insert(iter, std::move(__value)); 22044 insert(const_iterator __p, size_type __n, _CharT __c) 22055 insert(const_iterator __p, _InputIterator __beg, _InputIterator __end) 22064 insert(iterator __p, initializer_list<_CharT> __l) 22067 this->insert(__p - begin(), __l.begin(), __l.size()); 22071 insert(size_type __pos1, const basic_string& __str) 22076 insert(size_type __pos1, const basic_string& __str, 22079 + __str._M_check(__pos2, "basic_string::insert"), 22083 insert(size_typ [all...] |
/third_party/node/deps/ada/ |
H A D | ada.cpp | 8056 out.insert(out.begin() + i, n); 13284 buffer.insert(0, u.get_protocol()); 13322 buffer.insert(0, new_scheme_with_colon); 13354 buffer.insert(0, helpers::concat(new_scheme, ":")); 13484 buffer.insert(components.pathname_start, "/."); 14731 * modify it, and then insert it back into the buffer.
|
/commonlibrary/c_utils/base/test/benchmarktest/refbase_benchmark_test/ |
H A D | refbase_benchmark_test.cpp | 300 objects1_.insert(std::pair<string, wptr<IRemoteObject>>(to_string(handle), remoteObject)); in FindOrNewObject()
|
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_dec.cpp | 674 klv.insert(klv.end(), packet.data.begin(), packet.data.end()); in handle_klv()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | iomapper.cpp | 800 at = slots[set].insert(at, slot + i); in reserveSlot()
|
/third_party/gn/src/base/ |
H A D | values.cc | 367 // No key found, insert one. in SetPath() 376 // "cur" will now contain the last dictionary to insert or replace into. in SetPath() 1271 list_.insert(list_.begin() + index, std::move(*in_value));
|
/third_party/icu/icu4c/source/common/ |
H A D | uts46.cpp | 960 dest.insert(labelStart+labelLength, (UChar)0xfffd); in markBadACELabel()
|