Searched refs:error_code (Results 151 - 175 of 748) sorted by relevance

1234567891011>>

/external/llvm/include/llvm/Support/
H A DLockFileManager.h49 Optional<error_code> Error;
/external/llvm/lib/Object/
H A DBinary.cpp45 error_code object::createBinary(MemoryBuffer *Source,
51 error_code ec;
111 error_code object::createBinary(StringRef Path, OwningPtr<Binary> &Result) {
113 if (error_code ec = MemoryBuffer::getFileOrSTDIN(Path, File))
H A DMachOObjectFile.cpp271 static error_code advance(T &it, size_t Val) {
272 error_code ec;
281 if (error_code ec = advance(it, Val))
301 error_code ec;
415 error_code &ec)
448 error_code MachOObjectFile::getSymbolNext(DataRefImpl Symb,
458 error_code MachOObjectFile::getSymbolName(DataRefImpl Symb,
467 error_code MachOObjectFile::getSymbolAddress(DataRefImpl Symb,
479 error_code
502 error_code MachOObjectFil
[all...]
/external/llvm/tools/obj2yaml/
H A Dobj2yaml.cpp44 if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename, buf)) {
/external/protobuf/src/google/protobuf/compiler/
H A Dsubprocess.h79 static string Subprocess::Win32ErrorMessage(DWORD error_code);
/external/chromium_org/webkit/browser/fileapi/
H A Dfile_system_context.cc213 FileSystemType type, base::PlatformFileError* error_code) const {
214 DCHECK(error_code);
215 *error_code = base::PLATFORM_FILE_OK;
220 type, error_code);
370 const FileSystemURL& url, base::PlatformFileError* error_code) {
372 if (error_code)
373 *error_code = base::PLATFORM_FILE_ERROR_INVALID_URL;
379 if (error_code)
380 *error_code = base::PLATFORM_FILE_ERROR_FAILED;
388 if (error_code)
369 CreateFileSystemOperation( const FileSystemURL& url, base::PlatformFileError* error_code) argument
[all...]
H A Dfile_system_backend.h81 // and |type|. If |error_code| is PLATFORM_FILE_OK and the result is NULL,
84 FileSystemType type, base::PlatformFileError* error_code) = 0;
89 // |error_code| correspondingly.
95 base::PlatformFileError* error_code) const = 0;
H A Dtest_file_system_backend.h48 base::PlatformFileError* error_code) OVERRIDE;
52 base::PlatformFileError* error_code) const OVERRIDE;
/external/chromium/base/json/
H A Djson_reader.h128 // Returns an empty string if error_code is JSON_NO_ERROR.
129 static std::string ErrorCodeToString(JsonParseError error_code);
133 JsonParseError error_code() const { return error_code_; } function in class:base::JSONReader
H A Djson_reader_unittest.cc473 int error_code = 0; local
476 &error_code, &error_message));
478 EXPECT_EQ(0, error_code);
484 &error_code, &error_message));
488 EXPECT_EQ(JSONReader::JSON_SYNTAX_ERROR, error_code);
492 &error_code, &error_message));
496 EXPECT_EQ(JSONReader::JSON_UNEXPECTED_DATA_AFTER_ROOT, error_code);
504 &error_code, &error_message));
508 EXPECT_EQ(JSONReader::JSON_TOO_MUCH_NESTING, error_code);
511 &error_code,
[all...]
/external/chromium/chrome/browser/policy/
H A Dconfig_dir_policy_provider.cc34 int error_code = 0; local
36 scoped_ptr<Value> value(deserializer.Deserialize(&error_code, &error_msg));
/external/chromium_org/chrome/browser/chromeos/imageburner/
H A Dburn_device_handler.cc85 MountError error_code,
91 FormatError error_code,
83 OnMountEvent( DiskMountManager::MountEvent event, MountError error_code, const DiskMountManager::MountPointInfo& mount_info) argument
90 OnFormatEvent(DiskMountManager::FormatEvent event, FormatError error_code, const std::string& device_path) argument
/external/chromium_org/chrome/browser/storage_monitor/
H A Dstorage_monitor_chromeos.h55 MountError error_code,
58 FormatError error_code,
/external/chromium_org/chromeos/dbus/
H A Dfake_cros_disks_client.cc89 MountError error_code,
95 mount_completed_handler_.Run(error_code, source_path, mount_type, mount_path);
88 SendMountCompletedEvent( MountError error_code, const std::string& source_path, MountType mount_type, const std::string& mount_path) argument
/external/chromium_org/media/video/capture/
H A Dvideo_capture_proxy.h51 virtual void OnError(VideoCapture* capture, int error_code) OVERRIDE;
74 int error_code);
/external/chromium_org/ppapi/shared_impl/
H A Dfile_type_conversion.cc14 int PlatformFileErrorToPepperError(base::PlatformFileError error_code) { argument
15 switch (error_code) {
/external/chromium_org/sync/internal_api/
H A Dsyncapi_server_connection_manager_unittest.cc34 virtual bool MakeSynchronousPost(int* error_code, int* response_code)
37 *error_code = net::ERR_ABORTED;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunserver.cc88 int error_code, const char* error_desc) {
94 err_code->SetCode(error_code);
86 SendErrorResponse( const StunMessage& msg, const talk_base::SocketAddress& addr, int error_code, const char* error_desc) argument
/external/chromium_org/v8/tools/
H A Dandroid-run.py104 error_code = Execute(command)
106 return error_code
/external/chromium_org/webkit/child/
H A Dresource_loader_bridge.h113 int error_code; member in struct:webkit_glue::ResourceLoaderBridge::SyncLoadResponse
174 int error_code,
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h25 error_code Check(error_code Err) {
/external/llvm/lib/IRReader/
H A DIRReader.cpp51 if (error_code ec = MemoryBuffer::getFileOrSTDIN(Filename, File)) {
82 if (error_code ec = MemoryBuffer::getFileOrSTDIN(Filename, File)) {
/external/chromium_org/chrome/browser/ssl/
H A Dssl_tab_helper.cc218 scoped_refptr<SSLAddCertHandler> handler, int error_code) {
223 base::IntToString16(-error_code),
224 ASCIIToUTF16(net::ErrorToString(error_code))),
245 int error_code) {
249 base::IntToString16(-error_code),
250 ASCIIToUTF16(net::ErrorToString(error_code))),
217 OnVerifyClientCertificateError( scoped_refptr<SSLAddCertHandler> handler, int error_code) argument
243 OnAddClientCertificateError( scoped_refptr<SSLAddCertHandler> handler, int error_code) argument
/external/chromium_org/content/browser/android/
H A Dweb_contents_observer_android.cc103 int error_code,
107 true, is_main_frame, error_code, error_description, validated_url);
114 int error_code,
118 false, is_main_frame, error_code, error_description, validated_url);
218 int error_code,
234 error_code,
99 DidFailProvisionalLoad( int64 frame_id, bool is_main_frame, const GURL& validated_url, int error_code, const string16& error_description, RenderViewHost* render_view_host) argument
110 DidFailLoad( int64 frame_id, const GURL& validated_url, bool is_main_frame, int error_code, const string16& error_description, RenderViewHost* render_view_host) argument
215 DidFailLoadInternal( bool is_provisional_load, bool is_main_frame, int error_code, const string16& description, const GURL& url) argument
/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp135 bool error(error_code EC) {
154 static void reportError(StringRef Input, error_code EC) {
170 static error_code createDumper(const ObjectFile *Obj,
191 if (error_code EC = createDumper(Obj, Writer, Dumper)) {
233 if (error_code EC = ArcI->getAsBinary(child)) {
258 if (error_code EC = createBinary(File, Binary)) {

Completed in 366 milliseconds

1234567891011>>