Home
last modified time | relevance | path

Searched refs:expected_index (Results 1 – 4 of 4) sorted by relevance

/external/trappy/tests/
Dtest_utils.py39 expected_index = [0.0, 1.0, 1 + max_delta, 6.0, 7.0]
40 expected_series = pandas.Series(values, index=expected_index)
53 expected_index = index[:]
54 expected_index[-1] += max_delta
56 expected_series = pandas.Series(values, index=expected_index)
Dtest_plotter.py349 expected_index = index1 + index2
350 expected_index.sort()
351 self.assertEquals(expected_index, sorted(merged["s1"].keys()))
/external/v8/src/
Didentity-map.cc106 int expected_index = Hash(key) & mask_; in DeleteIndex() local
108 if (index < expected_index && expected_index <= next_index) continue; in DeleteIndex()
111 if (index < expected_index || expected_index <= next_index) continue; in DeleteIndex()
/external/vixl/test/aarch64/
Dtest-simulator-aarch64.cc1641 unsigned expected_index = (n * vd_lane_count) + lane; in Test1OpAcrossNEON() local
1644 if (results[results_index] != expected[expected_index]) { in Test1OpAcrossNEON()
1688 unsigned expected_index = n * vd_lane_count; in Test1OpAcrossNEON() local
1689 expect = expected[expected_index]; in Test1OpAcrossNEON()