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

  /external/chromium_org/tools/gyp/test/multiple-targets/
gyptest-all.py 20 expect1 = """\
30 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src')
gyptest-default.py 20 expect1 = """\
30 test.run_built_executable('prog1', stdout=expect1, chdir='relocate/src')
  /external/chromium_org/tools/gyp/test/same-source-file-name/
gyptest-all.py 21 expect1 = """\
31 test.run_built_executable('prog1', chdir='relocate/src', stdout=expect1)
gyptest-default.py 21 expect1 = """\
31 test.run_built_executable('prog1', chdir='relocate/src', stdout=expect1)
  /system/extras/tests/bionic/libc/bionic/
test_relocs.c 13 int f1, f2, expect1 = 1, expect2 = 2; local
18 printf( "func1() returns %d: %s\n", f1, (f1 == expect1) ? "OK" : "FAIL" );
21 if (f1 != expect1 || f2 != expect2)
  /external/chromium_org/tools/gyp/test/same-gyp-name/
gyptest-all.py 21 expect1 = """\
35 test.run_built_executable('program1', chdir=chdir1, stdout=expect1)
gyptest-default.py 21 expect1 = """\
35 test.run_built_executable('program1', chdir=chdir1, stdout=expect1)
  /external/valgrind/main/none/tests/
map_unmap.c 50 void *expect1, *expect2; local
54 expect1 = domap();
56 munmap(expect1, LEN);
63 if (m1 != expect1) {
64 printf("FAIL i=%d: m1=%p expect1=%p\n",
65 i, m1, expect1);
  /external/chromium_org/tools/gyp/test/builddir/
gyptest-all.py 50 expect1 = """\
79 run_builddir('prog1', expect1)
gyptest-default.py 50 expect1 = """\
79 run_builddir('prog1', expect1)
  /external/chromium_org/third_party/libjingle/source/talk/base/
versionparsing_unittest.cc 41 static const ExampleVersion expect1 = {1, 1, 2, 0}; local
43 EXPECT_EQ(0, CompareVersions(ver, expect1, kExampleSegments));
  /external/chromium_org/third_party/webrtc/base/
versionparsing_unittest.cc 24 static const ExampleVersion expect1 = {1, 1, 2, 0}; local
26 EXPECT_EQ(0, CompareVersions(ver, expect1, kExampleSegments));

Completed in 3268 milliseconds