HomeSort by relevance Sort by last modified time
    Searched full:candidates (Results 251 - 275 of 702) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 226 // Populate a list of physical register spill candidates.
261 // No other spill candidates were found, so spill the current VirtReg.
  /external/valgrind/main/docs/internals/
release-HOWTO.txt 51 For each release candidate (should do release candidates for feature
105 candidates 2+).
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidatesContainer.java 89 * The animation view used to show candidates. It contains two views.
90 * Normally, the candidates are shown one of them. When user navigates to
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 102 const re_node_set *candidates)
118 const re_node_set *candidates,
124 Idx str_idx, const re_node_set *candidates)
1812 const re_node_set *candidates; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
session_unittest.cc 347 "candidates",
359 "candidates",
660 SignalCandidatesReady(this, port->Candidates());
716 cricket::Candidates());
738 cricket::Candidates())));
    [all...]
portinterface.h 97 virtual const std::vector<Candidate>& Candidates() const = 0;
  /external/chromium/chrome/browser/chromeos/login/
login_utils.cc 498 std::vector<std::string> candidates; local
500 input_method_ids, &candidates);
501 for (size_t i = 0; i < candidates.size(); ++i) {
502 const std::string& candidate = candidates[i];
  /external/chromium/net/http/
http_auth_controller.h 102 // chooses candidates by searching the auth cache and the URL for a
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
candidate.h 88 // Candidates in a new generation replace those in the old generation.
relayport.cc 226 for (std::vector<Candidate>::const_iterator it = candidates().begin();
227 it != candidates().end(); ++it) {
281 for (size_t i = 0; i < candidates().size(); ++i) {
282 const Candidate& local = candidates()[i];
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_ibus.h 67 const std::vector<Candidate>& candidates,
  /external/chromium_org/chrome/browser/chromeos/login/
login_utils.cc 671 std::vector<std::string> candidates; local
673 input_method_ids, &candidates);
674 for (size_t i = 0; i < candidates.size(); ++i) {
675 const std::string& candidate = candidates[i];
  /external/chromium_org/chrome_frame/
urlmon_moniker.h 168 // When we detect candidates for those requests, we add our own callback
  /external/chromium_org/content/renderer/media/
peer_connection_tracker.h 91 // Sends an update when Ice candidates are updated.
  /external/chromium_org/net/http/
http_auth_controller.h 103 // chooses candidates by searching the auth cache and the URL for a
  /external/chromium_org/remoting/jingle_glue/
chromium_port_allocator.cc 148 // all candidates for this channel.
  /external/chromium_org/third_party/WebKit/Source/core/css/
DocumentRuleSets.cpp 105 // sharing candidates.
  /external/chromium_org/third_party/WebKit/Source/core/page/
Frame.h 112 // ======== All public functions below this point are candidates to move out of Frame into another class. ========
SpatialNavigation.h 93 // "Totally Aligned" elements are preferable candidates to move
TouchDisambiguation.cpp 143 // We ignore the candidates that has less than 1/2 overlap (we consider not really ambiguous enough) than the best candidate to avoid excessive popups.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsepsessiondescription.cc 153 const IceCandidateCollection* JsepSessionDescription::candidates( function in class:webrtc::JsepSessionDescription
  /external/chromium_org/v8/src/
version.cc 39 // Use 1 for candidates and 0 otherwise.
  /external/clang/test/CodeGen/
arm-homogenous.c 160 // on stack and that later VFP candidates will go on stack as well.
  /external/clang/test/SemaCXX/
overload-member-call.cpp 70 // Tests the exact text used to note the candidates
  /external/mockito/src/org/mockito/internal/configuration/injection/
PropertyAndSetterInjection.java 35 * <li>make a copy of mock candidates

Completed in 398 milliseconds

<<11121314151617181920>>