Home
last modified time | relevance | path

Searched refs:insert (Results 3851 - 3875 of 5558) sorted by relevance

1...<<151152153154155156157158159160>>...223

/third_party/protobuf/src/google/protobuf/compiler/php/
H A Dphp_generator.cc1036 nodes_without_dependency->insert(file); in AnalyzeDependencyForFile()
1047 (*deps)[dependency].insert(file); in AnalyzeDependencyForFile()
1098 nodes_without_dependency.insert(dependent); in GenerateAddFilesToPool()
1853 aggregate_metadata_prefixes.insert(options[i]); in GenerateAll()
/third_party/python/Lib/xml/etree/
H A DElementTree.py257 def insert(self, index, subelement): member in Element
260 self._children.insert(index, subelement)
1162 *space* is the whitespace to insert for each indentation level, two
1494 def _handle_single(self, factory, insert, *args):
1496 if insert:
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers_test.cc940 for (float testf = f; testf != 0; testf *= 0.1f) floats.insert(testf); in ExhaustiveFloat()
941 for (float testf = f; testf != 0; testf *= 0.5f) floats.insert(testf); in ExhaustiveFloat()
943 floats.insert(testf); in ExhaustiveFloat()
944 for (float testf = f; testf < 3e38f / 10; testf *= 10) floats.insert(testf); in ExhaustiveFloat()
/third_party/spirv-tools/source/fuzz/
H A Dfuzzer_util.cpp293 // We cannot insert directly after a merge instruction. in CanInsertOpcodeBeforeInstruction()
298 // We cannot insert a non-OpVariable instruction directly before a in CanInsertOpcodeBeforeInstruction()
302 // We cannot insert a non-OpPhi instruction directly before an OpPhi, because in CanInsertOpcodeBeforeInstruction()
543 unique_ids.insert({inst->unique_id(), inst}); in IsValidAndWellFormed()
1075 operand_ids.insert(operand_ids.end(), parameter_type_ids.begin(), in UpdateFunctionType()
1775 sampled_image_result_ids.insert(instruction.result_id()); in SplittingBeforeInstructionSeparatesOpSampledImageDefinitionFromUse()
1946 visited.insert(block); in NewTerminatorPreservesDominationRules()
/third_party/spirv-tools/source/val/
H A Dvalidate_decorations.cpp791 if (!seen_vars.insert(var_instr).second) {
1070 const bool already_used = !uses_push_constant.insert(ep_id).second;
1373 const auto already_used = !seen_per_id.insert(k).second;
1407 const auto already_used = !seen_per_member.insert(k).second;
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fProgramInterfaceDefinitionUtil.cpp898 buffers.insert(shader->getDefaultBlock().variables[ndx].layout.binding);
1334 resources.insert(resources.end(), blockResources.begin(), blockResources.end());
1409 resources.insert(resources.end(), blockResources.begin(), blockResources.end());
1494 addedVariables.insert(resources[ndx]);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineRenderToImageTests.cpp385 attachmentDescriptions.insert(attachmentDescriptions.end(), numLayers, depthStencilAttachmentDescription); in makeRenderPass()
1021 clearValues.insert(clearValues.end(), numSlices, makeClearValueDepthStencil(REFERENCE_DEPTH_VALUE, REFERENCE_STENCIL_VALUE)); in testWithSizeReduction()
1274 clearValues.insert(clearValues.end(), numSlices, makeClearValueDepthStencil(REFERENCE_DEPTH_VALUE, REFERENCE_STENCIL_VALUE)); in drawToMipLevel()
1635 masks.insert(i & sizeMask); in genSizeCombinations()
/third_party/vk-gl-cts/modules/egl/
H A DteglMultiThreadTests.cpp994 objectTypes.insert(TYPE_PBUFFER); in createDestroyObjects()
997 objectTypes.insert(TYPE_PIXMAP); in createDestroyObjects()
1000 objectTypes.insert(TYPE_WINDOW); in createDestroyObjects()
1003 objectTypes.insert(TYPE_CONTEXT); in createDestroyObjects()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp122 /// the insert there, and then read the result back.
203 UpdatedNodes->insert(N); in ReplacedNode()
215 UpdatedNodes->insert(New); in ReplaceNode()
225 UpdatedNodes->insert(New.getNode()); in ReplaceNode()
237 UpdatedNodes->insert(New[i].getNode()); in ReplaceNode()
248 UpdatedNodes->insert(New.getNode()); in ReplaceNodeWithValue()
361 /// the insert there, and then read the result back.
713 UpdatedNodes->insert(RVal.getNode()); in LegalizeLoadOps()
714 UpdatedNodes->insert(RChain.getNode()); in LegalizeLoadOps()
951 UpdatedNodes->insert(Valu in LegalizeLoadOps()
[all...]
/foundation/ability/form_fwk/test/unittest/fms_form_mgr_adapter_test/
H A Dfms_form_mgr_adapter_test2.cpp2230 formMgrAdapter.formIdMap_.insert(std::make_pair(formId, AddFormResultErrorCode::UNKNOWN)); in HWTEST_F()
2250 formMgrAdapter.formIdMap_.insert(std::make_pair(formId1, AddFormResultErrorCode::SUCCESS)); in HWTEST_F()
2255 formMgrAdapter.formIdMap_.insert(std::make_pair(formId2, AddFormResultErrorCode::FAILED)); in HWTEST_F()
2260 formMgrAdapter.formIdMap_.insert(std::make_pair(formId3, AddFormResultErrorCode::TIMEOUT)); in HWTEST_F()
2265 formMgrAdapter.formIdMap_.insert(std::make_pair(formId4, AddFormResultErrorCode::UNKNOWN)); in HWTEST_F()
/foundation/arkui/ace_engine/test/unittest/core/pattern/button/
H A Dbutton_test_ng.cpp154 buttonTheme->textColorMap_.insert(std::pair<ButtonStyleMode, Color>(ButtonStyleMode::EMPHASIZE, Color::BLACK)); in SetUpTestCase()
155 buttonTheme->textColorMap_.insert(std::pair<ButtonStyleMode, Color>(ButtonStyleMode::NORMAL, Color::BLUE)); in SetUpTestCase()
156 buttonTheme->textColorMap_.insert(std::pair<ButtonStyleMode, Color>(ButtonStyleMode::TEXT, Color::WHITE)); in SetUpTestCase()
157 buttonTheme->textColorByRoleMap_.insert(std::pair<ButtonRole, Color>(ButtonRole::NORMAL, Color::BLACK)); in SetUpTestCase()
158 buttonTheme->textColorByRoleMap_.insert(std::pair<ButtonRole, Color>(ButtonRole::ERROR, Color::RED)); in SetUpTestCase()
/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Doverlay_manager_testone_ng.cpp1546 overlayManager->popupMap_.insert({ 0, NG::PopupInfo() }); in HWTEST_F()
1547 overlayManager->popupMap_.insert({ 1, NG::PopupInfo() }); in HWTEST_F()
1548 overlayManager->popupMap_.insert({ 2, NG::PopupInfo() }); in HWTEST_F()
1563 overlayManager->menuMap_.insert({ 1, overlayNode }); in HWTEST_F()
1564 overlayManager->menuMap_.insert({ 2, overlayNode }); in HWTEST_F()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_install_checker_test.cpp266 hashParams.insert(pair<string, string>("1", "2")); in HWTEST_F()
471 infos.insert(pair<string, InnerBundleInfo>("1", innerBundleInfo1)); in HWTEST_F()
472 infos.insert(pair<string, InnerBundleInfo>("2", innerBundleInfo2)); in HWTEST_F()
732 baseBundleInstaller.dataMgr_->bundleIdMap_.insert(std::pair<int32_t, std::string>(TEST_BUNDLE_ID, BUNDLE_NAME)); in HWTEST_F()
2382 hashParams.insert(pair<string, string>(ENTRY, BUNDLE_NAME)); in HWTEST_F()
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_scene_session_impl_test4.cpp1225 WindowSceneSessionImpl::subWindowSessionMap_.insert(std::pair<int32_t, in HWTEST_F()
1230 WindowSceneSessionImpl::windowSessionMap_.insert(std::make_pair(window->GetWindowName(), in HWTEST_F()
1294 WindowSceneSessionImpl::windowSessionMap_.insert(std::make_pair(window->GetWindowName(), in HWTEST_F()
1383 WindowSceneSessionImpl::subWindowSessionMap_.insert(std::pair<int32_t, in HWTEST_F()
1600 toastWindow->windowSessionMap_.insert(std::make_pair("dialogWindow", in HWTEST_F()
H A Dwindow_scene_session_impl_test3.cpp1040 WindowSceneSessionImpl::windowSessionMap_.insert(std::make_pair(window->GetWindowName(), in HWTEST_F()
1684 windowSceneSessionImpl->windowSessionMap_.insert(std::make_pair("window1", std::make_pair(1, windowSession))); in HWTEST_F()
1687 windowSceneSessionImpl->windowSessionMap_.insert(std::make_pair("window1", std::make_pair(1, windowSession))); in HWTEST_F()
1890 windowSceneSessionImpl->windowSessionMap_.insert(std::make_pair("window1", std::make_pair(1, windowSession))); in HWTEST_F()
1916 windowSceneSessionImpl->windowSessionMap_.insert(std::make_pair("window1", std::make_pair(1, windowSession))); in HWTEST_F()
2023 windowSceneSessionImpl->windowSessionMap_.insert(std::make_pair("window1", std::make_pair(1, windowSession))); in HWTEST_F()
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dmod.rs320 self.items_seen.insert(item.into()); in set_seen()
328 self.functions_seen.insert(name.into()); in saw_function()
346 self.vars_seen.insert(name.into()); in saw_var()
2521 method_names.insert(name.clone()); in codegen_method()
2554 // If it's a constructor, we need to insert an extra parameter with a in codegen_method()
2758 attrs.insert(0, quote! { #[repr( #repr )] }); in new()
3134 derives.insert( in codegen()
3331 entry.insert(variant_name); in codegen()
4360 protocol_set.insert(*protocol_id);
4405 if protocol_set.insert(*protocol_i
[all...]
/third_party/glslang/glslang/HLSL/
H A DhlslParseHelper.cpp1181 auto entry = flattenMap.insert(std::make_pair(variable.getUniqueId(), in flatten()
1616 // This insert won't actually insert it if it's a duplicate signature, but it will still check for in handleFunctionDeclarator()
1618 if (! symbolTable.insert(function)) in handleFunctionDeclarator()
1637 if (! symbolTable.insert(*variable)) in addStructBufferHiddenCounterParam()
1689 // If the parameter has no name, it's not an error, just don't insert it in handleFunctionDefinition()
1709 if (! symbolTable.insert(*variable)) in handleFunctionDefinition()
4847 symbolTable.insert(*variable); in decomposeIntrinsic()
5569 // insert the implicit calling argument in handleFunctionCall()
5677 arguments->getAsAggregate()->getSequence().insert(argument in pushFrontArguments()
[all...]
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex90 \let\ptexinsert=\insert
242 % we did was a \nobreak, we don't want to insert more space.
522 % It's the responsibility of \envdef to insert \begingroup before the
828 % We want to insert a rule with the height and depth of the current
980 % after a section heading. If WORD is `insert', then do indent at such
989 \def\insertword{insert}
3545 % bizarre value of 10001 as a signal to \aboveenvbreak to insert
3913 \newtoks\everytab % insert after every tab.
4148 % empty), we can't just use \parsearg; we have to insert a space of our
4750 \insert\margi
[all...]
/foundation/multimodalinput/input/service/window_manager/test/
H A Dinput_windows_manager_ex_test.cpp2545 pointerEvent->pressedButtons_.insert(1); in HWTEST_F()
2581 pointerEvent->pressedButtons_.insert(1); in HWTEST_F()
2594 pointerEvent->pressedButtons_.insert(2); in HWTEST_F()
2661 inputWindowsManager->touchItemDownInfos_.insert(std::make_pair(2, winInfoEx)); in HWTEST_F()
2688 inputWindowsManager->touchItemDownInfos_.insert(std::make_pair(1, winInfoEx)); in HWTEST_F()
2714 inputWindowsManager->touchItemDownInfos_.insert(std::make_pair(1, winInfoEx)); in HWTEST_F()
2831 inputWindowsManager.touchItemDownInfos_.insert(std::make_pair(1, winInfoEx)); in HWTEST_F()
2863 inputWindowsManager.touchItemDownInfos_.insert(std::make_pair(1, winInfoEx)); in HWTEST_F()
2895 inputWindowsManager.touchItemDownInfos_.insert(std::make_pair(1, winInfoEx)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Drender_grid_layout.cpp663 newLens.insert(newLens.end(), lens.begin(), lens.end());
866 allocatedRowSizes_.insert(allocatedRowSizes_.begin(), rowCount_ + 1, 0.0);
1796 // If there has been insert Cell now.
3185 selectedItemsWithCtrl_.insert(gridLayoutItem);
3393 lens.insert(lens.end(), prefixLens.begin(), prefixLens.end());
3395 lens.insert(lens.end(), repeatLens.begin(), repeatLens.end());
3397 lens.insert(lens.end(), suffixLens.begin(), suffixLens.end());
/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_source_napi.cpp1944 context->errMsgArray.insert(std::make_pair(status, context->errMsg)); in ModifyImagePropertiesExecute()
1958 context->errMsgArray.insert(std::make_pair(ERROR, recordIterator->first)); in ModifyImagePropertiesExecute()
1963 context->errMsgArray.insert(std::make_pair(status, recordIterator->first)); in ModifyImagePropertiesExecute()
2015 context->errMsgArray.insert(std::make_pair(status, *keyStrIt)); in GetImagePropertiesExecute()
2865 opts->desireAuxiliaryPictures.insert(AuxiliaryPictureType(type)); in ParseDecodingOptionsForPicture()
2902 asyncContext->decodingOptsForPicture.desireAuxiliaryPictures.insert(AuxiliaryPictureType(type)); in CreatePicture()
/third_party/node/deps/v8/src/profiler/
H A Dheap-snapshot-generator.cc68 checked_objects_.insert(target); in CheckStrongReference()
98 checked_objects_.insert(target); in CheckWeakReference()
109 checked_objects_.insert(target); in MarkReferenceCheckedWithoutChecking()
163 indirect_strong_references_[level].insert( in GetIndirectStrongReferences()
612 auto result = merged_native_entries_map_.insert( in AddMergedNativeEntry()
2262 if (!user_roots_.insert(global).second) return; in SetGcSubrootReference()
/third_party/python/Lib/test/
H A Dtest_bytes.py1596 b.insert(1, ord('i'))
1597 b.insert(4, ord('i'))
1598 b.insert(-2, ord('i'))
1599 b.insert(1000, ord('i'))
1601 self.assertRaises(TypeError, lambda: b.insert(0, b'1'))
1603 b.insert(0, Indexable(ord('A')))
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp949 MF->insert(++MBB.getIterator(), LoadCmpBB); in ExpandCMP_SWAP()
950 MF->insert(++LoadCmpBB->getIterator(), StoreBB); in ExpandCMP_SWAP()
951 MF->insert(++StoreBB->getIterator(), DoneBB); in ExpandCMP_SWAP()
1074 MF->insert(++MBB.getIterator(), LoadCmpBB); in ExpandCMP_SWAP_64()
1075 MF->insert(++LoadCmpBB->getIterator(), StoreBB); in ExpandCMP_SWAP_64()
1076 MF->insert(++StoreBB->getIterator(), DoneBB); in ExpandCMP_SWAP_64()
1166 "Can only insert epilog into returning blocks"); in ExpandMI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1121 MF.insert(It, LoopMBB); in emitReadCycleWidePseudo()
1124 MF.insert(It, DoneMBB); in emitReadCycleWidePseudo()
1240 // To "insert" Select_* instructions, we actually have to insert the triangle in emitSelectPseudo()
1270 SelectDests.insert(MI.getOperand(0).getReg()); in emitSelectPseudo()
1287 SelectDests.insert(SequenceMBBI->getOperand(0).getReg()); in emitSelectPseudo()
1309 F->insert(I, IfFalseMBB); in emitSelectPseudo()
1310 F->insert(I, TailMBB); in emitSelectPseudo()
1366 llvm_unreachable("Unexpected instr type to insert"); in EmitInstrWithCustomInserter()

Completed in 93 milliseconds

1...<<151152153154155156157158159160>>...223