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

  /external/webkit/JavaScriptCore/wrec/
WRECGenerator.cpp 345 // check if there are any ranges or matches below lo. If not, just jl to failure -
402 Jump below = branch32(LessThan, character, Imm32(lo)); local
404 below.link(this);
  /external/v8/src/
top.h 416 // Returns true if this save context is below a given JavaScript frame.
417 bool below(JavaScriptFrame* frame) { function in class:v8::internal::BASE_EMBEDDED
  /external/v8/src/ia32/
assembler-ia32.h 120 below = 2, enumerator in enum:v8::internal::Condition
136 carry = below,
154 case below:
157 return below;
  /external/webkit/JavaScriptCore/yarr/
RegexJIT.cpp 107 // check if there are any ranges or matches below lo. If not, just jl to failure -
164 Jump below = branch32(LessThan, character, Imm32(lo)); local
166 below.link(this);
    [all...]
  /external/v8/src/x64/
assembler-x64.h 184 below = 2, enumerator in enum:v8::internal::Condition
204 carry = below,
223 case below:
226 return below;
    [all...]
  /frameworks/base/core/java/android/widget/
GridView.java 480 View below; local
485 below = fillDown(motionRowStart + numColumns, referenceView.getBottom() + verticalSpacing);
492 below = fillDown(motionRowEnd + numColumns, referenceView.getBottom() + verticalSpacing);
507 return below;
573 // Make sure we are 1) Too low, and 2) Either there are more rows below the
584 // Fill the gap that was opened below the last position with more rows, if
699 // Some of the newly selected item extends below the bottom of the
734 // Find space available below the selection into which we can
746 * selection. The new selection will be placed at, above, or below the
    [all...]
ListView.java 247 // It's OK to have some space below the last item if it is
768 * below it.
811 // Some of the newly selected item extends below the bottom of the list
829 // Find space available below the selection into which we can scroll
838 // Fill in views above and below
887 * selection. The new selection will be placed at, above, or below the
1295 View below; local
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 1506 ActivityRecord below = i >= 0 ? (ActivityRecord)mHistory.get(i) : null; local
    [all...]

Completed in 352 milliseconds