HomeSort by relevance Sort by last modified time
    Searched refs:CHECK (Results 751 - 775 of 2811) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/common/extensions/api/sockets/
sockets_manifest_handler.cc 21 CHECK(extension->manifest()->Get(manifest_keys::kSockets, &sockets));
  /external/chromium_org/chrome/renderer/extensions/
pepper_request_natives.cc 41 CHECK(result->GetAsList(&result_list));
  /external/chromium_org/chrome/test/chromedriver/net/
url_request_context_getter.cc 36 CHECK(network_task_runner_->BelongsToCurrentThread());
  /external/chromium_org/content/common/gpu/client/
context_provider_command_buffer_browsertest.cc 23 CHECK(GetFactory());
  /external/chromium_org/content/worker/
worker_main.cc 50 CHECK(Sandbox::SandboxIsCurrentlyActive());
  /external/chromium_org/google_apis/gaia/
oauth2_api_call_flow.cc 55 CHECK(state_ == INITIAL || state_ == MINT_ACCESS_TOKEN_DONE);
102 CHECK(state_ == INITIAL || state_ == API_CALL_DONE);
103 CHECK(!tried_mint_access_token_);
133 CHECK(source);
  /external/chromium_org/jingle/glue/
fake_network_manager.cc 21 CHECK(IPEndPointToSocketAddress(endpoint, &socket_address));
  /external/chromium_org/mojo/apps/js/bindings/
core.cc 28 CHECK(result == MOJO_RESULT_OK);
66 CHECK(buffer.num_bytes() == num_bytes);
75 CHECK(buffer.num_bytes() == num_bytes);
76 CHECK(handles.size() == num_handles);
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils_openssl.cc 123 CHECK(BN_bin2bn(digest, sizeof(digest), k.get()) != NULL);
127 CHECK(p256.get());
130 CHECK(ecdsa_key.get() != NULL &&
135 CHECK(EC_POINT_mul(p256.get(), point.get(), k.get(), NULL, NULL, NULL));
  /external/chromium_org/net/tools/quic/
quic_server_bin.cc 53 CHECK(net::ParseIPLiteralToNumber("::", &ip));
  /external/chromium_org/net/tools/quic/test_tools/
mock_epoll_server.cc 61 CHECK(until_in_usec_ >= NowInUsec());
  /external/chromium_org/ppapi/shared_impl/
file_ref_create_info.cc 18 CHECK(pos != base::FilePath::StringType::npos);
  /external/chromium_org/sync/test/accounts_client/
url_request_context_getter.cc 36 CHECK(network_task_runner_->BelongsToCurrentThread());
  /external/chromium_org/third_party/icu/source/test/intltest/
incaltst.cpp 19 #define CHECK(status, msg) \
132 CHECK(status, "creating '" + UnicodeString(locs[j]) + "' calendar");
219 CHECK(status, "err during quasiGregorianTest()");
238 CHECK(status, UnicodeString("Creating de_CH calendar"));
239 // Sanity check the calendar
247 // end sanity check
290 CHECK(status, UnicodeString("Creating th_TH@calendar=buddhist calendar"));
292 // Sanity check the calendar
300 // end sanity check
341 CHECK(status, UnicodeString("Creating en_US@calendar=roc calendar"))
    [all...]
  /external/chromium_org/third_party/re2/re2/testing/
possible_match_test.cc 111 CHECK(re);
113 CHECK(prog);
114 CHECK(prog->PossibleMatchRange(&min, &max, t.maxlen))
119 CHECK(RE2(t.regexp).PossibleMatchRange(&min, &max, t.maxlen));
163 // then check that the prefix information agrees with whether
  /external/chromium_org/third_party/zlib/
inflate.h 30 DICTID, /* i: waiting for dictionary check value */
33 TYPEDO, /* i: same, but skip check to exit inflate on new block */
47 CHECK, /* i: waiting for 32-bit check value */
49 DONE, /* finished check, done -- remain here until reset */
68 TYPE -> TYPEDO -> STORED or TABLE or LEN_ or CHECK
77 CHECK -> LENGTH -> DONE
88 unsigned long check; /* protected copy of check value */ member in struct:inflate_state
  /external/chromium_org/ui/events/gestures/
gesture_types.h 47 CHECK(type_ == ui::ET_GESTURE_SCROLL_UPDATE ||
54 CHECK(type_ == ui::ET_GESTURE_SCROLL_UPDATE ||
72 CHECK(type_ == ui::ET_GESTURE_SCROLL_UPDATE ||
80 CHECK(type_ == ui::ET_GESTURE_SCROLL_UPDATE ||
  /external/chromium_org/ui/gl/
gl_image_io_surface.cc 16 CHECK(io_surface_support_);
  /external/chromium_org/ui/web_dialogs/
web_dialog_web_contents_delegate.cc 27 CHECK(handler_.get());
  /external/chromium_org/v8/test/cctest/
cctest.cc 68 CHECK(initialization_state_ != kInitialized);
70 CHECK(CcTest::isolate_ == NULL);
72 CHECK(initialization_state_ != kUnintialized);
96 CHECK(!context.IsEmpty());
test-compiler.cc 133 CHECK(!has_pending_exception);
154 CHECK(!has_pending_exception);
174 CHECK(!has_pending_exception);
195 CHECK(!has_pending_exception);
218 CHECK(!has_pending_exception);
247 CHECK(!fun.is_null());
252 CHECK(!has_pending_exception);
263 CHECK(!fun.is_null());
268 CHECK(has_pending_exception);
288 CHECK(!fun0.is_null())
    [all...]
test-global-object.cc 48 CHECK(try_catch.HasCaught());
test-mark-compact.cc 90 CHECK(heap->InSpace(*array, NEW_SPACE));
96 CHECK(heap->InSpace(*array, OLD_POINTER_SPACE));
115 CHECK(heap->InSpace(*array, NEW_SPACE));
180 CHECK(JSReceiver::HasLocalProperty(global, handle(func_name)));
183 CHECK(func_value->IsJSFunction());
201 CHECK(JSReceiver::HasLocalProperty(global, handle(obj_name)));
202 CHECK(isolate->context()->global_object()->
208 CHECK(obj->GetProperty(prop_name) == Smi::FromInt(23));
242 CHECK(CcTest::heap()->map_space()->MapPointersEncodable());
420 CHECK(result != ULONG_MAX || errno != ERANGE)
    [all...]
test-reloc-info.cc 59 CHECK(writer.pos() - RelocInfoWriter::kMaxSize >= relocation_info_end);
80 CHECK(it.done());
97 CHECK(it.done());
112 CHECK(it.done());
test-threads.cc 68 CHECK(script->Run()->IsTrue());
79 CHECK(script->Run()->IsTrue());
140 CHECK(!(*refs_)[i].Equals(thread_id));
142 CHECK(thread_id.IsValid());

Completed in 540 milliseconds

<<31323334353637383940>>