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

<<21222324252627282930>>

  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
ftape.h 37 __u8 error; member in struct:__anon9884::__anon9885
39 } error; member in union:__anon9884
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
ftape.h 37 __u8 error; member in struct:__anon10292::__anon10293
39 } error; member in union:__anon10292
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
ftape.h 37 __u8 error; member in struct:__anon10666::__anon10667
39 } error; member in union:__anon10666
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
ftape.h 37 __u8 error; member in struct:__anon11079::__anon11080
39 } error; member in union:__anon11079
  /system/extras/tests/bionic/libc/common/
test_getaddrinfo.c 25 printf("first getaddrinfo returned error: %s\n", gai_strerror(ret));
39 printf("second getaddrinfo returned error: %s\n", gai_strerror(ret));
  /external/freetype/src/psaux/
psobjs.c 66 /* FreeType error code. 0 means success. */
73 FT_Error error; local
91 if ( error )
94 return error;
121 FT_Error error; local
128 return error;
164 /* FreeType error code. 0 means success. An error is returned if a */
188 FT_Error error; local
205 error = reallocate_t1_table( table, new_size )
243 FT_Error error; local
344 FT_Error error = PSaux_Err_Invalid_File_Format; local
459 FT_Error error = PSaux_Err_Ok; local
522 FT_Error error = PSaux_Err_Ok; local
1035 FT_Error error; local
1248 FT_Error error = PSaux_Err_Ok; local
1320 FT_Error error = PSaux_Err_Ok; local
1572 FT_Error error; local
1588 FT_Error error; local
1617 FT_Error error = PSaux_Err_Invalid_File_Format; local
    [all...]
  /external/icu4c/test/cintltst/
cmsgtst.c 133 log_data_err("ERROR: failure in message format on testcase %d: %s (Are you missing data?)\n", i, myErrorName(status) );
140 log_err("FAIL: Error in MessageFormat on testcase : %d\n GOT %s EXPECTED %s\n", i,
165 log_data_err("ERROR: failure in message format on testcase %d: %s (Are you missing data?)\n", i, myErrorName(status) );
172 log_err("FAIL: Error in MessageFormat on testcase : %d\n GOT %s EXPECTED %s\n", i,
211 log_err("ERROR: failure in message format on testcase %d: %s\n", i, u_errorName(status) );
220 log_err("FAIL: Error in MessageFormat on testcase : %d\n GOT %s EXPECTED %s\n", i,
234 log_err("FAIL: Did not get expected error for umsg_parse(). Expected: U_ILLEGAL_ARGUMENT_ERROR Got: %s \n",u_errorName(ec));
245 log_err("umsg_parse could not parse the pattern. Error: %s.\n",u_errorName(ec));
249 log_err("FAIL: Expected U_BUFFER_OVERFLOW error while preflighting got: %s for testCasePatterns[%d]",u_errorName(ec),i);
289 log_data_err("Error: failure in message format on test#1: %s (Are you missing data?)\n", myErrorName(status))
    [all...]
  /external/wpa_supplicant/
rsa.c 100 goto error;
109 goto error;
115 goto error;
120 error:
184 goto error;
191 goto error;
197 goto error;
211 goto error;
217 goto error;
222 error
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
rsa.c 101 goto error;
110 goto error;
116 goto error;
121 error:
185 goto error;
192 goto error;
198 goto error;
212 goto error;
218 goto error;
223 error
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateUnitTestTemplate.java 121 if (mMediaPlayerState != MediaPlayerStateErrors.MediaPlayerState.ERROR) {
307 * the Error state. The impact (such as onError is called or not) highly
308 * depends on how the Error state is entered.
367 case ERROR:
374 * Sets the error value of the corresponding state to the given error.
377 * @param error the value of the state error to be set.
379 private void setStateError(MediaPlayerStateErrors.MediaPlayerState state, boolean error) {
382 mStateErrors.errorInIdleState = error;
    [all...]
  /external/opencore/engines/adapters/player/framemetadatautility/test/src/
test_pv_frame_metadata_utility_testset1.cpp 43 int error = 0; local
45 OSCL_TRY(error, temp = PVFrameAndMetadataFactory::CreateFrameAndMetadataUtility(iOutputFrameTypeString.get_str(), this, this, this));
46 if (error)
97 int error = 0; local
105 OSCL_TRY(error, iFrameMetadataUtil = PVFrameAndMetadataFactory::CreateFrameAndMetadataUtility(iOutputFrameTypeString.get_str(), this, this, this));
109 if (error)
203 OSCL_TRY(error, iCurrentCmdId = iFrameMetadataUtil->AddDataSource(*iDataSource, (OsclAny*) & iContextObject));
204 OSCL_FIRST_CATCH_ANY(error, PVFMUATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady());
216 OSCL_TRY(error, iCurrentCmdId = iFrameMetadataUtil->GetMetadataKeys(iMetadataKeyList, 0, 50, NULL, (OsclAny*) & iContextObject));
217 OSCL_FIRST_CATCH_ANY(error, PVFMUATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady())
574 int error = 0; local
1021 int error = 0; local
1276 int error = 0; local
1506 int error = 0; local
1736 int error = 0; local
1847 int32 error = 0; local
1935 int error = 0; local
2588 int error = 0; local
2926 int error = 0; local
3065 int error = 0; local
3407 int error = 0; local
3825 int error = 0; local
4155 int error = 0; local
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
module_32.h 23 #error unknown processor family
spinlock_types.h 16 #error "please don't include this file directly"
  /bionic/libc/kernel/common/linux/
spinlock_api_smp.h 16 #error "please don't include this file directly"
spinlock_types_up.h 16 #error "please don't include this file directly"
  /build/tools/apicheck/src/com/android/apicheck/
ClassInfo.java 132 Errors.error(Errors.CHANGED_CLASS, cl.position(),
143 Errors.error(Errors.REMOVED_INTERFACE, cl.position(),
149 Errors.error(Errors.ADDED_INTERFACE, cl.position(),
171 Errors.error(Errors.REMOVED_METHOD, mInfo.position(),
184 Errors.error(Errors.ADDED_METHOD, mInfo.position(),
197 Errors.error(Errors.REMOVED_METHOD, mInfo.position(),
204 Errors.error(Errors.ADDED_METHOD, mInfo.position(),
216 Errors.error(Errors.REMOVED_FIELD, mInfo.position(),
223 Errors.error(Errors.ADDED_FIELD, mInfo.position(),
231 Errors.error(Errors.CHANGED_ABSTRACT, cl.position()
    [all...]
  /dalvik/libcore/nio_char/src/main/java/org/apache/harmony/niochar/internal/nls/
messages.properties 26 niochar.09=The length of the erroneous input is only meaningful to a malformed-input error or an unmappble character error
29 niochar.0C=Action on malformed input error cannot be null\!
30 niochar.0D=Action on unmappable character error cannot be null\!
  /dalvik/libcore/prefs/src/main/java/org/apache/harmony/prefs/internal/nls/
messages.properties 29 prefs.B=Enumerate child nodes error\!
30 prefs.C=Flush error\!
31 prefs.D=Enumerate keys error\!
33 prefs.F=Remove node error\!
  /external/bluetooth/glib/gio/
glocalfileinfo.h 61 GError **error);
64 GError **error);
72 GError **error);
77 GError **error);
  /external/clearsilver/man/man3/
nerr_handle.3 31 of nerr_match, but it will also deallocate the error chain
nerr_init.3 30 error types as defined at the top of this file. If you don't
  /external/dbus/bus/
selinux.h 50 DBusError *error);
55 DBusError *error);
64 DBusError *error);
67 DBusError *error);
  /external/dbus/dbus/
dbus-internals.c 53 * Aborts with an error message if the condition is false.
61 * Aborts with an error message if called.
193 * Fixed "out of memory" error message, just to avoid
270 * error has been detected. (NOT for unavoidable errors that an app
559 DBusError *error)
568 if (!_dbus_file_get_contents (&contents, filename, error))
569 goto error;
575 dbus_set_error (error, DBUS_ERROR_INVALID_FILE_CONTENT,
580 goto error;
585 _DBUS_SET_OOM (error);
741 DBusError error; local
    [all...]
  /external/e2fsprogs/lib/ss/
ct_c.awk 55 /^ERROR/ {
56 error = substr($0, 8, length($0)-7)
57 printf "Error in line %d: %s\n", linenum, error
  /external/elfutils/
config-compat-darwin.h 25 static inline void __attribute__((noreturn)) error(int status, int errnum, const char *fmt, ...) function
30 fprintf(stderr, "error %d: %s\n", errnum, strerror(errno));
37 error(EXIT_FAILURE, 0, "%s not implemented!", __FUNCTION__);
59 error(EXIT_FAILURE, 0, "%s not implemented!", __FUNCTION__);

Completed in 769 milliseconds

<<21222324252627282930>>