Home
last modified time | relevance | path

Searched refs:occurrences (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp719 uint16_t occurrences = 0; in TestSearching() local
723 (startPos = test1.indexOf(test2, startPos)) != -1 ? (++occurrences, startPos += 4) : 0) in TestSearching()
725 if (occurrences != 6) in TestSearching()
726 errln(UnicodeString("indexOf failed: expected to find 6 occurrences, found ") + occurrences); in TestSearching()
728 for ( occurrences = 0, startPos = 10; in TestSearching()
730 (startPos = test1.indexOf(test2, startPos)) != -1 ? (++occurrences, startPos += 4) : 0) in TestSearching()
732 if (occurrences != 4) in TestSearching()
734 "expected to find 4 occurrences, found ") + occurrences); in TestSearching()
[all...]
/third_party/rust/crates/clap/tests/builder/
H A Dpropagate_globals.rs57 fn top_can_access_flag(m: &ArgMatches, present: bool, occurrences: u8) -> bool { in top_can_access_arg()
59 && (m.get_one::<u8>("GLOBAL_FLAG").copied() == Some(occurrences)) in top_can_access_arg()
62 fn inner_can_access_flag(m: &ArgMatches, present: bool, occurrences: u8) -> bool { in inner_can_access_flag()
65 && (m.get_one::<u8>("GLOBAL_FLAG").copied() == Some(occurrences)) in inner_can_access_flag()
68 fn outer_can_access_flag(m: &ArgMatches, present: bool, occurrences: u8) -> bool { in outer_can_access_flag()
71 && (m.get_one::<u8>("GLOBAL_FLAG").copied() == Some(occurrences)) in outer_can_access_flag()
H A Dmain.rs35 mod occurrences; modules
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/lang/
H A DUTF16Test.java1039 int occurrences = 0; in TestIndexOf()
1044 ++ occurrences; in TestIndexOf()
1048 if (occurrences != 6) { in TestIndexOf()
1049 errln("indexOf failed: expected to find 6 occurrences, found " in TestIndexOf()
1050 + occurrences); in TestIndexOf()
1053 occurrences = 0; in TestIndexOf()
1058 ++ occurrences; in TestIndexOf()
1062 if (occurrences != 4) { in TestIndexOf()
1063 errln("indexOf with starting offset failed: expected to find 4 occurrences, found " in TestIndexOf()
1064 + occurrences); in TestIndexOf()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
H A DUTF16Test.java1045 int occurrences = 0; in TestIndexOf()
1050 ++ occurrences; in TestIndexOf()
1054 if (occurrences != 6) { in TestIndexOf()
1055 errln("indexOf failed: expected to find 6 occurrences, found " in TestIndexOf()
1056 + occurrences); in TestIndexOf()
1059 occurrences = 0; in TestIndexOf()
1064 ++ occurrences; in TestIndexOf()
1068 if (occurrences != 4) { in TestIndexOf()
1069 errln("indexOf with starting offset failed: expected to find 4 occurrences, found " in TestIndexOf()
1070 + occurrences); in TestIndexOf()
[all...]
/third_party/node/deps/v8/tools/
H A Drun-clang-tidy.py33 self.occurrences = set()
36 self.occurrences.add(file_path.lstrip())
42 s = '[%s] #%d\n' % (self.warning_type, len(self.occurrences))
44 s += ' ' + '\n '.join(self.occurrences)
52 return len(self.occurrences) < len(other.occurrences)
/third_party/rust/crates/clap/tests/derive/
H A Dmain.rs25 mod occurrences; modules
/third_party/rust/crates/clap/src/parser/matches/
H A Darg_matches.rs232 /// If the option doesn't support multiple occurrences, or there was only a single occurrence,
444 /// If the option doesn't support multiple occurrences, or there was only a single occurrence,
559 /// specifically grouped by the occurrences of the options.
564 /// If the option doesn't support multiple occurrences, or there was only a single occurrence,
1159 let occurrences = RawOccurrences {
1164 Ok(Some(occurrences))
1211 let occurrences = Occurrences { in try_remove_occurrences()
1216 Ok(Some(occurrences)) in try_remove_occurrences()
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 174 milliseconds