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

  /external/drm_hwcomposer/
separate_rects.cpp 332 std::vector<RectSet> expected_out; local
370 expected_out.push_back(RectSet(IdSet(0), Rect(0, 0, 2, 5)));
371 expected_out.push_back(RectSet(IdSet(1), Rect(2, 5, 6, 6)));
372 expected_out.push_back(RectSet(IdSet(1) | 0, Rect(2, 0, 4, 5)));
373 expected_out.push_back(RectSet(IdSet(1) | 2, Rect(4, 0, 6, 5)));
374 expected_out.push_back(RectSet(IdSet(2), Rect(6, 0, 8, 5)));
375 expected_out.push_back(RectSet(IdSet(3), Rect(0, 7, 8, 9)));
376 expected_out.push_back(RectSet(IdSet(4), Rect(10, 0, 12, 5)));
377 expected_out.push_back(RectSet(IdSet(5) | 4, Rect(12, 0, 16, 5)));
378 expected_out.push_back(RectSet(IdSet(4), Rect(16, 0, 18, 5)))
    [all...]
  /bionic/tests/
libgen_basename_test.cpp 44 static void __TestGnuBasename(const char* in, const char* expected_out, int line) {
47 ASSERT_STREQ(expected_out, out) << "(" << line << "): " << in << std::endl;
51 static void __TestPosixBasename(const char* in, const char* expected_out, int line) {
55 ASSERT_STREQ(expected_out, out) << "(" << line << "): " << in << std::endl;
libgen_test.cpp 22 static void TestDirname(const char* in, const char* expected_out) {
26 ASSERT_STREQ(expected_out, out) << in;
43 static void TestBasename(const char* in, const char* expected_out, int expected_rc,
49 ASSERT_STREQ(expected_out, buf) << in;
54 static void TestDirname(const char* in, const char* expected_out, int expected_rc,
60 ASSERT_STREQ(expected_out, buf) << in;
string_test.cpp     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_popen2.py 62 def validate_output(self, teststr, expected_out, r, w, e=None):
66 self.assertEqual(expected_out, got.strip(), "wrote %r read %r" %
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_popen2.py 62 def validate_output(self, teststr, expected_out, r, w, e=None):
66 self.assertEqual(expected_out, got.strip(), "wrote %r read %r" %
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_popen2.py 62 def validate_output(self, teststr, expected_out, r, w, e=None):
66 self.assertEqual(expected_out, got.strip(), "wrote %r read %r" %
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_popen2.py 62 def validate_output(self, teststr, expected_out, r, w, e=None):
66 self.assertEqual(expected_out, got.strip(), "wrote %r read %r" %

Completed in 84 milliseconds