HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 1 - 25 of 5380) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libmicrohttpd/doc/
mdate-sh 62 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/
thumb-diagnostics.s 14 @ 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: registers must be in range r0-r
    [all...]
  /external/llvm/test/MC/AsmParser/
hash-directive.s 2 error label
3 # CHECK: hash-directive.s:[[@LINE-1]]:1: error
5 error label
6 # CHECK: FILE1:3:1: error
8 error label
9 # CHECK: hash-directive.s:[[@LINE-1]]:1: error
11 error label
12 # CHECK: hash-directive.s:[[@LINE-1]]:1: error
14 error label
15 # CHECK: hash-directive.s:[[@LINE-1]]:1: error
18 error label
22 error label
    [all...]
  /external/ltp/scripts/
detect_distro.sh 25 error() { function
26 echo "${0##*/}: ERROR: $*" >&2
37 error "$OPTARG doesn't exist"
51 error "$etc_dir doesn't exist"
68 error "Couldn't determine distro release file"
69 error "Please send an email with your distro's details, if you believe this is in error"
121 error "Bad release file: $etc_dir/$DISTRO_RELEASE_FILE"
  /external/ltp/testcases/open_posix_testsuite/functional/threads/pi_test/
do-plot 5 function error function
14 error <<EOF
  /external/python/cpython2/Modules/_ctypes/libffi/
mdate-sh 62 error () function
118 test $# -gt 0 || error "failed parsing '$ls_command /' output"
138 test -n "$month" || error "failed parsing '$ls_command /' output"
  /external/python/cpython3/Modules/_ctypes/libffi/
mdate-sh 62 error () function
118 test $# -gt 0 || error "failed parsing '$ls_command /' output"
138 test -n "$month" || error "failed parsing '$ls_command /' output"
  /external/swiftshader/third_party/LLVM/test/MC/ARM/
thumb-diagnostics.s 10 @ CHECK-ERRORS: error: invalid instruction
17 @ CHECK-ERRORS: error: instruction variant requires Thumb2
20 @ CHECK-ERRORS-V5: error: instruction variant requires ARMv6 or later
28 @ CHECK-ERRORS: error: invalid operand for instruction
31 @ CHECK-ERRORS: error: invalid operand for instruction
38 error: invalid operand for instruction label
41 error: invalid operand for instruction label
49 @ CHECK-ERRORS: error: registers must be in range r0-r7
52 @ CHECK-ERRORS: error: writeback operator '!' expected
55 @ CHECK-ERRORS: error: writeback operator '!' not allowed when base register in register lis
    [all...]
  /bionic/tests/headers/posix/
errno_h.c 34 int error = errno; local
  /external/clang/test/Misc/
diag-presumed.c 6 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: unknown type name 'another
    [all...]
  /external/clang/test/Modules/Inputs/malformed/
c.h 1 template<typename T> void f() { T::error; } member in class:T
  /external/libbrillo/brillo/errors/
error_codes_unittest.cc 12 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", error->GetMessage())
28 brillo::ErrorPtr error; local
    [all...]
  /external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
do-plot 23 function error function
34 error <<EOF
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_create/
do-plot 23 function error function
34 error <<EOF
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
do-plot 23 function error function
34 error <<EOF
  /external/ltp/testcases/open_posix_testsuite/stress/threads/sem_open/
do-plot 23 function error function
34 error <<EOF
  /external/protobuf/csharp/
build_packages.bat 7 %NUGET% pack src\Google.Protobuf\Google.Protobuf.nuspec -Symbols || goto :error
11 :error label
  /frameworks/native/libs/vr/libdvr/
dvr_performance.cpp 11 int error; local
12 if (auto client = PerformanceClient::Create(&error))
15 return error;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
error.h 1 /* Specializations for error functions.
21 # error "Never include <bits/error.h> directly; use <error.h> instead."
27 error)
31 error)
38 error (int __status, int __errnum, __const char *__format, ...) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
error.h 1 /* Specializations for error functions.
21 # error "Never include <bits/error.h> directly; use <error.h> instead."
27 error)
31 error)
38 error (int __status, int __errnum, __const char *__format, ...) function
  /development/vndk/tools/sourcedr/sourcedr/tests/testdata/android_src/dlopen/
test.c 8 char *error; local
17 if ((error = dlerror()) != NULL) {
18 fputs(error, stderr);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dbhash.py 13 __all__ = ["error","open"]
15 error = bsddb.error # Exported for anydbm variable
  /external/clang/test/CodeGenCXX/
constructor-convert.cpp 9 static void error(const Twine &Message) {} function
14 error("cl::location(x) specified more than once!");
  /external/clang/test/Sema/
variadic-incomplete-arg-type.c 10 CFErrorRef error; local
11 junk(1, *error, (void)0); // expected-error {{argument type 'struct __CFError' is incomplete}} \
12 // expected-error {{argument type 'void' is incomplete}}
  /external/deqp/scripts/src_util/
check_all.py 33 parser.add_argument("-e", "--only-errors", action="store_true", dest="onlyErrors", default=False, help="Print only on error")
44 error = not all([ variable
52 if error:

Completed in 249 milliseconds

1 2 3 4 5 6 7 8 91011>>