Home
last modified time | relevance | path

Searched refs:seen_names (Results 1 – 25 of 124) sorted by relevance

12345

/dports/sysutils/py-drmaa/drmaa-0.4b3/drmaa/
H A Dnt.py44 seen_names = set()
48 if name in seen_names:
50 seen_names.add(name)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/cygprofile_win/
H A Dcygprofile.cc49 std::unordered_set<std::string> seen_names; in dump() local
67 if (seen_names.count(name)) in dump()
69 seen_names.insert(name); in dump()
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/cygprofile_win/
H A Dcygprofile.cc49 std::unordered_set<std::string> seen_names; in dump() local
67 if (seen_names.count(name)) in dump()
69 seen_names.insert(name); in dump()
/dports/devel/py-grizzled/grizzled-0.9.4/grizzled/collections/
H A Dtuple.py97 seen_names = set()
102 if name in seen_names:
105 seen_names.add(name)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/extensions/
H A Dextension_function_registration_test.cc32 std::set<std::string> seen_names; in IN_PROC_BROWSER_TEST_F() local
37 EXPECT_TRUE(seen_names.insert(entry.function_name_).second); in IN_PROC_BROWSER_TEST_F()
/dports/lang/gcc48/gcc-4.8.5/contrib/
H A Dmklog120 if ($fn && $seen_names{$fn} == 0) {
132 $seen_names{$fn} = 1;
/dports/devel/mingw32-gcc/gcc-4.8.1/contrib/
H A Dmklog120 if ($fn && $seen_names{$fn} == 0) {
132 $seen_names{$fn} = 1;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/tools/transport_security_state_generator/
H A Dtransport_security_state_generator.cc37 std::set<std::string> seen_names; in CheckForDuplicatePins() local
41 if (seen_names.find(pin.first) != seen_names.cend()) { in CheckForDuplicatePins()
45 seen_names.insert(pin.first); in CheckForDuplicatePins()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/tools/transport_security_state_generator/
H A Dtransport_security_state_generator.cc37 std::set<std::string> seen_names; in CheckForDuplicatePins() local
41 if (seen_names.find(pin.first) != seen_names.cend()) { in CheckForDuplicatePins()
45 seen_names.insert(pin.first); in CheckForDuplicatePins()
/dports/devel/py-buildbot/buildbot-3.4.1/buildbot/
H A Dconfig.py589 seen_names = set()
591 if s.name in seen_names:
593 seen_names.add(s.name)
854 seen_names = set()
862 if b.name in seen_names:
864 seen_names.add(b.name)
893 seen_names = set()
896 if mm.name in seen_names:
898 seen_names.add(mm.name)
901 if w.machine_name is not None and w.machine_name not in seen_names:
/dports/x11-toolkits/p5-Tk/Tk-804.035/Tk/
H A DColorSelect.pm18 my %seen_names;
65 if (!exists($seen_names{$hex}) ||
66 length($seen_names{$hex}) > length($color)) {
67 $seen_names{$hex} = $color;
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/contrib/
H A Dmklog237 if ($fn && !$seen_names{$fn} && !$no_real_change) {
248 $seen_names{$fn} = 1;
/dports/devel/py-squint/squint-0.1.0/squint/_compatibility/collections/
H A D__init__.py43 seen_names = set()
47 if name in seen_names:
49 seen_names.add(name)
/dports/devel/py-datatest/datatest-0.11.1/datatest/_compatibility/collections/
H A D__init__.py43 seen_names = set()
47 if name in seen_names:
49 seen_names.add(name)
/dports/devel/py-frictionless/frictionless-4.18.2/frictionless/
H A Ddetector.py231 seen_names = []
234 count = seen_names.count(name) + 1
236 seen_names.append(name)
/dports/devel/csmith/csmith-2.3.0/src/
H A DVariable.cpp903 std::vector<std::string> seen_names; in OutputVolatileAddress() local
906 (*i)->output_volatile_address(out, indent, fp_string, seen_names); in OutputVolatileAddress()
1120 Variable::is_seen_name(vector<std::string> &seen_names, const std::string &name) const in is_seen_name() argument
1122 for (vector<string>::iterator i = seen_names.begin(); i != seen_names.end(); ++i) { in is_seen_name()
1149 …e_address(ostream &out, int indent, const string &fp_string, vector<std::string> &seen_names) const
1163 seen_names.push_back(name);
1175 member->output_volatile_address(out, indent, fp_string, seen_names);
1187 if (is_seen_name(seen_names, name)) {
1207 field_vars[i]->output_volatile_address(out, indent, fp_string, seen_names);
/dports/lang/gnat_util/gcc-6-20180516/contrib/
H A Dmklog293 if ($fn && !$seen_names{$fn} && !$no_real_change) {
304 $seen_names{$fn} = 1;
/dports/lang/gcc6-aux/gcc-6-20180516/contrib/
H A Dmklog293 if ($fn && !$seen_names{$fn} && !$no_real_change) {
304 $seen_names{$fn} = 1;
/dports/lang/spidermonkey78/firefox-78.9.0/modules/libpref/init/
H A Dgenerate_static_pref_list.py122 seen_names = set()
141 if name in seen_names:
143 seen_names.add(name)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/contrib/
H A Dmklog.pl305 if ($fn && !$seen_names{$fn} && !$no_real_change) {
316 $seen_names{$fn} = 1;
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/contrib/
H A Dmklog.pl305 if ($fn && !$seen_names{$fn} && !$no_real_change) {
316 $seen_names{$fn} = 1;
/dports/devel/avr-gcc/gcc-10.2.0/contrib/
H A Dmklog.pl305 if ($fn && !$seen_names{$fn} && !$no_real_change) {
316 $seen_names{$fn} = 1;
/dports/lang/gcc11-devel/gcc-11-20211009/contrib/legacy/
H A Dmklog.pl305 if ($fn && !$seen_names{$fn} && !$no_real_change) {
316 $seen_names{$fn} = 1;
/dports/lang/gcc10-devel/gcc-10-20211008/contrib/
H A Dmklog.pl305 if ($fn && !$seen_names{$fn} && !$no_real_change) {
316 $seen_names{$fn} = 1;
/dports/lang/gcc12-devel/gcc-12-20211205/contrib/legacy/
H A Dmklog.pl305 if ($fn && !$seen_names{$fn} && !$no_real_change) {
316 $seen_names{$fn} = 1;

12345