/external/grub/stage2/ |
size_test | 3 # Check the sizes of Stage 2 and Stage 1.5's. 26 check () function 39 check ffs_stage1_5 7168 41 check ufs2_stage1_5 7168 45 check fat_stage1_5 31744 48 check e2fs_stage1_5 31744 51 check minix_stage1_5 31744
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1181.js | 40 function check(count) { function 52 check(150); 53 check(200); 54 check(350);
|
/external/compiler-rt/lib/tsan/ |
check_analyze.sh | 22 check() { function 31 check $f rsp 1 # To read caller pc. 32 check $f push 0 33 check $f pop 0 37 check $f rsp 0 38 check $f push 0 39 check $f pop 0 40 check $f call 1 # TraceSwitch()
|
/external/oprofile/libutil++/tests/ |
glob_filter_tests.cpp | 19 #define check(filter, str, result) \ macro 29 check(f1, "foo/barfoobar", true); 30 check(f1, "foo/bar", true); 31 check(f1, "/foo/foobar/foo", false); 32 check(f1, "fooobar1", false); 33 check(f1, "foo1", false); 34 check(f1, "foobar", false); 35 check(f1, "bar1", false); 38 check(f2, "foo", true); 39 check(f2, "foo1", false) [all...] |
path_filter_tests.cpp | 19 #define check(filter, str, result) \ macro 29 check(f1, "foo/barfoobar", true); 30 check(f1, "foo/bar", true); 31 check(f1, "/foo/foobar/foo", false); 32 check(f1, "fooobar1", false); 33 check(f1, "foo1", false); 34 check(f1, "foobar", false); 35 check(f1, "bar1", false); 38 check(f2, "foo", true); 39 check(f2, "foo1", false) [all...] |
comma_list_tests.cpp | 19 #define check(clist, val, result) \ macro 30 check(c1, 1, true); 34 check(c1, 2, true); 35 check(c1, 3, false); 39 check(c1, 2, false); 40 check(c1, 3, true); 44 check(c1, 2, true); 45 check(c1, 3, true); 46 check(c1, 4, false); 50 check(c1, 2, true) [all...] |
string_filter_tests.cpp | 19 #define check(filter, str, result) \ macro 29 check(f1, "", true); 30 check(f1, "ok", true); 33 check(f2, "ok", true); 34 check(f2, "no", false); 37 check(f3, "ok", true); 38 check(f3, "no", false); 41 check(f4, "ok", true); 42 check(f4, "ok2", true); 43 check(f4, "no", false) [all...] |
/external/stlport/test/unit/ |
test_errno.cpp | 8 #include <errno.h> // not typo, check errno def/undef/redef 20 CPPUNIT_TEST(check); 24 void check(); 29 void ErrnoTest::check() function in class:ErrnoTest
|
/external/v8/test/mjsunit/regress/ |
regress-1181.js | 40 function check(count) { function 52 check(150); 53 check(200); 54 check(350)
|
/ndk/tests/device/test-gnustl-full/unit/ |
test_errno.cpp | 8 #include <errno.h> // not typo, check errno def/undef/redef 20 CPPUNIT_TEST(check); 24 void check(); 29 void ErrnoTest::check() function in class:ErrnoTest
|
/ndk/tests/device/test-stlport/unit/ |
test_errno.cpp | 8 #include <errno.h> // not typo, check errno def/undef/redef 20 CPPUNIT_TEST(check); 24 void check(); 29 void ErrnoTest::check() function in class:ErrnoTest
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
check.h | 27 check (void *p, int align) function
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
check.h | 27 check (void *p, int align) function
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
find-extra-includes | 78 sub check subroutine 101 check($file);
|
/external/chromium_org/tools/gyp/test/mac/xcode-gcc/ |
aliasing.cc | 3 void check(int* h, long* k) { function 11 check((int*)&k, &k);
|
/external/elfutils/tests/ |
hash.c | 35 check (const char *name, unsigned long int expected) function 48 /* Check some names. We know what the expected result is. */ 49 status = check ("_DYNAMIC", 165832675); 50 status |= check ("_GLOBAL_OFFSET_TABLE_", 102264335);
|
/external/valgrind/main/coregrind/m_dispatch/ |
dispatch-mips32-linux.S | 207 check: label 233 /* ------ Event check failed ------ */
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale/locale.statics/ |
classic.pass.cpp | 17 void check(const std::locale& loc) function 57 check(loc); 58 check(std::locale("C"));
|
global.pass.cpp | 19 void check(const std::locale& loc) function 58 check(loc); 61 check(loc2);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
common.py | 43 def check(self, lines): member in class:CarriageReturnChecker 44 """Check for and strip trailing carriage returns from lines.""" 68 def check(self, lines): member in class:TabChecker
|
text.py | 43 def check(self, lines): member in class:TextChecker 44 self._tab_checker.check(lines) 50 checker.check(lines)
|
xcodeproj.py | 50 def check(self, lines): member in class:XcodeProjectFileChecker
|
xml.py | 37 def check(self, lines): member in class:XMLChecker
|
/external/chromium_org/v8/test/mjsunit/ |
elements-kind-depends.js | 38 function check(a) { function 47 check(b); // all OK 51 check(b); // fails
|
/external/v8/test/mjsunit/ |
elements-kind-depends.js | 38 function check(a) { function 47 check(b); // all OK 51 check(b); // fails
|