/third_party/node/deps/v8/src/parsing/ |
H A D | preparse-data.cc | 152 byte_data_->insert(byte_data_->end(), delta, 0); in Reserve()
|
/third_party/node/deps/v8/src/objects/ |
H A D | backing-store.cc | 868 auto result = impl()->map_.insert({backing_store->buffer_start(), weak}); in Register()
|
/third_party/python/Lib/asyncio/ |
H A D | windows_events.py | 64 info.insert(1, f'overlapped=<{state}, {self._ov.address:#x}>')
|
/third_party/python/Lib/ |
H A D | smtpd.py | 752 lines.insert(i, 'X-Peer: %s' % peer[0])
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineNoPositionTests.cpp | 98 uniqueCases.insert(stages & selectedStages); in getWriteSubCases()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiImageCompressionControlTests.cpp | 550 extensions.insert(end(extensions), begin(additionalExtensions), end(additionalExtensions)); in createDeviceWithWsi()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | TextureFunctionHLSL.cpp | 1506 mUsesTexture.insert(textureFunction); in useTextureFunction()
|
/third_party/skia/third_party/externals/angle2/src/compiler/preprocessor/ |
H A D | DirectiveParser.cpp | 364 mMacroSet->insert(std::make_pair(macro->name, macro)); in parseDefine()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | Analysis.cpp | 729 auto P = EHScopeMembership.insert(std::make_pair(Visiting, EHScope)); in collectEHScopeMembers()
|
H A D | SafeStack.cpp | 360 if (Visited.insert(I).second) in IsSafeStackAlloca() 753 // To work around this problem without changing the runtime, we insert in run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AccelTable.cpp | 404 UniqueTags.insert(Tag); in getUniqueTags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
H A D | RegBankSelect.cpp | 217 // instructions we are going to insert. in repairReg() 228 InsertPt->insert(*CurMI); in repairReg() 726 // Default is, we are going to insert code to repair OpIdx. in RepairingPlacement() 771 // At this point, we can insert in Pred. in RepairingPlacement() 773 // - If It is invalid, Pred is empty and we can insert in Pred in RepairingPlacement() 775 // - If It is valid, It is the first non-terminator, insert after It. in RepairingPlacement() 782 // * Before, move the insert point before the first terminator. in RepairingPlacement() 876 // If we insert before an instruction that is after a terminator, in isSplit() 882 // Even if we need to split, because we insert between terminators, in frequency() 902 // We should have a factory for the insert poin in materialize() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 888 auto It = StackSizesUniquing.insert({Link, StackSizesUniquing.size()}); in getStackSizesSection()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | genRef.py | 973 sys.path.insert(0, results.genpath)
|
H A D | generator.py | 890 sys.path.insert(0, self.genOpts.genpath)
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | ir_loader_test.cpp | 1519 EXPECT_TRUE(ids.insert(inst->unique_id()).second); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/preprocessor/ |
H A D | DirectiveParser.cpp | 434 mMacroSet->insert(std::make_pair(macro->name, macro)); in parseDefine()
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | ShaderCore.hpp | 359 void insert(Vector4f &dst, const Vector4f &src, const Float4 &element, const Float4 &index);
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
H A D | header.cpp | 528 seenValues.insert(inst.value);
|
/third_party/skia/third_party/externals/spirv-tools/source/link/ |
H A D | linker.cpp | 628 ok &= ids.insert(inst->unique_id()).second; in VerifyIds()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | copy_prop_arrays.cpp | 790 access_chain_.insert(access_chain_.end(), access_chain.begin(),
|
H A D | scalar_analysis.cpp | 372 node_cache_.insert(std::move(prospective_node)); in GetCachedOrAdd() 551 // Helper functions to insert 32/64 bit values into the 32 bit hash string. This
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
H A D | header.cpp | 528 seenValues.insert(inst.value);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/link/ |
H A D | linker.cpp | 628 ok &= ids.insert(inst->unique_id()).second; in VerifyIds()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | copy_prop_arrays.cpp | 790 access_chain_.insert(access_chain_.end(), access_chain.begin(),
|