Searched refs:error (Results 451 - 475 of 3763) sorted by relevance

<<11121314151617181920>>

/external/e2fsprogs/include/nonunix/linux/
H A Dtypes.h5 #error _MSC_VER not defined
/external/e2fsprogs/lib/blkid/
H A Dblkid_types.h40 ?==error: undefined 16 bit type
54 ?==error: undefined 16 bit type
72 ?== error: undefined 32 bit type
90 ?== error: undefined 32 bit type
/external/e2fsprogs/lib/ext2fs/
H A Dext2_types.h40 ?==error: undefined 16 bit type
54 ?==error: undefined 16 bit type
72 ?== error: undefined 32 bit type
90 ?== error: undefined 32 bit type
/external/freetype/src/autofit/
H A Dafpic.c61 FT_Error error = AF_Err_Ok; local
68 return error;
101 if ( error )
103 return error;
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractChainedListenableFutureTest.java66 Error error = new Error();
68 inputFuture.setException(error);
71 assertSame(error, expected);
76 listener.assertException(error);
/external/harfbuzz_ng/src/
H A Dhb-ot-tag.h28 #error "Include <hb-ot.h> instead."
H A Dhb-version.h28 #error "Include <hb.h> instead."
/external/kernel-headers/original/asm-arm/
H A Dhardirq.h27 # error HARDIRQ_BITS is too low!
/external/kernel-headers/original/asm-mips/
H A Dsgidefs.h18 #error Use a Linux compiler or give up.
/external/llvm/lib/Support/
H A DIsNAN.cpp27 # error "Don't know how to get isnan()"
/external/llvm/test/MC/AsmParser/
H A Ddirective_abort.s4 # CHECK: error: .abort 'please stop assembing'
/external/openssh/
H A Dssh-rsa.c52 error("ssh_rsa_sign: no RSA key");
57 error("ssh_rsa_sign: EVP_get_digestbynid %d failed", nid);
73 error("ssh_rsa_sign: RSA_sign failed: %s",
84 error("ssh_rsa_sign: slen %u slen2 %u", slen, len);
120 error("ssh_rsa_verify: no RSA key");
124 error("ssh_rsa_verify: RSA modulus too small: %d < minimum %d bits",
132 error("ssh_rsa_verify: cannot handle type %s", ktype);
142 error("ssh_rsa_verify: remaining bytes in signature %d", rlen);
149 error("ssh_rsa_verify: len %u > modlen %u", len, modlen);
163 error("ssh_rsa_verif
[all...]
/external/openssl/ssl/
H A Ds2_lib.c327 # error "assertion failed"
505 if (!s->error)
507 s->error=3;
518 int i,error; local
526 error=s->error; /* number of bytes left to write */
527 s->error=0;
528 OPENSSL_assert(error >= 0 && error <= (int)sizeof(buf));
529 i=ssl2_write(s,&(buf[3-error]),erro
[all...]
/external/qemu/android/
H A Dasync-console.h26 int error; member in struct:__anon10996
49 * An error occured, either during the connection itself, or when
/external/qemu/android/config/
H A Dcheck-pulseaudio.c27 PULSEAUDIO_SYMBOLS(pa_simple*,pa_simple_new,(const char* server,const char* name, pa_stream_direction_t dir, const char* dev, const char* stream_name, const pa_sample_spec* ss, const pa_channel_map* map, const pa_buffer_attr *attr, int *error)) \
29 PULSEAUDIO_SYMBOLS(int,pa_simple_write,(pa_simple* s, const void* data, size_t bytes, int* error))\
30 PULSEAUDIO_SYMBOLS(int,pa_simple_read,(pa_simple* s,void* data, size_t bytes, int* error))\
31 PULSEAUDIO_SYMBOLS(const char*,pa_strerror,(int error))
/external/qemu/android/config/darwin-x86/
H A Dconfig-host.h10 #error Unknown architecture for codegen
/external/qemu/android/config/freebsd-x86/
H A Dconfig-host.h10 #error Unknown architecture for codegen
/external/qemu/android/config/linux-x86/
H A Dconfig-host.h10 #error Unknown architecture for codegen
/external/qemu/android/config/windows/
H A Dconfig-host.h10 #error Unknown architecture for codegen
/external/qemu/distrib/sdl-1.2.15/
H A DMakefile25 $(error "The configuration file '$(CONFIG_MAKE)' doesnt' exist, please run the "android-configure.sh" script)
31 $(error "The BUILD_SYSTEM variable was not defined by your configuration sub-makefile. Aborting")
/external/qemu/
H A Dkvm-android.c14 #error "This file should only be compiled under linux"
/external/skia/legacy/include/ports/
H A DSkStream_Win.h14 #error "only valid for windows and wince builds"
/external/smack/src/org/jivesoftware/smack/util/dns/
H A DHostAddress.java100 String error;
102 error = "No error logged";
105 error = exception.getMessage();
107 return toString() + " Exception: " + error;
/external/smack/src/org/jivesoftware/smackx/commands/
H A DAdHocCommandNote.java80 * The note indicates an error. The text should indicate the reason for
81 * the error.
83 error enum constant in enum:AdHocCommandNote.Type
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_synthcfg.h66 #error "Unrecognized architecture option"

Completed in 609 milliseconds

<<11121314151617181920>>