HomeSort by relevance Sort by last modified time
    Searched full:error_code (Results 226 - 250 of 1123) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Support/Unix/
system_error.inc 1 //===- llvm/Support/Unix/system_error.inc - Unix error_code ------*- C++ -*-===//
10 // This file provides the Unix specific implementation of the error_code
  /bionic/libc/kernel/arch-arm/asm/
sigcontext.h 24 unsigned long error_code; member in struct:sigcontext
  /external/chromium/chrome/browser/extensions/
extension_proxy_api.h 47 int error_code);
image_loading_tracker_unittest.cc 63 int error_code = 0; local
67 static_cast<DictionaryValue*>(serializer.Deserialize(&error_code,
69 EXPECT_EQ(0, error_code) << error;
70 if (error_code != 0)
  /external/chromium_org/chrome/browser/extensions/api/proxy/
proxy_api.h 53 int error_code);
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
web_navigation_api_helpers.h 66 int error_code);
  /external/chromium_org/chrome/browser/guestview/adview/
adview_guest.h 44 int error_code,
  /external/chromium_org/chrome/browser/sync/test/
test_http_bridge_factory.h 25 virtual bool MakeSynchronousPost(int* error_code,
  /external/chromium_org/chrome/common/
localized_error.h 41 static bool HasStrings(const std::string& error_domain, int error_code);
  /external/chromium_org/content/browser/loader/
throttling_resource_handler.h 43 virtual void CancelWithError(int error_code) OVERRIDE;
  /external/chromium_org/content/child/
socket_stream_dispatcher.h 46 void OnFailed(int socket_id, int error_code);
  /external/chromium_org/content/public/common/
geoposition.cc 29 error_code(ERROR_CODE_NONE) {
  /external/chromium_org/content/renderer/media/
webcontentdecryptionmodulesession_impl.h 46 void KeyError(media::MediaKeys::KeyError error_code, int system_code);
  /external/chromium_org/net/disk_cache/simple/
simple_backend_impl.h 137 int error_code);
147 int error_code);
155 int error_code);
163 int error_code);
  /external/chromium_org/third_party/leveldatabase/
env_chromium.cc 564 ::base::PlatformFileError error_code; local
566 CreateFilePath(fname), flags, &created, &error_code);
567 if (error_code == ::base::PLATFORM_FILE_OK) {
572 if (error_code == ::base::PLATFORM_FILE_ERROR_TOO_MANY_OPENED)
577 RecordOSError(kNewRandomAccessFile, error_code);
579 PlatformFileErrorString(error_code),
581 error_code);
698 ::base::PlatformFileError error_code; local
703 CreateFilePath(fname), flags, &created, &error_code);
704 } while (error_code != ::base::PLATFORM_FILE_OK &
    [all...]
  /external/chromium_org/webkit/browser/database/
vfs_backend.cc 128 int error_code = SQLITE_OK; local
134 error_code = SQLITE_CANTOPEN;
137 error_code = SQLITE_IOERR_DIR_FSYNC;
142 return error_code;
  /external/chromium_org/webkit/browser/fileapi/
file_system_backend.h 81 // 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;
  /external/javasqlite/src/main/java/SQLite/
Database.java 19 protected int error_code = 0; field in class:Database
308 set_last_error(vm.error_code);
311 set_last_error(vm.error_code);
315 set_last_error(vm.error_code);
361 set_last_error(vm.error_code);
364 set_last_error(vm.error_code);
368 set_last_error(vm.error_code);
417 set_last_error(vm.error_code);
421 set_last_error(vm.error_code);
517 return error_code;
    [all...]
Vm.java 19 protected int error_code = 0; field in class:Vm
  /external/llvm/include/llvm/Support/
Program.h 22 class error_code;
45 error_code ChangeStdinToBinary();
46 error_code ChangeStdoutToBinary();
47 error_code ChangeStderrToBinary();
  /external/llvm/lib/Object/
Binary.cpp 45 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))
  /external/llvm/tools/obj2yaml/
obj2yaml.h 20 llvm::error_code coff2yaml(llvm::raw_ostream &Out, llvm::MemoryBuffer *TheObj);
  /frameworks/compile/libbcc/include/bcc/Support/
FileBase.h 69 llvm::error_code mError;
138 inline const llvm::error_code &getError() const
141 // The return value of llvm::error_code::message() is obtained upon the call
142 // and is passed by value (that is, it's not a member of llvm::error_code.)
  /frameworks/compile/mclinker/include/mcld/LD/
ObjectWriter.h 32 virtual llvm::error_code writeObject(Module& pModule, MemoryArea& pOutput) = 0;
  /frameworks/compile/slang/
slang_utils.cpp 29 llvm::error_code EC = llvm::sys::fs::create_directories(Dir);

Completed in 3480 milliseconds

1 2 3 4 5 6 7 8 91011>>