Home
last modified time | relevance | path

Searched refs:compare_location (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/firefox-esr/firefox-91.8.0/testing/mozbase/mozprofile/tests/
H A Dtest_server_locations.py46 def compare_location(location, scheme, host, port, options): function
73 compare_location(next(i), "http", "mochi.test", "8888", ["primary", "privileged"])
74 compare_location(next(i), "http", "127.0.0.1", "80", ["privileged"])
75 compare_location(next(i), "http", "127.0.0.1", "8888", ["privileged"])
76 compare_location(next(i), "https", "test", "80", ["privileged"])
77 compare_location(next(i), "http", "example.org", "80", ["privileged"])
78 compare_location(next(i), "http", "test1.example.org", "8888", ["privileged"])
82 compare_location(next(i), "http", "mozilla.org", "80", ["privileged"])
135 compare_location(c.last_locations[2], "http", "127.0.0.1", "8888", ["privileged"])
141 compare_location(c.last_locations[0], "http", "a.b.c", "80", ["privileged"])
/dports/www/firefox/firefox-99.0/testing/mozbase/mozprofile/tests/
H A Dtest_server_locations.py46 def compare_location(location, scheme, host, port, options): function
73 compare_location(next(i), "http", "mochi.test", "8888", ["primary", "privileged"])
74 compare_location(next(i), "http", "127.0.0.1", "80", ["privileged"])
75 compare_location(next(i), "http", "127.0.0.1", "8888", ["privileged"])
76 compare_location(next(i), "https", "test", "80", ["privileged"])
77 compare_location(next(i), "http", "example.org", "80", ["privileged"])
78 compare_location(next(i), "http", "test1.example.org", "8888", ["privileged"])
82 compare_location(next(i), "http", "mozilla.org", "80", ["privileged"])
135 compare_location(c.last_locations[2], "http", "127.0.0.1", "8888", ["privileged"])
141 compare_location(c.last_locations[0], "http", "a.b.c", "80", ["privileged"])
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozbase/mozprofile/tests/
H A Dtest_server_locations.py46 def compare_location(location, scheme, host, port, options): function
73 compare_location(next(i), "http", "mochi.test", "8888", ["primary", "privileged"])
74 compare_location(next(i), "http", "127.0.0.1", "80", ["privileged"])
75 compare_location(next(i), "http", "127.0.0.1", "8888", ["privileged"])
76 compare_location(next(i), "https", "test", "80", ["privileged"])
77 compare_location(next(i), "http", "example.org", "80", ["privileged"])
78 compare_location(next(i), "http", "test1.example.org", "8888", ["privileged"])
82 compare_location(next(i), "http", "mozilla.org", "80", ["privileged"])
135 compare_location(c.last_locations[2], "http", "127.0.0.1", "8888", ["privileged"])
141 compare_location(c.last_locations[0], "http", "a.b.c", "80", ["privileged"])
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/mozprofile/tests/
H A Dtest_server_locations.py42 def compare_location(location, scheme, host, port, options): function
68 compare_location(next(i), 'http', 'mochi.test', '8888', ['primary', 'privileged'])
69 compare_location(next(i), 'http', '127.0.0.1', '80', ['privileged'])
70 compare_location(next(i), 'http', '127.0.0.1', '8888', ['privileged'])
71 compare_location(next(i), 'https', 'test', '80', ['privileged'])
72 compare_location(next(i), 'http', 'example.org', '80', ['privileged'])
73 compare_location(next(i), 'http', 'test1.example.org', '8888', ['privileged'])
77 compare_location(next(i), 'http', 'mozilla.org', '80', ['privileged'])
130 compare_location(c.last_locations[2], 'http', '127.0.0.1', '8888', ['privileged'])
136 compare_location(c.last_locations[0], 'http', 'a.b.c', '80', ['privileged'])
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozbase/mozprofile/tests/
H A Dserver_locations.py46 def compare_location(self, location, scheme, host, port, options): member in ServerLocationsTest
68 self.compare_location(next(i), 'http', 'mochi.test', '8888',
70 self.compare_location(next(i), 'http', '127.0.0.1', '80',
72 self.compare_location(next(i), 'http', '127.0.0.1', '8888',
74 self.compare_location(next(i), 'https', 'test', '80', ['privileged'])
75 self.compare_location(next(i), 'http', 'example.org', '80',
77 self.compare_location(next(i), 'http', 'test1.example.org', '8888',
82 self.compare_location(next(i), 'http', 'mozilla.org', '80',
138 self.compare_location(c.last_locations[2], 'http', '127.0.0.1', '8888',
145 self.compare_location(c.last_locations[0], 'http', 'a.b.c', '80',
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozprofile/tests/
H A Dserver_locations.py41 def compare_location(self, location, scheme, host, port, options): member in ServerLocationsTest
63 self.compare_location(i.next(), 'http', 'mochi.test', '8888',
65 self.compare_location(i.next(), 'http', '127.0.0.1', '80',
67 self.compare_location(i.next(), 'http', '127.0.0.1', '8888',
69 self.compare_location(i.next(), 'https', 'test', '80', ['privileged'])
70 self.compare_location(i.next(), 'http', 'example.org', '80',
72 self.compare_location(i.next(), 'http', 'test1.example.org', '8888',
77 self.compare_location(i.next(), 'http', 'mozilla.org', '80',
133 self.compare_location(c.last_locations[2], 'http', '127.0.0.1', '8888',
140 self.compare_location(c.last_locations[0], 'http', 'a.b.c', '80',
/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/mate-settings-daemon/
H A Dmate-settings-manager.c108 compare_location (MateSettingsPluginInfo *a, in compare_location() function
204 (GCompareFunc) compare_location); in _load_file()
/dports/x11/mate-applets/mate-applets-1.26.0/mateweather/src/
H A Dmateweather-pref.c242 static gboolean compare_location(GtkTreeModel* model, GtkTreePath* path, GtkTreeIter* iter, gpointe… in compare_location() function
295 gtk_tree_model_foreach(GTK_TREE_MODEL(pref->priv->model), compare_location, pref); in load_locations()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-ada-spec.c660 compare_location (location_t lhs, location_t rhs) in compare_location() function
685 return compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
696 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()
/dports/lang/gcc9/gcc-9.4.0/gcc/c-family/
H A Dc-ada-spec.c658 compare_location (location_t lhs, location_t rhs) in compare_location() function
683 = compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
696 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()
/dports/lang/gnat_util/gcc-6-20180516/gcc/c-family/
H A Dc-ada-spec.c530 compare_location (location_t lhs, location_t rhs) in compare_location() function
555 return compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
566 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c-family/
H A Dc-ada-spec.c659 compare_location (location_t lhs, location_t rhs) in compare_location() function
684 = compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
697 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/c-family/
H A Dc-ada-spec.c660 compare_location (location_t lhs, location_t rhs) in compare_location() function
685 return compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
696 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/c-family/
H A Dc-ada-spec.c659 compare_location (location_t lhs, location_t rhs) in compare_location() function
684 = compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
697 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()
/dports/lang/gcc48/gcc-4.8.5/gcc/c-family/
H A Dc-ada-spec.c557 compare_location (location_t lhs, location_t rhs) in compare_location() function
582 return compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
593 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c-family/
H A Dc-ada-spec.c659 compare_location (location_t lhs, location_t rhs) in compare_location() function
684 = compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
697 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c-family/
H A Dc-ada-spec.c659 compare_location (location_t lhs, location_t rhs) in compare_location() function
684 = compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
697 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/c-family/
H A Dc-ada-spec.c557 compare_location (location_t lhs, location_t rhs) in compare_location() function
582 return compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
593 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-ada-spec.c660 compare_location (location_t lhs, location_t rhs) in compare_location() function
685 return compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
696 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-ada-spec.c660 compare_location (location_t lhs, location_t rhs) in compare_location() function
685 return compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
696 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/c-family/
H A Dc-ada-spec.c556 compare_location (location_t lhs, location_t rhs) in compare_location() function
581 return compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
592 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dc-ada-spec.c660 compare_location (location_t lhs, location_t rhs) in compare_location() function
685 return compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
696 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/c-family/
H A Dc-ada-spec.c658 compare_location (location_t lhs, location_t rhs) in compare_location() function
683 return compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
694 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/c-family/
H A Dc-ada-spec.c659 compare_location (location_t lhs, location_t rhs) in compare_location() function
684 = compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
697 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()
/dports/lang/gcc10/gcc-10.3.0/gcc/c-family/
H A Dc-ada-spec.c659 compare_location (location_t lhs, location_t rhs) in compare_location() function
684 = compare_location (decl_sloc (lhs, true), decl_sloc (rhs, true)); in compare_node()
697 return compare_location (lhs->sloc, rhs->sloc); in compare_comment()

123