Home
last modified time | relevance | path

Searched refs:address1 (Results 1 – 25 of 1552) sorted by relevance

12345678910>>...63

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/payments/core/
H A Dpayment_address_unittest.cc15 mojom::PaymentAddress address1; in TEST() local
17 EXPECT_TRUE(address1.Equals(address2)); in TEST()
19 address1.country = "Madagascar"; in TEST()
24 EXPECT_TRUE(address1.Equals(address2)); in TEST()
29 address1.address_line = address_line1; in TEST()
39 address1.region = "Quebec"; in TEST()
46 address1.city = "Timbuktu"; in TEST()
60 address1.postal_code = "90210"; in TEST()
67 address1.sorting_code = "14390"; in TEST()
81 address1.recipient = "Veruca Salt"; in TEST()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/payments/core/
H A Dpayment_address_unittest.cc15 mojom::PaymentAddress address1; in TEST() local
17 EXPECT_TRUE(address1.Equals(address2)); in TEST()
19 address1.country = "Madagascar"; in TEST()
24 EXPECT_TRUE(address1.Equals(address2)); in TEST()
29 address1.address_line = address_line1; in TEST()
39 address1.region = "Quebec"; in TEST()
46 address1.city = "Timbuktu"; in TEST()
60 address1.postal_code = "90210"; in TEST()
67 address1.sorting_code = "14390"; in TEST()
81 address1.recipient = "Veruca Salt"; in TEST()
[all …]
/dports/devel/dxa65/dxa-0.1.4/
H A Dmain.c123 for (address1 = sizeof MemType / sizeof *MemType; address1--;
126 for (address1 = sizeof MemFlag / sizeof *MemFlag; address1--;
127 MemFlag[address1] = MemLabel[address1] = 0);
129 for (address1 = sizeof LowByte / sizeof *LowByte; address1--;
130 HighByte[address1] = LowByte[address1] = 0);
176 for (; (ADDR_T)address1 != address2; address1++) {
211 for (; (ADDR_T)address1 != address2; address1++) {
224 if (!sscanf (optarg, "%X", &address1) || address1 > 65535) {
230 AddEntry (address1, address1, RTN_SURE);
240 if (!fscanf (file, "%X\n", &address1) || address1 > 65535) {
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.NetworkInformation/tests/FunctionalTests/
H A DPhysicalAddressTest.cs16 PhysicalAddress address1 = new PhysicalAddress(byteAddress1); in PhysicalAddress_SameAddresses_Pass()
19 Assert.Equal(address1, address2); in PhysicalAddress_SameAddresses_Pass()
20 Assert.Equal(address1.GetHashCode(), address2.GetHashCode()); in PhysicalAddress_SameAddresses_Pass()
29 PhysicalAddress address1 = new PhysicalAddress(byteAddress1); in PhysicalAddress_EqualAddresses_Pass()
32 Assert.Equal(address1, address2); in PhysicalAddress_EqualAddresses_Pass()
33 Assert.Equal(address1.GetHashCode(), address2.GetHashCode()); in PhysicalAddress_EqualAddresses_Pass()
42 PhysicalAddress address1 = new PhysicalAddress(byteAddress1); in PhysicalAddress_DifferentAddresses_SameSize_Pass()
46 Assert.NotEqual(address1, address2); in PhysicalAddress_DifferentAddresses_SameSize_Pass()
55 PhysicalAddress address1 = new PhysicalAddress(byteAddress1); in PhysicalAddress_DifferentAddresses_DifferentSize_Pass()
59 Assert.NotEqual(address1, address2); in PhysicalAddress_DifferentAddresses_DifferentSize_Pass()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-nfs/src/test/java/org/apache/hadoop/nfs/
H A DTestNfsExports.java26 private final String address1 = "192.168.0.12"; field in TestNfsExports
41 matcher.getAccessPrivilege(address1, hostname1)); in testWildcardRW()
48 matcher.getAccessPrivilege(address1, hostname1)); in testWildcardRO()
56 matcher.getAccessPrivilege(address1, hostname1)); in testExactAddressRW()
65 matcher.getAccessPrivilege(address1, hostname1)); in testExactAddressRO()
75 matcher.getAccessPrivilege(address1, hostname1)); in testExactHostRW()
82 matcher.getAccessPrivilege(address1, hostname1)); in testExactHostRO()
90 matcher.getAccessPrivilege(address1, hostname1)); in testCidrShortRW()
100 matcher.getAccessPrivilege(address1, hostname1)); in testCidrShortRO()
110 matcher.getAccessPrivilege(address1, hostname1)); in testCidrLongRW()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/platform/base/
H A Dip_address_unittest.cc18 address1.CopyToV4(bytes); in TEST()
42 address5 = address1; in TEST()
48 IPAddress address1; in TEST() local
49 EXPECT_EQ(address1, address1); in TEST()
50 EXPECT_FALSE(address1); in TEST()
61 address2 = address1; in TEST()
136 IPAddress address1; in TEST() local
137 EXPECT_EQ(address1, address1); in TEST()
149 address2 = address1; in TEST()
169 ASSERT_TRUE(address1); in TEST()
[all …]
/dports/net/kf5-kcontacts/kcontacts-5.89.0/autotests/
H A Daddresstest.cpp67 KContacts::Address address1; in equalsTest() local
70 address1.setId(QStringLiteral("My Id")); in equalsTest()
92 QVERIFY(address1 == address2); in equalsTest()
100 QVERIFY(address1 != address2); in differsTest()
105 KContacts::Address address1; in assignmentTest() local
108 address1.setId(QStringLiteral("My Id")); in assignmentTest()
119 address2 = address1; in assignmentTest()
121 QVERIFY(address1 == address2); in assignmentTest()
126 KContacts::Address address1; in serializeTest() local
141 s << address1; in serializeTest()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/platform/base/
H A Dip_address_unittest.cc18 address1.CopyToV4(bytes); in TEST()
42 address5 = address1; in TEST()
48 IPAddress address1; in TEST() local
49 EXPECT_EQ(address1, address1); in TEST()
50 EXPECT_FALSE(address1); in TEST()
61 address2 = address1; in TEST()
136 IPAddress address1; in TEST() local
137 EXPECT_EQ(address1, address1); in TEST()
149 address2 = address1; in TEST()
169 ASSERT_TRUE(address1); in TEST()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.ServicePoint/tests/
H A DServicePointManagerTest.cs243 string address1 = "http://" + Guid.NewGuid().ToString("N"); in FindServicePoint_ReturnsCachedServicePoint()
249 ServicePointManager.FindServicePoint(address1, null), in FindServicePoint_ReturnsCachedServicePoint()
250 ServicePointManager.FindServicePoint(address1, null)); in FindServicePoint_ReturnsCachedServicePoint()
252 ServicePointManager.FindServicePoint(address1, new FixedWebProxy(address1)), in FindServicePoint_ReturnsCachedServicePoint()
253 ServicePointManager.FindServicePoint(address1, new FixedWebProxy(address1))); in FindServicePoint_ReturnsCachedServicePoint()
255 ServicePointManager.FindServicePoint(address1, new FixedWebProxy(address1)), in FindServicePoint_ReturnsCachedServicePoint()
262 ServicePointManager.FindServicePoint(address1, null), in FindServicePoint_ReturnsCachedServicePoint()
265 ServicePointManager.FindServicePoint(address1, null), in FindServicePoint_ReturnsCachedServicePoint()
266 ServicePointManager.FindServicePoint(address1, new FixedWebProxy(address1))); in FindServicePoint_ReturnsCachedServicePoint()
268 ServicePointManager.FindServicePoint(address1, new FixedWebProxy(address1)), in FindServicePoint_ReturnsCachedServicePoint()
[all …]
/dports/net/libgnetwork/libgnetwork-0.0.9/libgnetwork/
H A Dgnetwork-ip-address.c325 gnetwork_ip_address_collate (const GNetworkIpAddress * address1, const GNetworkIpAddress * address2) in gnetwork_ip_address_collate() argument
327 if (address1 == NULL && address2 != NULL) in gnetwork_ip_address_collate()
331 else if (address1 != NULL && address2 == NULL) in gnetwork_ip_address_collate()
337 if (gnetwork_ip_address_get64 (address1, 0) < gnetwork_ip_address_get64 (address2, 0)) in gnetwork_ip_address_collate()
339 else if (gnetwork_ip_address_get64 (address1, 0) > gnetwork_ip_address_get64 (address2, 0)) in gnetwork_ip_address_collate()
341 else if (gnetwork_ip_address_get64 (address1, 1) < gnetwork_ip_address_get64 (address2, 1)) in gnetwork_ip_address_collate()
343 else if (gnetwork_ip_address_get64 (address1, 1) > gnetwork_ip_address_get64 (address2, 1)) in gnetwork_ip_address_collate()
389 gnetwork_ip_address_equal (gconstpointer address1, gconstpointer address2) in gnetwork_ip_address_equal() argument
391 return ((address1 == address2) || in gnetwork_ip_address_equal()
392 (address1 != NULL && address2 != NULL && in gnetwork_ip_address_equal()
[all …]
/dports/devel/cutter/cutter-1.2.6/test/cutter/
H A Dtest-cut-utils.c349 struct sockaddr *address1; in test_equal_sockaddr_un()
360 address1 = (struct sockaddr *)&address_un1; in test_equal_sockaddr_un()
364 cut_assert_false(cut_utils_equal_sockaddr(address1, NULL)); in test_equal_sockaddr_un()
365 cut_assert_true(cut_utils_equal_sockaddr(address1, address1)); in test_equal_sockaddr_un()
394 struct sockaddr *address1; in test_equal_sockaddr_in()
405 address1 = (struct sockaddr *)&address_in1; in test_equal_sockaddr_in()
409 cut_assert_false(cut_utils_equal_sockaddr(address1, NULL)); in test_equal_sockaddr_in()
410 cut_assert_true(cut_utils_equal_sockaddr(address1, address1)); in test_equal_sockaddr_in()
469 struct sockaddr *address1; in test_equal_sockaddr_in6()
480 address1 = (struct sockaddr *)&address_in6_1; in test_equal_sockaddr_in6()
[all …]
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/projects/KDE/
H A Dteam-address112address1=`echo "$html" | tr '\012' '|' | sed -n -e 's,^.*>'"$english"'[^<>]*team<\(.*\)$,\1,p' | s…
113 case "$address1" in
114 mailto:*) address1=`echo "$address1" | sed -e 's,^mailto:,<,' -e 's,$,>,'` ;;
116 address1=`echo "$address1" | sed -e 's,-request@,@,'`
118 if test -n "$address1" && test -n "$address2"; then
119 address="$address1 $address2"
121 address="$address1$address2"
/dports/devel/gettext-runtime/gettext-0.21/gettext-tools/projects/KDE/
H A Dteam-address112address1=`echo "$html" | tr '\012' '|' | sed -n -e 's,^.*>'"$english"'[^<>]*team<\(.*\)$,\1,p' | s…
113 case "$address1" in
114 mailto:*) address1=`echo "$address1" | sed -e 's,^mailto:,<,' -e 's,$,>,'` ;;
116 address1=`echo "$address1" | sed -e 's,-request@,@,'`
118 if test -n "$address1" && test -n "$address2"; then
119 address="$address1 $address2"
121 address="$address1$address2"
/dports/devel/gettext-po-mode/gettext-0.21/gettext-tools/projects/KDE/
H A Dteam-address112address1=`echo "$html" | tr '\012' '|' | sed -n -e 's,^.*>'"$english"'[^<>]*team<\(.*\)$,\1,p' | s…
113 case "$address1" in
114 mailto:*) address1=`echo "$address1" | sed -e 's,^mailto:,<,' -e 's,$,>,'` ;;
116 address1=`echo "$address1" | sed -e 's,-request@,@,'`
118 if test -n "$address1" && test -n "$address2"; then
119 address="$address1 $address2"
121 address="$address1$address2"
/dports/devel/libtextstyle/gettext-0.21/gettext-tools/projects/KDE/
H A Dteam-address112address1=`echo "$html" | tr '\012' '|' | sed -n -e 's,^.*>'"$english"'[^<>]*team<\(.*\)$,\1,p' | s…
113 case "$address1" in
114 mailto:*) address1=`echo "$address1" | sed -e 's,^mailto:,<,' -e 's,$,>,'` ;;
116 address1=`echo "$address1" | sed -e 's,-request@,@,'`
118 if test -n "$address1" && test -n "$address2"; then
119 address="$address1 $address2"
121 address="$address1$address2"
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/contacts_picker/android/java/src/org/chromium/components/browser_ui/contacts_picker/
H A DContactDetailsTest.java54 PaymentAddress address1 = new PaymentAddress(); in testBasics() local
55 address1.city = "city"; in testBasics()
56 address1.country = "country"; in testBasics()
57 address1.addressLine = new String[] {"formattedAddress1"}; in testBasics()
58 address1.postalCode = "postalCode"; in testBasics()
59 address1.region = "region"; in testBasics()
60 address1.dependentLocality = ""; in testBasics()
61 address1.sortingCode = ""; in testBasics()
62 address1.organization = ""; in testBasics()
63 address1.recipient = ""; in testBasics()
[all …]
/dports/devel/avr-gdb/gdb-7.3.1/gdb/testsuite/gdb.base/
H A Dsect-cmd.exp71 set address1 ""
77 set address1 $expect_out(1,string)
88 send_gdb "section \.text $address1\n"
90 -re ".*$address1 \- $address2 is .text.*$gdb_prompt $"\
97 send_gdb "section \$CODE\$ $address1\n"
99 -re ".*$address1 \- $address2 is .CODE..*$gdb_prompt $"\
/dports/devel/gdb761/gdb-7.6.1/gdb/testsuite/gdb.base/
H A Dsect-cmd.exp64 set address1 ""
70 set address1 $expect_out(1,string)
81 send_gdb "section \.text $address1\n"
83 -re ".*$address1 \- $address2 is .text.*$gdb_prompt $"\
90 send_gdb "section \$CODE\$ $address1\n"
92 -re ".*$address1 \- $address2 is .CODE..*$gdb_prompt $"\
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dsect-cmd.exp73 set address1 ""
79 set address1 $expect_out(1,string)
90 send_gdb "section \.text $address1\n"
92 -re ".*$address1 \- $address2 is .text.*$gdb_prompt $"\
99 send_gdb "section \$CODE\$ $address1\n"
101 -re ".*$address1 \- $address2 is .CODE..*$gdb_prompt $"\
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/testsuite/gdb.base/
H A Dsect-cmd.exp73 set address1 ""
79 set address1 $expect_out(1,string)
90 send_gdb "section \.text $address1\n"
92 -re ".*$address1 \- $address2 is .text.*$gdb_prompt $"\
99 send_gdb "section \$CODE\$ $address1\n"
101 -re ".*$address1 \- $address2 is .CODE..*$gdb_prompt $"\
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.base/
H A Dsect-cmd.exp35 set address1 ""
41 set address1 $expect_out(1,string)
50 if { $address1 == "" || $address2 == "" || $section_name == "" } {
59 gdb_test_multiple "section $section_name $address1" \
61 -re ".*$address1 \- $address2 is $section_name in \[^\r\n\]*" {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/coreos/go-iptables/iptables/
H A Diptables_test.go195 var address1, address2, subnet1, subnet2 string
197 address1 = "2001:db8::1/128"
202 address1 = "203.0.113.1/32"
258 "-A " + chain + " -s " + subnet1 + " -d " + address1 + " -j ACCEPT",
280 "-A " + chain + " -s " + subnet1 + " -d " + address1 + suffix,
282 "-A " + chain + " -s " + subnet2 + " -d " + address1 + suffix,
283 "-A " + chain + " -s " + address1 + " -d " + subnet2 + suffix,
301 {"0", "0", "ACCEPT", "all", opt, "*", "*", subnet1, address1, ""},
303 {"0", "0", "ACCEPT", "all", opt, "*", "*", subnet2, address1, ""},
304 {"0", "0", "ACCEPT", "all", opt, "*", "*", address1, subnet2, ""},
[all …]
/dports/finance/prestashop/prestashop/src/Core/Domain/Order/QueryResult/
H A DOrderPreviewInvoiceDetails.php59 private $address1; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\QueryResult\\OrderPreviewInvoiceDetails
118 * @param string $address1
133 string $address1, argument
145 $this->address1 = $address1;
179 return $this->address1;
H A DOrderPreviewShippingDetails.php59 private $address1; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\QueryResult\\OrderPreviewShippingDetails
128 * @param string $address1
145 string $address1, argument
159 $this->address1 = $address1;
211 return $this->address1;
H A DOrderShippingAddressForViewing.php72 private $address1; variable in PrestaShop\\PrestaShop\\Core\\Domain\\Order\\QueryResult\\OrderShippingAddressForViewing
119 * @param string $address1
135 string $address1, argument
151 $this->address1 = $address1;
199 return $this->address1;

12345678910>>...63