HomeSort by relevance Sort by last modified time
    Searched refs:get_error (Results 1 - 10 of 10) sorted by null

  /external/qemu/
migration-tcp.c 62 } while (ret == -1 && (s->get_error(s)) == EINTR);
92 s->get_error = socket_errno;
116 ret = -(s->get_error(s));
migration-tcp-android.c 84 s->get_error = socket_errno;
108 ret = -(s->get_error(s));
migration.h 44 int (*get_error)(struct FdMigrationState*); member in struct:FdMigrationState
migration.c 219 } while (ret == -1 && ((s->get_error(s)) == EINTR));
222 ret = -(s->get_error(s));
328 } while (ret == -1 && (s->get_error(s)) == EINTR);
migration-exec.c 94 s->get_error = file_errno;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 196 self.get_error(ConfigParser.NoSectionError, "foo", "bar")
198 self.get_error(ConfigParser.NoOptionError, "foo", "bar")
200 def get_error(self, exc, section, option): member in class:TestCaseBase
376 self.get_error(ConfigParser.InterpolationDepthError, "Foo", "bar11")
380 e = self.get_error(ConfigParser.InterpolationError,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cfgparser.py 196 self.get_error(ConfigParser.NoSectionError, "foo", "bar")
198 self.get_error(ConfigParser.NoOptionError, "foo", "bar")
200 def get_error(self, exc, section, option): member in class:TestCaseBase
376 self.get_error(ConfigParser.InterpolationDepthError, "Foo", "bar11")
380 e = self.get_error(ConfigParser.InterpolationError,
  /external/chromium/base/
logging.h 779 unsigned long get_error() const { return last_error_; } function in class:logging::LogMessage::SaveLastError
    [all...]
  /external/chromium_org/base/
logging.h 850 unsigned long get_error() const { return last_error_; } function in class:logging::LogMessage::SaveLastError
    [all...]
  /external/strace/
syscall.c 1528 get_error(struct tcb *tcp) function
    [all...]

Completed in 919 milliseconds