HomeSort by relevance Sort by last modified time
    Searched defs:isCandidate (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
PositionIterator.cpp 140 bool PositionIterator::isCandidate() const
Position.cpp 480 // FIXME: Disregard nodes with renderers that have no height, as we do in isCandidate.
481 // FIXME: Share code with isCandidate, if possible.
820 bool Position::isCandidate() const
    [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
colorcheckertest.cpp 368 bool isCandidate[houghWidth];
373 isCandidate[j] = true;
374 for (int m = -2; ((isCandidate[j]) && (m <= 2)); ++m) {
377 isCandidate[j] = false;
389 while ((!isCandidate[iter2]) && (iter2 < houghWidth)) {
392 if ((isCandidate[iter2]) && (iter2 - iter1 < 5)) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 701 static bool isCandidate(const MachineInstr *Instr,
810 if (!isCandidate(Use.first, UseToDefs, MDT)) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 1435 milliseconds