HomeSort by relevance Sort by last modified time
    Searched refs:error (Results 326 - 350 of 22890) sorted by null

<<11121314151617181920>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
v32-err-1.s 11 move.d [$acr],$r3 ; No error - $acr treated as a symbol.
12 move.d [$r5+],$acr ; { dg-error "(Illegal|Invalid) operands" }
13 move.d $acr,$r7 ; No error - $acr treated as a symbol.
14 move.d $r8,$acr ; { dg-error "(Illegal|Invalid) operands" }
15 move $acr,$srp ; No error - $acr treated as a symbol.
16 addc $r0,$r0 ; { dg-error "Unknown opcode" }
17 addc $acr,$acr ; { dg-error "Unknown opcode" }
18 addc $r6,$r1 ; { dg-error "Unknown opcode" }
19 addc [$r3],$r1 ; { dg-error "Unknown opcode" }
20 addc [$r0],$r0 ; { dg-error "Unknown opcode"
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_loader.c 20 uint32 error; local
36 error = vbp_utils_create_context(parser_type, ppcontext);
37 if (VBP_OK != error)
39 ETRACE("Failed to create context: %d.", error);
42 return error;
50 uint32 error; local
65 error = vbp_utils_destroy_context(pcontext);
66 if (VBP_OK != error)
68 ETRACE("Failed to destroy context: %d.", error);
71 return error;
81 uint32 error = VBP_OK; local
112 uint32 error = VBP_OK; local
143 uint32 error = VBP_OK; local
    [all...]
  /external/libxaac/decoder/drc_src/
impd_drc_interface_parser.c 38 if (it_bit_buff->error) return it_bit_buff->error;
47 if (it_bit_buff->error) return it_bit_buff->error;
60 if (it_bit_buff->error) return it_bit_buff->error;
66 if (it_bit_buff->error) return it_bit_buff->error;
76 if (it_bit_buff->error) return it_bit_buff->error;
    [all...]
  /external/clang/test/Preprocessor/
has_include.c 6 #error "__has_include failed (1)."
11 #error "__has_include failed (2)."
16 #error "__has_include failed (5)."
22 #error "__has_include failed (6)."
27 #error "__has_include failed (7)."
32 #error "defined(__has_include) failed (8)."
38 #error "__has_include failed (1)."
43 #error "__has_include failed (2)."
48 #error "__has_include_next failed (5)."
54 #error "__has_include_next failed (6).
    [all...]
expr_usual_conversions.c 12 #error
  /external/mesa3d/src/glx/
glx_error.c 42 xError error; local
48 error.type = X_Error;
51 error.errorCode = errorCode;
54 error.errorCode = glx_dpy->codes->first_error + errorCode;
57 error.sequenceNumber = dpy->request;
58 error.resourceID = resourceID;
59 error.minorCode = minorCode;
60 error.majorCode = glx_dpy->majorOpcode;
62 _XError(dpy, &error);
70 xError error; local
    [all...]
  /cts/tests/tests/net/src/android/net/http/cts/
SslErrorTest.java 37 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); local
38 assertTrue(error.hasError(SslError.SSL_EXPIRED));
39 assertFalse(error.hasError(SslError.SSL_UNTRUSTED));
43 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); local
44 assertFalse(error.hasError(SslError.SSL_UNTRUSTED));
45 error.addError(SslError.SSL_UNTRUSTED);
46 assertTrue(error.hasError(SslError.SSL_UNTRUSTED));
50 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); local
51 error.addError(42);
52 assertFalse(error.hasError(42))
56 SslError error = new SslError(42, mCertificate); local
61 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); local
67 SslError error = new SslError(42, mCertificate); local
72 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate, "foo"); local
77 SslError error = new SslError(SslError.SSL_EXPIRED, mCertificate); local
    [all...]
  /system/update_engine/
common_service.h 25 #include <brillo/errors/error.h>
34 // Error domain for all the service errors.
37 // Generic service error.
47 bool SetUpdateAttemptFlags(brillo::ErrorPtr* error, int32_t in_flags_as_int);
49 bool AttemptUpdate(brillo::ErrorPtr* error,
55 bool AttemptRollback(brillo::ErrorPtr* error, bool in_powerwash);
59 bool CanRollback(brillo::ErrorPtr* error, bool* out_can_rollback);
63 bool ResetStatus(brillo::ErrorPtr* error);
68 bool GetStatus(brillo::ErrorPtr* error,
72 bool RebootIfNeeded(brillo::ErrorPtr* error);
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/sh/sh64/
err-1.s 6 addz.l r51,-42,r30 ! { dg-error "invalid operand" }
7 beqi r4,-33,tr5 ! { dg-error "not a 6-bit signed value" }
8 fadd.s dr41,dr59,dr19 ! { dg-error "invalid operand" }
9 fdiv.s fr13,dr26,fr19 ! { dg-error "invalid operand" }
10 fld.p r53,-3000,fp39 ! { dg-error "invalid operand" }
11 fld.s r53,1010,fr53 ! { dg-error "not a multiple of 4" }
12 float.qd dr45,dr16 ! { dg-error "invalid operand" }
13 float.qs dr31,fr11 ! { dg-error "invalid operand" }
14 fmov.d dr8,dr43 ! { dg-error "invalid operand" }
15 fmov.qd r45,dr5 ! { dg-error "invalid operand"
    [all...]
  /bionic/tests/headers/posix/
stdbool_h.c 35 #error bool
  /bionic/tests/
stdarg_test.cpp 23 #error va_start
26 #error va_arg
29 #error va_copy
32 #error va_end
stdbool_test.c 20 #error __bool_true_false_are_defined
stdio_nofortify_test.cpp 11 #error "_FORTIFY_SOURCE has been redefined, fix the code to remove this redefinition."
stdnoreturn_test.cpp 20 #error __noreturn_is_defined
string_nofortify_test.cpp 11 #error "_FORTIFY_SOURCE has been redefined, fix the code to remove this redefinition."
strings_nofortify_test.cpp 11 #error "_FORTIFY_SOURCE has been redefined, fix the code to remove this redefinition."
unistd_nofortify_test.cpp 11 #error "_FORTIFY_SOURCE has been redefined, fix the code to remove this redefinition."
  /external/clang/test/Modules/Inputs/submodule-visibility/
a.h 4 #error B is defined
b.h 7 #error A is defined
  /external/clang/test/Modules/
macro-masking.cpp 10 # error should still be defined, undef does not override define
14 # error should have been undefined!
  /external/compiler-rt/lib/asan/tests/
asan_test_config.h 14 # error "This file should be included into asan_test_utils.h only"
29 # error "please define ASAN_UAR"
33 # error "please define ASAN_HAS_EXCEPTIONS"
37 # error "please define ASAN_HAS_BLACKLIST"
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_test_config.h 14 # error "This file should be included into sanitizer_test_utils.h only"
  /external/freetype/src/base/
ftpic.c 32 FT_Error error; local
37 error = ft_base_pic_init( library );
38 if ( error )
39 return error;
  /external/libcxx/test/libcxx/algorithms/
version.pass.cpp 15 #error _LIBCPP_VERSION not defined
  /external/libcxx/test/libcxx/atomics/
version.pass.cpp 17 #error _LIBCPP_VERSION not defined

Completed in 1107 milliseconds

<<11121314151617181920>>