Home
last modified time | relevance | path

Searched refs:insert (Results 726 - 750 of 5258) sorted by relevance

1...<<21222324252627282930>>...211

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DInitialize.cpp455 symbolTable.insert(COMMON_BUILTINS, depthRangeParameters); in InsertBuiltInFunctions()
458 symbolTable.insert(COMMON_BUILTINS, depthRange); in InsertBuiltInFunctions()
482 // First, insert some special built-in variables that are not in in IdentifyBuiltIns()
488 symbolTable.insert(COMMON_BUILTINS, new TVariable(NewPoolTString("gl_FragCoord"), TType(EbtFloat, EbpMedium, EvqFragCoord, 4))); in IdentifyBuiltIns()
489 symbolTable.insert(COMMON_BUILTINS, new TVariable(NewPoolTString("gl_FrontFacing"), TType(EbtBool, EbpUndefined, EvqFrontFacing, 1))); in IdentifyBuiltIns()
490 symbolTable.insert(COMMON_BUILTINS, new TVariable(NewPoolTString("gl_PointCoord"), TType(EbtFloat, EbpMedium, EvqPointCoord, 2))); in IdentifyBuiltIns()
491 symbolTable.insert(ESSL1_BUILTINS, new TVariable(NewPoolTString("gl_FragColor"), TType(EbtFloat, EbpMedium, EvqFragColor, 4))); in IdentifyBuiltIns()
492 symbolTable.insert(ESSL1_BUILTINS, new TVariable(NewPoolTString("gl_FragData[gl_MaxDrawBuffers]"), TType(EbtFloat, EbpMedium, EvqFragData, 4))); in IdentifyBuiltIns()
493 symbolTable.insert(ESSL3_BUILTINS, new TVariable(NewPoolTString("gl_FragDepth"), TType(EbtFloat, EbpHigh, EvqFragDepth, 1))); in IdentifyBuiltIns()
496 symbolTable.insert(COMMON_BUILTIN in IdentifyBuiltIns()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp175 /// - [insert you fancy metric here]
311 (*ExportLists)[S->modulePath()].insert(VI); in computeImportForReferencedGlobals()
318 auto ILI = ImportList[RefSummary->modulePath()].insert(VI.getGUID()); in computeImportForReferencedGlobals()
405 auto IT = ImportThresholds.insert(std::make_pair( in computeImportForFunction()
485 auto ILI = ImportList[ExportModulePath].insert(VI.getGUID()); in computeImportForFunction()
500 ExportList.insert(VI); in computeImportForFunction()
509 ExportList.insert(Edge.first); in computeImportForFunction()
512 ExportList.insert(Ref); in computeImportForFunction()
642 FlattenedImports.insert(ExportPerModule.second.begin(), in checkVariableImport()
775 ImportList[Summary->modulePath()].insert(GUI in ComputeCrossModuleImportForModuleFromIndex()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSROA.cpp266 void insert(ArrayRef<Slice> NewSlices) { in insert() function in llvm::sroa::AllocaSlices
670 if (VisitedDeadInsts.insert(&I).second)
902 MemTransferSliceMap.insert(std::make_pair(&II, AS.Slices.size()));
952 Visited.insert(Root);
985 if (Visited.insert(cast<Instruction>(U)).second)
1584 Visited.insert(Ptr);
1615 if (!Visited.insert(Ptr).second)
1655 } while (Visited.insert(Ptr).second);
2155 "Cannot insert a larger integer!");
2175 V = IRB.CreateOr(Old, V, Name + ".insert");
[all...]
H A DLoopSimplifyCFG.cpp228 LiveLoopBlocks.insert(L.getHeader()); in analyze()
252 LiveLoopBlocks.insert(Succ); in analyze()
254 LiveExitBlocks.insert(Succ); in analyze()
269 UniqueDeadExits.insert(ExitBlock).second) in analyze()
291 BlocksInLoopAfterFolding.insert(L.getLoopLatch()); in analyze()
304 BlocksInLoopAfterFolding.insert(BB); in analyze()
329 /// we insert the following fictive preheader:
492 DeadSuccessors.insert(Succ); in foldTerminators()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.h276 selectedModes_.insert(selectedModes_.begin() + position, selectedMode); in SetSelectedMode()
291 indicatorStyles_.insert(indicatorStyles_.begin() + position, indicatorStyle); in SetIndicatorStyle()
306 tabBarStyles_.insert(tabBarStyles_.begin() + position, tabBarStyle); in SetTabBarStyle()
321 bottomTabBarStyles_.insert(bottomTabBarStyles_.begin() + position, bottomTabBarStyle); in SetBottomTabBarStyle()
341 iconStyles_.insert(iconStyles_.begin() + position, iconStyle); in SetIconStyle()
361 symbolArray_.insert(symbolArray_.begin() + position, symbol); in SetSymbol()
514 tabBarItemIds_.insert(tabBarItemIds_.begin() + position, tabBarItemId); in AddTabBarItemId()
/foundation/multimedia/media_foundation/src/meta/
H A Dformat.cpp43 auto ret = formatMap.insert(std::make_pair(std::string(key), data)); in PutIntValueToFormatMap()
52 auto ret = formatMap.insert(std::make_pair(std::string(key), data)); in PutLongValueToFormatMap()
61 auto ret = formatMap.insert(std::make_pair(std::string(key), data)); in PutFloatValueToFormatMap()
70 auto ret = formatMap.insert(std::make_pair(std::string(key), data)); in PutDoubleValueToFormatMap()
79 auto ret = formatMap.insert(std::make_pair(std::string(key), data)); in PutStringValueToFormatMap()
90 auto ret = formatMap.insert(std::make_pair(std::string(key), data)); in PutBufferToFormatMap()
280 auto ret = formatVecMap_.insert(std::make_pair(std::string(key), value)); in PutFormatVector()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test10.cpp101 ssm_->sceneSessionMap_.insert({sceneSession->GetPersistentId(), sceneSession}); in InitTestSceneSession()
210 ssm_->sceneSessionMap_.insert(std::make_pair(1, sceneSession)); in HWTEST_F()
274 ssm_->sceneSessionMap_.insert({102, nullptr}); in HWTEST_F()
313 ssm_->sceneSessionMap_.insert({102, nullptr}); in HWTEST_F()
350 ssm_->sceneSessionMap_.insert({102, nullptr}); in HWTEST_F()
388 ssm_->sceneSessionMap_.insert({102, nullptr}); in HWTEST_F()
583 ssm_->sceneSessionMap_.insert({sceneSession->GetPersistentId(), sceneSession}); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Ddisplay_group_controller.cpp35 sysBarNodeMaps_.insert(std::make_pair(displayId, sysBarNodeMap)); in InitNewDisplay()
41 sysBarTintMaps_.insert(std::make_pair(displayId, sysBarTintMap)); in InitNewDisplay()
45 displayWindowTree.insert(std::make_pair(WindowRootNodeType::APP_WINDOW_NODE, in InitNewDisplay()
47 displayWindowTree.insert(std::make_pair(WindowRootNodeType::ABOVE_WINDOW_NODE, in InitNewDisplay()
49 displayWindowTree.insert(std::make_pair(WindowRootNodeType::BELOW_WINDOW_NODE, in InitNewDisplay()
51 displayGroupWindowTree_.insert(std::make_pair(displayId, std::move(displayWindowTree))); in InitNewDisplay()
55 windowPairMap_.insert(std::make_pair(displayId, windowPair)); in InitNewDisplay()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DNumberFormatterImpl.java421 length += string.insert(length + index, micros.symbols.getInfinity(), NumberFormat.Field.INTEGER); in writeNumber()
424 length += string.insert(length + index, micros.symbols.getNaN(), NumberFormat.Field.INTEGER); in writeNumber()
433 length += string.insert(length + index, in writeNumber()
449 length += string.insert(index, in writeNumber()
469 length += string.insert(index, in writeIntegerDigits()
482 length += string.insert(index, in writeIntegerDigits()
504 length += string.insert(length + index, micros.symbols.getDigitStringsLocal()[nextDigit], in writeFractionDigits()
/third_party/libabigail/src/
H A Dabg-ir-priv.h270 {depends_on_recursive_type_.insert(reinterpret_cast<uintptr_t>(t));} in set_depends_on_recursive_type()
790 recursive_types_.insert(reinterpret_cast<uintptr_t>(right)); in mark_dependant_types_compared_until()
853 to_remove.insert(i); in confirm_ct_propagation_for_types_dependant_on()
938 collected.insert(i); in collect_types_that_depends_on()
1035 types_with_non_confirmed_propagated_ct_.insert(v); in add_to_types_with_non_confirmed_propagated_ct()
1177 env.priv_->classes_being_compared_.insert in mark_as_being_compared()
1340 env.priv_->fn_types_being_compared_.insert in mark_as_being_compared()
/third_party/python/Lib/idlelib/
H A Dsidebar.py197 self.text.mark_set("insert",
269 The provided callback is called after every insert and delete.
275 def insert(self, index, chars, tags=None): member in EndLineDelegator
276 self.delegate.insert(index, chars, tags)
305 self.sidebar_text.insert('insert', '1', 'linenumber')
353 self.sidebar_text.insert(f'end -1c', new_text, 'linenumber')
367 callback - Callable, will be called when an insert, delete or replace
374 def insert(self, index, chars, tags=None): member in WrappedLineHeightChangeDelegator
379 self.delegate.insert(inde
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_duplicate_region_with_selection.cpp332 original_label_to_duplicate_label.insert( in Apply()
341 original_id_to_duplicate_id.insert( in Apply()
348 original_id_to_phi_id.insert( in Apply()
391 // will insert |new_entry| before |entry_block|. in Apply()
470 // If the block is the first duplicated block, insert it after the exit in Apply()
471 // block of the original region. Otherwise, insert it after the preceding in Apply()
658 result.insert(&block); in GetRegionBlocks()
676 result.insert(pair.second()); in GetFreshIds()
679 result.insert(pair.second()); in GetFreshIds()
682 result.insert(pai in GetFreshIds()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp107 if (!live_blocks->insert(block).second) continue; in MarkLiveBlocks()
250 unreachable_merges->insert(merge_block); in MarkUnreachableStructuredTargets()
610 visited.insert(cont_id); in AddBlocksWithBackEdge()
611 visited.insert(header_id); in AddBlocksWithBackEdge()
612 visited.insert(merge_id); in AddBlocksWithBackEdge()
626 if (visited.insert(*succ_label_id).second) { in AddBlocksWithBackEdge()
635 blocks_with_back_edges->insert(bb); in AddBlocksWithBackEdge()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_duplicate_region_with_selection.cpp332 original_label_to_duplicate_label.insert( in Apply()
341 original_id_to_duplicate_id.insert( in Apply()
348 original_id_to_phi_id.insert( in Apply()
391 // will insert |new_entry| before |entry_block|. in Apply()
470 // If the block is the first duplicated block, insert it after the exit in Apply()
471 // block of the original region. Otherwise, insert it after the preceding in Apply()
658 result.insert(&block); in GetRegionBlocks()
676 result.insert(pair.second()); in GetFreshIds()
679 result.insert(pair.second()); in GetFreshIds()
682 result.insert(pai in GetFreshIds()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Ddead_branch_elim_pass.cpp107 if (!live_blocks->insert(block).second) continue; in MarkLiveBlocks()
250 unreachable_merges->insert(merge_block); in MarkUnreachableStructuredTargets()
610 visited.insert(cont_id); in AddBlocksWithBackEdge()
611 visited.insert(header_id); in AddBlocksWithBackEdge()
612 visited.insert(merge_id); in AddBlocksWithBackEdge()
626 if (visited.insert(*succ_label_id).second) { in AddBlocksWithBackEdge()
635 blocks_with_back_edges->insert(bb); in AddBlocksWithBackEdge()
/third_party/skia/third_party/externals/zlib/google/
H A Dzip_unittest.cc146 zip_contents_.insert(zip_path.Append(FILE_PATH_LITERAL("foo.txt"))); in SetUp()
148 zip_contents_.insert(zip_path); in SetUp()
149 zip_contents_.insert(zip_path.Append(FILE_PATH_LITERAL("bar.txt"))); in SetUp()
151 zip_contents_.insert(zip_path); in SetUp()
152 zip_contents_.insert(zip_path.Append(FILE_PATH_LITERAL("baz.txt"))); in SetUp()
153 zip_contents_.insert(zip_path.Append(FILE_PATH_LITERAL("quux.txt"))); in SetUp()
154 zip_contents_.insert(zip_path.Append(FILE_PATH_LITERAL(".hidden"))); in SetUp()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_duplicate_region_with_selection.cpp332 original_label_to_duplicate_label.insert( in Apply()
341 original_id_to_duplicate_id.insert( in Apply()
348 original_id_to_phi_id.insert( in Apply()
391 // will insert |new_entry| before |entry_block|. in Apply()
470 // If the block is the first duplicated block, insert it after the exit in Apply()
471 // block of the original region. Otherwise, insert it after the preceding in Apply()
658 result.insert(&block); in GetRegionBlocks()
676 result.insert(pair.second()); in GetFreshIds()
679 result.insert(pair.second()); in GetFreshIds()
682 result.insert(pai in GetFreshIds()
[all...]
/third_party/spirv-tools/source/opt/
H A Ddead_branch_elim_pass.cpp103 if (!live_blocks->insert(block).second) continue; in MarkLiveBlocks()
246 unreachable_merges->insert(merge_block); in MarkUnreachableStructuredTargets()
598 visited.insert(cont_id); in AddBlocksWithBackEdge()
599 visited.insert(header_id); in AddBlocksWithBackEdge()
600 visited.insert(merge_id); in AddBlocksWithBackEdge()
614 if (visited.insert(*succ_label_id).second) { in AddBlocksWithBackEdge()
623 blocks_with_back_edges->insert(bb); in AddBlocksWithBackEdge()
/foundation/ability/ability_runtime/test/unittest/dfr_test/appfreeze_manager_test/
H A Dappfreeze_manager_test.cpp172 ids.insert(1); in HWTEST_F()
173 binderInfo.insert(std::pair<int, std::set<int>>(0, ids)); in HWTEST_F()
174 ids.insert(0); in HWTEST_F()
175 binderInfo.insert(std::pair<int, std::set<int>>(1, ids)); in HWTEST_F()
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Dble_parcel_data.h142 manufacturerSpecificData_.insert(std::make_pair(manufacturerId, data)); in AddManufacturerData()
154 serviceData_.insert(std::make_pair(uuid, serviceData)); in AddServiceData()
536 manufacturerSpecificData_.insert(std::make_pair(manufacturerId, data)); in AddManufacturerData()
548 serviceData_.insert(std::make_pair(uuid, serviceData)); in AddServiceData()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dpre_bundle_profile.cpp117 scanInfos.insert(preScanInfo); in TransformTo()
146 uninstallList.insert(name); in TransformTo()
368 preBundleConfigInfos.insert(preBundleConfigInfo); in TransformTo()
408 extensionTypeList.insert(extensionAbilityType); in TransformJsonToExtensionTypeList()
H A Dpre_install_exception_mgr.cpp167 exceptionPaths_.insert(bundleDir); in SavePreInstallExceptionPath()
209 exceptionBundleNames_.insert(bundleName); in SavePreInstallExceptionBundleName()
245 exceptionAppServiceBundleNames_.insert(bundleName); in SavePreInstallExceptionAppServiceBundleName()
282 exceptionAppServicePaths_.insert(bundleDir); in SavePreInstallExceptionAppServicePath()
/foundation/window/window_manager/utils/src/
H A Dperform_reporter.cpp196 infos.insert(std::make_pair(packageName, 1)); in UpdateReportInfo()
197 infoMap.insert(std::make_pair(bundleName, infos)); in UpdateReportInfo()
203 iter->second.insert(std::make_pair(packageName, 1)); in UpdateReportInfo()
217 infoMap.insert(std::make_pair(bundleName, 1)); in UpdateReportInfo()
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Dkv_adapter_test.cpp171 values.insert(pair<string, string>("key2", "value2")); in HWTEST_F()
172 values.insert(pair<string, string>("key3", "value3")); in HWTEST_F()
202 values.insert(pair<string, string>("key1", "value1")); in HWTEST_F()
203 values.insert(pair<string, string>("key2", "value2")); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/test/unittest/
H A Dtypes_util_test.cpp93 Entry insert, update, del; in HWTEST_F() local
94 insert.key = "insert"; in HWTEST_F()
97 insert.value = "insert_value"; in HWTEST_F()
101 inserts.push_back(insert); in HWTEST_F()
111 EXPECT_EQ(changeOut.GetInsertEntries().front().key.ToString(), std::string("insert")); in HWTEST_F()

Completed in 28 milliseconds

1...<<21222324252627282930>>...211