Searched refs:ERROR (Results 201 - 225 of 2267) sorted by relevance

1234567891011>>

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file_posix.cc34 PLOG(ERROR) << "opendir " << cache_path.value();
48 PLOG(ERROR) << "readdir_r " << cache_path.value();
/external/chromium_org/net/third_party/mozilla_security_manager/
H A DnsKeygenHandler.cpp132 LOG(ERROR) << "Only RSA keygen mechanism is supported";
151 LOG(ERROR) << "Generation of Keypair failed!";
174 LOG(ERROR) << "Couldn't create SubjectPublicKeyInfo from public key";
181 LOG(ERROR) << "PORT_NewArena: Couldn't allocate memory";
190 LOG(ERROR) << "Couldn't DER Encode subjectPublicKeyInfo";
203 LOG(ERROR) << "Couldn't DER Encode PublicKeyAndChallenge";
212 LOG(ERROR) << "Couldn't sign the DER encoded PublicKeyandChallenge";
224 LOG(ERROR) << "SSL Keygen failed! (NSS error code " << PR_GetError() << ")";
/external/chromium_org/remoting/client/plugin/
H A Dpepper_audio_player.cc40 LOG(ERROR) << "Unsupported audio sampling rate: " << sampling_rate;
59 LOG(ERROR) << "Failed to start Pepper audio player";
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dlogger.h38 // ERROR seems to be defined on MSVC, therefore don't overwrite it.
39 #ifndef ERROR
40 ERROR = LOG_ERROR, enumerator in enum:i18n::phonenumbers::__anon12794
/external/chromium_org/third_party/protobuf/src/google/protobuf/testing/
H A Dgoogletest.h66 // ScopedMemoryLog refers to LOGLEVEL_ERROR as just ERROR.
67 #undef ERROR // defend against promiscuous windows.h macro
68 static const LogLevel ERROR = LOGLEVEL_ERROR; member in namespace:google::protobuf
71 // Receives copies of all LOG(ERROR) messages while in scope. Sample usage:
75 // const vector<string>& warnings = log.GetMessages(ERROR);
/external/chromium_org/third_party/skia/platform_tools/chromeos/bin/
H A Dchromeos_setup.sh19 echo "ERROR: No target device specified!"
42 echo -n "ERROR: unknown device specified ($TARGET_DEVICE), valid values: "
/external/chromium_org/tools/android/forwarder2/
H A Dpipe_notifier.cc37 PLOG(ERROR) << "write";
47 PLOG(ERROR) << "read";
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dapp_installer.js33 ERROR: 'AppInstaller.error'
75 AppInstaller.Result.ERROR;
/external/chromium_org/ui/gl/
H A Dgl_fence_arb.cc39 LOG(ERROR) << "Trying to wait for uncommitted fence. Skipping...";
48 LOG(ERROR) << "Trying to wait for uncommitted fence. Skipping...";
H A Dgl_fence_egl.cc40 LOG(ERROR) << "Trying to wait for uncommitted fence. Skipping...";
53 LOG(ERROR) << "Trying to wait for uncommitted fence. Skipping...";
/external/chromium_org/win8/metro_driver/ime/
H A Dime_popup_monitor.cc68 LOG_IF(ERROR, !g_hook_handle_) << "SetWinEventHook failed.";
78 LOG_IF(ERROR, !unhook_succeeded) << "UnhookWinEvent failed.";
/external/llvm/test/MC/AsmParser/
H A Ddot-symbol-assignment-backwards.s10 # CHECK: LLVM ERROR: invalid .org offset '24' (at offset '28')
/external/skia/platform_tools/chromeos/bin/
H A Dchromeos_setup.sh19 echo "ERROR: No target device specified!"
42 echo -n "ERROR: unknown device specified ($TARGET_DEVICE), valid values: "
/external/valgrind/main/drd/tests/
H A Dannotate_hb_race.stderr.exp8 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dannotate_ignore_rw.stderr.exp9 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dannotate_publish_hg.stderr.exp7 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
H A Dpth_uninitialized_cond.stderr.exp10 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
/external/valgrind/main/helgrind/tests/
H A Dcond_timedwait_invalid.stderr.exp15 ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)
/external/chromium_org/base/android/jni_generator/
H A Djni_generator_helper.h29 LOG(ERROR) << "RegisterNatives failed in " << filename;
/external/chromium_org/chrome/browser/safe_browsing/
H A Dlocal_two_phase_testserver.cc27 LOG(ERROR) << "Failed to get DIR_TEST_DATA";
/external/chromium_org/chrome/installer/setup/
H A Darchive_patch_helper.cc58 LOG(ERROR) << "No patch file found in compressed archive.";
69 LOG(ERROR)
83 LOG(ERROR) << "No patch file found in compressed archive.";
93 LOG(ERROR)
/external/chromium_org/mojo/shell/
H A Din_process_dynamic_service_runner.cc35 LOG(ERROR) << "Invalid app library: expected " << function_name
88 LOG(ERROR) << "Failed to load app library (error: " << error.ToString()
138 LOG(ERROR) << "Entrypoint MojoMain not found: " << app_path_.value();
145 LOG(ERROR) << "MojoMain returned an error: " << result;
/external/chromium_org/sandbox/linux/tests/
H A Dmain.cc18 LOG(ERROR) << "One of the tests created a child that was not waited for. "
/external/chromium_org/sync/tools/testserver/
H A Drun_sync_testserver.cc29 LOG(ERROR) << "Error trying to set python path. Exiting.";
36 LOG(ERROR) << "Error trying to get path for test script "
43 LOG(ERROR) << "Could not get python runtime command.";
49 LOG(ERROR) << "Failed to launch test script " << sync_test_script_name;
/external/chromium_org/ui/base/touch/
H A Dtouch_enabled.cc27 LOG(ERROR) << "Invalid --touch-events option: " << touch_enabled_switch;

Completed in 1528 milliseconds

1234567891011>>