Home
last modified time | relevance | path

Searched refs:profile3 (Results 1 – 25 of 81) sorted by relevance

1234

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/planner/
H A DInclusionRuleTest.java32 IProfile profile3; field in InclusionRuleTest
139 profile3 = createProfile("TestProfile3." + getName()); in testRemoveIUandInclusionRule()
140 ProfileChangeRequest req = new ProfileChangeRequest(profile3); in testRemoveIUandInclusionRule()
145 assertProfileContainsAll("A1 is missing", profile3, new IInstallableUnit[] {a1}); in testRemoveIUandInclusionRule()
146 assertEquals(queryResultSize(profile3.query(QueryUtil.createIUAnyQuery(), null)), 1); in testRemoveIUandInclusionRule()
149 ProfileChangeRequest req2 = new ProfileChangeRequest(profile3); in testRemoveIUandInclusionRule()
154 assertProfileContainsAll("A1 is missing", profile3, new IInstallableUnit[] {a1}); in testRemoveIUandInclusionRule()
155 assertEquals(queryResultSize(profile3.query(QueryUtil.createIUAnyQuery(), null)), 1); in testRemoveIUandInclusionRule()
158 ProfileChangeRequest req3 = new ProfileChangeRequest(profile3); in testRemoveIUandInclusionRule()
167 ProfileChangeRequest req5 = new ProfileChangeRequest(profile3); in testRemoveIUandInclusionRule()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/console/multiuser/
H A DTestUserManager.java77 UserProfile profile3 = new UserProfile(); in testLoadSave() local
78 profile3.setUserType(UserProfile.GUEST); in testLoadSave()
79 profile3.setUsername("user3"); in testLoadSave()
80 profile3.setPassword("whatever"); in testLoadSave()
83 assertFalse( manager.getUsers().contains(profile3 ) ); in testLoadSave()
86 assertFalse( newManager.getUsers().contains(profile3 ) ); in testLoadSave()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/ui/
H A Daddress_email_form_label_formatter_unittest.cc58 AutofillProfile profile3 = in TEST() local
60 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "paul1775@gmail.com", in TEST()
68 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
95 AutofillProfile profile3 = in TEST() local
97 test::SetProfileInfo(&profile3, "", "", "", "paul1775@gmail.com", "", "", "", in TEST()
105 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
132 AutofillProfile profile3 = in TEST() local
134 test::SetProfileInfo(&profile3, "", "", "", "paul1775@gmail.com", "", "", "", in TEST()
142 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
168 AutofillProfile profile3 = in TEST() local
[all …]
H A Daddress_phone_form_label_formatter_unittest.cc52 AutofillProfile profile3 = in TEST() local
54 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "", "", "", "", "", "", in TEST()
62 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
89 AutofillProfile profile3 = in TEST() local
91 test::SetProfileInfo(&profile3, "", "", "", "", "", "", "", "", "", "", "US", in TEST()
99 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
126 AutofillProfile profile3 = in TEST() local
128 test::SetProfileInfo(&profile3, "", "", "", "", "", "", "", "", "", "", "US", in TEST()
136 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
162 AutofillProfile profile3 = in TEST() local
[all …]
H A Daddress_contact_form_label_formatter_unittest.cc61 AutofillProfile profile3 = in TEST() local
63 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "paul1775@gmail.com", in TEST()
82 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
117 AutofillProfile profile3 = in TEST() local
119 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "paul1775@gmail.com", in TEST()
173 AutofillProfile profile3 = in TEST() local
175 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "paul1775@gmail.com", in TEST()
229 AutofillProfile profile3 = in TEST() local
231 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "paul1775@gmail.com", in TEST()
285 AutofillProfile profile3 = in TEST() local
[all …]
H A Dcontact_form_label_formatter_unittest.cc50 AutofillProfile profile3 = in TEST() local
52 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "", "", "19 N Square", in TEST()
61 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
87 AutofillProfile profile3 = in TEST() local
89 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "", "", "19 N Square", in TEST()
97 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
125 AutofillProfile profile3 = in TEST() local
127 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "", "", "19 N Square", in TEST()
135 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
H A Daddress_form_label_formatter_unittest.cc53 AutofillProfile profile3 = in TEST() local
55 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "paul1775@gmail.com", in TEST()
63 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
90 AutofillProfile profile3 = in TEST() local
92 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "paul1775@gmail.com", in TEST()
100 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/ui/
H A Daddress_email_form_label_formatter_unittest.cc58 AutofillProfile profile3 = in TEST() local
60 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "paul1775@gmail.com", in TEST()
68 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
95 AutofillProfile profile3 = in TEST() local
97 test::SetProfileInfo(&profile3, "", "", "", "paul1775@gmail.com", "", "", "", in TEST()
105 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
132 AutofillProfile profile3 = in TEST() local
134 test::SetProfileInfo(&profile3, "", "", "", "paul1775@gmail.com", "", "", "", in TEST()
142 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
168 AutofillProfile profile3 = in TEST() local
[all …]
H A Daddress_phone_form_label_formatter_unittest.cc52 AutofillProfile profile3 = in TEST() local
54 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "", "", "", "", "", "", in TEST()
62 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
89 AutofillProfile profile3 = in TEST() local
91 test::SetProfileInfo(&profile3, "", "", "", "", "", "", "", "", "", "", "US", in TEST()
99 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
126 AutofillProfile profile3 = in TEST() local
128 test::SetProfileInfo(&profile3, "", "", "", "", "", "", "", "", "", "", "US", in TEST()
136 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
162 AutofillProfile profile3 = in TEST() local
[all …]
H A Daddress_contact_form_label_formatter_unittest.cc61 AutofillProfile profile3 = in TEST() local
63 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "paul1775@gmail.com", in TEST()
82 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
117 AutofillProfile profile3 = in TEST() local
119 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "paul1775@gmail.com", in TEST()
173 AutofillProfile profile3 = in TEST() local
175 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "paul1775@gmail.com", in TEST()
229 AutofillProfile profile3 = in TEST() local
231 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "paul1775@gmail.com", in TEST()
285 AutofillProfile profile3 = in TEST() local
[all …]
H A Dcontact_form_label_formatter_unittest.cc50 AutofillProfile profile3 = in TEST() local
52 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "", "", "19 N Square", in TEST()
61 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
87 AutofillProfile profile3 = in TEST() local
89 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "", "", "19 N Square", in TEST()
97 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
125 AutofillProfile profile3 = in TEST() local
127 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "", "", "19 N Square", in TEST()
135 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
H A Daddress_form_label_formatter_unittest.cc53 AutofillProfile profile3 = in TEST() local
55 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "paul1775@gmail.com", in TEST()
63 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
90 AutofillProfile profile3 = in TEST() local
92 test::SetProfileInfo(&profile3, "Paul", "", "Revere", "paul1775@gmail.com", in TEST()
100 const std::vector<AutofillProfile*> profiles{&profile1, &profile2, &profile3, in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/safe_browsing/chrome_cleaner/
H A Dsettings_resetter_browsertest_win.cc183 Profile* profile3 = CreateProfile(); in IN_PROC_BROWSER_TEST_P() local
184 ASSERT_TRUE(profile3); in IN_PROC_BROWSER_TEST_P()
187 profile3->GetPrefs()->SetBoolean(prefs::kChromeCleanerResetPending, true); in IN_PROC_BROWSER_TEST_P()
194 resetter.ResetTaggedProfiles({profile1, profile2, profile3}, in IN_PROC_BROWSER_TEST_P()
205 EXPECT_EQ(!reset_expected, ProfileIsTagged(profile3)); in IN_PROC_BROWSER_TEST_P()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/twig/twig/test/Twig/Tests/Profiler/
H A DProfileTest.php89 $profile3 = $profiles[0];
96 $this->assertEquals($profile1->getTemplate(), $profile3->getTemplate());
97 $this->assertEquals($profile1->getType(), $profile3->getType());
98 $this->assertEquals($profile1->getName(), $profile3->getName());
/dports/textproc/ydiff/ydiff-1.2/
H A DMakefile7 test test3 cov cov3 html reg reg3 profile profile3
50 profile3: target
51 tests/profile.sh profile3.tmp
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/data_model/
H A Dautofill_profile_unittest.cc113 base::string16 summary3 = GetLabel(&profile3); in TEST()
688 AutofillProfile profile3 = in TEST() local
874 AutofillProfile profile3 = in TEST() local
887 EXPECT_FALSE(profile3.IsSubsetOfForFieldSet( in TEST()
891 EXPECT_FALSE(profile3.IsSubsetOfForFieldSet( in TEST()
900 EXPECT_FALSE(profile3.IsSubsetOfForFieldSet( in TEST()
904 EXPECT_FALSE(profile3.IsSubsetOfForFieldSet( in TEST()
923 AutofillProfile profile3 = in TEST() local
936 EXPECT_FALSE(profile3.IsSubsetOfForFieldSet( in TEST()
940 EXPECT_FALSE(profile3.IsSubsetOfForFieldSet( in TEST()
[all …]
/dports/devel/qbs/qbs-src-1.21.0/tests/auto/language/testdata/multiplexing-by-profile/
H A Dp3.qbs11 name: "profile3"
25 qbs.profiles: ["profile3", "profile4"]
/dports/cad/opencascade/opencascade-7.6.0/tests/bugs/modalg_7/
H A Dbug2629511 restore [locate_data_file bug26295_profile3.brep] profile3
15 explode profile3
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/data_model/
H A Dautofill_profile_unittest.cc139 base::string16 summary3 = GetLabel(&profile3); in TEST_P()
714 AutofillProfile profile3 = in TEST_P() local
900 AutofillProfile profile3 = in TEST() local
913 EXPECT_FALSE(profile3.IsSubsetOfForFieldSet( in TEST()
917 EXPECT_FALSE(profile3.IsSubsetOfForFieldSet( in TEST()
926 EXPECT_FALSE(profile3.IsSubsetOfForFieldSet( in TEST()
930 EXPECT_FALSE(profile3.IsSubsetOfForFieldSet( in TEST()
949 AutofillProfile profile3 = in TEST() local
962 EXPECT_FALSE(profile3.IsSubsetOfForFieldSet( in TEST()
966 EXPECT_FALSE(profile3.IsSubsetOfForFieldSet( in TEST()
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DVideotex-Coding-Attributes.asn115 profile2(82), profile3(83), profile4(84), profileX1-1(85), profileX1-2(86),
23 undefined(0), profile1(81), profile2(82), profile3(83), profile4(84),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DVideotex-Coding-Attributes.asn115 profile2(82), profile3(83), profile4(84), profileX1-1(85), profileX1-2(86),
23 undefined(0), profile1(81), profile2(82), profile3(83), profile4(84),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DVideotex-Coding-Attributes.asn115 profile2(82), profile3(83), profile4(84), profileX1-1(85), profileX1-2(86),
23 undefined(0), profile1(81), profile2(82), profile3(83), profile4(84),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DVideotex-Coding-Attributes.asn115 profile2(82), profile3(83), profile4(84), profileX1-1(85), profileX1-2(86),
23 undefined(0), profile1(81), profile2(82), profile3(83), profile4(84),
/dports/lang/erlang/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DVideotex-Coding-Attributes.asn115 profile2(82), profile3(83), profile4(84), profileX1-1(85), profileX1-2(86),
23 undefined(0), profile1(81), profile2(82), profile3(83), profile4(84),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/asn1/test/asn1_SUITE_data/rfcs/
H A DVideotex-Coding-Attributes.asn115 profile2(82), profile3(83), profile4(84), profileX1-1(85), profileX1-2(86),
23 undefined(0), profile1(81), profile2(82), profile3(83), profile4(84),

1234