Home
last modified time | relevance | path

Searched defs:subRow (Results 1 – 2 of 2) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DTreeBasedTableTest.java428 SortedMap<Integer, Character> subRow = row.tailMap(2); in testSubRowClearAndPut() local
433 assertEquals(ImmutableMap.of(), subRow); in testSubRowClearAndPut() local
436 assertEquals(ImmutableMap.of(), subRow); in testSubRowClearAndPut() local
442 assertEquals(ImmutableMap.of(), subRow); in testSubRowClearAndPut() local
/external/chromium-trace/src/tracing/
Dtimeline_model.js152 shiftSubRow_: function(subRow, amount) { argument