Home
last modified time | relevance | path

Searched defs:error_code (Results 1 – 25 of 327) sorted by relevance

12345678910>>...14

/external/chromium_org/gpu/gles2_conform_support/egl/
Degl.cc24 void SetCurrentError(EGLint error_code) { in SetCurrentError()
28 T EglError(EGLint error_code, T return_value) { in EglError()
51 EGLint error_code = ValidateDisplay(dpy); in ValidateDisplayConfig() local
63 EGLint error_code = ValidateDisplay(dpy); in ValidateDisplaySurface() local
75 EGLint error_code = ValidateDisplay(dpy); in ValidateDisplayContext() local
118 EGLint error_code = ValidateDisplay(dpy); in eglTerminate() local
129 EGLint error_code = ValidateDisplay(dpy); in eglQueryString() local
152 EGLint error_code = ValidateDisplay(dpy); in eglChooseConfig() local
170 EGLint error_code = ValidateDisplay(dpy); in eglGetConfigs() local
188 EGLint error_code = ValidateDisplayConfig(dpy, config); in eglGetConfigAttrib() local
[all …]
/external/chromium_org/chrome/browser/google/
Dgoogle_update_win.cc261 GoogleUpdateErrorCode error_code = CanUpdateCurrentChrome(chrome_exe); in InitiateGoogleUpdateCheck() local
280 base::string16 error_code = base::StringPrintf(L"%d: 0x%x", error, hr); in InitiateGoogleUpdateCheck() local
313 base::string16 error_code = base::StringPrintf(L"%d: 0x%x", error, hr); in InitiateGoogleUpdateCheck() local
334 base::string16 error_code = base::StringPrintf(L"%d: 0x%x", error, hr); in InitiateGoogleUpdateCheck() local
354 base::string16 error_code = base::StringPrintf(L"%d: 0x%x", error, hr); in InitiateGoogleUpdateCheck() local
373 base::string16 error_code = base::StringPrintf(L"%d: 0x%x", error, hr); in InitiateGoogleUpdateCheck() local
391 GoogleUpdateErrorCode error_code, in ReportResults()
409 GoogleUpdateErrorCode error_code, in ReportFailure()
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
Dplugin_error.h27 void SetReport(PP_NaClError error_code, const std::string& message) { in SetReport()
32 PP_NaClError error_code() const { in error_code() function
/external/qemu/target-i386/
Dexcp_helper.c48 static int check_exception(CPUX86State *env, int intno, int *error_code) in check_exception()
92 int intno, int is_int, int error_code, in raise_interrupt()
112 int exception_index, int error_code) in raise_exception_err()
/external/chromium_org/chrome/common/
Dlocalized_error.cc63 int error_code; member
427 int error_code) { in FindErrorMapInArray()
436 int error_code, bool is_post) { in LookupErrorMap()
479 int error_code) { in GetIconClassForError()
502 void LocalizedError::GetStrings(int error_code, in GetStrings()
839 int error_code) { in HasStrings()
/external/chromium_org/content/child/fileapi/
Dwebfilewriter_base.cc66 void WebFileWriterBase::DidFinish(base::File::Error error_code) { in DidFinish()
120 void WebFileWriterBase::DidFail(base::File::Error error_code) { in DidFail()
/external/chromium_org/content/renderer/
Dbrowser_render_view_browsertest.cc66 bool GetLatestError(int* error_code, bool* stale_cache_entry_present) { in GetLatestError()
177 int* error_code, bool* stale_cache_entry_present) { in GetLatestErrorFromRendererClient()
191 bool* result, int* error_code, bool* stale_cache_entry_present) { in GetLatestErrorFromRendererClient0()
220 int error_code = net::OK; in IN_PROC_BROWSER_TEST_F() local
/external/chromium_org/third_party/libaddressinput/chromium/
Dstring_compare.cc21 UErrorCode error_code = U_ZERO_ERROR; in IcuStringComparer() local
31 UErrorCode error_code = U_ZERO_ERROR; in Compare() local
/external/chromium_org/chrome/installer/util/
Dself_reg_work_item.cc40 HRESULT UnMuxHRESULTErrorCode(HRESULT hr, int* error_code) { in UnMuxHRESULTErrorCode()
75 int error_code = 0; in RegisterDll() local
/external/chromium_org/base/json/
Djson_file_value_serializer.cc65 const char* JSONFileValueSerializer::GetErrorMessageForCode(int error_code) { in GetErrorMessageForCode()
83 base::Value* JSONFileValueSerializer::Deserialize(int* error_code, in Deserialize()
Djson_reader.cc76 std::string JSONReader::ErrorCodeToString(JsonParseError error_code) { in ErrorCodeToString()
106 JSONReader::JsonParseError JSONReader::error_code() const { in error_code() function in base::JSONReader
/external/chromium_org/chrome/test/base/
Din_process_browser_test_browsertest.cc43 int error_code, in DidFailProvisionalLoad()
51 net::Error error_code() const { return error_code_; } in error_code() function in __anonf9e635760111::LoadFailObserver
/external/chromium_org/chrome/browser/chromeos/imageburner/
Dburn_device_handler.cc85 MountError error_code, in OnMountEvent()
91 FormatError error_code, in OnFormatEvent()
/external/chromium_org/components/storage_monitor/
Dstorage_monitor_chromeos.cc149 chromeos::MountError error_code, in OnMountEvent()
188 chromeos::FormatError error_code, in OnFormatEvent()
229 chromeos::MountError error_code) { in NotifyUnmountResult()
/external/chromium_org/sync/test/fake_server/
Dfake_server_http_post_provider.cc68 void FakeServerHttpPostProvider::OnPostComplete(int error_code, in OnPostComplete()
77 bool FakeServerHttpPostProvider::MakeSynchronousPost(int* error_code, in MakeSynchronousPost()
/external/chromium_org/net/ssl/
Dopenssl_ssl_util.cc59 int MapOpenSSLErrorSSL(uint32_t error_code) { in MapOpenSSLErrorSSL()
203 uint32_t error_code; in MapOpenSSLErrorWithDetails() local
/external/chromium_org/content/child/
Dsync_load_response.h22 int error_code; member
/external/chromium_org/cloud_print/gcp20/prototype/
Dprinter_unittest.cc14 int error_code; in TEST() local
/external/chromium_org/chrome/renderer/
Dsecurity_filter_peer.cc90 int error_code, in OnCompletedRequest()
148 void BufferedPeer::OnCompletedRequest(int error_code, in OnCompletedRequest()
203 int error_code, in OnCompletedRequest()
/external/chromium_org/extensions/browser/value_store/
Dtesting_value_store.h20 void set_error_code(ErrorCode error_code) { error_code_ = error_code; } in set_error_code()
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
Ddevice_event_router.cc89 void DeviceEventRouter::OnVolumeMounted(chromeos::MountError error_code, in OnVolumeMounted()
98 void DeviceEventRouter::OnVolumeUnmounted(chromeos::MountError error_code, in OnVolumeUnmounted()
/external/chromium_org/chrome/browser/ui/webui/help/
Dversion_updater_win.cc160 GoogleUpdateUpgradeResult result, GoogleUpdateErrorCode error_code, in OnReportResults()
168 GoogleUpdateErrorCode error_code, in UpdateStatus()
/external/chromium_org/chrome/installer/test/
Dalternate_version_generator_main.cc51 const wchar_t* GetErrorMessage(ErrorCode error_code) { in GetErrorMessage()
62 errors::ErrorCode error_code, in DumpUsage()
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/fixtures/
Dafter_initialization_fixture.cc18 void CallbackOnError(int channel, int error_code) { in CallbackOnError()
/external/chromium_org/components/wifi/
Dwifi_service_win.cc511 DWORD error_code = EnsureInitialized(); in GetProperties() local
582 DWORD error_code = EnsureInitialized(); in CreateNetwork() local
663 DWORD error_code = EnsureInitialized(); in StartConnect() local
704 DWORD error_code = EnsureInitialized(); in StartDisconnect() local
726 DWORD error_code = EnsureInitialized(); in GetKeyFromSystem() local
779 DWORD error_code = EnsureInitialized(); in SetEventObservers() local
875 DWORD error_code = SetProfile(shared, tkip_profile_xml, true); in WaitForNetworkConnect() local
891 DWORD error_code = DeleteCreatedProfile(network_guid); in WaitForNetworkConnect() local
933 bool WiFiServiceImpl::CheckError(DWORD error_code, in CheckError()
1694 DWORD error_code = ERROR_SUCCESS; in SetProfile() local
[all …]

12345678910>>...14