HomeSort by relevance Sort by last modified time
    Searched full:cell1 (Results 1 - 21 of 21) sorted by null

  /frameworks/base/core/tests/coretests/res/layout/
table_layout_weight.xml 27 <View android:id="@+id/cell1"
  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
WeightTest.java 45 mCell1 = activity.findViewById(R.id.cell1);
  /packages/apps/Launcher2/res/layout-sw720dp/
workspace.xml 28 <include android:id="@+id/cell1" layout="@layout/workspace_screen" />
launcher.xml 67 <include android:id="@+id/cell1" layout="@layout/workspace_screen" />
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableTable.java 124 @Override public int compare(Cell<R, C, V> cell1, Cell<R, C, V> cell2) {
126 : rowComparator.compare(cell1.getRowKey(), cell2.getRowKey());
131 : columnComparator.compare(cell1.getColumnKey(), cell2.getColumnKey());
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_py3kwarn.py 121 cell1, = f(1).func_closure
123 self.assertWarning(cell0 == cell1, w, expected)
125 self.assertWarning(cell0 < cell1, w, expected)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_py3kwarn.py 121 cell1, = f(1).func_closure
123 self.assertWarning(cell0 == cell1, w, expected)
125 self.assertWarning(cell0 < cell1, w, expected)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 121 cell1, = f(1).func_closure
123 self.assertWarning(cell0 == cell1, w, expected)
125 self.assertWarning(cell0 < cell1, w, expected)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_py3kwarn.py 121 cell1, = f(1).func_closure
123 self.assertWarning(cell0 == cell1, w, expected)
125 self.assertWarning(cell0 < cell1, w, expected)
  /external/pdfium/third_party/lcms2-2.6/src/
cmsps2.c 212 cell1 = (int) ceil(val2);
217 y1 = LutTable[cell1] ;
239 ceiling cvi % tab val2 cell0 cell1
241 3 index % tab val2 cell0 cell1 tab
242 exch % tab val2 cell0 tab cell1
512 _cmsIOPrintf(m, "ceiling cvi "); // tab val2 cell0 cell1
513 _cmsIOPrintf(m, "3 index "); // tab val2 cell0 cell1 tab
514 _cmsIOPrintf(m, "exch "); // tab val2 cell0 tab cell1
    [all...]
cmsintrp.c 229 int cell0, cell1; local
243 cell1 = (int) ceil(val2);
249 y1 = LutTable[cell1] ;
295 int cell0, cell1; local
310 cell1 = (int) ceil(val2);
316 cell1 *= p -> opta[0];
321 y1 = LutTable[cell1 + OutChan] ;
    [all...]
  /packages/apps/Launcher2/res/layout-land/
launcher.xml 49 <include android:id="@+id/cell1" layout="@layout/workspace_screen" />
  /packages/apps/Launcher2/res/layout-port/
launcher.xml 67 <include android:id="@+id/cell1" layout="@layout/workspace_screen" />
  /external/opencv3/apps/traincascade/
HOGfeatures.cpp 117 rect[1] = Rect(x+cellW, y, cellW, cellH); //cell1
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 253 final HTMLTable.ICell cell1 = second.newCell ();
254 cell1.setText ("total source files: " + item.getAggregate (IItem.TOTAL_SRCFILE_COUNT), true);
265 cell1.getAttributes ().set (Attribute.COLSPAN, "3");
    [all...]
  /device/google/marlin/
apns-full-conf.xml     [all...]
  /device/huawei/angler/
apns-full-conf.xml     [all...]
  /device/lge/bullhead/
apns-full-conf.xml     [all...]
  /device/sample/etc/
apns-full-conf.xml     [all...]
old-apns-conf.xml     [all...]
  /packages/apps/Messaging/res/xml/
apns.xml     [all...]

Completed in 2815 milliseconds