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

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLImageElement.cpp 129 ImageCandidate candidate = bestFitSourceForImageAttributes(document().devicePixelRatio(), fastGetAttribute(srcAttr), fastGetAttribute(srcsetAttr)); local
130 m_bestFitImageURL = candidate.toString();
131 float candidateScaleFactor = candidate.scaleFactor();
  /external/chromium_org/tools/clang/plugins/
ChromeClassTester.cpp 218 const std::string& candidate) {
221 return candidate;
235 return GetNamespaceImpl(context->getParent(), candidate);
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
multi-level-substitution.cpp 282 void f(T &&...t, U &&...u) {} // expected-note {{candidate}}
284 void g(U &&...u, T &&...t) {} // expected-note {{candidate}}
286 void h(tuple<T, U> &&...) {} // expected-note 2{{candidate}}
  /external/clang/test/SemaCXX/
member-pointer.cpp 183 template <class F> void bind(F f); // expected-note 12 {{candidate template ignored}}
184 template <class F, class T> void bindmem(F (T::*f)()); // expected-note 4 {{candidate template ignored}}
185 template <class F> void bindfn(F (*f)()); // expected-note 4 {{candidate template ignored}}
  /external/clang/test/SemaTemplate/
temp_arg_nontype.cpp 39 float g(float); // expected-note 2{{candidate function}}
40 double g(double); // expected-note 2{{candidate function}}
172 template<unsigned char C> void f(int (&a)[C]); // expected-note {{candidate template ignored}} \
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
SuggestedWords.java 164 final SuggestedWordInfo candidate = mSuggestedWordInfoList.get(0);
165 return candidate.isEligibleForAutoCommit() ? candidate : null;
  /dalvik/vm/arch/mips/
HintsO32.cpp 25 /* TODO: this is candidate for consolidation of similar code from ARM. */
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
FileHelperExampleAgent.java 30 * a duplicate of the stored data file; that makes it a perfect candidate
  /external/bison/lib/
hash.h 62 bool is_n_buckets; /* if CANDIDATE really means table size */
  /external/bzip2/
bz-fo.xsl 156 <xsl:variable name="candidate">
193 <xsl:copy-of select="$candidate"/>
209 <xsl:variable name="candidate">
251 <xsl:copy-of select="$candidate"/>
  /external/chromium/chrome/browser/resources/options/chromeos/
language_pinyin_options.html 33 <input id="pinyin-shift-select-candidate"
  /external/chromium/chrome/browser/sync/syncable/
syncable.cc 1711 ParentIdChildIndex::iterator candidate = local
1742 ParentIdChildIndex::iterator candidate = local
1779 EntryKernel* candidate = *sibling; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
portallocator.h 73 const std::vector<Candidate>&> SignalCandidatesReady;
udpport.cc 72 Connection* UDPPort::CreateConnection(const Candidate& address,
  /external/chromium_org/ash/
shell_window_ids.h 68 // The container for input method components such like candidate windows. They
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine.cc 35 const char* kCandidateNotFound = "Candidate not found";
261 const std::vector<Candidate>& candidates,
276 for (std::vector<Candidate>::const_iterator ix = candidates.begin();
285 // Store a mapping from the user defined ID to the candidate index.
  /external/chromium_org/chrome/browser/extensions/
external_pref_loader.h 57 // Actually searches for and loads candidate standalone extension preference
  /external/chromium_org/chrome/browser/ui/
metro_pin_tab_helper_win.cc 260 // The best candidate we have so far for the current pin operation.
311 // If we don't have a best candidate yet, this is better so just grab it.
323 // Othewise it is our new best candidate.
417 // Any candidate favicons we have are now out of date so clear them.
  /external/chromium_org/content/renderer/
disambiguation_popup_helper.cc 30 // Compute the scaling factor to ensure the smallest touch candidate reaches
  /external/chromium_org/content/renderer/media/
mock_peer_connection_impl.h 94 const webrtc::IceCandidateInterface* candidate) OVERRIDE;
  /external/chromium_org/media/filters/
audio_renderer_algorithm.cc 109 // block to the center of the first (left most) candidate block. The offset
110 // of the center of a candidate block to its left most point is
126 // Candidate ... Candidate
  /external/chromium_org/net/websockets/
websocket_throttle.cc 108 // The new front is a wake-up candidate.
  /external/chromium_org/third_party/icu/source/tools/genctd/
genctd.cpp 327 UChar *candidate = current;
361 mtd->addWord(candidate, length, status, (uint16_t)value);
364 mtd->addWord(candidate, length, status);
382 candidate = current-1;
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.h 90 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
dtlstransportchannel.cc 601 TransportChannelImpl* channel, const Candidate& c) {
619 TransportChannel* channel, const Candidate& candidate) {
621 SignalRouteChange(this, candidate);

Completed in 1151 milliseconds

<<21222324252627282930>>