/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
media_file_system_backend.cc | 146 fileapi::FileSystemType type, base::PlatformFileError* error_code) { 147 DCHECK(error_code); 148 *error_code = base::PLATFORM_FILE_OK; 154 *error_code = base::PLATFORM_FILE_ERROR_SECURITY; 168 base::PlatformFileError* error_code) const {
|
/external/chromium_org/chrome/renderer/ |
security_filter_peer.cc | 93 int error_code, 154 void BufferedPeer::OnCompletedRequest(int error_code, 162 if (error_code != net::OK || !DataReady()) { 175 original_peer_->OnCompletedRequest(error_code, was_ignored_by_handler, 207 int error_code,
|
security_filter_peer.h | 44 int error_code, 76 int error_code, 120 int error_code,
|
/external/chromium_org/content/browser/geolocation/ |
gps_location_provider_unittest_linux.cc | 91 get_position_.error_code = Geoposition::ERROR_CODE_POSITION_UNAVAILABLE; 123 EXPECT_EQ(Geoposition::ERROR_CODE_POSITION_UNAVAILABLE, position.error_code); 139 EXPECT_EQ(Geoposition::ERROR_CODE_POSITION_UNAVAILABLE, position.error_code); 140 MockLibGps::g_instance_->get_position_.error_code = 183 MockLibGps::g_instance_->get_position_.error_code =
|
/external/chromium_org/jingle/glue/ |
channel_socket_adapter.cc | 111 void TransportChannelSocketAdapter::Close(int error_code) { 117 DCHECK(error_code != net::OK); 118 closed_error_code_ = error_code; 127 callback.Run(error_code); 134 callback.Run(error_code);
|
/external/chromium_org/webkit/browser/fileapi/ |
sandbox_file_system_backend.cc | 98 base::PlatformFileError* error_code) { 99 DCHECK(error_code); 100 *error_code = base::PLATFORM_FILE_OK; 107 base::PlatformFileError* error_code) const { 111 *error_code = base::PLATFORM_FILE_ERROR_SECURITY;
|
test_file_system_backend.cc | 175 FileSystemType type, base::PlatformFileError* error_code) { 176 DCHECK(error_code); 177 *error_code = base::PLATFORM_FILE_OK; 180 *error_code = base::PLATFORM_FILE_ERROR_SECURITY; 195 base::PlatformFileError* error_code) const {
|
/external/chromium_org/webkit/renderer/fileapi/ |
webfilewriter_base.cc | 66 void WebFileWriterBase::DidFinish(base::PlatformFileError error_code) { 67 if (error_code == base::PLATFORM_FILE_OK) 70 DidFail(error_code); 120 void WebFileWriterBase::DidFail(base::PlatformFileError error_code) { 127 PlatformFileErrorToWebFileError(error_code));
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
SectionMemoryManager.cpp | 72 error_code ec; 106 error_code ec; 138 error_code SectionMemoryManager::applyMemoryGroupPermissions(MemoryGroup &MemGroup, 142 error_code ec; 150 return error_code::success();
|
/external/llvm/lib/Support/ |
FileOutputBuffer.cpp | 35 error_code FileOutputBuffer::create(StringRef FilePath, 41 error_code EC = sys::fs::status(FilePath, Stat); 87 return error_code::success(); 90 error_code FileOutputBuffer::commit(int64_t NewSmallerSize) { 96 error_code EC = sys::fs::resize_file(Twine(TempPath), NewSmallerSize);
|
DataStream.cpp | 66 error_code OpenFile(const std::string &Filename) { 70 return error_code::success(); 83 if (error_code e = s->OpenFile(Filename)) {
|
system_error.cpp | 40 error_category::equivalent(const error_code& code, int condition) const { 115 // error_code 118 error_code::message() const {
|
/external/llvm/tools/obj2yaml/ |
coff2yaml.cpp | 34 static void check(error_code ec) { 54 error_code ec; 87 error_code ec; 110 error_code coff2yaml(raw_ostream &Out, MemoryBuffer *Buff) { 111 error_code ec;
|
/external/chromium_org/chromeos/disks/ |
disk_mount_manager.cc | 299 void OnMountCompleted(MountError error_code, 305 if (error_code == MOUNT_ERROR_UNKNOWN_FILESYSTEM) { 308 if (error_code == MOUNT_ERROR_UNSUPPORTED_FILESYSTEM) { 315 NotifyMountStatusUpdate(MOUNTING, error_code, mount_info); 319 if ((error_code == MOUNT_ERROR_NONE || mount_info.mount_condition) && 324 if ((error_code == MOUNT_ERROR_NONE || mount_info.mount_condition) && 376 MountError error_code) { 377 if (error_code == MOUNT_ERROR_NONE && 406 FormatError error_code = success ? FORMAT_ERROR_NONE : FORMAT_ERROR_UNKNOWN; local 407 NotifyFormatStatusUpdate(FORMAT_STARTED, error_code, device_path) 518 FormatError error_code; local [all...] |
/external/chromium/base/memory/ |
scoped_temp_dir_unittest.cc | 98 base::PlatformFileError error_code = base::PLATFORM_FILE_OK; local 101 NULL, &error_code); 103 EXPECT_EQ(base::PLATFORM_FILE_OK, error_code);
|
/external/chromium_org/base/files/ |
scoped_temp_dir_unittest.cc | 103 base::PlatformFileError error_code = base::PLATFORM_FILE_OK; local 106 NULL, &error_code); 108 EXPECT_EQ(base::PLATFORM_FILE_OK, error_code);
|
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/ |
mounted_disk_monitor.cc | 67 chromeos::MountError error_code, 77 if (!disk || error_code != chromeos::MOUNT_ERROR_NONE) 108 chromeos::FormatError error_code,
|
zip_file_creator.cc | 75 base::PlatformFileError error_code = base::PLATFORM_FILE_OK; local 77 base::CreatePlatformFile(dest_file_, flags, NULL, &error_code); 79 if (error_code != base::PLATFORM_FILE_OK) {
|
/external/chromium_org/chrome/renderer/extensions/ |
extension_localization_peer.cc | 69 int error_code, 77 if (error_code != net::OK) { 92 original_peer_->OnCompletedRequest(error_code, was_ignored_by_handler,
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
errorcode.h | 70 * IcuErrorCode error_code; 71 * UConverter *cnv = ucnv_open("Shift-JIS", error_code); 72 * length = ucnv_fromUChars(dest, capacity, src, length, error_code);
|
/external/chromium_org/v8/src/third_party/vtune/ |
ittnotify_config.h | 261 int error_code = pthread_mutexattr_init(&mutex_attr); \ 262 if (error_code) \ 263 __itt_report_error(__itt_error_system, "pthread_mutexattr_init", error_code); \ 264 error_code = pthread_mutexattr_settype(&mutex_attr, PTHREAD_MUTEX_RECURSIVE); \ 265 if (error_code) \ 266 __itt_report_error(__itt_error_system, "pthread_mutexattr_settype", error_code); \ 267 error_code = pthread_mutex_init(mutex, &mutex_attr); \ 268 if (error_code) \ 269 __itt_report_error(__itt_error_system, "pthread_mutex_init", error_code); \ 270 error_code = pthread_mutexattr_destroy(&mutex_attr); [all...] |
/external/icu4c/common/unicode/ |
errorcode.h | 70 * IcuErrorCode error_code; 71 * UConverter *cnv = ucnv_open("Shift-JIS", error_code); 72 * length = ucnv_fromUChars(dest, capacity, src, length, error_code);
|
/external/llvm/include/llvm/Object/ |
MachOUniversal.h | 55 error_code getAsObjectFile(OwningPtr<ObjectFile> &Result) const; 79 MachOUniversalBinary(MemoryBuffer *Source, error_code &ec); 95 error_code getObjectForArch(Triple::ArchType Arch,
|
/external/llvm/include/llvm/Support/ |
FileOutputBuffer.h | 24 class error_code; 43 static error_code create(StringRef FilePath, size_t Size, 72 error_code commit(int64_t NewSmallerSize = -1);
|
/external/chromium/base/files/ |
file_path_watcher_win.cc | 202 DWORD error_code = GetLastError(); local 203 if (error_code != ERROR_FILE_NOT_FOUND && 204 error_code != ERROR_PATH_NOT_FOUND && 205 error_code != ERROR_ACCESS_DENIED && 206 error_code != ERROR_SHARING_VIOLATION && 207 error_code != ERROR_DIRECTORY) {
|