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

1 2

  /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...]
  /external/chromium/chrome/browser/chromeos/login/
ownership_status_checker.cc 13 core_->Check();
24 void OwnershipStatusChecker::Core::Check() {
  /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);
  /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/net/base/
x509_cert_types.cc 55 CertPolicy::Judgment CertPolicy::Check(
57 // It shouldn't matter which set we check first, but we check denied first
  /external/valgrind/unittest/
libstdc++_tests.cc 108 // Foo::Check() and Foo:~Foo().
115 void Check() {
136 x->Check();
  /external/chromium/chrome/browser/chromeos/
locale_change_guard.cc 84 // We need to perform locale change check only once, so unsubscribe.
87 Check();
116 void LocaleChangeGuard::Check() {
177 // Check whether locale has been reverted or changed.
  /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/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/base/
timer.h 245 timer_.Start(delay, this, &DelayTimer<Receiver>::Check);
248 void Check() {
message_pump_glib_unittest.cc 99 static gboolean Check(GSource* source) {
119 EventInjector::Check,
269 // After all the events have been processed, post a task that will check that
  /external/chromium/third_party/libjingle/source/talk/base/
firewallsocketserver.cc 46 if (!server_->Check(FP_TCP, GetLocalAddress(), addr)) {
62 if (!server_->Check(FP_UDP, GetLocalAddress(), addr)) {
81 if (server_->Check(FP_UDP, *paddr, GetLocalAddress()))
102 if (server_->Check(FP_TCP, addr, GetLocalAddress())) {
172 bool FirewallSocketServer::Check(FirewallProtocol p,
  /external/clang/test/SemaCXX/
missing-namespace-qualifier-typo-corrections.cpp 25 void Check() { // expected-note{{'Check' declared here}}
39 Cleck(); // expected-error{{{use of undeclared identifier 'Cleck'; did you mean 'Check'?}}
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon/
EventRecurrenceTest.java 311 private static class Check {
312 Check(String k, int... v) {
324 Check[] checks = new Check[]{
325 new Check("BYSECOND", -100, -1, 60, 100),
326 new Check("BYMINUTE", -100, -1, 60, 100),
327 new Check("BYHOUR", -100, -1, 24, 100),
328 new Check("BYMONTHDAY", -100, -32, 0, 32, 100),
329 new Check("BYYEARDAY", -400, -367, 0, 367, 400),
330 new Check("BYWEEKNO", -100, -54, 0, 54, 100)
    [all...]
  /external/chromium/chrome/browser/policy/
device_management_service_unittest.cc 213 bool Check(const std::string& name, const std::string& expected_value) {
264 EXPECT_TRUE(query_params.Check(
266 EXPECT_TRUE(query_params.Check(
268 EXPECT_TRUE(query_params.Check(
271 EXPECT_TRUE(query_params.Check(
274 EXPECT_TRUE(query_params.Check(
332 // Check the data the fetcher received.
426 // Check that the request is processed as expected.
  /external/v8/src/
preparser.h 40 // The grammar check is only performed in order to understand the program
174 // By making the 'exception handling' explicit, we are forced to check
256 bool Check(i::Token::Value token) {
full-codegen.cc 43 void BreakableStatementChecker::Check(Statement* stmt) {
48 void BreakableStatementChecker::Check(Expression* expr) {
63 // Check if expression is breakable.
321 // The stack check table consists of a length (in number of entries)
325 masm()->RecordComment("[ Stack check table");
566 // Check for stack-overflow exception.
602 // Check if the statement will be breakable without adding a debug break
605 checker.Check(stmt);
630 // Check if the expression will be breakable without adding a debug break
633 checker.Check(expr)
    [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...]
  /external/v8/src/mips/
macro-assembler-mips.cc 165 // Check that the object is not in new space.
213 // context register, so we check that none of the clobbered
248 // context register, so we check that none of the clobbered
290 Check(ne, "we should not have an empty lexical context",
299 // Check the context is a global context.
306 Check(eq, "JSGlobalObject::global_context should be a global context.",
311 // Check if both contexts are the same.
315 // Check the context is a global context.
321 Check(ne, "JSGlobalProxy::context() should not be null.",
326 Check(eq, "JSGlobalObject::global_context should be a global context."
    [all...]
  /external/sonivox/jet_tools/JetCreator/
midifile.py 304 def Check (self, event):
313 def Check (self, event):
323 def Check (self, event):
382 # check all filters
384 if not f.Check(self):
852 # check for note-on occuring before end of current note
994 # check for valid track length
1006 # check for end of track
    [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/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/v8/src/ia32/
macro-assembler-ia32.cc 59 // Check that the object is not in new space.
84 // First, check if a write barrier is even needed. The tests below
130 // First, check if a write barrier is even needed. The tests below
320 Check(not_equal, "code object not properly patched");
329 Check(equal, "stack frame types must match");
466 // for ebp. We expect the code throwing an exception to check ebp
598 Check(not_equal, "we should not have an empty lexical context");
605 // Check the context is a global context.
611 Check(equal, "JSGlobalObject::global_context should be a global context.");
615 // Check if both contexts are the same
    [all...]
  /external/v8/src/x64/
macro-assembler-x64.cc 203 // Check that the object is not in new space.
229 // context register, so we check that none of the clobbered
233 // First, check if a write barrier is even needed. The tests below
258 // context register, so we check that none of the clobbered
262 // First, check if a write barrier is even needed. The tests below
301 Check(equal, "Index register for RecordWrite must be untagged int32.");
341 if (emit_debug_code()) Check(cc, msg);
360 void MacroAssembler::Check(Condition cc, const char* msg) {
519 // constant, we check that the actual number of arguments match the
624 // Check that fits into int
    [all...]

Completed in 1982 milliseconds

1 2