Searched refs:candidate (Results 1 – 15 of 15) sorted by relevance
121 FragmentContainer_t::const_iterator candidate(maFragments.begin()); in nakedFragment() local122 while(candidate != aEnd) in nakedFragment()124 if(*candidate && !((*candidate)->isNaked())) in nakedFragment()126 ++candidate; in nakedFragment()129 if (candidate != aEnd) in nakedFragment()131 const ::basegfx::B2ISize& rSize((*candidate)->getSize()); in nakedFragment()134 FragmentContainer_t::const_iterator it(candidate); in nakedFragment()143 candidate=it; in nakedFragment()153 (*candidate)->free(*candidate); in nakedFragment()
85 my $candidate = File::Spec->catfile($ENV{SRC_ROOT}, "extensions.lst");86 die "can not read file $candidate" if ! -r $candidate;87 return $candidate;422 my $candidate = File::Spec->catfile($download_path, $name);423 if ( ! -f $candidate)433 if ( ! open($cur_oxt, $candidate))437 unlink($candidate);447 unlink($candidate);
125 OUStringBuffer candidate; in getPhoneticCandidate() local136 candidate.appendAscii(" "); in getPhoneticCandidate()138 candidate.append(&idx[2][address]); in getPhoneticCandidate()140 candidate.append(address); in getPhoneticCandidate()142 candidate.appendAscii(" "); in getPhoneticCandidate()145 return candidate.makeStringAndClear(); in getPhoneticCandidate()
42 File candidate = new File(dir, name); in accept() local43 if (candidate.isFile() && candidate.canRead()) { in accept()
545 FcChar8* candidate = families.begin()->second; in bestname() local559 candidate = aIter->second; in bestname()567 candidate = aIter->second; in bestname()573 candidate = aIter->second; in bestname()576 return candidate; in bestname()613 const char *candidate = (const char*)(aIter->second); in FamilyFromPattern() local614 if (rtl_str_compare(candidate, (const char*)(*family)) != 0) in FamilyFromPattern()615 m_aFontNameToLocalized[OString(candidate)] = OString((const char*)(*family)); in FamilyFromPattern()
134 local candidate=$(find "$TARFILE_LOCATION" -type f -name "*-$basename")135 if [ -n "$candidate" ]; then136 echo "$basename is already present ($candidate)"
260 my $candidate = $LocalEnvironment->{$variable_name};261 return $candidate if defined $candidate;
925 my $candidate = $archive_path . "/" . $archive_name;926 if (-f $candidate)1145 my $candidate = $archive_path."/".$archive_name;1146 if ( ! -f $candidate)
1622 foreach my $candidate (@candidates)1624 next unless -f $candidate;1625 my $new_name = $candidate;1629 open my $in, "<", $candidate;
1314 foreach my $candidate (@candidates) {1315 my $candidate_weight = get_waiters_number($candidate);1317 $best_candidate = $candidate;
59 /** identifies the component as a candidate for being part of a form.
75 Returns phonetic candidate for index entry for the locale.
93 /** Method to search dictionaries for the conversion candidate, if there
455 def isScript( candidate ): argument457 if isinstance( candidate, type(isScript) ):
65 /** identifies the component as a candidate for being part of a report.
Completed in 98 milliseconds