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

  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
WeightTest.java 45 mCell1 = activity.findViewById(R.id.cell1);
  /external/chromium_org/content/browser/accessibility/
cross_platform_accessibility_browsertest.cc 284 const ui::AXNode* cell1 = row->ChildAtIndex(0); local
285 EXPECT_EQ(ui::AX_ROLE_CELL, cell1->data().role);
297 EXPECT_EQ(cell1->id(), column1_indirect_child_ids[0]);
441 const ui::AXNode* cell1 = table->ChildAtIndex(0)->ChildAtIndex(0); local
451 EXPECT_EQ(cell1->id(), table_cell_ids[0]);
452 EXPECT_EQ(cell1->id(), table_cell_ids[1]);
458 EXPECT_EQ(0, GetIntAttr(cell1,
460 EXPECT_EQ(0, GetIntAttr(cell1,
462 EXPECT_EQ(2, GetIntAttr(cell1,
464 EXPECT_EQ(1, GetIntAttr(cell1,
    [all...]
  /external/chromium_org/third_party/qcms/src/
transform_util.c 304 int cell0, cell1; local
374 cell1 = (int) ceil(val2);
376 if (cell0 == cell1) return (uint16_fract_t) x;
381 y1 = LutTable[cell1] ;
382 x1 = (65535.0 * cell1) / (length-1);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTableSection.cpp 405 static bool cellIsFullyIncludedInOtherCell(const RenderTableCell* cell1, const RenderTableCell* cell2)
407 return (cell1->rowIndex() >= cell2->rowIndex() && (cell1->rowIndex() + cell1->rowSpan()) <= (cell2->rowIndex() + cell2->rowSpan()));
411 static bool compareRowSpanCellsInHeightDistributionOrder(const RenderTableCell* cell1, const RenderTableCell* cell2)
415 if (cell1->rowIndex() == cell2->rowIndex() && cell1->rowSpan() == cell2->rowSpan())
416 return (cell1->logicalHeightForRowSizing() > cell2->logicalHeightForRowSizing());
420 if (cellIsFullyIncludedInOtherCell(cell1, cell2))
424 if (!cellIsFullyIncludedInOtherCell(cell2, cell1))
    [all...]
  /external/guava/guava/src/com/google/common/collect/
RegularImmutableTable.java 104 @Override public int compare(Cell<R, C, V> cell1, Cell<R, C, V> cell2) {
106 : rowComparator.compare(cell1.getRowKey(), cell2.getRowKey());
112 cell1.getColumnKey(), cell2.getColumnKey());
  /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/core/src/fxcodec/lcms2/lcms2-2.6/src/
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...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /frameworks/testing/espresso/libs/
guava-14.0.1.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 

Completed in 502 milliseconds