Home
last modified time | relevance | path

Searched refs:pair (Results 751 - 775 of 4582) sorted by relevance

1...<<31323334353637383940>>...184

/foundation/resourceschedule/qos_manager/services/src/
H A Dconcurrent_task_controller.cpp378 msgType_.insert(pair<std::string, int>("foreground", MSG_FOREGROUND)); in TypeMapInit()
379 msgType_.insert(pair<std::string, int>("background", MSG_BACKGROUND)); in TypeMapInit()
380 msgType_.insert(pair<std::string, int>("appStart", MSG_APP_START)); in TypeMapInit()
381 msgType_.insert(pair<std::string, int>("appKilled", MSG_APP_KILLED)); in TypeMapInit()
382 msgType_.insert(pair<std::string, int>("continuousStart", MSG_CONTINUOUS_TASK_START)); in TypeMapInit()
383 msgType_.insert(pair<std::string, int>("continuousEnd", MSG_CONTINUOUS_TASK_END)); in TypeMapInit()
384 msgType_.insert(pair<std::string, int>("getFocus", MSG_GET_FOCUS)); in TypeMapInit()
385 msgType_.insert(pair<std::string, int>("loseFocus", MSG_LOSE_FOCUS)); in TypeMapInit()
386 msgType_.insert(pair<std::string, int>("enterInteractionScene", MSG_ENTER_INTERACTION_SCENE)); in TypeMapInit()
387 msgType_.insert(pair<st in TypeMapInit()
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dconnection_pool.cpp75 std::pair<RebuiltType, std::shared_ptr<ConnectionPool>> ConnPool::HandleDataCorruption( in HandleDataCorruption()
78 std::pair<RebuiltType, std::shared_ptr<ConnectionPool>> result; in HandleDataCorruption()
107 std::pair<int32_t, std::shared_ptr<Connection>> ConnPool::Init(bool isAttach, bool needWriter) in Init()
110 std::pair<int32_t, std::shared_ptr<Connection>> result; in Init()
205 std::pair<int32_t, std::shared_ptr<Connection>> ConnPool::CreateTransConn(bool limited) in CreateTransConn()
221 std::pair<SharedConn, SharedConns> ConnPool::AcquireAll(int32_t time) in AcquireAll()
225 std::pair<SharedConn, SharedConns> result; in AcquireAll()
441 std::pair<int32_t, std::shared_ptr<Conn>> ConnPool::DisableWal() in DisableWal()
509 std::pair<int32_t, std::shared_ptr<ConnPool::ConnNode>> ConnPool::Container::Initialize( in Initialize()
587 std::pair<int32_
[all...]
/kernel/linux/linux-5.10/drivers/net/phy/
H A Dat803x.c924 * the twisted pair cable, 125MHz the counter frequency and in at803x_cdt_fault_length()
936 static int at803x_cdt_start(struct phy_device *phydev, int pair) in at803x_cdt_start() argument
940 cdt = FIELD_PREP(AT803X_CDT_MDI_PAIR_MASK, pair) | in at803x_cdt_start()
958 static int at803x_cable_test_one_pair(struct phy_device *phydev, int pair) in at803x_cable_test_one_pair() argument
968 ret = at803x_cdt_start(phydev, pair); in at803x_cable_test_one_pair()
983 ethnl_cable_test_result(phydev, ethtool_pair[pair], in at803x_cable_test_one_pair()
987 ethnl_cable_test_fault_length(phydev, ethtool_pair[pair], in at803x_cable_test_one_pair()
998 int pair, ret; in at803x_cable_test_get_status() local
1016 for_each_set_bit(pair, &pair_mask, 4) { in at803x_cable_test_get_status()
1017 ret = at803x_cable_test_one_pair(phydev, pair); in at803x_cable_test_get_status()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp951 std::pair<glw::GLuint, glw::GLuint> centerPoint(width / 2, height / 2); in checkNearest()
986 std::vector<std::pair<glw::GLuint, glw::GLuint> > borderPoints; in checkNearest()
988 borderPoints.push_back(std::pair<glw::GLuint, glw::GLuint>(width / 6, height / 6)); in checkNearest()
989 borderPoints.push_back(std::pair<glw::GLuint, glw::GLuint>(width / 2, height / 6)); in checkNearest()
990 borderPoints.push_back(std::pair<glw::GLuint, glw::GLuint>((glw::GLuint)(width / 6.0 * 5), height / 6)); in checkNearest()
991 borderPoints.push_back(std::pair<glw::GLuint, glw::GLuint>(width / 6, height / 2)); in checkNearest()
992 borderPoints.push_back(std::pair<glw::GLuint, glw::GLuint>((glw::GLuint)(width / 6.0 * 5), height / 2)); in checkNearest()
993 borderPoints.push_back(std::pair<glw::GLuint, glw::GLuint>(width / 6, (glw::GLuint)(height / 6.0 * 5))); in checkNearest()
994 borderPoints.push_back(std::pair<glw::GLuint, glw::GLuint>(width / 2, (glw::GLuint)(height / 6.0 * 5))); in checkNearest()
996 std::pair<gl in checkNearest()
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dtype_manager_test.cpp222 std::vector<std::pair<uint32_t, std::string>> type_id_strs = { in TEST()
806 auto pair = context->get_type_mgr()->GetTypeAndPointerType( in TEST() local
808 ASSERT_EQ(nullptr, pair.first); in TEST()
809 ASSERT_EQ(nullptr, pair.second); in TEST()
811 pair = context->get_type_mgr()->GetTypeAndPointerType( in TEST()
813 ASSERT_TRUE(pair.first->IsSame(&u32)); in TEST()
814 ASSERT_TRUE(pair.second->IsSame(&u32Ptr)); in TEST()
816 pair = in TEST()
818 ASSERT_TRUE(pair.first->IsSame(&st)); in TEST()
819 ASSERT_TRUE(pair in TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dtype_manager_test.cpp222 std::vector<std::pair<uint32_t, std::string>> type_id_strs = { in TEST()
806 auto pair = context->get_type_mgr()->GetTypeAndPointerType( in TEST() local
808 ASSERT_EQ(nullptr, pair.first); in TEST()
809 ASSERT_EQ(nullptr, pair.second); in TEST()
811 pair = context->get_type_mgr()->GetTypeAndPointerType( in TEST()
813 ASSERT_TRUE(pair.first->IsSame(&u32)); in TEST()
814 ASSERT_TRUE(pair.second->IsSame(&u32Ptr)); in TEST()
816 pair = in TEST()
818 ASSERT_TRUE(pair.first->IsSame(&st)); in TEST()
819 ASSERT_TRUE(pair in TEST()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-subset-cff1.cc276 code_pair_t &pair = (*this)[i - 1]; in complete() local
277 unsigned int nLeft = last_glyph - pair.glyph - 1; in complete()
280 last_glyph = pair.glyph; in complete()
281 pair.glyph = nLeft; in complete()
436 code_pair_t pair = { code, glyph }; in plan_subset_encoding() local
437 subset_enc_code_ranges.push (pair); in plan_subset_encoding()
447 code_pair_t pair = { supp_codes[i], sid }; in plan_subset_encoding() local
448 subset_enc_supp_codes.push (pair); in plan_subset_encoding()
493 code_pair_t pair = { sid, glyph }; in plan_subset_charset() local
494 subset_charset_ranges.push (pair); in plan_subset_charset()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp348 std::pair<unsigned, unsigned>
363 std::pair<unsigned, unsigned> AMDGPUSubtarget::getFlatWorkGroupSizes(
366 std::pair<unsigned, unsigned> Default =
370 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute(
386 std::pair<unsigned, unsigned> AMDGPUSubtarget::getWavesPerEU( in getWavesPerEU()
389 std::pair<unsigned, unsigned> Default(1, getMaxWavesPerEU()); in getWavesPerEU()
392 std::pair<unsigned, unsigned> FlatWorkGroupSizes = getFlatWorkGroupSizes(F); in getWavesPerEU()
408 std::pair<unsigned, unsigned> Requested = AMDGPU::getIntegerPairAttribute( in getWavesPerEU()
645 std::pair<unsigned, unsigned> WavesPerEU = MFI.getWavesPerEU(); in getMaxNumSGPRs()
695 std::pair<unsigne in getMaxNumVGPRs()
[all...]
/foundation/ability/form_fwk/services/include/
H A Dform_cache_mgr.h54 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> &imageDataMap) const;
73 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> &imageDataMap) const;
/foundation/ability/form_fwk/test/fuzztest/formhostcaller_fuzzer/
H A Dformhostcaller_fuzzer.cpp52 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap; in DoSomethingInterestingWithMyAPI()
53 std::pair<sptr<FormAshmem>, int32_t> loadForm = std::make_pair(aa, bb); in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/services/src/
H A Dform_serial_queue.cpp55 void FormSerialQueue::ScheduleDelayTask(const std::pair<int64_t, int64_t> &eventMsg, in ScheduleDelayTask()
69 void FormSerialQueue::CancelDelayTask(const std::pair<int64_t, int64_t> &eventMsg) in CancelDelayTask()
/foundation/ability/form_fwk/test/fuzztest/forminfordbstoragemgr_fuzzer/
H A Dforminfordbstoragemgr_fuzzer.cpp43 std::pair<std::string, std::string> loadForm = std::make_pair(aa, bb); in DoSomethingInterestingWithMyAPI()
44 std::vector<std::pair<std::string, std::string>> formInfoStorages; in DoSomethingInterestingWithMyAPI()
/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_provider_info.cpp90 void FormProviderInfo::SetImageDataMap(std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> imageDataMap) in SetImageDataMap()
99 std::map<std::string, std::pair<sptr<FormAshmem>, int32_t>> FormProviderInfo::GetImageDataMap() const in GetImageDataMap()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/qrcode/
H A Dqrcode_declaration.cpp45 bool QrcodeDeclaration::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
63 bool QrcodeDeclaration::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.cpp35 void ScrollComponent::InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>& scrollBarColor, in InitScrollBar()
36 const std::pair<bool, Dimension>& scrollBarWidth, EdgeEffect edgeEffect) in InitScrollBar()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_document.h114 std::vector<std::pair<std::string, WeakPtr<DOMNode>>> nodeWithIdVec_;
115 std::vector<std::pair<std::string, WeakPtr<DOMNode>>> nodeWithTargetVec_;
H A Ddom_divider.cpp36 bool DOMDivider::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
76 bool DOMDivider::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
H A Ddom_stack.h45 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
52 bool GetAxisOffset(const std::pair<std::string, std::string>& style);
H A Ddom_tab_bar.h57 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
58 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Ddom_tool_bar_item.h61 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
62 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Ddom_video.h55 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
56 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
H A Ddom_grid_row.cpp58 bool DomGridRow::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
70 bool DomGridRow::SetSpecializedStyle(const std::pair<std::string, std::string>& style) in SetSpecializedStyle()
H A Ddom_slider.h44 bool SetSpecializedAttr(const std::pair<std::string, std::string>& attr) override;
45 bool SetSpecializedStyle(const std::pair<std::string, std::string>& style) override;
/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dengine_helper.h75 static std::pair<int32_t, int32_t> GetPositionOnJsCode();
82 static std::pair<int32_t, int32_t> StringToPair(const std::string& match);
/foundation/arkui/ace_engine/test/unittest/core/syntax/
H A Dmock_lazy_for_each_builder.h44 std::pair<std::string, RefPtr<NG::UINode>> OnGetChildByIndex(
50 std::pair<std::string, RefPtr<NG::UINode>> OnGetChildByIndexNew(int32_t index,

Completed in 17 milliseconds

1...<<31323334353637383940>>...184