HomeSort by relevance Sort by last modified time
    Searched defs:check (Results 1 - 25 of 1126) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Lexer/
cxx-features.cpp 8 #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_arrays, 0, 0, 0
    [all...]
  /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 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 $f pop
    [all...]
  /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...]
  /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
  /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/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/valgrind/main/coregrind/m_dispatch/
dispatch-mips32-linux.S 203 check: label
229 /* ------ Event check failed ------ */
dispatch-mips64-linux.S 203 check: label
229 /* ------ 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/clang/test/CXX/lex/lex.literal/lex.ext/
p12.cpp 3 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>'}}

Completed in 2418 milliseconds

1 2 3 4 5 6 7 8 91011>>