Searched defs:check (Results 1 - 25 of 381) sorted by relevance

1234567891011>>

/external/clang/test/Lexer/
H A Dcxx-features.cpp8 #define check(macro, cxx98, cxx11, cxx1y) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx98 macro
10 #define check(macro, cxx98, cxx11, cxx1y) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx11 macro
12 #define check(macro, cxx98, cxx11, cxx1y) cxx1y == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx1y macro
15 #if check(binary_literals, 0, 0, 201304)
19 #if check(init_captures, 0, 0, 201304)
23 #if check(generic_lambdas, 0, 0, 201304)
27 #if check(constexpr, 0, 200704, 201304)
31 #if check(decltype_auto, 0, 0, 201304)
35 #if check(return_type_deduction, 0, 0, 201304)
39 #if check(runtime_array
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1181.js40 function check(count) { function
52 check(150);
53 check(200);
54 check(350);
/external/compiler-rt/lib/tsan/
H A Dcheck_analyze.sh22 check() { function
31 check $f rsp 3
32 check $f push 1
33 check $f pop 5
37 check $f rsp 3
38 check $f push 1
39 check $f pop 4
43 check $f rsp 0
44 check $f push 0
45 check
[all...]
/external/oprofile/libutil++/tests/
H A Dglob_filter_tests.cpp19 #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(f
[all...]
H A Dpath_filter_tests.cpp19 #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(f
[all...]
H A Dcomma_list_tests.cpp19 #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(c
[all...]
H A Dstring_filter_tests.cpp19 #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(f
[all...]
/external/stlport/test/unit/
H A Dtest_errno.cpp8 #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/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dfind-extra-includes78 sub check subroutine
101 check($file);
/external/chromium_org/tools/gyp/test/mac/xcode-gcc/
H A Daliasing.cc3 void check(int* h, long* k) { function
11 check((int*)&k, &k);
/external/libcxx/test/localization/locales/locale/locale.statics/
H A Dclassic.pass.cpp17 void check(const std::locale& loc) function
57 check(loc);
58 check(std::locale("C"));
H A Dglobal.pass.cpp19 void check(const std::locale& loc) function
58 check(loc);
61 check(loc2);
/external/valgrind/main/coregrind/m_dispatch/
H A Ddispatch-mips32-linux.S203 check: label
229 /* ------ Event check failed ------ */
H A Ddispatch-mips64-linux.S203 check: label
229 /* ------ Event check failed ------ */
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dcommon.py43 def check(self, lines): member in class:CarriageReturnChecker
68 def check(self, lines): member in class:TabChecker
H A Dtext.py43 def check(self, lines): member in class:TextChecker
44 self._tab_checker.check(lines)
50 checker.check(lines)
H A Dxcodeproj.py50 def check(self, lines): member in class:XcodeProjectFileChecker
H A Dxml.py37 def check(self, lines): member in class:XMLChecker
H A Djsonchecker.py38 def check(self, lines): member in class:JSONChecker
/external/chromium_org/v8/test/mjsunit/
H A Delements-kind-depends.js38 function check(a) { function
47 check(b); // all OK
51 check(b); // fails
/external/clang/test/CXX/lex/lex.literal/lex.ext/
H A Dp12.cpp3 template<typename T, T... cs> struct check; // expected-note {{template is declared here}} expected-note {{template is declared here}}
5 struct check<char, 34, -47, -126, -48, -75, -47, -127, -47, -126, 32, -16, -112, -128, -128>{}; struct
7 struct check<char16_t, 34, 1090, 1077, 1089, 1090, 32, 55296, 56320>{}; struct
9 struct check<char32_t, 34, 1090, 1077, 1089, 1090, 32, 65536>{}; struct
11 check<T, str...> chars; // expected-error {{implicit instantiation of undefined template 'check<char, 't', 'e', 's', 't'>'}} expected-error {{implicit instantiation of undefined template 'check<char32_t, 34, 1090, 1077, 1089, 1090, 95, 65536>'}}
/external/clang/test/SemaCXX/
H A Dwindows-arm-valist.cpp12 void check() { function
/external/chromium_org/media/base/
H A Dgmock_callback_support_unittest.cc24 MockFunction<void(const TestCallback&)> check; local
25 EXPECT_CALL(check, Call(IsNullCallback()));
26 check.Call(TestCallback());
30 MockFunction<void(const TestCallback&)> check; local
31 EXPECT_CALL(check, Call(IsNotNullCallback()));
32 check.Call(base::Bind(&SetBool));
36 MockFunction<void(const base::Closure&)> check; local
38 EXPECT_CALL(check, Call(IsNotNullCallback()))
40 check.Call(base::Bind(&SetBool, true, &dst));
45 MockFunction<void(const TestCallback&)> check; local
54 MockFunction<void(int, const TestCallback&)> check; local
63 MockFunction<void(const TestCallback&)> check; local
74 MockFunction<void(const TestCallback&)> check; local
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dchecksvnconfigfile.py31 def check(host, fs): function
33 check the svn config file
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Dprint_layout_test_types_unittest.py37 def check(self, args, expected_output, files=None): member in class:PrintLayoutTestTimesTest
49 self.check(['--test-list', '/tmp/test_list'], 'passes/image.html pixel\n', files=files)
52 self.check(['--type', 'audio', 'passes'], 'passes/audio.html\n')
55 self.check(['failures/unexpected/missing_image.html', 'passes/image.html', 'passes/audio.html', 'passes/reftest.html'],

Completed in 9578 milliseconds

1234567891011>>