HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 176 - 200 of 2948) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/elfutils/libdwfl/
dwfl_module_register_names.c 66 Dwfl_Error error = __libdwfl_module_getebl (mod); local
67 if (error != DWFL_E_NOERROR)
69 __libdwfl_seterrno (error);
  /external/freetype/src/base/
ftadvanc.c 89 FT_Error error; local
92 error = func( face, gindex, 1, flags, padvance );
93 if ( !error )
96 if ( FT_ERR_NEQ( error, Unimplemented_Feature ) )
97 return error;
115 FT_Error error = FT_Err_Ok; local
132 error = func( face, start, count, flags, padvances );
133 if ( !error )
136 if ( FT_ERR_NEQ( error, Unimplemented_Feature ) )
137 return error;
    [all...]
ftsynth.c 89 FT_Error error; local
104 /* ignore error */
119 * about the cause of error.
127 error = FT_GlyphSlot_Own_Bitmap( slot );
128 if ( error )
131 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr );
132 if ( error )
  /external/freetype/src/cff/
cf2read.h 48 FT_Error* error; member in struct:CF2_BufferRec_
cf2stack.c 50 /* Note: This function returns NULL on error (does not set */
51 /* `error'). */
56 FT_Error error = FT_Err_Ok; /* for FT_QNEW */ local
65 stack->error = e;
100 CF2_SET_ERROR( stack->error, Stack_Overflow );
116 CF2_SET_ERROR( stack->error, Stack_Overflow );
132 CF2_SET_ERROR( stack->error, Stack_Underflow );
137 CF2_SET_ERROR( stack->error, Syntax_Error );
154 CF2_SET_ERROR( stack->error, Stack_Underflow );
182 CF2_SET_ERROR( stack->error, Stack_Overflow )
    [all...]
  /external/freetype/src/raster/
rastpic.c 57 FT_Error error = FT_Err_Ok; local
67 return error;
72 return error;
82 return error;
  /external/freetype/src/smooth/
ftspic.c 58 FT_Error error = FT_Err_Ok; local
68 return error;
73 return error;
83 return error;
  /external/harfbuzz/src/
harfbuzz-dump-main.c 36 croak (const char *situation, HB_Error error)
38 fprintf (stderr, "%s: Error %d\n", situation, error);
46 HB_Error error; local
58 if ((error = FT_Init_FreeType (&library)))
59 croak ("FT_Init_FreeType", error);
61 if ((error = FT_New_Face (library, argv[1], 0, &font)))
62 croak ("FT_New_Face", error);
67 if (!(error = HB_Load_GSUB_Table (font, &gsub, NULL)))
71 if ((error = HB_Done_GSUB_Table (gsub))
    [all...]
  /external/ipsec-tools/src/racoon/
dnssec.c 68 int error; local
84 error = getcertsbyname(name, &res);
85 if (error != 0) {
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
ClientStateListener.java 66 public Throwable error; field in class:ClientStateListener.DisconnectInfo
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
Parser.java 30 /** Called whenever an error occurs. */
33 * Report an error to the ErrorHandler.
35 * @param line number of the line where error occurred. The value of -1 represents line number
37 * @param lineContent text of the line with error
38 * @param fileName name of the file in which the error occurred
39 * @param errorMessage description of an error
41 void error(int line, String lineContent, String fileName, String errorMessage); method in interface:Parser.ErrorHandler
49 * @param errorHandler Error callback to be called on any error.
52 * handling include loops and error messages
    [all...]
  /external/llvm/include/llvm/Support/
Regex.h 50 /// isValid - returns the error encountered during regex compilation, or
52 bool isValid(std::string &Error);
75 /// \param Error If non-null, any errors in the substitution (invalid
78 std::string sub(StringRef Repl, StringRef String, std::string *Error = 0);
86 int error; member in class:llvm::Regex
  /external/llvm/unittests/Support/
ProgramTest.cpp 75 std::string error; local
85 /*secondsToWait=*/ 10, /*memoryLimit=*/ 0, &error,
87 EXPECT_FALSE(ExecutionFailed) << error;
  /external/llvm/utils/llvm-build/llvmbuild/
util.py 10 error = lambda message: _write_message('error', message) variable
11 fatal = lambda message: (_write_message('fatal error', message), sys.exit(1))
13 __all__ = ['note', 'warning', 'error', 'fatal']
  /external/oprofile/libpp/
populate.cpp 68 bool ok = ip.error == image_ok;
71 if (!ok && ip.error == image_ok)
72 ip.error = image_format_failure;
74 if (ip.error == image_format_failure)
100 if (found == true && ip.error == image_ok) {
101 image_error error; local
104 ip.image, error, true);
  /external/qemu/android/
async-console.h 26 int error; member in struct:__anon24623
49 * An error occured, either during the connection itself, or when
  /external/skia/bench/
BenchGpuTimer_gl.cpp 59 GrGLenum error; local
60 SK_GL_RET_NOERRCHECK(*fContext, error, GetError());
61 if (GR_GL_NO_ERROR != error) {
  /external/sqlite/android/
PhoneNumberUtilsTest.cpp 34 #define EXPECT(function, input1, input2, expected, total, error) \
47 (error)++; \
53 (total), (error))
58 (total), (error))
72 (error)++; \
78 int error = 0; local
189 printf("total: %d, error: %d\n\n", total, error);
190 if (error == 0) {
  /frameworks/av/media/libmediaplayerservice/
SharedLibrary.cpp 51 const char *error = dlerror(); local
52 return error ? error : "No errors or unknown 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
50 * @return {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}.
65 * @return {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}.
78 * @return {@link TextToSpeech#SUCCESS} or {@link TextToSpeech#ERROR}.
88 public void error(); method in interface:SynthesisCallback
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/error/
ErrorTest.java 17 package android.test.suitebuilder.examples.error;
FailingTest.java 17 package android.test.suitebuilder.examples.error;
  /frameworks/compile/mclinker/include/mcld/Support/
MsgHandling.h 33 MsgHandler error(unsigned int pID);
54 inline mcld::MsgHandler mcld::error(unsigned int pID) function in class:mcld
56 return getDiagnosticEngine().report(pID, DiagnosticEngine::Error);
  /libcore/luni/src/main/java/libcore/reflect/
InternalNames.java 55 NoClassDefFoundError error = new NoClassDefFoundError(name); local
56 error.initCause(e);
57 throw error;
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 41 int error; local
51 error = GetLastError ();
52 if (error == ERROR_FILE_EXISTS || error == ERROR_ALREADY_EXISTS)
57 error = GetLastError ();
60 switch (error)

Completed in 1155 milliseconds

1 2 3 4 5 6 78 91011>>