/third_party/vixl/src/ |
H A D | invalset-vixl.h | 110 // It is illegal to insert an element already present in the set. 111 void insert(const ElementType& element); 377 void InvalSet<TEMPLATE_INVALSET_P_DEF>::insert(const ElementType& element) { in insert() function in vixl::InvalSet
|
/third_party/protobuf/ruby/compatibility_tests/v3.0.0/tests/ |
H A D | repeated_field_test.rb | 408 arr.insert(2, 'fizz') 411 arr.insert(3, 'fizz', 'buzz', 'bazz')
|
/third_party/protobuf/ruby/tests/ |
H A D | repeated_field_test.rb | 430 arr.insert(2, 'fizz') 433 arr.insert(3, 'fizz', 'buzz', 'bazz')
|
/third_party/rust/crates/env_logger/src/filter/ |
H A D | mod.rs | 207 self.directives.insert(module.map(|s| s.to_string()), level); in filter() 222 self.directives.insert(directive.name, directive.level); in parse()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/ |
H A D | conformance_profile.h | 96 test_successes_.insert(std::move(normalized_test_name)); in addTestSuccess() 123 test_failures_.insert(std::move(normalized_test_name)); in addTestFailure()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector_benchmark.cc | 675 vec->insert(pos, t); in BM_InsertSizeRef() 695 vec->insert(pos, other_vec.begin(), other_vec.end()); in BM_InsertRange()
|
/third_party/rust/crates/proc-macro2/src/ |
H A D | fallback.rs | 392 .insert(lo_char, total_byte_offset); in source_text() 1115 literal.repr.insert(0, '-'); in from_str()
|
/third_party/rust/crates/syn/src/ |
H A D | punctuated.rs | 237 pub fn insert(&mut self, index: usize, value: T) in insert() functions 243 "Punctuated::insert: index out of range", in insert() 249 self.inner.insert(index, (value, Default::default())); in insert() 977 /// punctuated.insert(0, parse_quote!('lifetime));
|
/third_party/spirv-tools/source/opt/ |
H A D | upgrade_memory_model.cpp | 331 if (!visited->insert(inst->result_id()).second) { in TraceInstruction() 462 if (!visited.insert(def).second) continue; in CheckAllTypes()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsFboCompletenessTests.cpp | 484 formats.insert(it->second->internalFormat); in logFormatInfo() 486 formats.insert(it->second->internalFormat); in logFormatInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktCustomInstancesDevices.cpp | 304 usedExtensions.insert(ext); in createCustomInstanceWithExtensions() 309 usedExtensions.insert("VK_EXT_debug_report"); in createCustomInstanceWithExtensions()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | TranslatorMetalDirect.cpp | 279 insertSequence->insert(insertSequence->begin(), assignToY); in RotateAndFlipBuiltinVariable() 280 insertSequence->insert(insertSequence->begin(), assignment); in RotateAndFlipBuiltinVariable()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_main_thread_test.cpp | 1221 mainThread->cacheCmdSkippedInfo_.insert({0, info}); in HWTEST_F() 1639 mainThread->lastDrawStatusMap_.insert({1, 0}); in HWTEST_F() 1640 mainThread->occlusionListeners_.insert({0, nullptr}); in HWTEST_F() 1772 mainThread->occlusionListeners_.insert({0, nullptr}); in HWTEST_F() 1791 mainThread->surfaceOcclusionListeners_.insert({0, info}); in HWTEST_F() 1810 mainThread->surfaceOcclusionListeners_.insert({1, info}); in HWTEST_F() 1811 mainThread->surfaceOcclusionListeners_.insert({2, info}); in HWTEST_F() 1812 mainThread->surfaceOcclusionListeners_.insert({3, info}); in HWTEST_F() 2273 mainThread->surfaceOcclusionListeners_.insert({id, info1}); in HWTEST_F() 2278 mainThread->surfaceOcclusionListeners_.insert({i in HWTEST_F() [all...] |
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 1151 # _fpsp_done(). If there is an enabled FP exception, then we insert # 1366 bra.w fu_in_exc_ovfl # go insert overflow frame 1394 # here, we insert the correct fsave status value into the fsave frame for the 1456 or.w %d0,LOCAL_EX(%a0) # insert new exponent 1488 or.w %d0,LOCAL_EX(%a0) # insert new exponent 1657 # we don't mess with the existing fsave frame. just re-insert it and 1972 # here, we insert the correct fsave status value into the fsave frame for the 2320 mov.l %d1,FP_SRC_HI(%a6) # insert new hi(man) 2322 ori.w &0x3f80,FP_SRC_EX(%a6) # insert new "skewed" exponent 2335 mov.w %d0,FP_SRC_EX(%a6) # insert exponen [all...] |
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | pfpsp.S | 1151 # _fpsp_done(). If there is an enabled FP exception, then we insert # 1366 bra.w fu_in_exc_ovfl # go insert overflow frame 1394 # here, we insert the correct fsave status value into the fsave frame for the 1456 or.w %d0,LOCAL_EX(%a0) # insert new exponent 1488 or.w %d0,LOCAL_EX(%a0) # insert new exponent 1657 # we don't mess with the existing fsave frame. just re-insert it and 1972 # here, we insert the correct fsave status value into the fsave frame for the 2320 mov.l %d1,FP_SRC_HI(%a6) # insert new hi(man) 2322 ori.w &0x3f80,FP_SRC_EX(%a6) # insert new "skewed" exponent 2335 mov.w %d0,FP_SRC_EX(%a6) # insert exponen [all...] |
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_hlsl.cpp | 873 active_locations.insert(location + i); in emit_interface_block_member_in_struct() 942 active_locations.insert(location_number++); in emit_interface_block_in_struct() 953 active_locations.insert(location_number + i); in emit_interface_block_in_struct() 1194 io_block_types.insert(type.self); in emit_specialization_constants_and_structs() 2143 block_names.insert(buffer_name); in emit_buffer_block() 2271 // We have an expression like _ident[array], so we cannot tack on _sampler, insert it inside the string instead. in to_sampler_expression() 2272 return expr.insert(index, "_sampler"); in to_sampler_expression() 4044 suppressed_usage_tracking.insert(id); in write_access_chain_array() 4505 forced_temporaries.insert(ops[1]); in emit_atomic() 5257 forced_temporaries.insert(i in emit_instruction() [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_visitor.cpp | 1721 prevalidLayers.insert(prevalidLayers.end(), uiFirstLayers.begin(), uiFirstLayers.end());
in PrevalidateHwcNode() 2065 allDstCurVisVec_.insert(allDstCurVisVec_.end(), dstCurVisVec_.begin(), dstCurVisVec_.end());
in UpdateSurfaceOcclusionInfo() 2282 globalFilter_.insert(*it);
in CheckMergeDisplayDirtyByTransparentFilter() 2399 globalFilter_.insert(*it);
in CheckMergeGlobalFilterForDisplay() 2814 curSurfaceNoBelowDirtyFilter_.insert({node.GetId(), globalFilterRect});
in CollectFilterInfoAndUpdateDirty() 2840 globalFilter_.insert({node.GetId(), globalFilterRect});
in CollectFilterInfoAndUpdateDirty() 2845 containerFilter_.insert({node.GetId(), globalFilterRect});
in CollectFilterInfoAndUpdateDirty()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegisterCoalescer.cpp | 339 ErasedInstrs.insert(MI); in deleteInstr() 581 ErasedInstrs.insert(MI); in LRE_WillEraseInstruction() 660 // Okay, we can merge them. We need to insert a new liverange: in adjustCopiesBackFrom() 874 MBB->insert(Pos, NewMI); in removeCopyByCommutingDef() 1136 // Position in CopyLeftBB where we should insert new copy. in removePartialRedundancy() 1140 // of the predecessor since we're about to insert a new definition of B in removePartialRedundancy() 1356 ErasedInstrs.insert(CopyMI); in reMaterializeTrivialDef() 1359 // We need to remember these so we can add intervals once we insert in reMaterializeTrivialDef() 1538 ToBeUpdated.insert(SrcReg); in reMaterializeTrivialDef() 1709 if (SrcReg == DstReg && !Visited.insert(UseM in updateRegDefsUses() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
H A D | Record.cpp | 246 Stack.insert(Stack.end(), T1->classes_begin(), T1->classes_end()); 529 auto &Entry = *ThePool.insert(V).first; 536 auto &Entry = *ThePool.insert(std::make_pair(V, nullptr)).first; 879 Args.insert(Args.end(), LHS->begin(), LHS->end()); 880 Args.insert(Args.end(), RHS->begin(), RHS->end()); 937 Args.insert(Args.end(), LHSs->begin(), LHSs->end()); 938 Args.insert(Args.end(), RHSs->begin(), RHSs->end());
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 996 // insert a computation after it without breaking the edge. in foldOpIntoPhi() 1002 // instruction, but insert another equivalent one, leading to infinite in foldOpIntoPhi() 1008 // If there is exactly one non-constant value, we can insert a copy of the in foldOpIntoPhi() 1022 // If we are going to have to insert a new computation, do so right before the in foldOpIntoPhi() 1811 GEP.getParent()->getInstList().insert( in visitGetElementPtrInst() 1830 GEP.getParent()->getInstList().insert( in visitGetElementPtrInst() 2251 BCI->getParent()->getInstList().insert(BCI->getIterator(), I); in visitGetElementPtrInst() 2415 // If we are removing an alloca with a dbg.declare, insert dbg.value calls in visitAllocSite() 2712 // The insert and extract both reference distinctly different elements. in visitExtractValueInst() 2713 // This means the extract is not influenced by the insert, an in visitExtractValueInst() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 843 compareFuncs.insert(glu::TYPE_FLOAT); in getCompareDependencies() 844 compareFuncs.insert(basicType); in getCompareDependencies() 856 compareFuncs.insert(glu::TYPE_FLOAT); in getCompareDependencies() 857 compareFuncs.insert(glu::getDataTypeFloatVec(glu::getDataTypeMatrixNumRows(basicType))); in getCompareDependencies() 858 compareFuncs.insert(basicType); in getCompareDependencies() 862 compareFuncs.insert(basicType); in getCompareDependencies() 879 basicTypes.insert(type.getBasicType()); in collectUniqueBasicTypes()
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglImageFormatTests.cpp | 436 exts.insert(glExts.begin(), glExts.end()); in getSupportedExtensions() 437 exts.insert(eglExts.begin(), eglExts.end()); in getSupportedExtensions() 442 exts.insert("EGL_KHR_image_base"); in getSupportedExtensions() 443 exts.insert("EGL_KHR_gl_texture_2D_image"); in getSupportedExtensions() 444 exts.insert("EGL_KHR_gl_texture_cubemap_image"); in getSupportedExtensions() 445 exts.insert("EGL_KHR_gl_renderbuffer_image"); in getSupportedExtensions() 1633 exts.insert(eglExts.begin(), eglExts.end()); in init()
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/ |
H A D | render_grid_scroll.cpp | 676 inCache_.insert(item + count); in LoadForward() 821 inCache_.insert(mainIndex); in SupplyItems() 923 showItem_.insert(crossIter->second); in PerformLayout() 981 deleteItem.insert(item); in DealCache()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/ |
H A D | bms_service_startup_test.cpp | 179 userMaps.insert(pair<std::string, std::vector<InnerBundleUserInfo>>("1", innerBundleUserInfos)); in HWTEST_F() 220 installInfos.insert(pair<std::string, std::vector<InnerBundleInfo>>("1", innerBundleInfos)); in HWTEST_F() 225 userInfoMaps.insert(pair<std::string, std::vector<InnerBundleUserInfo>>("1", innerBundleUserInfos)); in HWTEST_F() 562 signatures.insert(signatures.end(), signature); in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | scene_impl.cpp | 689 path.insert(0, "/"); in constructPath() 691 path.insert(0, namecomp.name.c_str()); in constructPath() 697 path.insert(0, "/"); in constructPath() 856 patchedPath.insert(0, "/"); in NormalizePath()
|