HomeSort by relevance Sort by last modified time
    Searched refs:Check (Results 1 - 25 of 164) sorted by null

1 2 3 4 5 6 7

  /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/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 75 private static void Check(boolean success) {
88 Check(this.bignum != 0);
95 Check(bi.bignum != 0);
107 Check(NativeBN.BN_copy(this.bignum, from.bignum));
119 Check(NativeBN.putLongInt(this.bignum, val));
124 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/
thread_collision_warner.h 115 base::ThreadCollisionWarner::Check check_##obj(&obj)
131 // in case of collision (check thread_collision_warner_unittests.cc)
159 class Check {
161 explicit Check(ThreadCollisionWarner* warner)
166 ~Check() {}
171 DISALLOW_COPY_AND_ASSIGN(Check);
timer.h 243 timer_.Start(delay, this, &DelayTimer<Receiver>::Check);
246 void 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...]
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...]
function-prototype.js 70 // Check that getting the prototype of a tagged integer works.
85 // Check the standard fast case.
88 // Check that getting the prototype of a non-function works. This must
93 // Check the prototype is not enumerable, for compatibility with
in.js 29 // Check fast objects
51 // Check dense arrays
96 // Check dictionary ("normalized") objects
131 // Check sparse arrays
155 // Check negative indices in arrays.
  /external/openssl/apps/
makeapps.com 48 $! Check What Architecture We Are Using.
66 $! End The Architecture Check.
90 $! Check To Make Sure We Have Valid Command Line Parameters.
102 $! Check To See If The OBJ Directory Exists.
111 $! End The OBJ Directory Check.
115 $! Check To See If The EXE Directory Exists.
124 $! End The EXE Directory Check.
128 $! Check To See If We Have The Proper Libraries.
132 $! Check To See If We Have A Linker Option File.
176 $! Check To See If We Are At The End Of The File List
    [all...]
  /external/openssl/crypto/
crypto-lib.com 56 $! Check Which Architecture We Are Using.
74 $! End The Architecture Check.
102 $! Check To Make Sure We Have Valid Command Line Parameters.
115 $! Check To See If The Architecture Specific OBJ Directory Exists.
124 $! End The Architecture Specific OBJ Directory Check.
128 $! Check To See If The Architecture Specific Directory Exists.
137 $! End The Architecture Specific Directory Check.
149 $! Check To See If We Already Have A "[.xxx.EXE.CRYPTO]LIBCRYPTO.OLB" Library...
158 $! End The Library Check.
332 $! Check To See If We Are At The End Of The Module List
    [all...]
  /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
  /packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
EventRecurrenceTest.java 304 private static class Check {
305 Check(String k, int... v) {
317 Check[] checks = new Check[]{
318 new Check("BYSECOND", -100, -1, 60, 100),
319 new Check("BYMINUTE", -100, -1, 60, 100),
320 new Check("BYHOUR", -100, -1, 24, 100),
321 new Check("BYMONTHDAY", -100, -32, 0, 32, 100),
322 new Check("BYYEARDAY", -400, -367, 0, 367, 400),
323 new Check("BYWEEKNO", -100, -54, 0, 54, 100)
    [all...]
  /external/openssl/crypto/des/
des-lib.com 46 $! Check Which Architecture We Are Using.
64 $! End The Architecture Check.
76 $! Check To Make Sure We Have Valid Command Line Parameters.
84 $! Check To See If The Architecture Specific OBJ Directory Exists.
93 $! End The Architecture Specific OBJ Directory Check.
97 $! Check To See If The Architecture Specific Directory Exists.
106 $! End The Architecture Specific Directory Check.
114 $! Check To See What We Are To Do.
136 $! End The BUILDALL Check.
149 $! Check To See If We Already Have A "[.xxx.EXE.CRYPTO.DES]LIBDES.OLB" Library..
    [all...]
  /external/openssl/ssl/
ssl-lib.com 51 $! Check What Architecture We Are Using.
69 $! End The Architecture Check.
81 $! Check To Make Sure We Have Valid Command Line Parameters.
93 $! Check To See If The Architecture Specific OBJ Directory Exists.
102 $! End The Architecture Specific OBJ Directory Check.
106 $! Check To See If The Architecture Specific Directory Exists.
115 $! End The Architecture Specific Directory Check.
127 $! Check To See What We Are To Do.
145 $! End The BUILDALL Check.
159 $! Check To See If We Already Have A "[.xxx.EXE.SSL]LIBSSL.OLB" Library..
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_ikbdinterrupt.S 139 | Check if source is IKBD or MIDI
200 | Check if source is IKBD or MIDI
219 | Check if source is IKBD or MIDI
238 | Check if source is IKBD or MIDI
  /frameworks/base/media/libstagefright/codecs/common/include/
voMem.h 47 VO_U32 (VO_API * Check) (VO_S32 uID, VO_PTR pBuffer, VO_U32 uSize);
  /external/chromium/googleurl/base/
logging.h 137 // Sets the Log Assert Handler that will be used to notify of check failures.
247 LOG_IF(FATAL, !(condition)) << "Check failed: " #condition ". "
255 inline std::string* Check##name##Impl(const t1& v1, const t2& v2, \
260 inline std::string* Check##name##Impl(int v1, int v2, const char* names) { \
276 logging::Check##name##Impl((val1), (val2), #val1 " " #op " " #val2)) \
307 std::string* Check##func##expected##Impl(const char* s1, \
320 logging::Check##func##expected##Impl((s1), (s2), \
429 // A special constructor used for check failures.

Completed in 1001 milliseconds

1 2 3 4 5 6 7