HomeSort by relevance Sort by last modified time
    Searched full:candidate (Results 451 - 475 of 1480) sorted by null

<<11121314151617181920>>

  /external/chromium_org/chrome/browser/chromeos/input_method/
candidate_window_controller_impl.cc 54 // Show the candidate window always on top
64 // Create the candidate window.
89 // To hide the candidate window we have to call HideLookupTable and
infolist_window_view.cc 43 // like a selected candidate.
47 // like an unselected candidate.
60 // The parent candidate window that contains this view.
input_method_manager_impl.cc 177 const std::string& candidate = candidates[i]; local
180 if (!Contains(layouts, candidate) && IsLoginKeyboard(candidate))
181 layouts.push_back(candidate);
186 // Initialize candidate window controller and widgets such as
187 // candidate window, infolist and mode indicator. Note, mode
219 // Initialize candidate window controller and widgets such as
220 // candidate window, infolist and mode indicator. Note, mode
305 // Hide candidate window and info list.
  /external/chromium_org/chrome/browser/history/
select_favicon_frames.cc 125 // Represents the index of the best candidate for a |scale_factor| from the
128 // index in |candidate_sizes| of the best candidate.
131 // The ScaleFactor for which |index| is the best candidate.
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunport_unittest.cc 193 // additional candidate generation.
207 // Test that a local candidate can be generated using a shared socket.
216 // Test that we still a get a local candidate with invalid stun server hostname.
transportchannelproxy.cc 252 const Candidate& candidate) {
255 SignalRouteChange(this, candidate);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.h 156 // Returns true if candidate allocation has completed one way or another.
173 STATE_READY, // At least one candidate is ready for process.
193 void OnCandidateReady(Port* port, const Candidate& c);
  /external/chromium_org/third_party/libjingle/source/talk/xmllite/
xmlnsstack.cc 163 std::string candidate(AsciiLower(ns.substr(first, last - first)));
164 if (candidate.find("xml") != 0)
165 return candidate;
  /external/chromium_org/ui/base/ime/
text_input_client.h 151 // Called when IME shows a candidate window.
153 // Called when IME updates any appearance of the current candidate window.
155 // Called when IME hides the candidate window.
  /external/chromium_org/ui/base/ime/win/
tsf_event_router.cc 24 // the candidate window is opened or closed. This class also implements
63 // Returns true if the given |element_id| represents the candidate window.
81 // The set of currently opened candidate window ids.
  /external/clang/include/clang/Sema/
TemplateDeduction.h 223 /// Specialization - The actual specialization that this candidate
224 /// represents. When NULL, this may be a built-in candidate.
270 /// \brief Add a new candidate with NumConversions conversion sequence slots
  /external/clang/test/SemaCXX/
constructor-initializer.cpp 101 struct M { // expected-note 2 {{candidate constructor (the implicit copy constructor)}} \
104 M(int i, int j); // expected-note 2 {{candidate constructor}}
235 class A : public std::exception {}; // expected-error {{undeclared identifier}} expected-error {{expected class name}} expected-note 4 {{candidate}}
  /external/clang/test/SemaTemplate/
instantiate-expr-3.cpp 22 int& operator+=(X&, int); // expected-note{{candidate}}
26 long& operator+=(N1::X&, long); // expected-note{{candidate}}
38 short& operator+=(long); // expected-note{{candidate}}
  /external/icu4c/common/
dictbe.cpp 103 // list of word candidate lengths, in increasing length order
108 int mark; // The preferred candidate's offset
109 int current; // The candidate we're currently looking at
118 // Select the currently marked candidate, point after it in the text, and invalidate self
121 // Back up from the current candidate to the next shorter one; return TRUE if that exists
125 // Return the longest prefix this candidate location shares with a dictionary word
128 // Mark the current candidate as the one we like
258 // Look for candidate words at the current position
276 // Followed by another dictionary word; mark first word as a good candidate
490 // Look for candidate words at the current positio
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RouteSelector.java 184 Proxy candidate = proxySelectorProxies.next(); local
185 if (candidate.type() != Proxy.Type.DIRECT) {
186 return candidate;
  /frameworks/base/policy/src/com/android/internal/policy/impl/
EnableAccessibilityController.java 235 AccessibilityServiceInfo candidate = services.get(i); local
236 if ((candidate.flags & AccessibilityServiceInfo
239 service = candidate;
  /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;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
FolderWatcher.java 193 final Folder candidate = mInboxMap.get(uri); local
194 if (candidate != null) {
195 return candidate;
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 174 Candidate c;
510 const Candidate& remote_candidate)
525 const Candidate& Connection::local_candidate() const {
529 static Candidate foo;
756 const Candidate& local = local_candidate();
757 const Candidate& remote = remote_candidate();
875 const Candidate& candidate)
876 : Connection(port, index, candidate), error_(0) {
udpport.h 63 virtual Connection* CreateConnection(const Candidate& address,
  /external/chromium_org/chrome/browser/prerender/
prerender_field_trial.h 53 // and candidate URLs, respectively.
  /external/chromium_org/third_party/WebKit/Source/modules/mediastream/
RTCIceCandidate.h 51 String candidate() const;
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_linux.cpp 160 static int match_score(const SkFontStyle& pattern, const SkFontStyle& candidate) {
162 score += (pattern.width() - candidate.width()) * 100;
163 score += (pattern.isItalic() == candidate.isItalic()) ? 0 : 1000;
164 score += pattern.weight() - candidate.weight();
  /external/chromium_org/v8/src/
version.h 63 bool candidate, const char* soname);
  /external/chromium_org/win8/metro_driver/ime/
ime_popup_monitor.cc 53 // whenever their popup UI such as candidate window is shown, updated, and

Completed in 757 milliseconds

<<11121314151617181920>>