/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 | 51 expect1 = """\ 80 run_builddir('prog1', expect1)
|
gyptest-default.py | 51 expect1 = """\ 80 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));
|