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

<<31323334353637383940>>

  /external/bluetooth/glib/gio/tests/
filter-streams.c 87 GError *error = NULL; local
93 g_input_stream_close_finish (expected_obj, result, &error);
94 g_assert (error == NULL);
158 GError *error = NULL; local
164 g_output_stream_close_finish (expected_obj, result, &error);
165 g_assert (error == NULL);
  /external/bluetooth/glib/gio/win32/
gwinhttpfileoutputstream.c 57 GError **error);
116 GError **error)
135 _g_winhttp_set_error (error, GetLastError (), "PUT request");
152 _g_winhttp_set_error (error, GetLastError (), "PUT request");
165 _g_winhttp_set_error (error, GetLastError (), "PUT request");
176 error,
  /external/dbus/bus/
connection.h 56 DBusError *error);
64 DBusError *error);
70 DBusError *error);
103 DBusError *error);
113 DBusError *error);
131 const DBusError *error,
  /external/freetype/include/freetype/
ftotval.h 37 #error "freetype.h of FreeType 1 has been loaded!"
38 #error "Please fix the directory search order for header files"
39 #error "so that freetype.h of FreeType 2 is found first."
121 * error checking (which can be quite time consuming).
148 * FreeType error code. 0~means success.
151 * This function only works with OpenType fonts, returning an error
ftsizes.h 36 #error "freetype.h of FreeType 1 has been loaded!"
37 #error "Please fix the directory search order for header files"
38 #error "so that freetype.h of FreeType 2 is found first."
92 /* FreeType error code. 0~means success. */
118 /* FreeType error code. 0~means success. */
142 /* FreeType error code. 0~means success. */
  /external/freetype/include/freetype/internal/
ftvalid.h 59 /* return an error later when trying to load the glyph). */
85 FT_Error error; /* error returned. 0 means success */ member in struct:FT_ValidatorRec_
106 /* Sets the error field in a validator, then calls `longjmp' to return */
108 /* error checks within the validation routines. */
112 FT_Error error );
sfnt.h 54 /* FreeType error code. 0 means success. */
97 /* FreeType error code. 0 means success. */
150 /* FreeType error code. 0 means success. */
184 /* FreeType error code. 0 means success. */
221 /* Loads the whole table. Returns an error if */
237 /* TrueType error code. 0 means success. */
271 /* FreeType error code. 0 means success. Returns */
301 /* FreeType error code. 0 means success. */
350 /* FreeType error code. 0 means success. Returns an error if no *
    [all...]
  /external/freetype/src/base/
ftdebug.c 23 /* checking, tracing, and error detection. */
29 /* Error and trace messages are sent to the log file (which can be the */
30 /* standard error output). */
32 /* - error mode */
34 /* Only error messages are generated. */
38 /* No error message is sent or generated. The code is free from any */
  /external/icu4c/samples/case/
ucase.c 53 u_fprintf(out, "error in u_strToLower(Turkish locale)=%ld error=%s\n", length,
66 u_fprintf(out, "error in u_strToLower(English locale)=%ld error=%s\n", length,
78 u_fprintf(out, "error in u_strFoldCase()=%ld error=%s\n", length,
  /external/icu4c/test/cintltst/
cnumtst.c 132 log_data_err("Error in creating default NumberFormat using unum_open(): %s (Are you missing data?)\n", myErrorName(status));
139 log_err("Error: could not create NumberFormat (french): %s\n", myErrorName(status));
146 log_err("Error: could not create NumberFormat using \n unum_open(currency, NULL, &status) %s\n",
152 log_err("Error: could not create NumberFormat using unum_open(currency, french, &status): %s\n",
159 log_err("Error: could not create NumberFormat using unum_open(percent, NULL, &status): %s\n", myErrorName(status));
164 log_err("Error: could not create NumberFormat using unum_open(percent, french, &status): %s\n", myErrorName(status));
170 log_err("Error: could not create NumberFormat using unum_open(spellout, NULL, &status): %s\n", myErrorName(status));
177 log_err("Error: could not clone unum_clone(def, &status): %s\n", myErrorName(status));
187 log_err("error in countAvailable");
222 log_err("Error in formatting using unum_format(.....): %s\n", myErrorName(status) )
    [all...]
cbiapts.c 36 log_data_err("Failure at file %s, line %d, error = %s (Are you missing data?)\n", __FILE__, __LINE__, u_errorName(status));}}
158 log_err_status(status, "FAIL: Error in ubrk_open() for word breakiterator: %s\n", myErrorName(status));
166 log_err_status(status, "FAIL: Error in ubrk_open() for sentence breakiterator: %s\n", myErrorName(status));
175 log_err("FAIL: Error in ubrk_open() for line breakiterator: %s\n", myErrorName(status));
184 log_err("FAIL: Error in ubrk_open() for character breakiterator: %s\n", myErrorName(status));
193 log_err("FAIL: Error in ubrk_open() for BOGUS breakiterator. Expected U_ILLEGAL_ARGUMENT_ERROR\n");
197 log_err("FAIL: Error in ubrk_open() for BOGUS breakiterator. Expected U_ILLEGAL_ARGUMENT_ERROR\n Got %s\n", myErrorName(status));
209 log_err("FAIL: Error in ubrk_countAvialable() returned %d\n", count);
228 log_err("error ubrk_start(word) did not return 0\n");
232 log_err("error ubrk_next(word) did not return 4\n")
    [all...]
  /external/opencore/pvmi/content_policy_manager/plugins/common/include/
pvmf_cpmplugin_domain_interface.h 57 * @param [out] errcode: error code in case of failure.
59 * @returns PVMFSuccess or an error.
72 * @param [out] errcode: error code in case of failure.
74 * @returns PVMFSuccess or an error.
86 * @param [out] errcode: error code in case of failure.
88 * @returns PVMFSuccess or an error.
  /external/opencore/pvmi/pvmf/include/
pvmf_errorinfomessage_extension.h 38 Returns the code and space UUID for this error/info message
48 Returns a pointer to the next error/info message in the linked list. If NULL,
49 the current error/info message is the last element in the list.
57 Increments the reference count for this error message object
61 Decrements the reference count for this error message object and deletes
66 Returns the extension interface for the specified UUID if this error
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.2-1.js 39 3. If Type(Result(2)) is not Object, generate a runtime error.
41 generate a runtime error.
44 6. If Type(Result(5)) is not Object, generate a runtime error.
53 4. If Type(Result(2)) is not Object, generate a runtime error.
55 generate a runtime error.
58 7. If Type(Result(6)) is not Object, generate a runtime error.
11.2.2-11.js 39 3. If Type(Result(2)) is not Object, generate a runtime error.
41 generate a runtime error.
44 6. If Type(Result(5)) is not Object, generate a runtime error.
53 4. If Type(Result(2)) is not Object, generate a runtime error.
55 generate a runtime error.
58 7. If Type(Result(6)) is not Object, generate a runtime error.
  /external/webkit/WebCore/bindings/scripts/
IDLParser.pm 125 my $moduleName = (defined($1) ? $1 : die("Parsing error!\nSource:\n$data\n)"));
192 $exceptionName = (defined($1) ? $1 : die("Parsing error!\nSource:\n$data\n)"));
193 $exceptionData = (defined($2) ? $2 : die("Parsing error!\nSource:\n$data\n)"));
199 $exceptionDataType = (defined($1) ? $1 : die("Parsing error!\nSource:\n$data\n)"));
200 $exceptionDataName = (defined($2) ? $2 : die("Parsing error!\nSource:\n$data\n)"));
226 $interfaceName = (defined($2) ? $2 : die("Parsing error!\nSource:\n$data\n)"));
228 $interfaceData = (defined($4) ? $4 : die("Parsing error!\nSource:\n$data\n)"));
253 my $attributeType = (defined($1) ? $1 : die("Parsing error!\nSource:\n$line\n)"));
256 my $attributeDataType = (defined($3) ? $3 : die("Parsing error!\nSource:\n$line\n)"));
257 my $attributeDataName = (defined($4) ? $4 : die("Parsing error!\nSource:\n$line\n)"))
    [all...]
  /external/webkit/WebCore/loader/
NetscapePlugInStreamLoader.cpp 107 void NetscapePlugInStreamLoader::didFail(const ResourceError& error)
112 m_client->didFail(this, error);
113 ResourceLoader::didFail(error);
116 void NetscapePlugInStreamLoader::didCancel(const ResourceError& error)
120 m_client->didFail(this, error);
132 ResourceLoader::didCancel(error);
  /external/webkit/WebCore/platform/mac/
WebCoreNSStringExtras.mm 79 OSStatus error = FSGetForkCBInfo(resRef, 0, NULL, NULL, NULL, &fref, NULL);
80 if (error != noErr)
101 error = LocaleStringToLangAndRegionCodes([(NSString *)locale.get() UTF8String], &lang, &region);
102 if (error != noErr)
106 error = UpgradeScriptInfoToTextEncoding(kTextScriptDontCare, lang, region, NULL, &encoding);
107 if (error != noErr)
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
text_unittest.py 45 """Records if an error occurs."""
52 """Asserts that the specified lines has an error."""
56 """Checks if the expected error occurs."""
62 self.assert_(self.had_error, '%s should have an error [whitespace/tab].' % lines)
66 """Tests for no error cases."""
72 """Tests for error cases."""
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
httpread.h 23 HTTPREAD_EVENT_ERROR = 3 /* misc. error, esp malloc error */
66 * Return NULL on error.
90 * or possibly NULL (which would be an error).
103 * Might return NULL in some error condition.
109 * Might return NULL in some error condition.
  /frameworks/base/services/java/com/android/server/
DiskStatsService.java 53 IOException error = null; local
60 error = e;
68 if (error != null) {
69 pw.print("Test-Error: ");
70 pw.println(error.toString());
106 pw.print("-Error: ");
  /frameworks/base/tests/SmokeTest/tests/src/com/android/smoketest/
ProcessErrorsTest.java 30 * This smoke test is designed to quickly sniff for any error conditions
54 // note: this contains information about each process that is currently in an error
69 * This helper function will dump the actual error reports.
71 * @param errList The error report containing one or more error records.
96 builder.append("Process error ").append(condition).append(" ");
  /frameworks/base/tools/aapt/
Main.cpp 187 int result = 1; // pessimistically assume an error.
211 fprintf(stderr, "ERROR: Unknown command '%s'\n", argv[1]);
237 fprintf(stderr, "ERROR: No argument supplied for '-c' option\n");
250 fprintf(stderr, "ERROR: No argument supplied for '-g' option\n");
282 fprintf(stderr, "ERROR: No argument supplied for '-j' option\n");
293 fprintf(stderr, "ERROR: No argument supplied for '-A' option\n");
304 fprintf(stderr, "ERROR: No argument supplied for '-G' option\n");
315 fprintf(stderr, "ERROR: No argument supplied for '-I' option\n");
326 fprintf(stderr, "ERROR: No argument supplied for '-F' option\n");
337 fprintf(stderr, "ERROR: No argument supplied for '-J' option\n")
    [all...]
  /dalvik/libcore/sql/src/main/java/java/sql/
PreparedStatement.java 42 * if a database error happens.
55 * if a database error happens.
73 * if a database error happens.
83 * if a database error happens or if the SQL statement does not
96 * if a database error happens or if the SQL statement returns a
114 * if there is a database error.
125 * if a database error happens.
139 * if a database error happens.
164 * if a database error happens.
180 * if a database error happens
    [all...]
  /external/dbus/dbus/
dbus-transport-socket.c 278 _dbus_verbose ("Error reading from remote app: %s\n",
326 _dbus_verbose ("Error writing to remote app: %s\n",
341 DBusError error; local
346 dbus_error_init (&error);
350 &error))
356 _dbus_verbose ("Failed to write credentials: %s\n", error.message);
357 dbus_error_free (&error);
366 &error))
372 _dbus_verbose ("Failed to read credentials %s\n", error.message);
373 dbus_error_free (&error);
    [all...]

Completed in 127 milliseconds

<<31323334353637383940>>