Home
last modified time | relevance | path

Searched refs:candidate (Results 351 – 375 of 28467) sorted by relevance

1...<<11121314151617181920>>...1139

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/vm/share/monitoring/
H A DMemoryPoolFinder.java37 for(MemoryPoolMXBean candidate : ManagementFactory.getMemoryPoolMXBeans()) {
41 found = candidate.getName().contains("Code Cache");
44 found = candidate.getName().contains("Eden");
47 found = candidate.getName().contains("Survivor");
50 … found = candidate.getName().contains("Old") || candidate.getName().contains("Tenured");
53 found = candidate.getName().contains("Perm");
56 …found = candidate.getName().contains("Metaspace") && !candidate.getName().contains("Class Metaspac…
59 found = candidate.getName().contains("Class Metaspace");
62 if (found) return candidate;
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/vm/share/monitoring/
H A DMemoryPoolFinder.java37 for(MemoryPoolMXBean candidate : ManagementFactory.getMemoryPoolMXBeans()) { in findPool()
41 found = candidate.getName().contains("Code Cache"); in findPool()
44 found = candidate.getName().contains("Eden"); in findPool()
47 found = candidate.getName().contains("Survivor"); in findPool()
50 … found = candidate.getName().contains("Old") || candidate.getName().contains("Tenured"); in findPool()
53 found = candidate.getName().contains("Perm"); in findPool()
56 …found = candidate.getName().contains("Metaspace") && !candidate.getName().contains("Class Metaspac… in findPool()
59 found = candidate.getName().contains("Class Metaspace"); in findPool()
62 if (found) return candidate; in findPool()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/share/monitoring/
H A DMemoryPoolFinder.java37 for(MemoryPoolMXBean candidate : ManagementFactory.getMemoryPoolMXBeans()) { in findPool()
41 found = candidate.getName().contains("Code Cache"); in findPool()
44 found = candidate.getName().contains("Eden"); in findPool()
47 found = candidate.getName().contains("Survivor"); in findPool()
50 … found = candidate.getName().contains("Old") || candidate.getName().contains("Tenured"); in findPool()
53 found = candidate.getName().contains("Perm"); in findPool()
56 …found = candidate.getName().contains("Metaspace") && !candidate.getName().contains("Class Metaspac… in findPool()
59 found = candidate.getName().contains("Class Metaspace"); in findPool()
62 if (found) return candidate; in findPool()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/vm/share/monitoring/
H A DMemoryPoolFinder.java37 for(MemoryPoolMXBean candidate : ManagementFactory.getMemoryPoolMXBeans()) { in findPool()
41 found = candidate.getName().contains("Code Cache"); in findPool()
44 found = candidate.getName().contains("Eden"); in findPool()
47 found = candidate.getName().contains("Survivor"); in findPool()
50 … found = candidate.getName().contains("Old") || candidate.getName().contains("Tenured"); in findPool()
53 found = candidate.getName().contains("Perm"); in findPool()
56 …found = candidate.getName().contains("Metaspace") && !candidate.getName().contains("Class Metaspac… in findPool()
59 found = candidate.getName().contains("Class Metaspace"); in findPool()
62 if (found) return candidate; in findPool()
/dports/lang/v8/v8-9.6.180.12/src/compiler/
H A Djs-inlining-heuristic.cc176 if (candidate.num_functions == 0) { in Reduce()
186 candidate.total_size = 0; in Reduce()
199 candidate.can_inline_function[i] = candidate.bytecode[i].has_value(); in Reduce()
217 if (candidate.can_inline_function[i]) { in Reduce()
236 candidate.frequency = p.frequency(); in Reduce()
239 candidate.frequency = p.frequency(); in Reduce()
245 if (candidate.frequency.IsKnown() && in Reduce()
267 candidates_.insert(candidate); in Reduce()
281 Candidate candidate = *i; in Finalize() local
697 Node* const node = candidate.node; in InlineCandidate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Djs-inlining-heuristic.cc159 if (candidate.num_functions == 0) { in Reduce()
169 candidate.total_size = 0; in Reduce()
182 candidate.can_inline_function[i] = candidate.bytecode[i].has_value(); in Reduce()
200 if (candidate.can_inline_function[i]) { in Reduce()
221 candidate.frequency = p.frequency(); in Reduce()
224 candidate.frequency = p.frequency(); in Reduce()
230 if (candidate.frequency.IsKnown() && in Reduce()
244 candidates_.insert(candidate); in Reduce()
260 Candidate candidate = *i; in Finalize() local
676 Node* const node = candidate.node; in InlineCandidate()
[all …]
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Dcalculator_rewriter_test.cc56 candidate->Init(); in AddCandidate()
57 candidate->value = value; in AddCandidate()
58 candidate->content_value = value; in AddCandidate()
59 candidate->content_key = key; in AddCandidate()
84 const Segment::Candidate &candidate = segments.segment(0).candidate(i); in GetIndexOfCalculatedCandidate() local
85 if (ContainsCalculatedResult(candidate)) { in GetIndexOfCalculatedCandidate()
159 const Segment::Candidate &candidate = segment.candidate(i); in TEST_F() local
160 EXPECT_EQ(candidate.value, "value"); in TEST_F()
161 EXPECT_EQ(candidate.content_value, "value"); in TEST_F()
162 EXPECT_EQ(candidate.content_key, "key"); in TEST_F()
[all …]
/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/classfmt/
H A DTypeAnnotationWalker.java120 IBinaryTypeAnnotation candidate = this.typeAnnotations[i]; in toTypeParameter() local
121 if (candidate.getTargetType() != targetType || candidate.getTypeParameterIndex() != rank) { in toTypeParameter()
144 …if (candidate.getTargetType() != targetType || (short)candidate.getTypeParameterIndex() != paramet… in toTypeParameterBounds()
163 if ((short)candidate.getBoundIndex() != boundIndex) { in toTypeBound()
180 …if (candidate.getTargetType() != AnnotationTargetTypeConstants.CLASS_EXTENDS || (short)candidate.g… in toSupertype()
214 …if (candidate.getTargetType() != AnnotationTargetTypeConstants.THROWS || candidate.getThrowsTypeIn… in toThrows()
233 int[] path = candidate.getTypePath(); in toTypeArgument()
252 int[] path = candidate.getTypePath(); in toWildcardBound()
287 int[] path = candidate.getTypePath(); in toNextDetail()
312 if (candidate.getTypePath().length > this.pathPtr) in getAnnotationsAtCursor()
[all …]
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/rewriter/
H A Dcalculator_rewriter_test.cc56 candidate->Init(); in AddCandidate()
57 candidate->value = value; in AddCandidate()
58 candidate->content_value = value; in AddCandidate()
59 candidate->content_key = key; in AddCandidate()
84 const Segment::Candidate &candidate = segments.segment(0).candidate(i); in GetIndexOfCalculatedCandidate() local
85 if (ContainsCalculatedResult(candidate)) { in GetIndexOfCalculatedCandidate()
159 const Segment::Candidate &candidate = segment.candidate(i); in TEST_F() local
160 EXPECT_EQ(candidate.value, "value"); in TEST_F()
161 EXPECT_EQ(candidate.content_value, "value"); in TEST_F()
162 EXPECT_EQ(candidate.content_key, "key"); in TEST_F()
[all …]
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/rewriter/
H A Dcalculator_rewriter_test.cc56 candidate->Init(); in AddCandidate()
57 candidate->value = value; in AddCandidate()
58 candidate->content_value = value; in AddCandidate()
59 candidate->content_key = key; in AddCandidate()
84 const Segment::Candidate &candidate = segments.segment(0).candidate(i); in GetIndexOfCalculatedCandidate() local
85 if (ContainsCalculatedResult(candidate)) { in GetIndexOfCalculatedCandidate()
159 const Segment::Candidate &candidate = segment.candidate(i); in TEST_F() local
160 EXPECT_EQ(candidate.value, "value"); in TEST_F()
161 EXPECT_EQ(candidate.content_value, "value"); in TEST_F()
162 EXPECT_EQ(candidate.content_key, "key"); in TEST_F()
[all …]
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Dcalculator_rewriter_test.cc56 candidate->Init(); in AddCandidate()
57 candidate->value = value; in AddCandidate()
58 candidate->content_value = value; in AddCandidate()
59 candidate->content_key = key; in AddCandidate()
84 const Segment::Candidate &candidate = segments.segment(0).candidate(i); in GetIndexOfCalculatedCandidate() local
85 if (ContainsCalculatedResult(candidate)) { in GetIndexOfCalculatedCandidate()
159 const Segment::Candidate &candidate = segment.candidate(i); in TEST_F() local
160 EXPECT_EQ(candidate.value, "value"); in TEST_F()
161 EXPECT_EQ(candidate.content_value, "value"); in TEST_F()
162 EXPECT_EQ(candidate.content_key, "key"); in TEST_F()
[all …]
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/rewriter/
H A Dcalculator_rewriter_test.cc56 candidate->Init(); in AddCandidate()
57 candidate->value = value; in AddCandidate()
58 candidate->content_value = value; in AddCandidate()
59 candidate->content_key = key; in AddCandidate()
84 const Segment::Candidate &candidate = segments.segment(0).candidate(i); in GetIndexOfCalculatedCandidate() local
85 if (ContainsCalculatedResult(candidate)) { in GetIndexOfCalculatedCandidate()
159 const Segment::Candidate &candidate = segment.candidate(i); in TEST_F() local
160 EXPECT_EQ(candidate.value, "value"); in TEST_F()
161 EXPECT_EQ(candidate.content_value, "value"); in TEST_F()
162 EXPECT_EQ(candidate.content_key, "key"); in TEST_F()
[all …]
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/rewriter/
H A Dcalculator_rewriter_test.cc56 candidate->Init(); in AddCandidate()
57 candidate->value = value; in AddCandidate()
58 candidate->content_value = value; in AddCandidate()
59 candidate->content_key = key; in AddCandidate()
84 const Segment::Candidate &candidate = segments.segment(0).candidate(i); in GetIndexOfCalculatedCandidate() local
85 if (ContainsCalculatedResult(candidate)) { in GetIndexOfCalculatedCandidate()
159 const Segment::Candidate &candidate = segment.candidate(i); in TEST_F() local
160 EXPECT_EQ(candidate.value, "value"); in TEST_F()
161 EXPECT_EQ(candidate.content_value, "value"); in TEST_F()
162 EXPECT_EQ(candidate.content_key, "key"); in TEST_F()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/lookup/
H A DSplitPackageBinding.java55 if (candidate == null) in rank()
59 if (!candidate.isValidBinding()) in rank()
139 candidate = combine(package0, candidate, this.enclosingModule); in getPackage0()
141 if (candidate != null) in getPackage0()
144 return candidate; in getPackage0()
158 candidate = combine(package0, candidate, this.enclosingModule); in getPackage0Any()
161 return candidate; in getPackage0Any()
170 if (candidate != null in findPackage()
174 candidates.add(candidate); in findPackage()
241 candidate = type; in getType()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/cpp/src/phonenumbers/
H A Dphonenumbermatcher.cc88 found = candidate.find_first_of("xX"); in ContainsOnlyValidXChars()
93 char next_char = candidate[found + 1]; in ContainsOnlyValidXChars()
99 number, candidate.substr(found, candidate.length() - found)) in ContainsOnlyValidXChars()
497 match->set_raw_string(candidate); in ParseAndVerify()
515 const string& candidate) const { in VerifyAccordingToLeniency()
529 number, candidate, phone_util_) || in VerifyAccordingToLeniency()
660 string candidate; in Find() local
666 PartialMatch(candidate, &candidate); in Find()
671 index = start + candidate.length(); in Find()
679 const string& candidate, in CheckNumberGroupingIsValid() argument
[all …]
/dports/devel/libphonenumber/libphonenumber-8.12.39/cpp/src/phonenumbers/
H A Dphonenumbermatcher.cc89 found = candidate.find_first_of("xX"); in ContainsOnlyValidXChars()
94 char next_char = candidate[found + 1]; in ContainsOnlyValidXChars()
100 number, candidate.substr(found, candidate.length() - found)) in ContainsOnlyValidXChars()
498 match->set_raw_string(candidate); in ParseAndVerify()
516 const string& candidate) const { in VerifyAccordingToLeniency()
530 number, candidate, phone_util_) || in VerifyAccordingToLeniency()
545 number, candidate, phone_util_) || in VerifyAccordingToLeniency()
661 string candidate; in Find() local
667 PartialMatch(candidate, &candidate); in Find()
680 const string& candidate, in CheckNumberGroupingIsValid() argument
[all …]
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/internal/fuzz/
H A Dminimize.go30 candidate := v[:len(v)-n]
31 if !try(candidate) {
35 v = candidate
44 candidate := tmp[:len(v)-1]
45 copy(candidate[:i], v[:i])
46 copy(candidate[i:], v[i+1:])
47 if !try(candidate) {
52 v = v[:len(candidate)]
66 copy(candidate[i:], v[j:])
67 if !try(candidate) {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libphonenumber/dist/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java263 candidate = trimAfterFirstMatch(PhoneNumberUtil.SECOND_NUMBER_START_PATTERN, candidate); in find()
270 index = start + candidate.length(); in find()
284 candidate = candidate.subSequence(0, trailingCharsMatcher.start()); in trimAfterFirstMatch()
286 return candidate; in trimAfterFirstMatch()
322 if (SLASH_SEPARATED_DATES.matcher(candidate).find()) { in extractMatch()
327 if (TIME_STAMPS.matcher(candidate).find()) { in extractMatch()
342 return extractInnerMatch(candidate, offset); in extractMatch()
395 if (!MATCHING_BRACKETS.matcher(candidate).matches() || PUB_PAGES.matcher(candidate).find()) { in parseAndVerify()
411 int lastCharIndex = offset + candidate.length(); in parseAndVerify()
601 int firstSlashInBodyIndex = candidate.indexOf('/'); in containsMoreThanOneSlashInNationalNumber()
[all …]
/dports/devel/libphonenumber/libphonenumber-8.12.39/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java263 candidate = trimAfterFirstMatch(PhoneNumberUtil.SECOND_NUMBER_START_PATTERN, candidate); in find()
270 index = start + candidate.length(); in find()
284 candidate = candidate.subSequence(0, trailingCharsMatcher.start()); in trimAfterFirstMatch()
286 return candidate; in trimAfterFirstMatch()
322 if (SLASH_SEPARATED_DATES.matcher(candidate).find()) { in extractMatch()
327 if (TIME_STAMPS.matcher(candidate).find()) { in extractMatch()
342 return extractInnerMatch(candidate, offset); in extractMatch()
395 if (!MATCHING_BRACKETS.matcher(candidate).matches() || PUB_PAGES.matcher(candidate).find()) { in parseAndVerify()
411 int lastCharIndex = offset + candidate.length(); in parseAndVerify()
601 int firstSlashInBodyIndex = candidate.indexOf('/'); in containsMoreThanOneSlashInNationalNumber()
[all …]
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/back-asyncmeta/
H A Dmodrdn.c40 int candidate, in asyncmeta_back_modrdn_start() argument
45 a_metatarget_t *mt = mi->mi_targets[ candidate ]; in asyncmeta_back_modrdn_start()
171 candidates[ candidate ].sr_msgid = msgid; in asyncmeta_back_modrdn_start()
204 switch (bc->nretries[candidate]) { in asyncmeta_back_modrdn_start()
217 bc->nretries[candidate]--; in asyncmeta_back_modrdn_start()
248 int rc, candidate = -1; in asyncmeta_back_modrdn() local
276 mt = mi->mi_targets[ candidate ]; in asyncmeta_back_modrdn()
292 mc->mc_conns[candidate].msc_active++; in asyncmeta_back_modrdn()
300 mc->mc_conns[candidate].msc_active--; in asyncmeta_back_modrdn()
343 "cnd=\"%d\" %p\n", op->o_log_prefix, candidate , &mc->mc_conns[candidate]); in asyncmeta_back_modrdn()
[all …]
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/back-asyncmeta/
H A Dmodrdn.c40 int candidate, in asyncmeta_back_modrdn_start() argument
45 a_metatarget_t *mt = mi->mi_targets[ candidate ]; in asyncmeta_back_modrdn_start()
171 candidates[ candidate ].sr_msgid = msgid; in asyncmeta_back_modrdn_start()
204 switch (bc->nretries[candidate]) { in asyncmeta_back_modrdn_start()
217 bc->nretries[candidate]--; in asyncmeta_back_modrdn_start()
248 int rc, candidate = -1; in asyncmeta_back_modrdn() local
276 mt = mi->mi_targets[ candidate ]; in asyncmeta_back_modrdn()
292 mc->mc_conns[candidate].msc_active++; in asyncmeta_back_modrdn()
300 mc->mc_conns[candidate].msc_active--; in asyncmeta_back_modrdn()
343 "cnd=\"%d\" %p\n", op->o_log_prefix, candidate , &mc->mc_conns[candidate]); in asyncmeta_back_modrdn()
[all …]
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/back-asyncmeta/
H A Dmodrdn.c40 int candidate, in asyncmeta_back_modrdn_start() argument
45 a_metatarget_t *mt = mi->mi_targets[ candidate ]; in asyncmeta_back_modrdn_start()
171 candidates[ candidate ].sr_msgid = msgid; in asyncmeta_back_modrdn_start()
204 switch (bc->nretries[candidate]) { in asyncmeta_back_modrdn_start()
217 bc->nretries[candidate]--; in asyncmeta_back_modrdn_start()
248 int rc, candidate = -1; in asyncmeta_back_modrdn() local
284 mt = mi->mi_targets[ candidate ]; in asyncmeta_back_modrdn()
300 mc->mc_conns[candidate].msc_active++; in asyncmeta_back_modrdn()
308 mc->mc_conns[candidate].msc_active--; in asyncmeta_back_modrdn()
351 "cnd=\"%d\" %p\n", op->o_log_prefix, candidate , &mc->mc_conns[candidate]); in asyncmeta_back_modrdn()
[all …]
H A Dcompare.c40 int candidate, in asyncmeta_back_compare_start() argument
45 a_metatarget_t *mt = mi->mi_targets[ candidate ]; in asyncmeta_back_compare_start()
117 candidates[ candidate ].sr_msgid = msgid; in asyncmeta_back_compare_start()
150 switch (bc->nretries[candidate]) { in asyncmeta_back_compare_start()
162 bc->nretries[candidate]--; in asyncmeta_back_compare_start()
186 int rc, candidate = -1; in asyncmeta_back_compare() local
222 mt = mi->mi_targets[ candidate ]; in asyncmeta_back_compare()
238 mc->mc_conns[candidate].msc_active++; in asyncmeta_back_compare()
246 mc->mc_conns[candidate].msc_active--; in asyncmeta_back_compare()
288 "cnd=\"%d\" %p\n", op->o_log_prefix, candidate , &mc->mc_conns[candidate]); in asyncmeta_back_compare()
[all …]
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/back-asyncmeta/
H A Dcompare.c40 int candidate, in asyncmeta_back_compare_start() argument
45 a_metatarget_t *mt = mi->mi_targets[ candidate ]; in asyncmeta_back_compare_start()
117 candidates[ candidate ].sr_msgid = msgid; in asyncmeta_back_compare_start()
150 switch (bc->nretries[candidate]) { in asyncmeta_back_compare_start()
162 bc->nretries[candidate]--; in asyncmeta_back_compare_start()
186 int rc, candidate = -1; in asyncmeta_back_compare() local
222 mt = mi->mi_targets[ candidate ]; in asyncmeta_back_compare()
238 mc->mc_conns[candidate].msc_active++; in asyncmeta_back_compare()
246 mc->mc_conns[candidate].msc_active--; in asyncmeta_back_compare()
288 "cnd=\"%d\" %p\n", op->o_log_prefix, candidate , &mc->mc_conns[candidate]); in asyncmeta_back_compare()
[all …]
H A Dmodrdn.c40 int candidate, in asyncmeta_back_modrdn_start() argument
45 a_metatarget_t *mt = mi->mi_targets[ candidate ]; in asyncmeta_back_modrdn_start()
171 candidates[ candidate ].sr_msgid = msgid; in asyncmeta_back_modrdn_start()
204 switch (bc->nretries[candidate]) { in asyncmeta_back_modrdn_start()
217 bc->nretries[candidate]--; in asyncmeta_back_modrdn_start()
248 int rc, candidate = -1; in asyncmeta_back_modrdn() local
284 mt = mi->mi_targets[ candidate ]; in asyncmeta_back_modrdn()
300 mc->mc_conns[candidate].msc_active++; in asyncmeta_back_modrdn()
308 mc->mc_conns[candidate].msc_active--; in asyncmeta_back_modrdn()
351 "cnd=\"%d\" %p\n", op->o_log_prefix, candidate , &mc->mc_conns[candidate]); in asyncmeta_back_modrdn()
[all …]

1...<<11121314151617181920>>...1139