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

<<51525354555657585960>>

  /external/chromium/chrome/browser/extensions/
extension_pref_value_map.cc 104 CHECK(i != entries_.end());
117 CHECK(i != entries_.end());
126 CHECK(i != entries_.end());
  /external/chromium/chrome/browser/metrics/
thread_watcher.cc 119 // Post a task to check the responsiveness of watched thread.
138 // Check if there are any extra pings in flight.
198 CHECK(!global_);
411 CHECK(result == S_OK);
415 CHECK(!watchdog_thread_);
  /external/chromium/chrome/browser/ui/webui/
chrome_url_data_manager_backend.cc 270 // Next check for chrome://view-http-cache/*, which uses its own job type.
274 // Next check for chrome://appcache-internals/, which uses its own job type.
278 // Next check for chrome://blob-internals/, which uses its own job type.
295 CHECK(!backend_->HasPendingJob(this));
331 CHECK(pending_buf_->data());
348 CHECK(buf->data());
421 // Check that |relative_path| is not an absolute path (otherwise
history_ui.cc 307 CHECK(args->GetSize() == 2);
309 CHECK(args->GetString(0, query));
312 CHECK(args->GetString(1, &string16_value));
  /external/chromium_org/ash/system/chromeos/network/
tray_sms.cc 291 // additional check should be done before subscribing for SMS notifications.
304 CHECK(default_ == NULL);
311 CHECK(detailed_ == NULL);
320 CHECK(notification_ == NULL);
352 // messages should be filtered there so that this check becomes unnecessary.
  /external/chromium_org/ash/system/ime/
tray_ime.cc 251 CHECK(tray_label_ == NULL);
269 CHECK(default_ == NULL);
275 CHECK(detailed_ == NULL);
  /external/chromium_org/chrome/app/
image_pre_reader_win.cc 252 CHECK(pe_image.VerifyMagic());
298 CHECK(pe_image.VerifyMagic());
381 CHECK(pe_image.VerifyMagic());
384 // an access violation), so make sure to check the image size.
  /external/chromium_org/chrome/browser/chromeos/contacts/
gdata_contacts_service_unittest.cc 54 CHECK(google_apis::util::GetTimeFromString(
138 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
146 CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
212 // Check that we're able to download an empty feed and a normal-looking feed
221 // Check that we got the group ID for the "My Contacts" group that's hardcoded
290 // parallel to check that we still end up with all the photos.
  /external/chromium_org/chrome/browser/net/
proxy_policy_handler.cc 22 // This is used to check whether for a given ProxyMode value, the ProxyPacUrl,
144 CHECK(mode->GetAsString(&string_mode));
145 CHECK(ProxyPrefs::StringToProxyMode(string_mode, &proxy_mode));
148 CHECK(server_mode->GetAsInteger(&int_mode));
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_screen_handler.cc 300 CHECK(timezones->GetList(i, &timezone));
303 CHECK(timezone->GetString(0, &timezone_id));
306 CHECK(timezone->GetString(1, &timezone_name));
  /external/chromium_org/media/audio/
audio_manager_base.cc 107 CHECK(audio_thread_.Start());
117 CHECK(!audio_thread_.IsRunning());
135 CHECK(audio_thread_.Start());
audio_output_resampler.cc 338 CHECK(!source_callback_);
343 CHECK(!source_callback_);
353 CHECK(source_callback_);
  /external/chromium_org/media/filters/
vpx_video_decoder.cc 172 CHECK(decode_cb_.is_null()) << "Overlapping decodes are not supported.";
339 CHECK(vpx_image);
340 CHECK(vpx_image->fmt == VPX_IMG_FMT_I420 ||
  /external/chromium_org/net/dns/
dns_config_service_win_unittest.cc 77 CHECK(heap.get());
104 CHECK(ParseIPLiteralToNumber(info.dns_server_addresses[j], &ip));
109 CHECK(ipe.ToSockAddr(address->Address.lpSockaddr, &length));
118 // Check nameservers and connection-specific suffix.
  /external/chromium_org/net/spdy/
spdy_session_pool.cc 130 // reports the proxy's address instead of the origin server, check
165 // Check if we have a session through a domain alias.
238 CHECK(it != sessions_.end());
333 CHECK(result.second);
345 CHECK(it != available_sessions_.end());
  /external/chromium_org/sync/engine/
commit_util.cc 92 CHECK(!sync_entry->specifics().password().has_client_only_encrypted_data());
104 CHECK(!name.empty()); // Make sure this isn't an update.
375 CHECK(local_entry.good());
414 // Check to see if we've been given the ID of an existing entry. If so treat
  /external/chromium_org/sync/internal_api/
base_node.cc 53 CHECK(out);
91 !GetTitle().empty()) { // Last check ensures this isn't a new node.
114 CHECK(false);
119 CHECK(false);
135 // Due to the change in bookmarks format, we need to check to see if this is
  /external/chromium_org/third_party/skia/src/images/
bmpdecoderhelper.cpp 258 CHECK(x >= 0 && x < width_);
259 CHECK(y >= 0 && y < height_);
339 CHECK(pos_ <= len_);
  /external/chromium_org/ui/gfx/
platform_font_pango.cc 275 CHECK(default_font_description_);
286 // Temporary CHECK for helping track down
288 CHECK(font_name) << " Unable to get gtk-font-name for default font.";
310 CHECK(typeface) << "Could not find any font: "
  /external/clang/test/Sema/
compare.c 295 #define CHECK(x) (x >= X)
297 if (CHECK(v)) // no-warning
306 #undef CHECK
  /external/skia/src/images/
bmpdecoderhelper.cpp 258 CHECK(x >= 0 && x < width_);
259 CHECK(y >= 0 && y < height_);
339 CHECK(pos_ <= len_);
  /external/v8/test/cctest/
test-assembler-arm.cc 73 CHECK(code->IsCode());
110 CHECK(code->IsCode());
156 CHECK(code->IsCode());
204 CHECK(code->IsCode());
319 CHECK(code->IsCode());
379 CHECK(code->IsCode());
414 CHECK(code->IsCode());
468 // Check for vfp exceptions
471 // Check that we behaved as expected.
490 CHECK(code->IsCode())
    [all...]
  /frameworks/av/cmds/stagefright/
record.cpp 52 // Check the color format to make sure
54 CHECK(colorFormat == OMX_COLOR_FormatYUV420SemiPlanar ||
131 CHECK(meta.get() != NULL);
206 CHECK(success);
  /frameworks/av/media/libstagefright/
AACExtractor.cpp 153 CHECK(meta->findInt64("offset", &offset));
256 CHECK(!mStarted);
273 CHECK(mStarted);
SurfaceMediaSource.cpp 49 mMaxAcquiredBufferCount(4), // XXX double-check the default
80 CHECK(!mStarted);
140 CHECK(!mStarted);
309 // check for the timing of this buffer
429 CHECK(!"signalBufferReturned: bogus buffer");

Completed in 510 milliseconds

<<51525354555657585960>>