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

12 3 4 5 6 7 8 91011>>

  /external/pdfium/third_party/freetype/src/base/
ftpic.c 32 FT_Error error; local
37 error = ft_base_pic_init( library );
38 if ( error )
39 return error;
fttype1.c 32 FT_Error error; local
45 error = service->ps_get_font_info( face, afont_info );
47 error = FT_THROW( Invalid_Argument );
49 return error;
80 FT_Error error; local
93 error = service->ps_get_font_private( face, afont_private );
95 error = FT_THROW( Invalid_Argument );
97 return error;
ftwinfnt.c 33 FT_Error error; local
45 error = service->get_header( face, header );
47 error = FT_THROW( Invalid_Argument );
49 return error;
ftbdf.c 33 FT_Error error; local
46 error = service->get_charset_id( face, &encoding, &registry );
48 error = FT_THROW( Invalid_Argument );
56 return error;
67 FT_Error error; local
83 error = service->get_property( face, prop_name, aproperty );
85 error = FT_THROW( Invalid_Argument );
87 return error;
ftmm.c 41 FT_Error error; local
49 error = FT_ERR( Invalid_Argument );
58 error = FT_Err_Ok;
61 return error;
71 FT_Error error; local
80 error = ft_face_get_mm_service( face, &service );
81 if ( !error )
83 error = FT_ERR( Invalid_Argument );
85 error = service->get_mm( face, amaster );
88 return error;
98 FT_Error error; local
126 FT_Error error; local
154 FT_Error error; local
182 FT_Error error; local
213 FT_Error error; local
    [all...]
ftotval.c 38 FT_Error error; local
43 error = FT_THROW( Invalid_Face_Handle );
53 error = FT_THROW( Invalid_Argument );
60 error = service->validate( face,
68 error = FT_THROW( Unimplemented_Feature );
71 return error;
  /external/valgrind/cachegrind/tests/
dlclose.c 17 char *error; local
26 if ((error = dlerror()) != NULL) {
27 fprintf (stderr, "%s\n", error);
  /external/vboot_reference/tests/
common.sh 43 function error { function
59 echo -e "${COL_RED}ERROR at ${cfunc}, line ${cline}${spacer}${args}" \
66 error 1 "You must run gen_test_keys.sh to generate test keys first."
  /external/vboot_reference/tests/futility/
common.sh 29 error() { function
  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client_extension.c 63 * It returns 0 in case of success and the error code requested by tf_daemon otherwise.
67 int error = 0; local
76 error = smcPropertiesParse(configurationFileName);
77 if ( error != 0 )
79 return error;
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client_extension.c 63 * It returns 0 in case of success and the error code requested by tf_daemon otherwise.
67 int error = 0; local
76 error = smcPropertiesParse(configurationFileName);
77 if ( error != 0 )
79 return error;
  /ndk/sources/android/crazy_linker/src/
crazy_linker_error_unittest.cpp 11 TEST(Error, ConstructEmpty) {
12 Error error; local
13 EXPECT_STREQ("", error.c_str());
16 TEST(Error, ConstructWithString) {
17 Error error("Foo Bar");
18 EXPECT_STREQ("Foo Bar", error.c_str());
21 TEST(Error, CopyConstructor) {
22 Error error("FooFoo")
29 Error error; local
43 Error error; local
    [all...]
  /bionic/tools/relocation_packer/src/
debug_unittest.cc 15 std::ostringstream error; local
16 Logger::SetStreams(&info, &error);
20 LOG(ERROR) << "ERROR log message";
24 "ERROR: ERROR log message\n", error.str());
31 std::ostringstream error; local
32 Logger::SetStreams(&info, &error);
38 LOG_IF(ERROR, true) << "ERROR log message"
51 std::ostringstream error; local
76 std::ostringstream error; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 52 error = errorFunction;
59 * an exception upon error.
163 error(nvae);
168 public var error:Function = function(nvae:NoViableAltException):NoViableAltException { return nvae; } variable
  /external/freetype/src/base/
ftmm.c 41 FT_Error error; local
49 error = FT_ERR( Invalid_Argument );
58 error = FT_Err_Ok;
61 return error;
71 FT_Error error; local
80 error = ft_face_get_mm_service( face, &service );
81 if ( !error )
83 error = FT_ERR( Invalid_Argument );
85 error = service->get_mm( face, amaster );
88 return error;
98 FT_Error error; local
126 FT_Error error; local
154 FT_Error error; local
182 FT_Error error; local
213 FT_Error error; local
    [all...]
  /external/lldb/source/Interpreter/
OptionValueFormat.cpp 38 Error
41 Error error; local
52 error = Args::StringToFormat (value_cstr, new_format, NULL);
53 if (error.Success())
66 error = OptionValue::SetValueFromCString (value_cstr, op);
69 return error;
  /external/mesa3d/src/glx/
glx_error.c 43 xError error; local
50 error.type = X_Error;
53 error.errorCode = errorCode;
56 error.errorCode = glx_dpy->codes->first_error + errorCode;
59 error.sequenceNumber = dpy->request;
60 error.resourceID = resourceID;
61 error.minorCode = minorCode;
62 error.majorCode = gc ? gc->majorOpcode : 0;
64 _XError(dpy, &error);
72 xError error; local
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
utils.c 27 /* Print the system error message for sr.
33 VG_(umsg) ("error %ld %s\n", sr_Err(sr), VG_(strerror) (sr_Err(sr)));
35 VG_(umsg) ("sr_perror called with no error!!!\n");
41 /* Print an error message and return to command level.
42 STRING is the error message, used as a fprintf string,
45 void error (const char *string,...) function
54 /* Print an error message and exit reporting failure.
55 This is for a error that we cannot continue from.
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
channel_map.c 32 Word16 error=0; local
57 error=1;
60 return error;
66 Word16 error; local
67 error = 0;
80 error=4;
83 return error;
93 Word16 error; local
94 error = 0;
120 error = 1
    [all...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh3_1.cpp 6 class error {}; class in class:foo
8 void cause_error(void) { throw error(); }
17 catch (foo::error&) {
eh5.cpp 6 class error {}; class in class:foo
  /ndk/tests/device/test-stlport_static-exception/jni/
eh3_1.cpp 6 class error {}; class in class:foo
8 void cause_error(void) { throw error(); }
17 catch (foo::error&) {
eh5.cpp 6 class error {}; class in class:foo
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/attr/
error_context.h 26 /* Process an error message */
27 void (*error) (struct error_context *, const char *, ...); member in struct:error_context
29 /* Quote a file name for including in an error message */
37 # define error(ctx, args...) do { \ macro
38 if ((ctx) && (ctx)->error) \
39 (ctx)->error((ctx), args); \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/attr/
error_context.h 26 /* Process an error message */
27 void (*error) (struct error_context *, const char *, ...); member in struct:error_context
29 /* Quote a file name for including in an error message */
37 # define error(ctx, args...) do { \ macro
38 if ((ctx) && (ctx)->error) \
39 (ctx)->error((ctx), args); \

Completed in 871 milliseconds

12 3 4 5 6 7 8 91011>>