/external/clang/test/Lexer/ |
H A D | cxx-features.cpp | 10 #define check(macro, cxx98, cxx11, cxx1y) cxx98 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx98 macro 12 #define check(macro, cxx98, cxx11, cxx1y) cxx11 == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx11 macro 14 #define check(macro, cxx98, cxx11, cxx1y) cxx1y == 0 ? defined(__cpp_##macro) : __cpp_##macro != cxx1y macro 17 #if check(binary_literals, 0, 0, 201304) 21 #if check(digit_separators, 0, 0, 201309) 25 #if check(init_captures, 0, 0, 201304) 29 #if check(generic_lambdas, 0, 0, 201304) 33 #if check(sized_deallocation, 0, 0, 201309) 37 #if check(constexpr, 0, 200704, 201304) 41 #if check(decltype_aut [all...] |
/external/compiler-rt/lib/tsan/ |
H A D | check_analyze.sh | 21 check() { function 30 check $f rsp 1 31 check $f push 2 32 check $f pop 2 36 check $f rsp 1 37 check $f push 4 38 check $f pop 4 42 check $f rsp 1 43 check $f push 3 44 check [all...] |
/external/v8/test/mjsunit/compiler/ |
H A D | osr-block-scope-id.js | 29 function check() { function 38 check(); 39 check(); 40 check();
|
H A D | osr-manual1.js | 26 function check(x,a,b,c) { function 33 check(213, 3,3,3); 34 check(365, 4,5,6); 35 check(6948, 99,98,97);
|
H A D | osr-manual2.js | 26 function check(x,a,b,c) { function 33 check(213, 3,3,3); 34 check(365, 4,5,6); 35 check(6948, 99,98,97);
|
H A D | osr-multiple.js | 38 function check(f,a,b,c) { function 42 check(f1, 50000, 5, 6); 43 check(f2, 4, 50000, 6); 44 check(f3, 11, 12, 50000);
|
H A D | osr-multiple2.js | 44 function check(f,a,b,c) { function 48 check(f1, 50000, 5, 6); 49 check(f2, 4, 50000, 6); 50 check(f3, 11, 12, 50000);
|
H A D | osr-multiple3.js | 50 function check(f,a,b,c) { function 54 check(f1, 50000, 5, 6); 55 check(f2, 4, 50000, 6); 56 check(f3, 11, 12, 50000);
|
/external/v8/test/mjsunit/regress/ |
H A D | regress-1181.js | 40 function check(count) { function 52 check(150); 53 check(200); 54 check(350);
|
H A D | regress-crbug-510738.js | 7 function check(f, result) { function 14 check(generic_load, 17); 17 check(generic_store, 13);
|
/external/deqp/scripts/opengl/ |
H A D | gen_func_init.py | 32 def check(api, version): function in function:genFuncInit 38 check = check,
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/check/ |
H A D | package-info.java | 14 * Rules check implementation. 16 package org.jacoco.report.check
|
/external/libcxx/test/std/localization/locales/locale/locale.statics/ |
H A D | classic.pass.cpp | 17 void check(const std::locale& loc) function 57 check(loc); 58 check(std::locale("C"));
|
H A D | global.pass.cpp | 19 void check(const std::locale& loc) function 58 check(loc); 61 check(loc2);
|
/external/testng/src/test/java/test/ |
H A D | CheckSuitesInitializationTest.java | 32 public void check() { method in class:CheckSuitesInitializationTest
|
/external/toybox/kconfig/lxdialog/ |
H A D | check-lxdialog.sh | 44 check() { function 57 printf "Usage: $0 [-check compiler options|-header|-library]\n" 67 "-check") 70 check
|
/external/v8/test/mjsunit/es6/ |
H A D | indexed-integer-exotics.js | 15 function check() { function 28 check(); 35 check(); 48 check(); 64 check();
|
/external/v8/tools/gyp/test/mac/xcode-gcc/ |
H A D | aliasing.cc | 3 void check(int* h, long* k) { function 11 check((int*)&k, &k);
|
/external/valgrind/coregrind/m_dispatch/ |
H A D | dispatch-mips32-linux.S | 203 check: label 229 /* ------ Event check failed ------ */
|
H A D | dispatch-mips64-linux.S | 203 check: label 229 /* ------ Event check failed ------ */
|
/external/autotest/client/cros/cellular/mbim_compliance/assertions/ |
H A D | assertion.py | 13 def check(self): member in class:Assertion
|
/external/clang/test/CXX/lex/lex.literal/lex.ext/ |
H A D | 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/ |
H A D | windows-arm-valist.cpp | 12 void check() { function
|
/external/libcxx/test/std/localization/locales/locale/locale.cons/ |
H A D | default.pass.cpp | 20 void check(const std::locale& loc) function 63 check(loc); 69 check(loc2);
|
/external/v8/test/mjsunit/ |
H A D | elements-kind-depends.js | 38 function check(a) { function 47 check(b); // all OK 51 check(b); // fails
|