Home
last modified time | relevance | path

Searched refs:icon1 (Results 1 – 25 of 510) sorted by relevance

12345678910>>...21

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/images/
H A DDecorationOverlayIconTest.java65 assertTrue(icon1.equals(icon2)); in testEqualsAndHashCode()
66 assertEquals(icon1.hashCode(), icon2.hashCode()); in testEqualsAndHashCode()
70 assertTrue(icon1.equals(icon2)); in testEqualsAndHashCode()
71 assertEquals(icon1.hashCode(), icon2.hashCode()); in testEqualsAndHashCode()
75 assertFalse(icon1.equals(icon2)); in testEqualsAndHashCode()
76 assertNotEquals(icon1.hashCode(), icon2.hashCode()); in testEqualsAndHashCode()
80 assertFalse(icon1.equals(icon2)); in testEqualsAndHashCode()
81 assertNotEquals(icon1.hashCode(), icon2.hashCode()); in testEqualsAndHashCode()
85 assertFalse(icon1.equals(icon2)); in testEqualsAndHashCode()
90 assertFalse(icon1.equals(icon2)); in testEqualsAndHashCode()
[all …]
/dports/net-im/ruqola/ruqola-1.6.1/src/core/autotests/
H A Demoticonmodeltest.cpp30 UnicodeEmoticon icon1; in shouldListEmojis() local
31 icon1.setUnicode(QStringLiteral("D83D-DE42")); in shouldListEmojis()
32 icon1.setIdentifier(QStringLiteral("id1")); in shouldListEmojis()
33 icon1.setCategory(QStringLiteral("cat1")); in shouldListEmojis()
34 icon1.setAliases({QStringLiteral("id2"), QStringLiteral("id3")}); in shouldListEmojis()
35 QVector<UnicodeEmoticon> list{icon1}; in shouldListEmojis()
45 QCOMPARE(idx1.data(EmoticonModel::Category).toString(), icon1.category()); in shouldListEmojis()
65 UnicodeEmoticon icon1; in shouldFilterCategory() local
66 icon1.setIdentifier(QStringLiteral("id1")); in shouldFilterCategory()
67 icon1.setCategory(QStringLiteral("cat1")); in shouldFilterCategory()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/device_dialog/
H A DItemChooserDialogTest.java179 ImageView icon1 = getIconImageView(dialog, 1); in testAddItemsWithNoIcons()
181 Assert.assertEquals(null, icon1.getDrawable()); in testAddItemsWithNoIcons()
205 ImageView icon1 = getIconImageView(dialog, 1); in testAddItemsWithIcons()
215 ImageView icon1 = getIconImageView(dialog, 1); in testAddItemsWithIcons()
237 ImageView icon1 = getIconImageView(dialog, 1); in testAddItemWithIconAfterItemWithNoIcon()
246 ImageView icon1 = getIconImageView(dialog, 1); in testAddItemWithIconAfterItemWithNoIcon()
266 ImageView icon1 = getIconImageView(dialog, 1); in testAddItemWithNoIconAfterItemWithIcon()
274 ImageView icon1 = getIconImageView(dialog, 1); in testAddItemWithNoIconAfterItemWithIcon()
294 ImageView icon1 = getIconImageView(dialog, 1); in testRemoveItemWithIconNoItemsWithIconsLeft()
302 ImageView icon1 = getIconImageView(dialog, 1); in testRemoveItemWithIconNoItemsWithIconsLeft()
[all …]
/dports/x11-wm/windowmaker/WindowMaker-0.95.9/WPrefs.app/
H A DWorkspace.c97 WMPixmap *icon1; in createPanel() local
130 if (icon1) in createPanel()
132 WMSetLabelImage(panel->cyclL, icon1); in createPanel()
133 WMReleasePixmap(icon1); in createPanel()
146 if (icon1) in createPanel()
149 WMReleasePixmap(icon1); in createPanel()
162 if (icon1) in createPanel()
164 WMSetLabelImage(panel->newL, icon1); in createPanel()
165 WMReleasePixmap(icon1); in createPanel()
179 if (icon1) in createPanel()
[all …]
/dports/x11-wm/libwraster/WindowMaker-0.95.9/WPrefs.app/
H A DWorkspace.c97 WMPixmap *icon1; in createPanel() local
130 if (icon1) in createPanel()
132 WMSetLabelImage(panel->cyclL, icon1); in createPanel()
133 WMReleasePixmap(icon1); in createPanel()
146 if (icon1) in createPanel()
149 WMReleasePixmap(icon1); in createPanel()
162 if (icon1) in createPanel()
164 WMSetLabelImage(panel->newL, icon1); in createPanel()
165 WMReleasePixmap(icon1); in createPanel()
179 if (icon1) in createPanel()
[all …]
/dports/security/keybase/client-v5.7.1/shared/common-adapters/
H A Dlist-item2.stories.tsx25 const icon1 = <Icon type="icon-computer-32" />
37 <ListItem firstItem={true} type="Small" icon={icon1} body={body1} />
39 <ListItem firstItem={false} type="Small" icon={icon1} body={body1} statusIcon={icon3} />
40 <ListItem firstItem={false} type="Small" icon={icon1} body={body2} />
41 <ListItem firstItem={false} type="Small" icon={icon1} body={body3} />
42 <ListItem firstItem={false} type="Small" icon={icon1} body={body1} />
43 <ListItem firstItem={false} type="Small" icon={icon1} body={body1} />
44 <ListItem firstItem={false} type="Small" icon={icon1} body={body2} />
50 icon={icon1}
57 icon={icon1}
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gfortran.dg/graphite/
H A Dpr68565.f9013 INTEGER :: icon1 local
14 DO icon1=1,subset%ncon_tot
15 subset%coeff(:,icon1)=subset%coeff(:,icon1)/&
16 SQRT(DOT_PRODUCT(subset%coeff(:,icon1),subset%coeff(:,icon1)))
/dports/www/ilias6/ILIAS-6.14/Services/Style/System/test/
H A DilSystemStyleIconFolderTest.php110 $icon1 = new ilSystemStyleIcon("test_image_1.svg", $path1, "svg");
120 $icon1 = new ilSystemStyleIcon("test_image_1.svg", $path1, "svg");
122 $this->assertEquals($icon1, $folder->getIconByPath($path1));
142 $icon1 = new ilSystemStyleIcon("test_image_1.svg", $path1, "svg");
156 $expected_icons = [$icon5,$icon2,$icon3,$icon1,$icon4];
167 $icon1 = new ilSystemStyleIcon("test_image_1.svg", $path1, "svg");
182 $style_path => [$icon5,$icon1,$icon4],
249 $icon1->getColorSet();
259 $expected_icons_usages = [$icon2,$icon3,$icon1];
275 $icon1->getColorSet();
[all …]

12345678910>>...21