HomeSort by relevance Sort by last modified time
    Searched full:candidates (Results 151 - 175 of 432) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/v8/src/
mark-compact.cc 555 Candidate candidates[kMaxMaxEvacuationCandidates]; local
611 candidates[count++] = Candidate(fragmentation, p);
616 candidates[i].fragmentation() < least->fragmentation()) {
617 least = candidates + i;
630 AddEvacuationCandidate(candidates[i].page());
634 PrintF("Collected %d evacuation candidates for space %s\n",
    [all...]
  /external/llvm/docs/
HowToReleaseLLVM.html 132 <li>Tagging release candidates for the release team to begin testing</li>
212 <h4><a name="dist">Build the LLVM Release Candidates</a></h4>
216 <p>Create release candidates for <tt>llvm</tt>, <tt>clang</tt>,
  /external/llvm/lib/Analysis/
InlineCost.cpp 323 // Also handle SROA candidates here, we already know that the GEP is
361 // Also look for SROA candidates here.
533 // Finally check for SROA candidates in comparisons.
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
driver.h     [all...]
  /external/apache-http/src/org/apache/http/message/
BasicTokenIterator.java 52 // most likely candidates at the beginning of the collection
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.h 136 const std::vector<Candidate>& candidates() const { return candidates_; } function in class:cricket::Port
  /external/clang/test/SemaCXX/
new-delete.cpp 278 // Don't diagnose access for overload candidates that aren't selected.
overload-call.cpp 318 // Tests the exact text used to note the candidates
  /external/grub/netboot/
config.c 527 /* at this point we have a list of possible PCI candidates
  /external/ipsec-tools/src/racoon/
handler.h 169 struct genlist *rsa_candidates; /* possible candidates for peer's RSA key */
  /external/libvpx/vpx/
vpx_codec.h 246 * release candidates, prerelease versions, etc.
  /external/llvm/lib/CodeGen/
MachineCopyPropagation.cpp 139 SmallSetVector<MachineInstr*, 8> MaybeDeadCopies; // Candidates for deletion
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 311 /// more users which may themselves be candidates for simplification.
  /external/opencv/cv/src/
_cvkdtree.hpp 363 // candidate and adds it to priority queue of all candidates; if
  /external/openssh/
jpake.c 212 * We also exclude [1] from x1/x3 candidates and [0, 1] from
  /external/proguard/src/proguard/classfile/util/
DynamicMemberReferenceInitializer.java 509 // Print out notes about potential candidates.
  /external/skia/include/views/
SkView.h 334 candidates for onFindClickHandler. Returning false wil skip the children
  /external/valgrind/tsan/
ts_race_verifier.cc 100 // Two race candidates in one trace. Just instrument it fully.
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 381 // These are candidates for optimization if needed.
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
q_gain_p.h 111 Word16 gain_cand[], /* o : pitch gain candidates (3), MR795 only, Q14 */
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
avcenc_int.h 184 RDInfo **pRDSamples; /* pRDSamples[30][32], 30->30fps, 32 -> 5 bit quantizer, 32 candidates*/
motion_est.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
motion_est.cpp 898 /************** evaluate unique candidates **********************/
    [all...]
mp4lib_int.h 283 RDInfo **pRDSamples; /* pRDSamples[30][32], 30->30fps, 32 -> 5 bit quantizer, 32 candidates*/
  /frameworks/base/docs/html/design/patterns/
widgets.jd 72 <p>Good candidates for navigation links to surface on widgets are:</p>

Completed in 1935 milliseconds

1 2 3 4 5 67 8 91011>>