HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 251 - 275 of 3032) sorted by null

<<11121314151617181920>>

  /external/pdfium/third_party/freetype/src/base/
ftinit.c 148 error = FT_Create_Class_ ## x( library, &clazz ); \
149 if ( error ) \
157 FT_Error error; local
171 return error;
183 if ( error )
188 return error;
200 FT_Error error; local
218 error = FT_Add_Module( library, *cur );
220 if ( error )
222 " Cannot install `%s', error = 0x%x\n"
234 FT_Error error; local
    [all...]
  /external/pdfium/third_party/freetype/src/cff/
cf2arrst.c 49 * CF2_ArrStack uses an error pointer, to enable shared errors.
51 * to continue after detecting errors. Only the first error should be
58 FT_Error* error,
65 arrstack->error = error;
93 /* return false on memory error */
101 FT_Error error = FT_Err_Ok; /* for FT_REALLOC */ local
121 CF2_SET_ERROR( arrstack->error, Stack_Overflow );
131 /* if there's not already an error, store this one */
132 CF2_SET_ERROR( arrstack->error, Out_Of_Memory )
    [all...]
cf2arrst.h 54 FT_Error* error; member in struct:CF2_ArrStackRec_
70 FT_Error* error,
cf2stack.h 64 FT_Error* error; member in struct:CF2_StackRec_
73 FT_Error* error );
  /external/pdfium/third_party/freetype/src/cid/
cidparse.c 56 FT_Error error; local
77 error = FT_THROW( Unknown_File_Format );
81 if ( error )
102 error = FT_THROW( Invalid_File_Format );
170 if ( parser->root.error )
172 error = parser->root.error;
186 error = FT_THROW( Unknown_File_Format );
204 return error;
cidriver.c 129 FT_Error error = FT_Err_Ok; local
136 return error;
145 FT_Error error = FT_Err_Ok; local
152 return error;
  /external/pdfium/third_party/freetype/src/raster/
ftrend1.c 65 FT_Error error = FT_Err_Ok; local
70 error = FT_THROW( Invalid_Argument );
81 return error;
105 FT_Error error; local
118 error = FT_THROW( Invalid_Argument );
183 error = FT_THROW( Invalid_Argument );
232 error = render->raster_render( render->raster, &params );
236 if ( error )
244 return error;
  /external/pdfium/third_party/freetype/src/sfnt/
ttmtx.c 54 /* FreeType error code. 0 means success. */
61 FT_Error error; local
80 error = face->goto_table( face, tag, stream, &table_size );
81 if ( error )
88 return error;
108 /* FreeType error code. 0 means success. */
115 FT_Error error; local
150 error = face->goto_table( face, TTAG_vhea, stream, 0 );
151 if ( error )
158 error = face->goto_table( face, TTAG_hhea, stream, 0 )
211 FT_Error error; local
    [all...]
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/
Logger.java 595 * Is the logger instance enabled for the ERROR level?
597 * @return True if this Logger is enabled for the ERROR level,
603 * Log a message at the ERROR level.
607 public void error(String msg); method in interface:Logger
610 * Log a message at the ERROR level according to the specified format
614 * is disabled for the ERROR level. </p>
619 public void error(String format, Object arg); method in interface:Logger
622 * Log a message at the ERROR level according to the specified format
626 * is disabled for the ERROR level. </p>
632 public void error(String format, Object arg1, Object arg2) method in interface:Logger
648 public void error(String format, Object... arguments); method in interface:Logger
657 public void error(String msg, Throwable t); method in interface:Logger
675 public void error(Marker marker, String msg); method in interface:Logger
685 public void error(Marker marker, String format, Object arg); method in interface:Logger
697 public void error(Marker marker, String format, Object arg1, Object arg2); method in interface:Logger
708 public void error(Marker marker, String format, Object... arguments); method in interface:Logger
719 public void error(Marker marker, String msg, Throwable t); method in interface:Logger
    [all...]
  /external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
MarkerIgnoringBase.java 142 public void error(Marker marker, String msg) { method in class:MarkerIgnoringBase
143 error(msg);
146 public void error(Marker marker, String format, Object arg) { method in class:MarkerIgnoringBase
147 error(format, arg); method
150 public void error(Marker marker, String format, Object arg1, Object arg2) { method in class:MarkerIgnoringBase
151 error(format, arg1, arg2); method
154 public void error(Marker marker, String format, Object... arguments) { method in class:MarkerIgnoringBase
155 error(format, arguments); method
158 public void error(Marker marker, String msg, Throwable t) { method in class:MarkerIgnoringBase
159 error(msg, t) method
    [all...]
  /external/speex/libspeex/
lpc.c 72 /* returns minimum mean square error */
81 spx_word16_t error = ac[0]; local
97 r = DIV32_16(rr+PSHR32(error,1),ADD16(error,8));
99 r = rr/(error+.003*ac[0]);
101 /* Update LPC coefficients and total error */
112 error = SUB16(error,MULT16_16_Q13(r,MULT16_16_Q13(error,r)));
114 return error;
    [all...]
  /external/valgrind/exp-bbv/tests/amd64-linux/
fldcw_check.S 149 mov $error,%rsi # string
166 error: .asciz "Error! Wrong result!\n" label
  /external/valgrind/exp-bbv/tests/x86/
fldcw_check.S 104 pushl $error
108 mov $error,%ecx # string
130 error: .asciz "Error! Wrong result!\n" label
  /external/valgrind/none/tests/
pth_atfork1.c 22 # include <error.h>
32 static void error (int status, int errnum, char* msg) function
83 error (EXIT_FAILURE, 0, "cannot create thread");
88 error(EXIT_FAILURE, 0, "pthread_join res != 0" );
108 error (EXIT_FAILURE, errno, "cannot fork");
111 error (EXIT_FAILURE, errno, "wrong child");
114 error (EXIT_FAILURE, 0, "Child terminated incorrectly");
  /external/valgrind/tests/
check_headers_and_includes 218 error("File $path_name must not include $inc\n");
222 error("File $path_name should include pub_tool_clreq.h instead of $inc\n");
228 error("File $path_name must not use vg_assert\n");
233 error("File $path_name must not use VG_(core_panic)\n");
251 error("File $path_name must not include $inc\n");
256 error("File $path_name should include pub_core_clreq.h instead of $inc\n");
262 error("File $path_name must not use tl_assert\n");
273 error("File $path_name must not use VG_(tool_panic)\n");
289 error("File $path_name must not include $inc\n");
293 error("File $path_name should include pub_tool_clreq.h instead of $inc\n")
322 sub error { subroutine
    [all...]
  /external/zopfli/src/zopfli/
tree.c 98 int error = ZopfliLengthLimitedCodeLengths(count, n, maxbits, bitlengths); local
99 (void) error;
100 assert(!error);
  /frameworks/av/media/img_utils/src/
FileInput.cpp 55 int error = ::ferror(mFp); local
56 if (error != 0) {
57 ALOGE("%s: Error %d occurred while reading file %s.", __FUNCTION__, error, mPath.string());
  /frameworks/av/media/libmedia/
IRemoteDisplayClient.cpp 60 void onDisplayError(int32_t error)
64 data.writeInt32(error);
95 int32_t error = data.readInt32(); local
96 onDisplayError(error);
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
aacenc_core.c 61 Word32 error = 0; local
67 error=1;
70 if (!error) {
74 if (!error) {
75 error = InitElementInfo (config.nChannelsOut,
79 if (!error) {
83 if (!error) {
88 error = psyMainInit(&hAacEnc->psyKernel,
97 if(!error) {
102 if (!error) {
    [all...]
  /frameworks/base/core/java/android/net/netlink/
StructNlMsgErr.java 47 struct.error = byteBuffer.getInt();
52 public int error; field in class:StructNlMsgErr
59 byteBuffer.putInt(error);
68 + "error{" + error + "}, "
  /frameworks/base/core/java/android/speech/tts/
SynthesisCallback.java 25 * {@link #error} can be called at any stage in the synthesis process to
26 * indicate that an error has occurred, but if the call is made after a call
52 * @return {@link TextToSpeech#SUCCESS}, {@link TextToSpeech#ERROR} or
68 * @return {@link TextToSpeech#SUCCESS}, {@link TextToSpeech#ERROR} or
80 * This method has to be called if {@link #start} and/or {@link #error} was called.
82 * @return {@link TextToSpeech#SUCCESS}, {@link TextToSpeech#ERROR} or
93 public void error(); method in interface:SynthesisCallback
102 * @param errorCode Error code to pass to the client. One of the ERROR_ values from
105 public void error(int errorCode); method in interface:SynthesisCallback
  /frameworks/compile/mclinker/lib/Support/
TargetRegistry.cpp 92 std::string error; local
93 result = lookupTarget(pTriple.getTriple(), error);
96 "'\n" + "(Detail: " + error + ")\n";
  /frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/
CompilationResult.java 29 public final String error; field in class:CompilationResult
31 public CompilationResult(int resultCode, String output, String error) {
34 this.error = error;
42 return resultCode != 0 && error.indexOf(text) > 0;
46 List<ScopedException> errors = ScopedException.extractErrors(error);
50 assertEquals(error, 1, errors.size());
55 return ScopedException.extractErrors(error);
  /frameworks/native/opengl/libs/EGL/
egl_tls.h 37 EGLint error; member in class:android::egl_tls_t
44 const char* caller, int line, EGLint error, bool quiet);
58 int line, EGLint error, T returnValue, bool quiet = false) {
59 setErrorEtcImpl(caller, line, error, quiet);
  /frameworks/native/opengl/tests/lib/
glTestLib.cpp 54 for (EGLint error = eglGetError(); error != EGL_SUCCESS; error
57 op, EGLUtils::strerror(error), error);
63 for (GLint error = glGetError(); error; error
65 testPrintE("after %s() glError (0x%x)", op, error);
113 EGLint error = eglGetError() local
    [all...]

Completed in 424 milliseconds

<<11121314151617181920>>