/external/webkit/WebCore/platform/network/cf/ |
FormDataStreamCFNet.cpp | 171 // For some purposes we might want to return an error, but the current CFURLConnection 172 // can't really do anything useful with an error at this point, so this is better. 212 static Boolean formOpen(CFReadStreamRef stream, CFStreamError* error, Boolean* openComplete, void* context) 219 error->error = 0; 223 static CFIndex formRead(CFReadStreamRef stream, UInt8* buffer, CFIndex bufferLength, CFStreamError* error, Boolean* atEOF, void* context) 230 *error = CFReadStreamGetError(form->currentStream); 234 error->error = 0; 241 error->error = 0 [all...] |
/external/webkit/WebCore/platform/network/mac/ |
FormDataStreamMac.mm | 184 // For some purposes we might want to return an error, but the current NSURLConnection 185 // can't really do anything useful with an error at this point, so this is better. 225 static Boolean formOpen(CFReadStreamRef, CFStreamError* error, Boolean* openComplete, void* context) 232 error->error = 0; 236 static CFIndex formRead(CFReadStreamRef stream, UInt8* buffer, CFIndex bufferLength, CFStreamError* error, Boolean* atEOF, void* context) 243 *error = CFReadStreamGetError(form->currentStream); 247 error->error = 0; 262 error->error = 0 [all...] |
/external/freetype/src/cff/ |
cffgload.c | 417 FT_Error error = CFF_Err_Ok; local 429 error = CFF_Err_Invalid_File_Format; 461 return error; 505 FT_Error error; local 508 error = check_points( builder, 1 ); 509 if ( !error ) 512 return error; 521 FT_Error error; local 530 error = FT_GLYPHLOADER_CHECK_POINTS( builder->loader, 0, 1 ); 531 if ( !error ) 550 FT_Error error = CFF_Err_Ok; local 653 FT_Error error = local 720 FT_Error error; local 889 FT_Error error; local 2557 FT_Error error; local [all...] |
/bionic/libc/include/ |
errno.h | 36 /* on Linux, ENOTSUP and EOPNOTSUPP are defined as the same error code 45 extern int __set_errno(int error);
|
/bionic/libc/kernel/common/linux/ |
dccp.h | 29 #error "Adjust your <asm/byteorder.h> defines" 41 #error "Adjust your <asm/byteorder.h> defines"
|
/bionic/libc/kernel/common/linux/mmc/ |
mmc.h | 51 unsigned int error; member in struct:mmc_command 70 unsigned int error; member in struct:mmc_data
|
/bionic/libc/stdlib/ |
setjmperr.c | 32 * This routine is called from longjmp() when an error occurs. 33 * Programs that wish to exit gracefully from this error may
|
/build/tools/apicheck/src/com/android/apicheck/ |
PackageInfo.java | 59 Errors.error(Errors.REMOVED_CLASS, cInfo.position(), 66 Errors.error(Errors.ADDED_CLASS, cInfo.position(),
|
/dalvik/libcore/luni/src/main/java/java/io/ |
Externalizable.java | 31 * if an error occurs attempting to read from {@code input}. 44 * if an error occurs attempting to write to {@code output}.
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
InstantiationError.java | 43 * the detail message for this error. 51 * and the class that caused this error.
|
/dalvik/libcore/luni/src/main/java/java/net/ |
CacheResponse.java | 46 * if an I/O error is encountered while retrieving the response 59 * if an I/O error is encountered while retrieving the response
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
OutOfMemoryErrorTest.java | 39 Error e = new OutOfMemoryError(); 55 Error e = new OutOfMemoryError(null);
|
/dalvik/libcore/luni/src/test/java/tests/api/java/io/ |
CharConversionExceptionTest.java | 39 if (true) // To avoid unreachable code compilation error. 58 if (true) // To avoid unreachable code compilation error.
|
FileNotFoundExceptionTest.java | 39 if (true) // To avoid unreachable code compilation error. 58 if (true) // To avoid unreachable code compilation error.
|
IOExceptionTest.java | 40 if (true) // Needed to avoid unreachable code compilation error. 60 if (true) // Needed to avoid unreachable code compilation error.
|
NotActiveExceptionTest.java | 39 if (true) // To avoid unreachable code compilation error. 58 if (true) // To avoid unreachable code compilation error.
|
NotSerializableExceptionTest.java | 39 if (true) // To avoid unreachable code compilation error. 58 if (true) // To avoid unreachable code compilation error.
|
ObjectStreamExceptionTest.java | 51 if (true) // To avoid unreachable code compilation error. 70 if (true) // To avoid unreachable code compilation error.
|
StreamCorruptedExceptionTest.java | 39 if (true) // To avoid unreachable code compilation error. 58 if (true) // To avoid unreachable code compilation error.
|
UTFDataFormatExceptionTest.java | 39 if (true) // To avoid unreachable code compilation error. 58 if (true) // To avoid unreachable code compilation error.
|
UnsupportedEncodingExceptionTest.java | 39 if (true) // To avoid unreachable code compilation error. 58 if (true) // To avoid unreachable code compilation error.
|
/dalvik/libcore/security/src/main/files/ |
certimport.sh | 29 echo "ERROR: java version 1.6 or greater required for keytool usage" 40 echo "ERROR: could not find provider path $PROVIDER_PATH. Try installing with:"
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/ |
ProcessorImport.java | 47 * Get the error number associated with this type of stylesheet importing itself 49 * @return the appropriate error number
|
/development/host/windows/usb/api/ |
adb_endpoint_object.h | 51 instances on the stack. If such attemp occur, compiler will error.
73 returned GetLastError() provides extended error information.
92 GetLastError() provides extended error information.
109 GetLastError() provides extended error information.
125 returned GetLastError() provides extended error information.
145 returned GetLastError() provides extended error information.
162 returned GetLastError() provides extended error information.
178 returned GetLastError() provides extended error information.
|
/development/host/windows/usb/winusb/ |
adb_winusb_interface.h | 42 instances on the stack. If such attemp occur, compiler will error.
75 @return A handle to this object on success or NULL on an error.
76 If NULL is returned GetLastError() provides extended error
88 false is returned GetLastError() provides extended error
110 GetLastError() provides extended error information.
124 GetLastError() provides extended error information.
143 about the error that occurred.
160 about the error that occurred.
|