Home
last modified time | relevance | path

Searched defs:has_rows (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
Dlist_tests.py150 def _SubTestsDictEntry(sub_test_paths, has_rows, deprecated): argument
/external/chromium-trace/catapult/dashboard/dashboard/models/
Dgraph_data.py147 has_rows = ndb.BooleanProperty(default=False, indexed=True) variable in Test
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c933 int has_rows, int has_cols, int bsl) { in read_partition()
964 const int has_rows = (mi_row + hbs) < cm->mi_rows; in decode_partition() local
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c410 const int has_rows = (mi_row + hbs) < cm->mi_rows; in write_partition() local