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

  /external/ceres-solver/internal/ceres/
block_random_access_matrix.h 55 // CellInfo object containing a pointer to an array which contains the
74 // CellInfo* cell = A->GetCell(row_block_id, col_block_id,
86 struct CellInfo {
87 CellInfo()
91 explicit CellInfo(double* ptr)
104 // a CellInfo with a pointer to the dense matrix containing it,
112 virtual CellInfo* GetCell(int row_block_id,
  /frameworks/base/telephony/java/android/telephony/
CellInfo.java 25 public abstract class CellInfo implements Parcelable {
61 protected CellInfo() {
68 protected CellInfo(CellInfo ci) {
126 CellInfo o = (CellInfo) other;
191 protected CellInfo(Parcel in) {
198 public static final Creator<CellInfo> CREATOR = new Creator<CellInfo>() {
200 public CellInfo createFromParcel(Parcel in)
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
btreeInt.h 447 typedef struct CellInfo CellInfo;
448 struct CellInfo {
491 CellInfo info; /* A parse of the cell we are pointing at */
  /hardware/ril/include/telephony/
ril.h     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 79 private final CellInfo mCellInfo = new CellInfo();
712 final CellInfo cellInfo = mCellInfo;
738 cellInfo.cell = child;
739 cellInfo.cellX = lp.cellX;
740 cellInfo.cellY = lp.cellY;
741 cellInfo.spanX = lp.cellHSpan;
742 cellInfo.spanY = lp.cellVSpan;
755 cellInfo.cell = null
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 81 private final CellInfo mCellInfo = new CellInfo();
698 final CellInfo cellInfo = mCellInfo;
724 cellInfo.cell = child;
725 cellInfo.cellX = lp.cellX;
726 cellInfo.cellY = lp.cellY;
727 cellInfo.spanX = lp.cellHSpan;
728 cellInfo.spanY = lp.cellVSpan;
741 cellInfo.cell = null
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 711 milliseconds