Home
last modified time | relevance | path

Searched refs:insert (Results 2651 - 2675 of 3499) sorted by relevance

1...<<101102103104105106107108109110>>...140

/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger.cc979 if (recurring) m_recurringTasks.insert(task); in asyncTaskScheduledForStack()
1160 m_contextGroupIdToDebuggerId.insert( in debuggerIdFor()
/third_party/node/deps/v8/src/torque/
H A Dcsa-generator.cc349 args.insert(args.begin(), "state_"); in EmitInstruction()
418 args.insert(args.begin(), "state_"); in EmitInstruction()
/third_party/libabigail/src/
H A Dabg-ctf-reader.cc166 types_map.insert(std::make_pair(key, type)); in add_type()
175 unknown_types_set.insert(ctf_type); in add_unknown_type()
/third_party/python/
H A Dsetup.py151 dirlist.insert(i + 1, dir)
153 dirlist.insert(0, dir)
/third_party/python/Lib/
H A Doptparse.py1474 rargs.insert(0, next_arg)
1518 rargs.insert(0, arg[i:])
/third_party/python/Lib/importlib/
H A D_bootstrap.py847 spec.submodule_search_locations.insert(0, pkgdir)
947 spec.submodule_search_locations.insert(0, pkgdir)
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dglslang.y997 $$->insert($$->begin(), 0u);
1005 $$->insert($$->begin(), size);
H A DCompiler.cpp1342 mInterfaceBlocks.insert(mInterfaceBlocks.end(), mUniformBlocks.begin(), mUniformBlocks.end()); in collectInterfaceBlocks()
1343 mInterfaceBlocks.insert(mInterfaceBlocks.end(), mShaderStorageBlocks.begin(), in collectInterfaceBlocks()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp471 return LB.Visited.insert(To).second;
965 std::tie(I, New) = Heights.insert(std::make_pair(Dep.DefMI, UseHeight));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMachObjectWriter.cpp512 IndirectSymBase.insert(std::make_pair(it->Section, IndirectIndex)); in bindIndirectSymbols()
528 IndirectSymBase.insert(std::make_pair(it->Section, IndirectIndex)); in bindIndirectSymbols()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp504 Result->insert(Str); in toCodeViewSubsection()
524 F.FrameFunc = SC.strings()->insert(YF.FrameFunc); in toCodeViewSubsection()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dpipeline.cc126 seen.insert(opt); in SetShaderOptimizations()
877 opencl_pod_buffer_map_.insert( in GenerateOpenCLPodBuffers()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp1257 colorSampleCounts.insert(0);
1258 depthStencilSampleCounts.insert(0);
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.cpp882 fRenderPipelineCache.insert(desc, program); in getOrCreateRenderPipeline()
898 fSamplers.insert(std::pair<GrSamplerState, wgpu::Sampler>(samplerState, sampler)); in getOrCreateSampler()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderArithmetic.cpp163 auto insert = Operand(this, state, insn.word(4)).UInt(i); in EmitUnaryOp() local
169 dst.move(i, (v & ~mask) | ((insert << offset) & mask)); in EmitUnaryOp()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DShader.cpp894 case OPCODE_INSERT: return "insert"; in operationString()
1531 calledFunctions.insert(inst->dst.label);
2102 visited.insert(id);
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djdsample-avx2.asm96 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
280 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
H A Djdsample-mmx.asm95 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
270 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
H A Djdsample-sse2.asm95 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
269 mov JSAMPLE [esi+eax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/
H A Djdsample-avx2.asm100 mov JSAMPLE [rsi+rax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
266 mov JSAMPLE [rsi+rax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
H A Djdsample-sse2.asm90 mov JSAMPLE [rsi+rax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
246 mov JSAMPLE [rsi+rax*SIZEOF_JSAMPLE], dl ; insert a dummy sample
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dalphaindex.cpp109 return ~start; // insert s before *si in binarySearch()
114 return ~(start + 1); // insert s after *si in binarySearch()
384 temp.insert(0, (UChar)(0x30 + count % 10)); in fixLabel()
387 temp.insert(0, (UChar)(0x30 + count)); in fixLabel()
H A Drbt_pars.cpp995 idBlockResult.insert(0, END_OF_RULE); in parseRules()
996 idBlockResult.insert(0, id->canonID); in parseRules()
H A Dtranslit.cpp245 * insert new text into the buffer. As a result, it only performs
755 variant.insert(0, VARIANT_SEP); in getDisplayName()
1164 rulesSource.insert(0, UNICODE_STRING_SIMPLE("::")); in toRules()
/third_party/skia/src/sksl/
H A DSkSLInliner.cpp617 // Since we can't insert statements into an expression, we run the inline function as extra in inlineCall()
850 // - We would need to insert the inlined-body block at the very end of the do- in visitStatement()
877 // - We would need to insert the test-expression block at the very beginning of the in visitStatement()
1057 auto [iter, wasInserted] = cache->insert({&funcDecl, false}); in candidateCanBeInlined()
1068 auto [iter, wasInserted] = cache->insert({&funcDecl, 0}); in getFunctionSize()

Completed in 40 milliseconds

1...<<101102103104105106107108109110>>...140