Searched defs:error (Results 1 - 25 of 3081) sorted by relevance

1234567891011>>

/external/bison/build-aux/
H A Dmdate-sh62 error () function
118 test $# -gt 0 || error "failed parsing '$ls_command /' output"
138 test -n "$month" || error "failed parsing '$ls_command /' output"
/external/libmicrohttpd/doc/
H A Dmdate-sh62 error () function
118 test $# -gt 0 || error "failed parsing '$ls_command /' output"
138 test -n "$month" || error "failed parsing '$ls_command /' output"
/external/llvm/test/MC/ARM/
H A Dthumb-diagnostics.s14 @ CHECK-ERRORS: error: invalid instruction
21 @ CHECK-ERRORS: error: instruction variant requires Thumb2
24 @ CHECK-ERRORS-V5: error: instruction variant requires ARMv6 or later
31 @ CHECK-ERRORS: error: invalid operand for instruction
38 error: invalid operand for instruction label
41 error: invalid operand for instruction label
48 @CHECK-ERRORS: error: instruction requires: armv8 arm-mode
51 @CHECK-ERRORS-V8: error: instruction requires: arm-mode
54 @CHECK-ERRORS: error: invalid operand for instruction
71 @ CHECK-ERRORS: error
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-523308.js5 var error; variable
6 try { reference_error(); } catch (e) { error = e; }
7 toString = error.toString;
8 error.__proto__ = [];
9 assertEquals("Error: reference_error is not defined", toString.call(error));
/external/autotest/server/cros/
H A Dtime_util.py5 from autotest_lib.client.common_lib import error namespace
15 @raises TestError: if error reading datetime or converting its value
22 raise error.TestError(err)
26 raise error.TestError('Error converting datetime string: %r', e)
/external/clang/test/Misc/
H A Ddiag-presumed.c6 X(int n = error);
8 // PRESUMED: diag-presumed.c:101:11: error: use of undeclared identifier 'error'
9 // SPELLING: diag-presumed.c:6:11: error: use of undeclared identifier 'error'
12 // PRESUMED: diag-presumed.c:106:1: error: extra ';' outside of a functio
13 // SPELLING: diag-presumed.c:11:1: error: extra ';' outside of a functio
24 another error; variable
28 // PRESUMED: systemheader.h:7:1: error: unknown type name 'another'
31 // SPELLING: diag-presumed.c:24:1: error
[all...]
/external/clang/test/Modules/Inputs/malformed/
H A Dc.h1 template<typename T> void f() { T::error; } member in class:T
/external/freetype/src/cff/
H A Dcf2error.c5 /* Adobe's code for error handling (body). */
44 cf2_setError( FT_Error* error, argument
47 if ( error && *error == 0 )
48 *error = value;
/external/libbrillo/brillo/errors/
H A Derror_codes_unittest.cc12 brillo::ErrorPtr error; local
14 AddSystemError(&error, FROM_HERE, ENOENT);
15 EXPECT_EQ(brillo::errors::system::kDomain, error->GetDomain());
16 EXPECT_EQ("ENOENT", error->GetCode());
17 EXPECT_EQ("No such file or directory", error->GetMessage());
18 error.reset();
20 AddSystemError(&error, FROM_HERE, EPROTO);
21 EXPECT_EQ(brillo::errors::system::kDomain, error->GetDomain());
22 EXPECT_EQ("EPROTO", error->GetCode());
23 EXPECT_EQ("Protocol error", erro
28 brillo::ErrorPtr error; local
[all...]
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2error.c5 /* Adobe's code for error handling (body). */
44 cf2_setError( FT_Error* error, argument
47 if ( error && *error == 0 )
48 *error = value;
/external/autotest/client/cros/cellular/
H A Dmodem_utils.py5 from autotest_lib.client.common_lib import error namespace
13 except error.TestError:
/external/autotest/client/tests/kvm/tests/
H A Dnmi_watchdog.py2 from autotest_lib.client.common_lib import error namespace
5 @error.context_aware
29 error.context("Add 'nmi_watchdog=%d' to guest kernel cmdline and reboot"
35 error.context("Getting guest's number of vcpus")
38 error.context("Getting guest's NMI counter")
47 error.context("Getting guest's NMI counter 2nd time")
52 error.context("")
57 raise error.TestFail("Guest's NMI counter did not increase "
H A Dstop_continue.py2 from autotest_lib.client.common_lib import error namespace
32 raise error.TestFail("Session is still responsive after stop")
H A Dsystem_reset_bootable.py2 from autotest_lib.client.common_lib import error namespace
H A Dtimedrift_with_migration.py2 from autotest_lib.client.common_lib import error namespace
71 raise error.TestFail("Time drift too large at iteration %d: "
95 raise error.TestFail("Time drift too large after %d migrations: "
H A Dtimedrift_with_reboot.py2 from autotest_lib.client.common_lib import error namespace
66 raise error.TestFail("Time drift too large at iteration %d: "
90 raise error.TestFail("Time drift too large after %d reboots: "
H A Dunittest_kvmctl.py3 from autotest_lib.client.common_lib import error namespace
24 except error.CmdError:
25 raise error.TestFail("Unit test %s failed" % case)
H A Dusb.py2 from autotest_lib.client.common_lib import error namespace
5 @error.context_aware
26 raise error.TestFail("Could not find mass storage device")
33 raise error.TestFail("No '%s' in the output of 'lsusb -v'" % i)
39 raise error.TestFail("Could not detect the usb device on fdisk output")
41 error.context("Formatting USB disk")
46 error.context("Mounting USB disk")
49 error.context("Creating comparison file")
53 error.context("Copying %s to USB disk" % c_file)
56 error
[all...]
/external/autotest/client/virt/tests/
H A Dfillup_disk.py2 from autotest_lib.client.common_lib import error namespace
39 raise error.TestFail("Command dd failed to execute: %s" % o)
48 logging.error(o)
49 raise error.TestFail("Failed to remove file %s: %s;"
H A Dlinux_s3.py2 from autotest_lib.client.common_lib import error namespace
27 raise error.TestFail("Got a strange current vt (%s)" % src_tty)
H A Dping.py2 from autotest_lib.client.common_lib import error namespace
37 logging.error("Could not get the ip of nic index %d: %s",
49 raise error.TestFail("Loss ratio is %s for packet size"
53 raise error.TestFail("Ping failed, status: %s,"
66 raise error.TestFail("Ping failed, status: %s,"
70 raise error.TestFail("Ping returns non-zero value %s" %
H A Dpxe.py2 from autotest_lib.client.common_lib import error namespace
27 raise error.TestFail("Couldn't find any TFTP packets after %s seconds" %
H A Dstress_boot.py2 from autotest_lib.client.common_lib import error namespace
6 @error.context_aware
20 error.base_context("waiting for the first guest to be up", logging.info)
33 error.base_context("booting guest #%d" % num, logging.info)
46 error.context("checking responsiveness of guest #%d" % (i + 1),
/external/avahi/avahi-common/
H A Derror.c24 #include "error.h"
27 const char *avahi_strerror(int error) { argument
54 N_("An unexpected D-Bus error occurred"),
93 if (-error < 0 || -error >= -AVAHI_ERR_MAX)
96 return _(msg[-error]);
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/test/brokensocket/
H A Dsocket.py1 from realsocket import gaierror, error, getaddrinfo, SOCK_STREAM namespace

Completed in 545 milliseconds

1234567891011>>