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

<<31323334353637383940>>

  /external/freetype/src/base/
ftsynth.c 88 FT_Error error; local
103 /* ignore error */
123 * about the cause of error.
131 error = FT_GlyphSlot_Own_Bitmap( slot );
132 if ( error )
135 error = FT_Bitmap_Embolden( library, &slot->bitmap, xstr, ystr );
136 if ( error )
  /external/neven/FaceRecEm/common/src/b_FDSDK/
Types.h 62 /** execution finished without error */
68 /** execution could not continue because of a preexisting unhandled error condition */
71 /** execution caused a new error condition */
100 /** error types */
103 /** execution finished without error */
104 btk_ERR_NO_ERROR, /* no error */
105 btk_ERR_INTERNAL, /* internal error */
  /external/opencore/oscl/oscl/osclutil/src/
oscl_tickcount.inl 40 * in the #if - #elif chain for each platform. If not, a #error
54 // ignore return value and error code
82 #error No definition for OsclTickCount::TickCount
92 #error No definition for OsclTickCount::TickCountFrequency
102 #error No definition for OsclTickCount::TickCountPeriod
111 #error No definition for OsclTickCount::TicksToMsec
120 #error No definition for OsclTickCount::msectoticks
  /external/srec/audio/test/AudioHardwareRecordLoop/src/
AudioHardwareRecordLoop.c 62 printf("ERROR: AudioSetInputFormat() returns %d\n", rc);
73 // see how much of a delay is needed to get rid of error when calling
84 printf("ERROR: AudioSetInputFormat() returns %d\n", rc);
96 printf("ERROR: AudioOpen() returns %d (device handle/ID)\n", rc);
107 printf("ERROR: AudioRead() returns %d\n", rc);
113 printf("ERROR: AudioClose() returns %d\n", rc);
128 printf("ERROR: cannot create '%s'\n", szFilename);
  /external/tcpdump/
print-tftp.c 53 { ERROR, "ERROR" }, /* error code */
58 /* error code to string mapping */
140 case ERROR:
141 /* Print error code string */
145 /* Print error message string */
  /external/v8/test/mjsunit/
mirror-error.js 29 // Test the mirror object for regular error objects
59 assertEquals('error', mirror.type());
65 assertEquals('error', fromJSON.type);
66 assertEquals('Error', fromJSON.className);
86 testErrorMirror(new Error());
87 testErrorMirror(new Error('This does not work'));
88 testErrorMirror(new Error(123+456));
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/Expressions/
11.2.2-1-n.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.
79 "error",
11.2.2-10-n.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.
77 "error",
11.2.2-2-n.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.
79 "error",
11.2.2-3-n.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.
79 "error",
11.2.2-4-n.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.
79 "error",
11.2.2-5-n.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.
79 "error",
11.2.2-7-n.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.
79 "error",
11.2.2-8-n.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.
79 "error",
11.2.2-9-n.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.
79 "error",
  /external/webkit/WebKit/mac/Plugins/
WebBaseNetscapePluginStream.mm 91 NPReason WebNetscapePluginStream::reasonForError(NSError *error)
93 if (!error)
96 if ([[error domain] isEqualToString:NSURLErrorDomain] && [error code] == NSURLErrorCancelled)
249 LOG(Plugins, "NPP_NewStream URL=%@ MIME=%@ error=%d", m_responseURL.get(), m_mimeType.get(), npErr);
252 LOG_ERROR("NPP_NewStream failed with error: %d responseURL: %@", npErr, m_responseURL.get());
367 NPError error;
371 error = m_pluginFuncs->getvalue(m_plugin, NPPVpluginWantsAllNetworkStreams, &value);
373 if (error != NPERR_NO_ERROR)
427 LOG(Plugins, "NPP_DestroyStream responseURL=%@ error=%d", m_responseURL.get(), npErr)
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/input/
ProxyInputStream.java 50 * @throws IOException if an I/O error occurs
60 * @throws IOException if an I/O error occurs
72 * @throws IOException if an I/O error occurs
82 * @throws IOException if an I/O error occurs
91 * @throws IOException if an I/O error occurs
99 * @throws IOException if an I/O error occurs
115 * @throws IOException if an I/O error occurs
  /packages/apps/Email/src/org/apache/commons/io/output/
ProxyWriter.java 49 * @throws IOException if an I/O error occurs
58 * @throws IOException if an I/O error occurs
69 * @throws IOException if an I/O error occurs
78 * @throws IOException if an I/O error occurs
89 * @throws IOException if an I/O error occurs
97 * @throws IOException if an I/O error occurs
105 * @throws IOException if an I/O error occurs
  /packages/apps/IM/src/com/android/im/app/
SimpleAlertHandler.java 47 ImErrorInfo error = (ImErrorInfo) msg.obj; local
49 if (error != null) {
51 provider.mName, ErrorResUtils.getErrorRes(mRes, error.getCode()));
103 showAlert(R.string.error, R.string.service_error);
106 public void showContactError(int errorType, ImErrorInfo error,
127 String errorInfo = ErrorResUtils.getErrorRes(mRes, error.getCode());
132 showAlert(R.string.error, errorInfo);
  /packages/apps/Phone/src/com/android/phone/
TimeConsumingPreferenceActivity.java 17 public void onError(Preference preference, int error);
67 // Set Button 2, tells the activity that the error is
79 // Set Button 3, tells the activity that the error is
145 public void onError(Preference preference, int error) {
147 if (DBG) Log.d(LOG_TAG, "onError, preference=" + preference.getKey() + ", error=" + error);
150 showDialog(error);
  /external/dbus/bus/
desktop-file.c 91 DBusError *error);
184 DBusError *error)
188 _DBUS_ASSERT_ERROR_IS_CLEAR (error);
196 BUS_SET_OOM (error);
209 BUS_DESKTOP_PARSE_ERROR_INVALID_ESCAPES, error);
222 BUS_DESKTOP_PARSE_ERROR_INVALID_ESCAPES, error);
247 BUS_DESKTOP_PARSE_ERROR_INVALID_ESCAPES, error);
394 parse_section_start (BusDesktopFileParser *parser, DBusError *error)
399 _DBUS_ASSERT_ERROR_IS_CLEAR (error);
407 report_error (parser, "Invalid syntax for section header", BUS_DESKTOP_PARSE_ERROR_INVALID_SYNTAX, error);
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
TransformerException.java 31 /** Field locator specifies where the error occurred */
36 * object that specifies where an error occurred.
46 * object that specifies where an error occurred.
122 * @param message The error or warning message.
151 * @param message The error or warning message, or null to
172 * @param message The error or warning message.
173 * @param locator The locator object for the error or warning.
186 * @param message The error or warning message, or null to
188 * @param locator The locator object for the error or warning.
201 * Get the error message with location informatio
    [all...]
  /external/apache-http/src/org/apache/commons/logging/
Log.java 32 * <li>error</li>
81 * <p> Is error logging currently enabled? </p>
85 * when the log level is more than error. </p>
87 * @return true if error is enabled in the underlying logger.
152 * <p> Log an error with trace log level. </p>
169 * <p> Log an error with debug log level. </p>
186 * <p> Log an error with info log level. </p>
203 * <p> Log an error with warn log level. </p>
212 * <p> Log a message with error log level. </p>
216 public void error(Object message) method in interface:Log
225 public void error(Object message, Throwable t); method in interface:Log
    [all...]
  /external/bison/lib/
error.c 0 /* Error handler for noninteractive utilities
25 #include "error.h"
49 /* If NULL, error will flush stdout, then print on stderr the program
50 name, a colon and a space. Otherwise, error will call this
54 /* This variable is incremented each time `error' is called. */
64 /* In GNU libc we want do not want to use the common name `error' directly.
72 # define error __error macro
121 s = _("Unknown system error");
184 /* Print the program name and error message MESSAGE, which is a printf-style
186 If ERRNUM is nonzero, print its corresponding system error message
189 error (int status, int errnum, const char *message, ...) function
300 # undef error macro
    [all...]
  /external/freetype/src/truetype/
ttdriver.c 96 /* FreeType error code. 0 means success. */
193 FT_Error error = TT_Err_Ok; local
211 error = sfnt->load_strike_metrics( ttface, strike_index, metrics );
212 if ( error )
216 return error;
227 FT_Error error = TT_Err_Ok; local
239 error = sfnt->set_sbit_strike( ttface, req, &strike_index );
241 if ( error )
252 error = tt_size_reset( ttsize );
254 return error;
293 FT_Error error; local
    [all...]

Completed in 576 milliseconds

<<31323334353637383940>>