HomeSort by relevance Sort by last modified time
    Searched full:error (Results 701 - 725 of 11596) sorted by null

<<21222324252627282930>>

  /external/freetype/include/freetype/
ttunpat.h 29 #error "freetype.h of FreeType 1 has been loaded!"
30 #error "Please fix the directory search order for header files"
31 #error "so that freetype.h of FreeType 2 is found first."
  /external/grub/netboot/
sk_g16.h 36 #define CSR0_ERR 0x8000 /* Error summary (R) */
37 #define CSR0_BABL 0x4000 /* Babble transmitter timeout error (RC) */
38 #define CSR0_CERR 0x2000 /* Collision Error (RC) */
40 #define CSR0_MERR 0x0800 /* Memory Error (RC) */
84 #define RX_ERR 0x40 /* Error Summary */
85 #define RX_FRAM 0x20 /* Framing Error */
86 #define RX_OFLO 0x10 /* Overflow Error */
87 #define RX_CRC 0x08 /* CRC Error */
88 #define RX_BUFF 0x04 /* Buffer Error */
98 #define TX_ERR 0x40 /* Error Summary *
    [all...]
  /external/grub/stage2/
stage1_5.c 47 /* Sanity check: catch an internal error. */
50 grub_printf ("internal error: the second sector of Stage 2 is unknown.");
63 * If not, then print error message and die.
  /external/icu4c/common/
ucat.c 56 goto ERROR;
63 goto ERROR;
68 ERROR:
  /external/icu4c/samples/datefmt/answers/
main_0.cpp 18 * to detect this error, we check the ID of the returned zone against
19 * the ID we requested. If they don't match, we fail with an error.
26 printf("Error: TimeZone::createTimeZone(");
main_1.cpp 17 * to detect this error, we check the ID of the returned zone against
18 * the ID we requested. If they don't match, we fail with an error.
25 printf("Error: TimeZone::createTimeZone(");
  /external/iproute2/tc/
emp_ematch.y 11 %error-verbose
27 %token <i> ERROR
40 | expr error
  /external/iptables/extensions/
libip6t_REJECT.man 1 This is used to send back an error packet in response to the matched
11 chains. The following option controls the nature of the error packet
26 which return the appropriate ICMPv6 error message (\fBport-unreach\fP is
libipt_REJECT.man 1 This is used to send back an error packet in response to the matched
11 chains. The following option controls the nature of the error packet
25 which return the appropriate ICMP error message (\fBport-unreachable\fP is
  /external/opencore/doc/oscl_html/
osclconfig__proc__check_8h-source.html 14 00011 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_THREAD_SUPPORT has to be defined to either 1 or 0"</span>
18 00020 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_NON_PREEMPTIVE_THREAD_SUPPORT has to be defined to either 1 or 0"</span>
22 00029 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_SYMBIAN_SCHEDULER has to be defined to either 1 or 0"</span>
26 00039 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_SEM_TIMEDWAIT_SUPPORT has to be defined to either 1 or 0"</span>
30 00048 <span class="preprocessor"></span><span class="preprocessor">#error "ERROR: OSCL_HAS_PTHREAD_SUPPORT has to be defined to either 1 or 0"</span
    [all...]
  /external/opencore/engines/2way/test/src/
video_only_test.cpp 40 int error = 0; local
50 OSCL_TRY(error, scheduler->StartScheduler());
51 if (error != 0)
53 OSCL_LEAVE(error);
91 int error = 0; local
108 OSCL_TRY(error, iVideoAddSourceId = terminal->AddDataSource(*channel_id, *iSelVideoSource));
134 OSCL_TRY(error, iVideoAddSinkId = terminal->AddDataSink(*channel_id, *iSelVideoSink));
204 // OSCL_TRY(error, i324mIFCommandId = terminal->QueryInterface(PVH324MConfigUuid, i324mConfigInterface,NULL));
219 // OSCL_TRY(error, i324mIFCommandId = terminal->QueryInterface(PVH324MConfigUuid, i324mConfigInterface,NULL));
279 int error = 1 local
    [all...]
  /external/opencore/oscl/oscl/config/shared/
osclconfig_proc_check.h 28 #error "ERROR: OSCL_HAS_THREAD_SUPPORT has to be defined to either 1 or 0"
37 #error "ERROR: OSCL_HAS_NON_PREEMPTIVE_THREAD_SUPPORT has to be defined to either 1 or 0"
46 #error "ERROR: OSCL_HAS_SYMBIAN_SCHEDULER has to be defined to either 1 or 0"
56 #error "ERROR: OSCL_HAS_SEM_TIMEDWAIT_SUPPORT has to be defined to either 1 or 0"
65 #error "ERROR: OSCL_HAS_PTHREAD_SUPPORT has to be defined to either 1 or 0
    [all...]
  /external/ppp/pppd/
openssl-hash.c 28 dbglog("Error Unknown message digest SHA1\n");
33 dbglog("Error Unknown message digest MD4\n");
38 dbglog("Error Unknown message digest MD5\n");
  /external/skia/src/animator/
SkBase64.h 25 enum Error {
32 Error decode(const char* src, size_t length);
40 Error decode(const void* srcPtr, size_t length, bool writeDestination);
  /external/skia/src/core/
SkMMapStream.cpp 15 SkDEBUGF(("---- failed to open(%s) for mmap stream error=%d\n", filename, errno));
22 SkDEBUGF(("---- failed to lseek(%s) for mmap stream error=%d\n", filename, errno));
34 SkDEBUGF(("---- failed to mmap(%s) for mmap stream error=%d\n", filename, errno));
  /external/skia/src/ports/
SkThread_pthread.cpp 34 printf("pthread error [%d] EINVAL\n", status);
37 printf("pthread error [%d] EBUSY\n", status);
40 printf("pthread error [%d] unknown\n", status);
  /external/stlport/stlport/stl/
_epilog.h 8 # error STLport epilog header can not be included as long as prolog has not be included.
33 * forum or comment the following #error at your own risk.
35 # error Incompatible native Std library.
  /external/webkit/LayoutTests/storage/
database-lock-after-reload.html 18 function errorFunction(tx, error)
20 log("Test failed - " + error.message);
49 log("Error - could not open database");
  /external/webkit/LayoutTests/storage/resources/
stress-frame.html 21 }, function(tx, error) {
38 }, function(tx, error) {
39 alert('Failed to retrieve notes from database - ' + error.message);
  /external/webkit/WebCore/manual-tests/
database-threading-stress-test-2.html 21 }, function(tx, error) {
38 }, function(tx, error) {
39 alert('Failed to retrieve notes from database - ' + error.message);
  /external/webkit/WebKit/gtk/tests/
testmimehandling.c 51 GError* error = NULL; local
53 g_file_get_contents("test.pdf", &contents, &length, &error);
54 g_assert(!error);
60 GError* error = NULL; local
62 g_file_get_contents("test.html", &contents, &length, &error);
63 g_assert(!error);
69 GError* error = NULL; local
73 g_file_get_contents("test.txt", &contents, &length, &error);
74 g_assert(!error);
80 GError* error = NULL local
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkiterror.cpp 26 return g_quark_from_static_string("webkit-network-error-quark");
31 return g_quark_from_static_string("webkit-policy-error-quark");
36 return g_quark_from_static_string("webkit-plugin-error-quark");
  /frameworks/base/core/jni/
sqlite3_exception.h 29 /* throw a SQLiteException with a message appropriate for the error in handle */
35 /* throw a SQLiteException with a message appropriate for the error in handle
40 /* throw a SQLiteException for a given error code */
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
utypes.h 16 #error This library requires standard C and C++ headers to compile.
19 #error This library compiles only on UNIX systems.
28 #error Need standard integer types definitions, usually in stdint.h
  /ndk/build/tools/
rebuild-all-prebuilt.sh 71 dump "ERROR: Too many parameters. See --help for proper usage."
81 dump "ERROR: Could not create build directory: $BUILD_DIR"
87 dump "ERROR: You can't use both --toolchain-src-dir and --toolchain-src-pkg"
92 dump "ERROR: Invalid toolchain source directory: $SRC_DIR"
109 dump "ERROR: Invalid toolchain source package: $OPTION_TOOLCHAIN_SRC_PKG"
125 dump "ERROR: Could not unpack toolchain sources!"
133 dump "ERROR: Could not download toolchain sources!"
143 dump "ERROR: Could not patch sources."
156 dump "ERROR: Could not build $1 toolchain!"
166 dump "ERROR: Could not build $1 toolchain!
    [all...]

Completed in 335 milliseconds

<<21222324252627282930>>