HomeSort by relevance Sort by last modified time
    Searched defs:check (Results 1 - 25 of 1352) 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(digit_separators, 0, 0, 201309)
23 #if check(init_captures, 0, 0, 201304)
27 #if check(generic_lambdas, 0, 0, 201304)
31 #if check(sized_deallocation, 0, 0, 201309)
35 #if check(constexpr, 0, 200704, 201304)
39 #if check(decltype_auto, 0, 0, 201304
    [all...]
  /external/compiler-rt/lib/tsan/
check_analyze.sh 11 check() { function
20 check $f rsp 1
21 check $f push 2
22 check $f pop 2
26 check $f rsp 1
27 check $f push 3
28 check $f pop 3
32 check $f rsp 1
33 check $f push 5
34 check $f pop
    [all...]
  /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/clang/test/CXX/dcl.decl/dcl.fct.def/dcl.fct.def.general/
p8.cpp 5 template<typename T> struct check;
6 template<size_t N> struct check<const char[N]> {}; struct
16 check<decltype(__func__)>();
  /external/deqp/scripts/opengl/
gen_func_init.py 32 def check(api, version): function in function:genFuncInit
38 check = check,
  /external/elfutils/src/tests/
hash.c 27 check (const char *name, unsigned long int expected) function
40 /* Check some names. We know what the expected result is. */
41 status = check ("_DYNAMIC", 165832675);
42 status |= check ("_GLOBAL_OFFSET_TABLE_", 102264335);
  /external/libcxx/test/std/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/pdfium/samples/fx_lpng/lpng_v163/
fx_pngrio.c 51 png_size_t check; local
59 check = fread(data, 1, length, png_voidcast(png_FILE_p, png_ptr->io_ptr));
61 if (check != length)
  /external/toybox/kconfig/lxdialog/
check-lxdialog.sh 2 # Check ncurses compatibility
43 # Check if we can link to ncurses
44 check() { function
57 printf "Usage: $0 [-check compiler options|-header|-library]\n"
67 "-check")
70 check
  /external/valgrind/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/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>'}}
  /external/clang/test/SemaCXX/
windows-arm-valist.cpp 12 void check() { function
  /external/libcxx/test/std/localization/locales/locale/locale.cons/
default.pass.cpp 20 void check(const std::locale& loc) function
63 check(loc);
69 check(loc2);
  /external/v8/test/mjsunit/
elements-kind-depends.js 38 function check(a) { function
47 check(b); // all OK
51 check(b); // fails
  /art/test/111-unresolvable-exception/src/
Main.java 20 check(false);
26 private static void check(boolean b) { method in class:Main
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
PKIXAttrCertChecker.java 44 * does not pass the check.
46 public abstract void check(X509AttributeCertificate attrCert, CertPath certPath, method in class:PKIXAttrCertChecker
  /external/compiler-rt/test/BlocksRuntime/
nullblockisa.c 22 void check(void (^b)(void)) { function
39 check(^{ printf("%d\n", ++i); });

Completed in 2678 milliseconds

1 2 3 4 5 6 7 8 91011>>