HomeSort by relevance Sort by last modified time
    Searched refs:candidate (Results 1 - 25 of 137) sorted by null

1 2 3 4 5 6

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
WnnWord.java 28 public String candidate; field in class:WnnWord
35 /** The attribute of this word when it is assumed a candidate. */
48 * @param candidate The string of word
51 public WnnWord(String candidate, String stroke) {
52 this(0, candidate, stroke, new WnnPOS(), 0, 0);
58 * @param candidate The string of word
62 public WnnWord(String candidate, String stroke, int frequency) {
63 this(0, candidate, stroke, new WnnPOS(), frequency, 0);
69 * @param candidate The string of word
73 public WnnWord(String candidate, String stroke, WnnPOS posTag)
    [all...]
WnnClause.java 29 * @param candidate The string of the clause
34 public WnnClause(String candidate, String stroke, WnnPOS posTag, int frequency) {
35 super(candidate,
49 stem.candidate,
65 stem.candidate + fzk.candidate,
WnnSentence.java 41 this.candidate = "";
52 this.candidate = headClause.candidate;
58 StringBuffer candidate = new StringBuffer(); local
62 candidate.append(clause.candidate);
67 this.candidate = candidate.toString();
84 this.candidate = clause.candidate;
    [all...]
StrSegmentClause.java 36 super(clause.candidate, from, to);
CandidateFilter.java 46 String str = word.candidate;
UserDictionaryToolsList.java 381 wnnWordSearch.candidate = focusString.toString();
384 wnnWordSearch.candidate = focusPairString.toString();
550 int len = getword.candidate.length();
554 if (searchword.candidate.equals(getword.candidate)) {
557 delword.candidate = searchword.candidate;
658 UserDictionaryToolsListFocus candidate = new UserDictionaryToolsListFocus(this); local
659 candidate.setId(i+MAX_WORD_COUNT);
660 candidate.setWidth(system_width/2)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSNamespace.h 45 for (CSSNamespace* candidate = this; candidate; candidate = candidate->parent.get()) {
46 if (candidate->prefix == prefix)
47 return candidate;
  /external/elfutils/lib/
next_prime.c 21 /* Test whether CANDIDATE is a prime. */
23 is_prime (size_t candidate)
29 while (sq < candidate && candidate % divn != 0)
39 return candidate % divn != 0;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransport.cc 88 // Only look at local part because it might be <session><candidate>
89 // or <tranport><candidate>.
91 Candidate candidate; local
92 if (!ParseCandidate(candidate_elem, &candidate, error))
94 candidates->push_back(candidate);
101 Candidate* candidate,
110 return BadParse("candidate missing required attribute", error);
117 candidate->set_name(elem->Attr(buzz::QN_NAME))
    [all...]
p2ptransport.h 70 Candidate* candidate,
72 bool WriteCandidate(const Candidate& candidate,
transportchannelimpl.h 39 class Candidate;
73 const Candidate&> SignalCandidateReady;
74 virtual void OnCandidate(const Candidate& candidate) = 0;
transport.cc 32 #include "talk/p2p/base/candidate.h"
43 ChannelParams() : channel(NULL), candidate(NULL) {}
45 : name(name), channel(NULL), candidate(NULL) {}
49 channel(NULL), candidate(NULL) {}
50 explicit ChannelParams(cricket::Candidate* candidate) :
51 channel(NULL), candidate(candidate) {
52 name = candidate->name();
56 delete candidate;
62 cricket::Candidate* candidate; member in struct:cricket::ChannelParams
    [all...]
rawtransport.cc 67 Candidate candidate;
68 candidate.set_name(cand_elem->Attr(buzz::QN_NAME));
69 candidate.set_address(addr);
70 candidates->push_back(candidate);
80 for (std::vector<Candidate>::const_iterator
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
PhoneNumberMatcher.java 188 * @param leniency the leniency to use when evaluating candidate phone numbers
246 CharSequence candidate = text.subSequence(start, matcher.end()); local
251 candidate = trimAfterFirstMatch(PhoneNumberUtil.SECOND_NUMBER_START_PATTERN, candidate);
253 PhoneNumberMatch match = extractMatch(candidate, start);
258 index = start + candidate.length();
266 * Trims away any characters after the first match of {@code pattern} in {@code candidate},
269 private static CharSequence trimAfterFirstMatch(Pattern pattern, CharSequence candidate) {
270 Matcher trailingCharsMatcher = pattern.matcher(candidate);
272 candidate = candidate.subSequence(0, trailingCharsMatcher.start())
    [all...]
  /external/harfbuzz/contrib/
harfbuzz-unicode-tables.c 18 const struct combining_property *candidate = vcandidate; local
20 if (key < candidate->range_start) {
22 } else if (key > candidate->range_end) {
50 const struct category_property *candidate = vcandidate; local
52 if (key < candidate->range_start) {
54 } else if (key > candidate->range_end) {
  /external/v8/src/
version.cc 49 #define CANDIDATE_STRING " (candidate)"
80 const char* candidate = IsCandidate() ? " (candidate)" : ""; local
88 GetMajor(), GetMinor(), GetBuild(), GetPatch(), candidate,
92 GetMajor(), GetMinor(), GetBuild(), candidate,
102 const char* candidate = IsCandidate() ? "-candidate" : ""; local
105 GetMajor(), GetMinor(), GetBuild(), GetPatch(), candidate);
108 GetMajor(), GetMinor(), GetBuild(), candidate);
version.h 63 bool candidate, const char* soname);
  /external/v8/test/cctest/
test-version.cc 40 bool candidate, const char* soname) {
45 Version::candidate_ = candidate;
53 int patch, bool candidate,
60 SetVersion(major, minor, build, patch, candidate, "");
68 SetVersion(major, minor, build, patch, candidate, soname);
80 "0.0.0 (candidate) SIMULATOR", "libv8-0.0.0-candidate.so");
83 "1.0.0 (candidate) SIMULATOR", "libv8-1.0.0-candidate.so");
86 "1.0.0.1 (candidate) SIMULATOR", "libv8-1.0.0.1-candidate.so")
    [all...]
  /external/guava/src/com/google/common/collect/
RegularImmutableSet.java 50 Object candidate = table[i & mask]; local
51 if (candidate == null) {
54 if (candidate.equals(target)) {
  /external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
p3.cpp 6 class C {}; // expected-note {{candidate}}
10 expected-note {{candidate}}
  /external/llvm/lib/Target/Sparc/
DelaySlotFiller.cpp 62 MachineBasicBlock::iterator candidate);
74 bool delayHasHazard(MachineBasicBlock::iterator candidate,
187 bool Filler::delayHasHazard(MachineBasicBlock::iterator candidate,
194 if (candidate->isImplicitDef() || candidate->isKill())
197 if (candidate->getDesc().mayLoad()) {
203 if (candidate->getDesc().mayStore()) {
211 for (unsigned i = 0, e = candidate->getNumOperands(); i!= e; ++i) {
212 const MachineOperand &MO = candidate->getOperand(i);
293 // return true if the candidate is a delay filler
    [all...]
  /external/clang/test/SemaCXX/
explicit.cpp 43 class Y { }; // expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Conversion::Z' to 'const Conversion::Y &' for 1st argument}} \
44 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Conversion::Z' to 'Conversion::Y &&' for 1st argument}} \
45 expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Conversion::Z' to 'const Conversion::Y &' for 1st argument}} \
46 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Conversion::Z' to 'Conversion::Y' for 1st argument}} \
47 expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Conversion::Z' to 'const Conversion::Y' for 1st argument}} \
48 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Conversion::Z' to 'Conversion::Y' for 1st argument}} \
49 expected-note {{candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provided}} \
50 expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Conversion::Z' to 'const Conversion::Y' for 1st argument}} \
51 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Conversion::Z' to 'Conversion::Y' for 1st argument}} \
52 expected-note {{candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provide (…)
    [all...]
  /libcore/luni/src/main/java/java/text/
AttributedCharacterIterator.java 132 Attribute candidate = (Attribute) field.get(null); local
133 if (name.equals(candidate.name)) {
134 return candidate;
  /external/webkit/Source/WebCore/page/
FocusController.cpp 439 static void updateFocusCandidateIfNeeded(FocusDirection direction, const FocusCandidate& current, FocusCandidate& candidate, FocusCandidate& closest)
441 ASSERT(candidate.visibleNode->isElementNode());
442 ASSERT(candidate.visibleNode->renderer());
445 if (frameOwnerElement(candidate) && (!frameOwnerElement(candidate)->contentFrame() || candidate.rect.isEmpty()))
449 if (candidate.isOffscreen && !canBeScrolledIntoView(direction, candidate))
452 distanceDataForNode(direction, current, candidate);
453 if (candidate.distance == maxDistance()
509 FocusCandidate candidate = FocusCandidate(node, direction); local
    [all...]
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParserFactory.java 304 Class candidate = null; local
308 candidate = Class.forName (name);
310 instance = candidate.newInstance ();
314 if (candidate != null) {
317 parserClasses.add(candidate);
321 serializerClasses.add(candidate);

Completed in 820 milliseconds

1 2 3 4 5 6