/external/gtest/test/ |
gtest_environment_test.cc | 104 // The sole purpose of this TEST is to enable us to check whether it 111 void Check(bool condition, const char* msg) { 137 Check(testing::AddGlobalTestEnvironment(env) == env, 142 Check(RunAllTests(env, NO_FAILURE) != 0, 145 Check(test_was_run, 148 Check(env->tear_down_was_run(), 153 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0, 156 Check(test_was_run, 159 Check(env->tear_down_was_run(), 164 Check(RunAllTests(env, FATAL_FAILURE) != 0 [all...] |
/external/protobuf/gtest/test/ |
gtest_environment_test.cc | 104 // The sole purpose of this TEST is to enable us to check whether it 111 void Check(bool condition, const char* msg) { 137 Check(testing::AddGlobalTestEnvironment(env) == env, 142 Check(RunAllTests(env, NO_FAILURE) != 0, 145 Check(test_was_run, 148 Check(env->tear_down_was_run(), 153 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0, 156 Check(test_was_run, 159 Check(env->tear_down_was_run(), 164 Check(RunAllTests(env, FATAL_FAILURE) != 0 [all...] |
/external/chromium/testing/gtest/test/ |
gtest_environment_test.cc | 108 // The sole purpose of this TEST is to enable us to check whether it 115 void Check(bool condition, const char* msg) { 142 Check(testing::AddGlobalTestEnvironment(env) == env, 147 Check(RunAllTests(env, NO_FAILURE) != 0, 150 Check(test_was_run, 153 Check(env->tear_down_was_run(), 158 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0, 161 Check(test_was_run, 164 Check(env->tear_down_was_run(), 169 Check(RunAllTests(env, FATAL_FAILURE) != 0 [all...] |
/external/v8/test/cctest/ |
test-decls.cc | 59 void Check(const char* source, 126 void DeclarationContext::Check(const char* source, 142 CHECK(!catcher.HasCaught()); 147 CHECK(expectations == EXPECT_EXCEPTION); 148 CHECK(catcher.HasCaught()); 208 context.Check("var x; x", 216 context.Check("var x = 0; x", 224 context.Check("function x() { }; x", 232 context.Check("const x; x", 240 context.Check("const x = 0; x" [all...] |
/libcore/luni/src/main/java/java/math/ |
BigInt.java | 71 private static void Check(boolean success) { 84 Check(this.bignum != 0); 91 Check(bi.bignum != 0); 103 Check(NativeBN.BN_copy(this.bignum, from.bignum)); 115 Check(NativeBN.putLongInt(this.bignum, val)); 120 Check(NativeBN.putULongInt(this.bignum, val, neg)); 131 Check((usedLen > 0)); 141 Check((usedLen > 0)); 208 Check(NativeBN.BN_bin2bn(a, a.length, neg, this.bignum)); 213 Check(NativeBN.litEndInts2bn(a, a.length, neg, this.bignum)) [all...] |
/external/chromium/base/threading/ |
thread_collision_warner.h | 117 base::ThreadCollisionWarner::Check check_##obj(&obj) 133 // in case of collision (check thread_collision_warner_unittests.cc) 161 class BASE_API Check { 163 explicit Check(ThreadCollisionWarner* warner) 168 ~Check() {} 173 DISALLOW_COPY_AND_ASSIGN(Check);
|
/external/v8/test/mjsunit/ |
greedy.js | 44 function Check(n, expected) { 51 Check(0, 0); 52 Check(1, 1); 53 Check(2, 1); 54 Check(3, 1 + 1); 55 Check(4, 2 + 1); 56 Check(5, 3 + 2); 57 Check(10, 55); 58 Check(15, 610); 59 Check(20, 6765) [all...] |
escape.js | 29 * @fileoverview Check that the global escape and unescape functions work 36 // Check the unescape chars are not escaped 38 // Check spaces are escaped 40 // Check that null chars are escaped and do not terminate the string 42 // Check a unicode escape 44 // Check unicode escapes have a leading zero to pad to 4 digits 46 // Check escapes are upper case 51 // Check first 1000 chars individually for escaped/not escaped 61 // Check all chars up to 1000 in groups of 10 using unescape as a check [all...] |
delete-global-properties.js | 37 // Check that deleting and reintroducing global variables works. 41 // Check that the property has been introduced. 43 // Check that deletion works. 46 // Check that reintroduction works.
|
function-caller.js | 37 // Check called from function. 43 // Check called from top-level. 46 // Check called from eval.
|
object-get-own-property-names.js | 30 // Check simple cases. 45 // Check slow case 54 // Check that non-enumerable properties are being returned. 64 // Check that no proto properties are returned. 72 // Check that getter properties are returned.
|
d8-os.js | 62 // Check the chdir worked. 68 // Check that they are there. 70 // Check that we can detect when something is not there. 72 // Check that mkdirp makes intermediate directories. 75 // Check that mkdirp doesn't mind if the dir is already there. 78 // Check that mkdirp can cope with trailing / 81 // Check that we get an error if the name is taken by a file. 111 // Check we time out. 127 // Check we time out with total time. 130 // Check that -1 means no timeout [all...] |
/external/llvm/lib/Target/ARM/Disassembler/ |
ARMDisassembler.cpp | 88 static bool Check(DecodeStatus &Out, DecodeStatus In) { 710 Check(result, AddThumbPredicate(MI)); 719 Check(result, AddThumbPredicate(MI)); 734 Check(result, AddThumbPredicate(MI)); [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
ownership_status_checker.h | 20 // a checker, passing in the callback. Once the check is done, the callback will 38 // Starts the check. 39 void Check();
|
ownership_status_checker.cc | 13 core_->Check(); 24 void OwnershipStatusChecker::Core::Check() {
|
/external/chromium/build/ |
sanitize-mac-build-log.sed | 11 /^Check dependencies/d
|
/external/chromium/base/ |
bind_helpers.h | 65 // http://stackoverflow.com/questions/257288/is-it-possible-to-write-a-c-template-to-check-for-a-functions-existence 67 // http://stackoverflow.com/questions/1966362/sfinae-to-check-for-inherited-member-functions 73 // of Check would be: 120 // typecheck those names. It's still a good enough sanity check though. 151 static No& Check(Helper<&C::AddRef>*, Helper<&C::Release>*); 154 static Yes& Check(...); 157 static const bool value = sizeof(Check<Base>(0,0)) == sizeof(Yes);
|
/external/stlport/src/ |
sparc_atomic.s | 20 cmp %o2, %o3 ! Check whether successful 39 cmp %o3, %o2 ! Check whether successful 61 cmp %o3, %o2 ! Check whether successful
|
sparc_atomic64.s | 17 cmp %o2, %o3 ! Check whether successful 36 cmp %o3, %o2 ! Check whether successful 56 cmp %o3, %o2 ! Check whether successful
|
/ndk/sources/cxx-stl/stlport/src/ |
sparc_atomic.s | 20 cmp %o2, %o3 ! Check whether successful 39 cmp %o3, %o2 ! Check whether successful 61 cmp %o3, %o2 ! Check whether successful
|
sparc_atomic64.s | 17 cmp %o2, %o3 ! Check whether successful 36 cmp %o3, %o2 ! Check whether successful 56 cmp %o3, %o2 ! Check whether successful
|
/external/chromium/chrome/browser/chromeos/ |
locale_change_guard.h | 25 // Performs check whether locale has been changed automatically recently 44 void Check();
|
/external/chromium/chrome/browser/ssl/ |
ssl_host_state.cc | 44 return cert_policy_for_host_[host].Check(cert);
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
rep_prefix.S | 15 # Check for them, to make sure our rep detection 17 # We should check this on x86 too, but then we'd 18 # have to check for SSE2 capability somehow? 28 # Check varied order of the size prefix 250 # Check scan equal instruction 287 # Check scan not-equal instruction
|
/external/valgrind/unittest/ |
libstdc++_tests.cc | 108 // Foo::Check() and Foo:~Foo(). 115 void Check() { 136 x->Check();
|