HomeSort by relevance Sort by last modified time
    Searched defs:cell (Results 201 - 225 of 349) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc 4752 Handle<Cell> cell = isolate()->factory()->NewCell(object); local
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc 4943 Handle<Cell> cell = isolate()->factory()->NewCell(object); local
    [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc 5052 Handle<Cell> cell = isolate()->factory()->NewCell(object); local
    [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc 4999 Handle<Cell> cell = isolate()->factory()->NewCell(object); local
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-codegen-x87.cc 4932 Handle<Cell> cell = isolate()->factory()->NewCell(object); local
    [all...]
  /external/v8/src/heap/
heap.cc 2517 PropertyCell* cell = PropertyCell::cast(result); local
2794 Handle<WeakCell> cell = factory->NewWeakCell(factory->undefined_value()); local
2830 Handle<PropertyCell> cell = factory->NewPropertyCell(); local
5872 Handle<WeakCell> cell = Map::WeakCellForMap(map); local
5894 WeakCell* cell = WeakCell::cast(retained_maps->Get(i)); local
    [all...]
mark-compact.cc 89 DCHECK(rinfo->rmode() == RelocInfo::CELL);
1560 Cell* cell = rinfo->target_cell(); variable
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 133 // When a drag operation is in progress, holds the nearest cell to the touch point
738 cellInfo.cell = child;
755 cellInfo.cell = null;
788 cellInfo.cell = null;
801 * Given a point, return the cell that strictly encloses that point
804 * @param result Array of 2 ints to hold the x and y coordinate of the cell
823 * Given a point, return the cell that most closely encloses that point
826 * @param result Array of 2 ints to hold the x and y coordinate of the cell
833 * Given a cell coordinate, return the point that represents the upper left corner of that cell
3320 View cell; field in class:CellLayout.CellInfo
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 140 // When a drag operation is in progress, holds the nearest cell to the touch point
685 * Given a point, return the cell that strictly encloses that point
688 * @param result Array of 2 ints to hold the x and y coordinate of the cell
707 * Given a point, return the cell that most closely encloses that point
710 * @param result Array of 2 ints to hold the x and y coordinate of the cell
717 * Given a cell coordinate, return the point that represents the upper left corner of that cell
719 * @param cellX X coordinate of the cell
720 * @param cellY Y coordinate of the cell
733 * Given a cell coordinate, return the point that represents the center of the cel
2778 public final View cell; field in class:CellLayout.CellInfo
    [all...]
Workspace.java 148 * CellInfo for the cell that is currently being dragged
425 if (mDragInfo != null && mDragInfo.cell != null) {
426 CellLayout layout = (CellLayout) mDragInfo.cell.getParent().getParent();
427 layout.markCellsAsUnoccupiedForView(mDragInfo.cell);
665 // Inflate the cell layout, but do not add it automatically so that we can get the newly
2443 final View cell = mDragInfo.cell; local
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-apt/1.0/
doxia-module-apt-1.0.jar 
  /prebuilts/tools/common/m2/repository/xhtmlrenderer/xhtmlrenderer/R8rc1/
xhtmlrenderer-R8rc1.jar 
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java 2374 int cell = mFirstJulianDay; local
2462 int cell = mFirstJulianDay; local
    [all...]
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /prebuilts/misc/common/jacoco/lib/
org.jacoco.report-0.7.2.201409121644.jar 
  /prebuilts/misc/common/truth/
truth-0.28.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.26/
truth-0.26.jar 
  /prebuilts/tools/common/m2/repository/com/google/truth/truth/0.28/
truth-0.28.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.1.201405082137/
org.jacoco.report-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.3.201501221555/
org.jacoco.report-0.7.3.201501221555.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.4.201502262128/
org.jacoco.report-0.7.4.201502262128.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.report/0.7.5.201505241946/
org.jacoco.report-0.7.5.201505241946.jar 

Completed in 2532 milliseconds

1 2 3 4 5 6 7 891011>>