/external/qemu/ |
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-tcp.c | 62 } while (ret == -1 && (s->get_error(s)) == EINTR); 92 s->get_error = socket_errno; 116 ret = -(s->get_error(s));
|
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;
|
/external/webrtc/src/modules/audio_processing/ |
noise_suppression_impl.cc | 174 // The NS has no get_error() function.
|
voice_detection_impl.cc | 198 // The VAD has no get_error() function.
|
gain_control_impl.cc | 386 // The AGC has no get_error() function.
|
/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/strace/ |
ChangeLog | 369 (get_error): Check SYSCALL_NEVER_FAILS flag. 767 * syscall.c (internal_syscall, get_scno, syscall_fixup, get_error, [all...] |
ChangeLog-CVS | 115 (get_error, force_result, syscall_enter): Ditto. 128 (get_error): Add support for cris. 428 (get_error): Decode Blackfin return value. 703 (get_error) [LINUX]: Use it for all such cases. [all...] |
syscall.c | 1528 get_error(struct tcb *tcp) function [all...] |
/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 | 855 unsigned long get_error() const { return last_error_; } function in class:logging::LogMessage::SaveLastError [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_basics.py | 313 print "Running %s.test03_SimpleCursorStuff (get_error %s, set_error %s)..." % \ [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/ |
test_basics.py | 313 print "Running %s.test03_SimpleCursorStuff (get_error %s, set_error %s)..." % \ [all...] |