Searched defs:error (Results 1 - 25 of 29) sorted by relevance

12

/development/build/tools/
H A Dmk_sdk_repo_xml.sh19 function error() { function
40 error "Missing tool: sha1sum (Linux: apt-get install coreutils; Mac: port install md5sha1sum)"
45 [[ -z "$OUT" ]] && error "Missing output.xml name."
50 [[ ! -f "$SCHEMA" ]] && error "Invalid XML schema name: $SCHEMA."
56 [[ -z "$XMLNS" ]] && error "Failed to find xmlns:sdk in $SCHEMA."
65 [[ -z "$ROOT" ]] && error "Failed to find root element in $SCHEMA."
291 [[ -z $TYPE ]] && error "Unknown archive type '$1'."
314 [[ ! -f "$SRC" ]] && error "Missing file for archive $TYPE/$OS: $SRC"
365 error "Failed to find source.properties or manifest.ini in $SRC"
368 [[ ! -f $PROPS ]] && error "Faile
[all...]
/development/host/windows/usb/api/
H A Dadb_legacy_io_completion.cpp62 ULONG error = GetLastError(); local
65 ((ERROR_IO_INCOMPLETE == error) || (ERROR_IO_PENDING == error))) {
73 error = GetLastError();
75 ((ERROR_IO_INCOMPLETE != error) && (ERROR_IO_PENDING != error))) {
H A Dadb_legacy_endpoint_object.cpp112 ULONG error = GetLastError(); local
113 if (!res && (ERROR_IO_PENDING != error)) {
118 SetLastError(error);
221 ULONG error = GetLastError(); local
224 SetLastError(error);
H A Dadb_legacy_interface.cpp60 // Preserve error accross handle close
61 ULONG error = ok ? NO_ERROR : GetLastError(); local
65 if (NO_ERROR != error) {
66 SetLastError(error);
134 // Preserve error accross CloseHandle
135 ULONG error = ret ? NO_ERROR : GetLastError(); local
139 if (NO_ERROR != error) {
140 SetLastError(error);
200 // Preserve error accross CloseHandle
201 ULONG error local
[all...]
/development/host/windows/usb/winusb/
H A Dadb_winusb_io_completion.cpp70 ULONG error = GetLastError(); local
73 ((ERROR_IO_INCOMPLETE == error) || (ERROR_IO_PENDING == error))) {
81 error = GetLastError();
83 ((ERROR_IO_INCOMPLETE != error) && (ERROR_IO_PENDING != error))) {
H A Dadb_winusb_endpoint_object.cpp92 ULONG error = GetLastError(); local
93 if (!res && (ERROR_IO_PENDING != error)) {
98 SetLastError(error);
/development/ide/xcode/ports/
H A Dskia_mac.cp38 int error = chdir(workingDirectory); local
39 if (error != 0) {
40 error = errno;
41 SkASSERT(error != ENOENT);
42 SkASSERT(error != ENOTDIR);
43 SkASSERT(error != EACCES);
44 SkASSERT(error != EIO);
/development/tools/axl/
H A Dlog.py50 def error(self, *logstrs): member in class:Log
/development/scripts/
H A Dreverse_tether.sh31 trap error ERR
33 error() { function
/development/ndk/platforms/android-3/include/linux/
H A Dftape.h37 __u8 error; member in struct:__anon97::__anon98
39 } error; member in union:__anon97
H A Dnetlink.h89 int error; member in struct:nlmsgerr
H A Dbio.h158 int error; member in struct:bio_pair
/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Dapp-linux.c76 GLenum error = glGetError(); local
77 if (error != GL_NO_ERROR)
78 fprintf(stderr, "GL Error: 0x%04x\n", (int)error);
84 EGLint error = eglGetError(); local
86 if (error && error != EGL_SUCCESS)
87 fprintf(stderr, "EGL Error: 0x%04x\n", (int)error);
105 #error WINDOW_BPP must be 16 or 32
H A Dapp-win32.c56 GLenum error = glGetError(); local
57 if (error != GL_NO_ERROR)
60 _stprintf(errorString, _T("0x%04x"), error);
68 EGLint error = eglGetError(); local
69 if (error != EGL_SUCCESS)
72 _stprintf(errorString, _T("0x%04x"), error);
91 #error WINDOW_BPP must be 16 or 32
/development/tools/emulator/system/camera/fake-pipeline2/
H A DJpegCompressor.cpp102 // Set up error management
105 JpegError error; local
106 error.parent = this;
108 mCInfo.err = jpeg_std_error(&error);
247 JpegError *error = static_cast<JpegError*>(cinfo->err); local
248 error->parent->mJpegErrorInfo = cinfo;
/development/tools/mkstubs/src/com/android/mkstubs/
H A DMain.java249 * @param error The error that generated the usage, if any. Can be null.
251 private void usage(String error) { argument
252 if (error != null) {
253 System.out.println("ERROR: " + error);
/development/ndk/platforms/android-3/include/linux/mmc/
H A Dmmc.h51 unsigned int error; member in struct:mmc_command
70 unsigned int error; member in struct:mmc_data
/development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/
H A DAddVoicemailActivity.java188 * The result returned is the error exception, if any, encountered during the operation.
219 protected void onPostExecute(Exception error) { argument
220 if (error == null) {
221 // No error - done.
224 handleError(error);
/development/tools/emulator/opengl/system/GLESv1_enc/
H A DGLEncoder.h39 virtual void setError(GLenum error){ m_error = error; }; argument
/development/tools/emulator/opengl/system/renderControl_enc/
H A DrenderControl_client_context.h67 virtual void setError(unsigned int error){}; argument
/development/tools/emulator/opengl/system/GLESv2_enc/
H A DGL2Encoder.h40 virtual void setError(GLenum error){ m_error = error; }; argument
/development/tools/jdwpspy/
H A DNet.cpp475 JdwpError error = ERR_NONE; local
484 error = static_cast<JdwpError>(get2BE(buf+9));
512 prefix, dataLen, id, flags, error, dvmJdwpErrorStr(error), min,sec);
520 * Handle a packet. Returns "false" if we encounter a connection-fatal error.
584 * Returns "false" on error (indicating that the connection has been severed).
/development/ndk/platforms/android-9/arch-mips/include/asm/xtalk/
H A Dxwidget.h134 unsigned error:1; member in struct:__anon457
/development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
H A Dmace.h25 volatile unsigned int error; member in struct:mace_pci
/development/tools/emulator/opengl/system/egl/
H A Degl.cpp36 static T setErrorFunc(GLint error, T returnValue) { argument
37 getEGLThreadInfo()->eglError = error;
67 #define setErrorReturn(error, retVal) \
69 ALOGE("tid %d: %s(%d): error 0x%x (%s)", gettid(), __FUNCTION__, __LINE__, error, eglStrError(error)); \
70 return setErrorFunc(error, retVal); \
74 ALOGE("tid %d: %s(%d): error 0x%x (%s)", gettid(), __FUNCTION__, __LINE__, err, eglStrError(err)); \
80 #define setErrorReturn(error, retVal) return setErrorFunc(error, retVa
515 EGLint error = getEGLThreadInfo()->eglError; local
[all...]

Completed in 9212 milliseconds

12