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

<<11121314151617181920>>

  /external/freetype/src/autofit/
aferrors.h 5 /* Autofitter error codes (specification only). */
21 /* This file is used to define the Autofitter error enumeration */
  /external/freetype/src/cff/
cfferrs.h 5 /* CFF error codes (specification only). */
21 /* This file is used to define the CFF error enumeration constants. */
cffpic.c 66 FT_Error error = FT_Err_Ok; local
72 return error;
77 error = FT_Create_Class_cff_services(library, &container->cff_services);
78 if(error)
80 error = FT_Create_Class_cff_field_handlers(library, &container->cff_field_handlers);
81 if(error)
91 if(error)
93 return error;
  /external/freetype/src/psaux/
psauxerr.h 5 /* PS auxiliary module error codes (specification only). */
21 /* This file is used to define the PS auxiliary module error enumeration */
  /external/freetype/src/pshinter/
pshnterr.h 5 /* PS Hinter error codes (specification only). */
21 /* This file is used to define the PSHinter error enumeration constants. */
  /external/freetype/src/psnames/
psnamerr.h 5 /* PS names module error codes (specification only). */
21 /* This file is used to define the PS names module error enumeration */
  /external/freetype/src/raster/
rasterrs.h 5 /* monochrome renderer error codes (specification only). */
21 /* This file is used to define the monochrome renderer error enumeration */
  /external/freetype/src/sfnt/
sferrors.h 5 /* SFNT error codes (specification only). */
21 /* This file is used to define the SFNT error enumeration constants. */
sfntpic.c 64 FT_Error error = FT_Err_Ok; local
70 return error;
75 error = FT_Create_Class_sfnt_services(library, &container->sfnt_services);
76 if(error)
78 error = FT_Create_Class_tt_cmap_classes(library, &container->tt_cmap_classes);
79 if(error)
91 if(error)
93 return error;
  /external/freetype/src/smooth/
ftsmerrs.h 5 /* smooth renderer error codes (specification only). */
21 /* This file is used to define the smooth renderer error enumeration */
  /external/freetype/src/truetype/
tterrors.h 5 /* TrueType error codes (specification only). */
21 /* This file is used to define the TrueType error enumeration */
  /external/icu4c/tools/genrb/
errmsg.h 9 * File error.h
23 void error (uint32_t linenumber, const char *msg, ...);
  /external/iproute2/tc/
emp_ematch.l 77 return ERROR;
96 fprintf(stderr, "error: octal escape sequence" \
98 return ERROR;
104 fprintf(stderr, "error: invalid octale escape sequence\n");
105 return ERROR;
114 fprintf(stderr, "error: hexadecimal escape " \
116 return ERROR;
142 return ERROR;
  /external/opencore/oscl/oscl/config/shared/
osclconfig_error_check.h 29 #error "ERROR: OSCL_HAS_EXCEPTIONS has to be defined to either 1 or 0"
38 #error "ERROR: OSCL_HAS_ERRNO_H has to be defined to either 1 or 0"
47 #error "ERROR: OSCL_HAS_SYMBIAN_ERRORTRAP has to be defined to either 1 or 0"
57 #error "ERROR: OSCL_HAS_SETJMP_H has to be defined to either 1 or 0"
osclconfig_lib_check.h 33 #error "ERROR: OSCL_HAS_RUNTIME_LIB_LOADING_SUPPORT must be defined to 0 or 1"
43 #error "ERROR: OSCL_LIB_READ_DEBUG_LIBS must be defined to 0 or 1"
51 #error "ERROR: PV_DYNAMIC_LOADING_CONFIG_FILE_PATH must be set to a path where the config files are expected to be present"
59 #error "ERROR: PV_RUNTIME_LIB_FILENAME_EXTENSION must be specified for use as the dynamic library file extension"
osclconfig_util_check.h 27 #error "ERROR: OSCL_HAS_SYMBIAN_TIMERS has to be defined to either 1 or 0"
36 #error "ERROR: OSCL_HAS_SYMBIAN_MATH has to be defined to either 1 or 0"
45 #error "ERROR: OSCL_HAS_ANSI_MATH_SUPPORT has to be defined to either 1 or 0"
53 #error "ERROR: OSCL_CLOCK_HAS_DRIFT_CORRECTION has to be defined to either 1 or 0"
  /external/srec/make/asr/
Makefile.config 26 $(error Unsupported TARGET_ARCH for ASR)
39 $(error Unsupported TARGET_BUILD_TYPE for ASR)
  /external/stlport/stlport/stl/
_ioserr.h 9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
11 # error STLport iostreams header cannot be used; your compiler do not support it.
  /external/webkit/LayoutTests/fast/dom/Geolocation/
callback-exception-expected.txt 1 CONSOLE MESSAGE: line 22: Error: Exception in success callback
2 Tests that when an exception is thrown in the success callback, the error callback is not invoked. Note that this test throws an exception which is not caught.
  /external/webkit/LayoutTests/platform/android-v8/fast/dom/Geolocation/
callback-exception-expected.txt 1 CONSOLE MESSAGE: line 22: Uncaught Error: Exception in success callback
2 Tests that when an exception is thrown in the success callback, the error callback is not invoked. Note that this test throws an exception which is not caught.
  /external/webkit/WebCore/manual-tests/inspector/
errors-with-space in-url.html 2 Resources with a space in their URL don't get error/warning bubbles</a>.</p>
7 <button onclick="console.error('hi')">click me</button>
  /external/webkit/WebKit/mac/Misc/
WebNSFileManagerExtras.m 76 if ([manager moveItemAtPath:path toPath:moveToPath error:NULL])
103 OSStatus error;
110 error = FSPathMakeRef((const UInt8 *)[posixPath fileSystemRepresentation], &ref, NULL);
111 if (error != noErr) {
116 error = FSGetCatalogInfo(&ref, kFSCatInfoVolume, &info, NULL, NULL, NULL);
117 if (error != noErr) {
122 error = FSGetVolumeInfo(info.volume, 0, NULL, kFSVolInfoNone, NULL, NULL, &rootRef);
123 if (error != noErr) {
130 error = FSGetCatalogInfo(&ref, kFSCatInfoNone, NULL, &nameString, NULL, &parentRef);
131 if (error != noErr)
    [all...]
  /hardware/ti/omap3/omx/core_plugin/omx_core_plugin/src/
ti_omx_interface.cpp 26 LOGE("TIOMXInterface: Error closing library: %s\n", pErr);
30 LOGE("OsclSharedLibrary::Close: Error closing library, no error reported");
91 // No error reported, but no handle to the library
92 LOGE("OsclLib::LoadLibrary: Error opening "
93 "library (%s) but no error reported\n", OMX_CORE_LIBRARY);
97 // Error reported
98 LOGE("OsclLib::LoadLibrary: Error opening "
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
patchkey.h 13 #error "patchkey.h included directly"
27 #error "could not determine byte order"
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
patchkey.h 13 #error "patchkey.h included directly"
27 #error "could not determine byte order"

Completed in 61 milliseconds

<<11121314151617181920>>