HomeSort by relevance Sort by last modified time
    Searched defs:error (Results 351 - 375 of 5380) sorted by null

<<11121314151617181920>>

  /external/fio/
gerror.c 22 static void report_error(struct gui_entry *ge, GError *error)
35 ui->error_label = gtk_label_new(error->message);
51 GError *error; local
54 error = g_error_new_valist(g_quark_from_string("fio"), 1, format, args);
57 report_error(ge, error);
58 g_error_free(error);
  /external/freetype/src/cache/
ftcglyph.c 122 FT_Error error; local
125 error = FTC_Cache_Init( FTC_CACHE( cache ) );
126 if ( !error )
137 return error;
193 FT_Error error; local
198 FTC_MRULIST_LOOKUP( &cache->families, query, query->family, error );
199 if ( !error )
208 error = FTC_Cache_Lookup( FTC_CACHE( cache ), hash, query, anode );
213 return error;
  /external/freetype/src/cid/
cidriver.c 137 FT_Error error = FT_Err_Ok; local
144 return error;
153 FT_Error error = FT_Err_Ok; local
160 return error;
  /external/freetype/src/pfr/
pfrcmap.c 31 FT_Error error = FT_Err_Ok; local
50 error = FT_THROW( Invalid_Table );
57 return error;
  /external/freetype/src/psaux/
psarrst.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...]
psarrst.h 54 FT_Error* error; member in struct:CF2_ArrStackRec_
70 FT_Error* error,
psstack.c 50 /* Note: This function returns NULL on error (does not set */
51 /* `error'). */
57 FT_Error error = FT_Err_Ok; /* for FT_NEW */ local
66 stack->error = e;
112 CF2_SET_ERROR( stack->error, Stack_Overflow );
128 CF2_SET_ERROR( stack->error, Stack_Overflow );
144 CF2_SET_ERROR( stack->error, Stack_Underflow );
149 CF2_SET_ERROR( stack->error, Syntax_Error );
166 CF2_SET_ERROR( stack->error, Stack_Underflow );
194 CF2_SET_ERROR( stack->error, Stack_Overflow )
    [all...]
  /external/freetype/src/raster/
ftrend1.c 60 FT_Error error = FT_Err_Ok; local
65 error = FT_THROW( Invalid_Argument );
76 return error;
100 FT_Error error = FT_Err_Ok; local
113 error = FT_THROW( Invalid_Argument );
158 error = render->raster_render( render->raster, &params );
161 if ( !error )
173 return error;
  /external/freetype/src/tools/
test_afm.c 82 FT_Error error = FT_Err_Ok; local
89 error = FT_Stream_EnterFrame( stream, stream->size );
90 if ( error )
91 return error;
93 error = psaux->afm_parser_funcs->init( &parser,
97 if ( error )
98 return error;
103 error = psaux->afm_parser_funcs->parse( &parser );
107 return error;
116 FT_Error error = FT_Err_Ok local
    [all...]
  /external/google-benchmark/
mingw.py 37 def error(self, *k, **kw): member in class:EmptyLogger
313 sys.stderr.write('IO error: %s\n' % e)
316 sys.stderr.write('OS error: %s\n' % e)
  /external/harfbuzz_ng/util/
main-font-text.hh 39 GError *error = nullptr; local
41 t = g_locale_to_utf8 (s, -1, nullptr, nullptr, &error);
shape-consumer.hh 62 const char *error = nullptr; local
67 if (!shaper.shape (font, buffer, &error))
70 output.error (error);
  /external/icu/icu4c/source/i18n/
csrmbcs.h 38 UBool error; member in class:IteratedChar
  /external/icu/icu4c/source/tools/genrb/
errmsg.c 11 * File error.c
25 U_CFUNC void error(uint32_t linenumber, const char *msg, ...) function
  /external/ipsec-tools/src/racoon/
main.c 146 int error; local
190 errx(1, "something error happened "
210 error = cfparse();
211 if (error != 0)
217 if ((error = isakmp_cfg_resize_pool(ISAKMP_CFG_MAX_CNX)) != 0)
218 return error;
237 errx(1, "something error happened "
  /external/jarjar/lib/
maven-plugin-api.jar 
  /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/validator/
ReservedKeywordValidator.java 14 private final String error; field in class:ReservedKeywordValidator
18 error = f("'%s' cannot be used as an identifier as it is a keyword.", keyword);
24 arg.report(n, error);
32 arg.report(n, error);
  /external/libbrillo/brillo/dbus/
dbus_method_response.cc 24 void DBusMethodResponseBase::ReplyWithError(const brillo::Error* error) {
26 auto response = GetDBusError(method_call_, error);
35 ErrorPtr error; local
36 Error::AddTo(&error, location, error_domain, error_code, error_message);
37 ReplyWithError(error.get());
  /external/libcap/libcap/
cap_proc.c 51 int error; local
61 error = capget(&cap_d->head, &cap_d->u[0].set);
64 return error;
92 int error; local
101 error = capset(&cap_d->head, &cap_d->u[0].set);
105 return error;
  /external/libgsm/tst/
cod2lin.c 21 int error = 0; variable
41 error = 1;
54 error = 1;
67 error = 1;
103 exit(error);
cod2txt.c 19 int error = 0; variable
40 error = 1;
51 error = 1;
93 exit(error);
gsm2cod.c 19 int error = 0; variable
40 error = 1;
51 error = 1;
63 error = 1;
92 exit(error);
lin2cod.c 20 int error = 0; variable
37 error = 1;
54 error = 1;
68 error = 1;
104 exit(error);
lin2txt.c 18 int error = 0; variable
34 error = 1;
93 exit(error);
  /external/libmojo/mojo/edk/system/
broker_posix.cc 36 bool error = false; local
38 PLOG(ERROR) << "Recvmsg error";
39 error = true;
41 LOG(ERROR) << "Invalid node channel message";
42 error = true;
44 LOG(ERROR) << "Received unexpected number of handles";
45 error = true;
48 if (!error) {
52 LOG(ERROR) << "Unexpected message"
    [all...]

Completed in 908 milliseconds

<<11121314151617181920>>