| /external/chromium/chrome/browser/autofill/ | 
| autofill_xml_parser.h | 43   // |error_code| is a code representing the parsing error. 44   virtual void Error(buzz::XmlParseContext* context, XML_Error error_code);
 
 | 
| /external/chromium/chrome/browser/chromeos/login/ | 
| web_page_view.h | 49       int error_code, 
 | 
| web_page_view.cc | 64       int error_code, 67   LOG(ERROR) << "Page load failed. URL = " << url << ", error: " << error_code;  local
 
 | 
| /external/chromium/chrome/browser/sync/engine/ | 
| clear_data_command.cc | 60       client_to_server_response.error_code() != 
 | 
| /external/chromium/net/base/ | 
| upload_data_stream.h | 27   // code will be set if the output parameter error_code is not empty. 28   static UploadDataStream* Create(UploadData* data, int* error_code);
 
 | 
| /external/llvm/lib/AsmParser/ | 
| Parser.cpp | 46   if (error_code ec = MemoryBuffer::getFileOrSTDIN(Filename.c_str(), File)) { 
 | 
| /external/llvm/utils/FileUpdate/ | 
| FileUpdate.cpp | 48   if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename.c_str(), In)) { 
 | 
| /external/qemu/distrib/sdl-1.2.12/src/audio/arts/ | 
| SDL_artsaudio.c | 267 	int error_code;  local 305 	error_code = SDL_NAME(arts_init)();
 306 	if ( error_code != 0 ) {
 307 		SDL_SetError("Unable to initialize ARTS: %s", SDL_NAME(arts_error_text)(error_code));
 
 | 
| /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ | 
| user_64.h | 106   unsigned long error_code; /* CPU error code or 0 */  member in struct:user 
 | 
| /external/chromium/chrome/browser/safe_browsing/ | 
| client_side_detection_service.cc | 182     base::PlatformFileError error_code, 186   if (base::PLATFORM_FILE_OK == error_code) {
 190   } else if (base::PLATFORM_FILE_ERROR_NOT_FOUND == error_code) {
 207     base::PlatformFileError error_code,
 214       base::PLATFORM_FILE_OK != error_code ||
 229     base::PlatformFileError error_code,
 231   if (base::PLATFORM_FILE_OK == error_code) {
 
 | 
| /external/llvm/tools/llvm-nm/ | 
| llvm-nm.cpp | 148   bool error(error_code ec) { 273   error_code ec;
 309     if (error_code ec = MemoryBuffer::getFileOrSTDIN(Filename, Buffer))
 323     if (error_code ec = object::createBinary(aPath.str(), arch)) {
 331         if (error_code ec = i->getAsBinary(child)) {
 352     if (error_code ec = object::createBinary(aPath.str(), obj)) {
 
 | 
| /external/chromium/net/tools/flip_server/ | 
| balsa_frame.cc | 86     BalsaFrameEnums::ParseState error_code) { 87   switch (error_code) {
 117     BalsaFrameEnums::ErrorCode error_code) {
 118   switch (error_code) {
 177 //     Note that in the case of a detected warning, error_code will be set
 189 //     error_code is a valid pointer to a BalsaFrameEnums::ErrorCode value.
 196 //   error_code may be modified if either a warning or error is detected
 206 //  ProcessFirstLine(begin, end, is_request, &headers, &error_code);
 213                         BalsaFrameEnums::ErrorCode* error_code) {
 242     *error_code = BalsaFrameEnums::INTERNAL_LOGIC_ERROR
 [all...]
 | 
| /external/chromium/third_party/libjingle/source/talk/p2p/base/ | 
| port.cc | 296       if (const StunErrorCodeAttribute* error_code = stun_msg->GetErrorCode()) { 299                               << static_cast<int>(error_code->error_class())
 301                               << static_cast<int>(error_code->number())
 302                               << " reason='" << error_code->reason() << "'"
 372                                     int error_code, const std::string& reason) {
 396   error_attr->SetErrorCode(error_code);
 806   uint32 error_code = error ?  local
 807       error->error_code() : static_cast<uint32>(STUN_ERROR_GLOBAL_FAILURE);
 809   if ((error_code == STUN_ERROR_UNKNOWN_ATTRIBUTE)
 810       || (error_code == STUN_ERROR_SERVER_ERROR
 [all...]
 | 
| /external/chromium/chrome/browser/extensions/ | 
| extension_file_browser_private_api.h | 30   void RespondFailedOnUIThread(base::PlatformFileError error_code); 67   void RespondFailedOnUIThread(base::PlatformFileError error_code);
 
 | 
| extension_webnavigation_api.h | 102                                       int error_code) OVERRIDE; 
 | 
| /external/llvm/tools/llvm-objdump/ | 
| llvm-objdump.cpp | 96 static bool error(error_code ec) { 169   error_code ec;
 325   error_code ec;
 354   error_code ec;
 378   error_code ec;
 466     error_code ec;
 549     if (error_code ec = i->getAsBinary(child)) {
 577   if (error_code ec = createBinary(file, binary)) {
 
 | 
| /external/webkit/Source/WebCore/plugins/gtk/ | 
| PluginPackageGtk.cpp | 110     XGetErrorText(xdisplay, error->error_code, errorMessage, 63); 114               "  (Details: serial %ld error_code %d request_code %d minor_code %d)\n",
 116               error->serial, error->error_code,
 
 | 
| /external/chromium/base/ | 
| platform_file.h | 101 // or to false in case the file was just opened. |error_code| can be NULL. 105                                          PlatformFileError* error_code);
 
 | 
| /external/chromium/chrome/browser/diagnostics/ | 
| recon_diagnostics.cc | 347     int error_code = base::JSONReader::JSON_NO_ERROR;  local 349     scoped_ptr<Value> json_root(json.Deserialize(&error_code, &error_message));
 350     if (base::JSONReader::JSON_NO_ERROR != error_code) {
 352         error_message = "Parse error " + base::IntToString(error_code);
 
 | 
| /external/chromium/chrome/browser/tab_contents/ | 
| tab_contents_view_gtk.h | 57                             int error_code); 
 | 
| tab_contents_view_mac.h | 65                             int error_code); 
 | 
| /external/javasqlite/src/main/java/SQLite/ | 
| Stmt.java | 24     protected int error_code = 0;  field in class:Stmt 
 | 
| /external/kernel-headers/original/asm-arm/ | 
| processor.h | 45 	unsigned long		error_code;  member in struct:thread_struct 
 | 
| /external/llvm/lib/TableGen/ | 
| Main.cpp | 56     if (error_code ec = MemoryBuffer::getFileOrSTDIN(InputFilename.c_str(), File)) { 
 | 
| /external/protobuf/src/google/protobuf/compiler/ | 
| subprocess.cc | 255 string Subprocess::Win32ErrorMessage(DWORD error_code) { 262                 NULL, error_code, 0,
 431       int error_code = WEXITSTATUS(status);
 433           "Plugin failed with status code $0.", error_code);
 
 |