/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/sys/ |
_errdefs.h | 67 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" ) 120 __BIONIC_ERRDEF( EILSEQ , 84, "Illegal byte sequence" )
|
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/ |
_errdefs.h | 67 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" ) 120 __BIONIC_ERRDEF( EILSEQ , 84, "Illegal byte sequence" )
|
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/ |
_errdefs.h | 67 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" ) 120 __BIONIC_ERRDEF( EILSEQ , 84, "Illegal byte sequence" )
|
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/sys/ |
_errdefs.h | 67 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" ) 120 __BIONIC_ERRDEF( EILSEQ , 84, "Illegal byte sequence" )
|
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/sys/ |
_errdefs.h | 67 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" ) 120 __BIONIC_ERRDEF( EILSEQ , 84, "Illegal byte sequence" )
|
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/sys/ |
_errdefs.h | 67 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" ) 120 __BIONIC_ERRDEF( EILSEQ , 84, "Illegal byte sequence" )
|
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/sys/ |
_errdefs.h | 67 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" ) 120 __BIONIC_ERRDEF( EILSEQ , 84, "Illegal byte sequence" )
|
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/sys/ |
_errdefs.h | 67 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" ) 120 __BIONIC_ERRDEF( EILSEQ , 84, "Illegal byte sequence" )
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/sys/ |
_errdefs.h | 67 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" ) 120 __BIONIC_ERRDEF( EILSEQ , 84, "Illegal byte sequence" )
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/ |
_errdefs.h | 67 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" ) 120 __BIONIC_ERRDEF( EILSEQ , 84, "Illegal byte sequence" )
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/ |
_errdefs.h | 67 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" ) 120 __BIONIC_ERRDEF( EILSEQ , 84, "Illegal byte sequence" )
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/ |
_errdefs.h | 67 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" ) 120 __BIONIC_ERRDEF( EILSEQ , 84, "Illegal byte sequence" )
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/ |
_errdefs.h | 67 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" ) 120 __BIONIC_ERRDEF( EILSEQ , 84, "Illegal byte sequence" )
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/ |
_errdefs.h | 67 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" ) 120 __BIONIC_ERRDEF( EILSEQ , 84, "Illegal byte sequence" )
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/ |
_errdefs.h | 67 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" ) 120 __BIONIC_ERRDEF( EILSEQ , 84, "Illegal byte sequence" )
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/ |
_errdefs.h | 67 __BIONIC_ERRDEF( ESPIPE , 29, "Illegal seek" ) 120 __BIONIC_ERRDEF( EILSEQ , 84, "Illegal byte sequence" )
|
/external/chromium_org/third_party/icu/source/common/ |
loclikely.cpp | 130 * If an illegal argument is provided, the function returns the error 382 * If an illegal argument is provided, the function returns the error 442 * If an illegal argument is provided, the function returns the error 559 * illegal argument. 877 /* Overflow indicates an illegal argument error */ 982 /* Overflow indicates an illegal argument error */ [all...] |
/external/chromium_org/third_party/icu/source/tools/makeconv/ |
makeconv.c | 476 fprintf(stderr, "error: illegal <subchar> %s\n", value); 487 fprintf(stderr, "error: illegal <subchar1> %s\n", value); 668 fprintf(stderr, " the substitution character byte sequence is illegal in this codepage structure!\n"); 674 fprintf(stderr, " the subchar1 byte is illegal in this codepage structure!\n"); 790 fprintf(stderr, " the substitution character byte sequence is illegal in this codepage structure!\n"); 794 fprintf(stderr, " the subchar1 byte is illegal in this codepage structure!\n");
|
/external/chromium_org/v8/src/ |
scopes.h | 207 // Illegal redeclaration support. 210 // entered. We only keep track of one illegal redeclaration node per 215 // Visit the illegal redeclaration expression. Do not call if the 216 // scope doesn't have an illegal redeclaration node. 219 // Check if the scope has (at least) one illegal redeclaration. 484 // Illegal redeclaration.
|
messages.js | 53 newline_after_throw: ["Illegal newline after throw"], 69 illegal_invocation: ["Illegal invocation"], 140 illegal_break: ["Illegal break statement"], 141 illegal_continue: ["Illegal continue statement"], 142 illegal_return: ["Illegal return statement"], 143 illegal_let: ["Illegal let declaration outside extended mode"], 152 illegal_access: ["Illegal access"], 178 strict_caller: ["Illegal access to a strict mode caller function."], 179 unprotected_let: ["Illegal let declaration in unprotected statement context."], 180 unprotected_const: ["Illegal const declaration in unprotected statement context."] [all...] |
/external/icu4c/common/ |
loclikely.cpp | 130 * If an illegal argument is provided, the function returns the error 387 * If an illegal argument is provided, the function returns the error 447 * If an illegal argument is provided, the function returns the error 567 * illegal argument. 884 /* Overflow indicates an illegal argument error */ 992 /* Overflow indicates an illegal argument error */ [all...] |
/external/icu4c/tools/makeconv/ |
makeconv.c | 476 fprintf(stderr, "error: illegal <subchar> %s\n", value); 487 fprintf(stderr, "error: illegal <subchar1> %s\n", value); 668 fprintf(stderr, " the substitution character byte sequence is illegal in this codepage structure!\n"); 674 fprintf(stderr, " the subchar1 byte is illegal in this codepage structure!\n"); 790 fprintf(stderr, " the substitution character byte sequence is illegal in this codepage structure!\n"); 794 fprintf(stderr, " the subchar1 byte is illegal in this codepage structure!\n");
|
/external/jmonkeyengine/engine/src/core/com/jme3/input/ |
InputManager.java | 343 throw new UnsupportedOperationException("JoyInput has raised an event at an illegal time.");
364 throw new UnsupportedOperationException("JoyInput has raised an event at an illegal time.");
394 throw new UnsupportedOperationException("MouseInput has raised an event at an illegal time.");
412 throw new UnsupportedOperationException("MouseInput has raised an event at an illegal time.");
434 throw new UnsupportedOperationException("KeyInput has raised an event at an illegal time.");
[all...] |
/external/v8/src/ |
scopes.h | 194 // Illegal redeclaration support. 197 // entered. We only keep track of one illegal redeclaration node per 202 // Visit the illegal redeclaration expression. Do not call if the 203 // scope doesn't have an illegal redeclaration node. 206 // Check if the scope has (at least) one illegal redeclaration. 458 // Illegal redeclaration.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-gccbug | 330 >Class: <[ doc-bug | accepts-illegal | rejects-legal | wrong-code | ice-on-legal-code| ice-on-illegal-code | pessimizes-code | sw-bug | change-request | support ] (one line)> 332 SEND-PR: accepts-illegal GCC fails to reject erroneous code. 337 SEND-PR: ice-on-illegal-code GCC gives an ICE instead of reporting an error 462 ""|doc-bug|accepts-illegal|rejects-legal|wrong-code|ice-on-legal-code|ice-on-illegal-code|pessimizes-code|sw-bug|change-request|support) CNT=`expr $CNT + 1` ;;
|