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

<<21222324252627282930>>

  /external/freetype/include/freetype/
ftbbox.h 38 #error "freetype.h of FreeType 1 has been loaded!"
39 #error "Please fix the directory search order for header files"
40 #error "so that freetype.h of FreeType 2 is found first."
74 /* FreeType error code. 0~means success. */
ftxf86.h 26 #error "freetype.h of FreeType 1 has been loaded!"
27 #error "Please fix the directory search order for header files"
28 #error "so that freetype.h of FreeType 2 is found first."
74 /* Font format string. NULL in case of error. */
  /external/freetype/src/autofit/
afpic.c 53 FT_Error error = FT_Err_Ok; local
59 return error;
83 if(error)
85 return error;
  /external/oprofile/libutil/
op_get_time.h 23 * and time, or an empty string on error.
  /external/v8/test/cctest/
test-assembler-mips.cc 141 Label exit, error; local
173 __ Branch(ne, &error, v0, Operand(0x0f234560));
178 __ Branch(ne, &error, v0, Operand(0x00001234));
181 __ Branch(ne, &error, v1, Operand(0x80000003));
184 __ Branch(ne, &error, v1, Operand(0x7ffffffc));
191 __ Branch(ne, &error, v0, Operand(0xedcba983));
195 __ Branch(ne, &error, v0, Operand(0x1));
198 __ Branch(ne, &error, v0, Operand(0x0));
205 __ Branch(ne, &error, v0, Operand(0x00007400));
208 __ Branch(ne, &error, v1, Operand(0x80000000))
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/
error.html 10 <script src="resources/error.js"></script>
reentrant-error.html 10 <script src="resources/reentrant-error.js"></script>
  /external/webkit/LayoutTests/storage/
read-and-write-transactions-dont-run-together.html 47 }, function(error) {
48 log((readOnly ? "Read" : "Write") + " transaction failed: " + error.message);
90 }, function(error) {
91 log("Cannot create the Test table: " + error.message);
  /external/webkit/WebCore/platform/network/cf/
ResourceError.h 49 ResourceError(CFStreamError error);
51 ResourceError(CFErrorRef error)
53 , m_platformError(error)
55 m_isNull = !error;
  /external/webkit/WebCore/platform/text/mac/
make-charset-table.pl 36 my $error = 0;
38 sub error ($) subroutine
41 $error = 1;
48 error "$name shows up twice in output" if $namesWritten{$name};
78 error "Platform encoding name $PlatformName is mentioned twice in $baseFilename" if $seenPlatformNames{$PlatformNameWithFlags};
90 error "$name, in $baseFilename, has illegal characters in it";
96 error "$name, in $baseFilename, has illegal characters in it (must be all lowercase alphanumeric)";
100 error "$name comes after $prevName in $baseFilename, but everything must be in alphabetical order";
110 error "$name is mentioned twice in $baseFilename" if $seenIANANames{$canonicalName};
123 error "$baseFilename lists both $name and $otherName under $PlatformName, but that aliasing is already s (…)
    [all...]
  /frameworks/base/tools/aapt/
SourcePos.h 20 int error(const char* fmt, ...) const;
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
spinlock_api_smp.h 16 #error "please don't include this file directly"
spinlock_types_up.h 16 #error "please don't include this file directly"
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
spinlock_api_smp.h 16 #error "please don't include this file directly"
spinlock_types_up.h 16 #error "please don't include this file directly"
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
spinlock_api_smp.h 16 #error "please don't include this file directly"
spinlock_types_up.h 16 #error "please don't include this file directly"
  /ndk/build/platforms/android-5/arch-x86/usr/include/asm/
module_32.h 23 #error unknown processor family
spinlock_types.h 16 #error "please don't include this file directly"
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
spinlock_api_smp.h 16 #error "please don't include this file directly"
spinlock_types_up.h 16 #error "please don't include this file directly"
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
spinlock_api_smp.h 16 #error "please don't include this file directly"
spinlock_types_up.h 16 #error "please don't include this file directly"
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
module_32.h 23 #error unknown processor family
spinlock_types.h 16 #error "please don't include this file directly"

Completed in 67 milliseconds

<<21222324252627282930>>