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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
PositionIterator.cpp 140 bool PositionIterator::isCandidate() const
Position.cpp 487 bool rendered = isCandidate();
497 if (currentPos.isCandidate())
508 // FIXME: Disregard nodes with renderers that have no height, as we do in isCandidate.
509 // FIXME: Share code with isCandidate, if possible.
848 bool Position::isCandidate() const
    [all...]
  /frameworks/base/core/java/android/view/
FocusFinderHelper.java 44 public boolean isCandidate(Rect srcRect, Rect destRect, int direction) {
45 return mFocusFinder.isCandidate(srcRect, destRect, direction);
FocusFinder.java 283 if (!isCandidate(source, rect1, direction)) {
289 if (!isCandidate(source, rect2, direction)) {
368 boolean isCandidate(Rect srcRect, Rect destRect, int direction) {
  /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/WebKit/Source/devtools/scripts/closure/
compiler.jar 

Completed in 369 milliseconds