HomeSort by relevance Sort by last modified time
    Searched refs:error_code (Results 351 - 375 of 934) sorted by null

<<11121314151617181920>>

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 296 if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) {
299 << static_cast<int>(error_code->error_class())
301 << static_cast<int>(error_code->number())
302 << " reason='" << error_code->reason() << "'"
372 int error_code, const std::string& reason) {
396 error_attr->SetErrorCode(error_code);
806 uint32 error_code = error ? local
807 error->error_code() : static_cast<uint32>(STUN_ERROR_GLOBAL_FAILURE);
809 if ((error_code == STUN_ERROR_UNKNOWN_ATTRIBUTE)
810 || (error_code == STUN_ERROR_SERVER_ERROR
    [all...]
  /external/chromium_org/net/tools/flip_server/
balsa_frame.cc 86 BalsaFrameEnums::ParseState error_code) {
87 switch (error_code) {
117 BalsaFrameEnums::ErrorCode error_code) {
118 switch (error_code) {
177 // Note that in the case of a detected warning, error_code will be set
189 // error_code is a valid pointer to a BalsaFrameEnums::ErrorCode value.
196 // error_code may be modified if either a warning or error is detected
206 // ProcessFirstLine(begin, end, is_request, &headers, &error_code);
213 BalsaFrameEnums::ErrorCode* error_code) {
242 *error_code = BalsaFrameEnums::INTERNAL_LOGIC_ERROR
    [all...]
  /bionic/libc/arch-arm/cortex-a15/bionic/
__strcat_chk.S 213 ldr r1, error_code
217 error_code: label
__strcpy_chk.S 174 ldr r1, error_code
178 error_code: label
memset.S 54 ldr r1, error_code
58 error_code: label
  /bionic/libc/arch-arm/cortex-a9/bionic/
__strcat_chk.S 216 ldr r1, error_code
220 error_code: label
__strcpy_chk.S 179 ldr r1, error_code
184 error_code: label
  /bionic/libc/arch-arm/generic/bionic/
memset.S 43 ldr r1, error_code
47 error_code: label
  /bionic/libc/arch-arm/krait/bionic/
__strcat_chk.S 211 ldr r1, error_code
215 error_code: label
__strcpy_chk.S 174 ldr r1, error_code
178 error_code: label
  /external/chromium/chrome/browser/chromeos/login/
web_page_view.cc 64 int error_code,
67 LOG(ERROR) << "Page load failed. URL = " << url << ", error: " << error_code; local
  /external/chromium/chrome/browser/extensions/
extension_file_browser_private_api.h 30 void RespondFailedOnUIThread(base::PlatformFileError error_code);
67 void RespondFailedOnUIThread(base::PlatformFileError error_code);
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 927 const char* error_code = kErrorDefault; local
    [all...]
  /external/chromium_org/chrome/browser/component_updater/
component_updater_ping_manager.cc 127 if (item->error_code)
128 StringAppendF(&ping_event, " errorcode=\"%d\"", item->error_code);
  /external/chromium_org/chrome/browser/extensions/api/proxy/
proxy_api.cc 39 int error_code) {
43 dict->SetString(keys::kProxyEventError, net::ErrorToString(error_code));
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api.h 77 int error_code,
92 int error_code,
  /external/chromium_org/chrome/browser/net/
net_error_tab_helper.cc 125 int error_code,
133 if (IsDnsError(error_code)) {
  /external/chromium_org/chrome/browser/sync_file_system/local/
sync_file_system_backend.h 39 base::PlatformFileError* error_code) OVERRIDE;
43 base::PlatformFileError* error_code) const OVERRIDE;
  /external/chromium_org/chrome_frame/
chrome_frame_plugin.h 117 virtual void OnNavigationFailed(int error_code, const GURL& gurl) {
118 OnLoadFailed(error_code, gurl.spec());
  /external/chromium_org/chrome_frame/test/
automation_client_mock.h 32 MOCK_METHOD2(OnLoadFailed, void(int error_code, const std::string& url));
47 MOCK_METHOD2(OnNavigationFailed, void(int error_code, const GURL& gurl));
  /external/chromium_org/content/browser/loader/
redirect_to_file_resource_handler.cc 80 if (response->head.error_code == net::OK ||
81 response->head.error_code == net::ERR_IO_PENDING) {
164 base::PlatformFileError /*error_code*/,
throttling_resource_handler.cc 114 void ThrottlingResourceHandler::CancelWithError(int error_code) {
116 controller()->CancelWithError(error_code);
  /external/chromium_org/content/renderer/media/crypto/
proxy_decryptor.cc 144 media::MediaKeys::KeyError error_code,
146 key_error_cb_.Run(session_id, error_code, system_code);
  /external/chromium_org/content/renderer/pepper/
pepper_platform_video_capture.cc 136 int error_code) {
138 handler_->OnError(capture, error_code);
  /external/chromium_org/net/base/
file_stream_context.h 136 OpenResult(base::PlatformFile file, IOResult error_code);
138 IOResult error_code; member in struct:net::FileStream::Context::OpenResult

Completed in 3534 milliseconds

<<11121314151617181920>>