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

12

  /system/tpm/tpm_manager/client/
tpm_ownership_binder_proxy.cc 68 auto get_error = base::Bind(&CreateErrorResponse<GetTpmStatusReply>); local
70 method, callback, get_error);
79 auto get_error = base::Bind(&CreateErrorResponse<TakeOwnershipReply>); local
81 method, callback, get_error);
90 auto get_error = base::Bind(&CreateErrorResponse<RemoveOwnerDependencyReply>); local
92 helper(method, callback, get_error);
  /external/strace/linux/arc/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/s390/
get_error.c 8 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/sparc/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/strace/linux/x86_64/
get_error.c 4 get_error(struct tcb *tcp, const bool check_errno) function
  /external/syslinux/com32/modules/
disk.c 40 get_error("reading disk");
  /external/valgrind/coregrind/
vg_preloaded.c 245 /* Replace functions get_error() and set_error() in libc. These functions are
248 set_error() to set an error code and the parent then calls get_error() to
280 int VG_REPLACE_FUNCTION_ZU(VG_Z_LIBC_SONAME, get_error)(int *errp);
281 int VG_REPLACE_FUNCTION_ZU(VG_Z_LIBC_SONAME, get_error)(int *errp)
283 /* Always return 0 when the parent tries to call get_error(). Any error
  /external/libxcam/modules/soft/
soft_worker.cpp 41 XCamReturn get_error () { function in class:XCam::ItemSynch
82 XCamReturn ret = _sync->get_error();
97 XCamReturn ret = _sync->get_error ();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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/skia/tools/skqp/
gm_knowledge.cpp 43 static int get_error(uint32_t value, uint32_t value_max, uint32_t value_min) { function
101 int error = get_error(c, *pm_max.addr32(x, y), *pm_min.addr32(x, y));
106 error = SkTMin(error, get_error(
  /external/skqp/tools/skqp/
gm_knowledge.cpp 43 static int get_error(uint32_t value, uint32_t value_max, uint32_t value_min) { function
101 int error = get_error(c, *pm_max.addr32(x, y), *pm_min.addr32(x, y));
106 error = SkTMin(error, get_error(
  /external/syslinux/com32/hdt/
hdt-cli-disk.c 147 get_error("parse_partition_table");
hdt-menu-disk.c 228 get_error("parse_partition_table");
  /external/python/cpython2/Lib/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
380 self.get_error(ConfigParser.InterpolationDepthError, "Foo", "bar11")
384 e = self.get_error(ConfigParser.InterpolationError,
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/
syscall.c 503 static void get_error(struct tcb *, const bool);
595 get_error(tcp, !(tcp->s_ent->sys_flags & SYSCALL_NEVER_FAILS));
1275 get_error(tcp,
1288 #include "get_error.c"
  /external/python/cpython3/Lib/test/
test_configparser.py 571 e = self.get_error(cf, configparser.NoSectionError, "foo", "bar")
574 e = self.get_error(cf, configparser.NoOptionError, "foo", "bar")
577 def get_error(self, cf, exc, section, option): function
    [all...]
  /external/autotest/client/cros/power/
power_status.py 1764 def get_error(self): member in class:DiskStateLogger
    [all...]
  /external/libchrome/base/
logging.h 974 unsigned long get_error() const { return last_error_; } function in class:logging::LogMessage::SaveLastError
    [all...]

Completed in 532 milliseconds

12