Home
last modified time | relevance | path

Searched refs:count_occurrences (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/dports/sysutils/coreutils/coreutils-8.32/src/
H A Duniq.c64 count_occurrences, /* -c Print count before output lines. */ enumerator
310 if (countmode == count_occurrences) in writeline()
424 if (count_occurrences) in check_file()
567 countmode = count_occurrences; in main()
652 if (countmode == count_occurrences && output_later_repeated) in main()
/dports/misc/gnuls/coreutils-8.30/src/
H A Duniq.c69 count_occurrences, /* -c Print count before output lines. */ enumerator
322 if (countmode == count_occurrences) in writeline()
436 if (count_occurrences) in check_file()
580 countmode = count_occurrences; in main()
665 if (countmode == count_occurrences && output_later_repeated) in main()
/dports/textproc/p5-Search-Saryer/Search-Saryer-0.40/
H A DSaryer.pm210 sub count_occurrences { subroutine
242 &count_occurrences($self);
H A DChangeLog4 (count_occurrences): New method.
/dports/net/guacamole-server/guacamole-server-1.3.0/src/common/tests/
H A DMakefile.am44 string/count_occurrences.c \
/dports/textproc/p5-Search-Saryer/Search-Saryer-0.40/t/
H A D02-search-get.t25 ok($x->count_occurrences == $exct);
H A D03-isearch-get.t25 ok($x->count_occurrences == $exct);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/logging/
H A Dtest_logConfiguration.cpp418 static size_t count_occurrences(const char* haystack, const char* needle) { in count_occurrences() function
437 EXPECT_EQ(1u, count_occurrences(ss.as_string(), "(reconfigured)")); in TEST_OTHER_VM()
442 EXPECT_EQ(2u, count_occurrences(ss.as_string(), "(reconfigured)")); in TEST_OTHER_VM()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/logging/
H A Dtest_logConfiguration.cpp417 static size_t count_occurrences(const char* haystack, const char* needle) { in count_occurrences() function
436 EXPECT_EQ(1u, count_occurrences(ss.as_string(), "(reconfigured)")); in TEST_OTHER_VM()
441 EXPECT_EQ(2u, count_occurrences(ss.as_string(), "(reconfigured)")); in TEST_OTHER_VM()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/logging/
H A Dtest_logConfiguration.cpp417 static size_t count_occurrences(const char* haystack, const char* needle) { in count_occurrences() function
436 EXPECT_EQ(1u, count_occurrences(ss.as_string(), "(reconfigured)")); in TEST_OTHER_VM()
441 EXPECT_EQ(2u, count_occurrences(ss.as_string(), "(reconfigured)")); in TEST_OTHER_VM()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/logging/
H A Dtest_logConfiguration.cpp417 static size_t count_occurrences(const char* haystack, const char* needle) { in count_occurrences() function
436 EXPECT_EQ(1u, count_occurrences(ss.as_string(), "(reconfigured)")); in TEST_OTHER_VM()
441 EXPECT_EQ(2u, count_occurrences(ss.as_string(), "(reconfigured)")); in TEST_OTHER_VM()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/logging/
H A Dtest_logConfiguration.cpp418 static size_t count_occurrences(const char* haystack, const char* needle) { in count_occurrences() function
437 EXPECT_EQ(1u, count_occurrences(ss.as_string(), "(reconfigured)")); in TEST_OTHER_VM()
442 EXPECT_EQ(2u, count_occurrences(ss.as_string(), "(reconfigured)")); in TEST_OTHER_VM()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/logging/
H A Dtest_logConfiguration.cpp418 static size_t count_occurrences(const char* haystack, const char* needle) { in count_occurrences() function
437 EXPECT_EQ(1u, count_occurrences(ss.as_string(), "(reconfigured)")); in TEST_OTHER_VM()
442 EXPECT_EQ(2u, count_occurrences(ss.as_string(), "(reconfigured)")); in TEST_OTHER_VM()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/logging/
H A Dtest_logConfiguration.cpp417 static size_t count_occurrences(const char* haystack, const char* needle) { in count_occurrences() function
436 EXPECT_EQ(1u, count_occurrences(ss.as_string(), "(reconfigured)")); in TEST_OTHER_VM()
441 EXPECT_EQ(2u, count_occurrences(ss.as_string(), "(reconfigured)")); in TEST_OTHER_VM()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/String/
H A Danalyze.hpp134 int count_occurrences (string what, string in);
135 int count_occurrences (string what, string in);
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Data/Convert/Tex/
H A Dlatex_recover.cpp31 return count_occurrences ("\12! ", s) + count_occurrences ("\15! ", s); in number_latex_errors()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/logging/
H A Dtest_logConfiguration.cpp503 static size_t count_occurrences(const char* haystack, const char* needle) { in count_occurrences() function
522 EXPECT_EQ(1u, count_occurrences(ss.as_string(), "(reconfigured)")); in TEST_OTHER_VM()
527 EXPECT_EQ(2u, count_occurrences(ss.as_string(), "(reconfigured)")); in TEST_OTHER_VM()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dstringutil.h53 int count_occurrences(const string &text, const string &searchfor);
H A Dstringutil.cc405 int count_occurrences(const string &text, const string &s) in count_occurrences() function
/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/api_search/
H A Dparse_source_files.cpp186 const auto occurences = fplus::count_occurrences(strs); in print_duplicates()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dauto-inc-dec.c943 if (count_occurrences (PATTERN (mem_insn.insn), mem_insn.reg0, 1) != 1) in find_inc()
1103 if (count_occurrences (PATTERN (mem_insn.insn), mem_insn.reg1, 1) != 1) in find_inc()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dauto-inc-dec.c975 if (count_occurrences (PATTERN (mem_insn.insn), mem_insn.reg0, 1) != 1) in find_inc()
1136 if (count_occurrences (PATTERN (mem_insn.insn), mem_insn.reg1, 1) != 1) in find_inc()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dauto-inc-dec.c975 if (count_occurrences (PATTERN (mem_insn.insn), mem_insn.reg0, 1) != 1) in find_inc()
1136 if (count_occurrences (PATTERN (mem_insn.insn), mem_insn.reg1, 1) != 1) in find_inc()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dauto-inc-dec.c975 if (count_occurrences (PATTERN (mem_insn.insn), mem_insn.reg0, 1) != 1) in find_inc()
1136 if (count_occurrences (PATTERN (mem_insn.insn), mem_insn.reg1, 1) != 1) in find_inc()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dauto-inc-dec.c943 if (count_occurrences (PATTERN (mem_insn.insn), mem_insn.reg0, 1) != 1) in find_inc()
1103 if (count_occurrences (PATTERN (mem_insn.insn), mem_insn.reg1, 1) != 1) in find_inc()

12345678910>>...16