Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 110) sorted by relevance

12345

/development/ndk/platforms/android-9/arch-mips/include/asm/
Dwar.h27 #error Check setting of R4600_V1_INDEX_ICACHEOP_WAR for your platform
31 #error Check setting of R4600_V1_HIT_CACHEOP_WAR for your platform
35 #error Check setting of R4600_V2_HIT_CACHEOP_WAR for your platform
39 #error Check setting of R5432_CP0_INTERRUPT_WAR for your platform
42 #error Check setting of BCM1250_M3_WAR for your platform
46 #error Check setting of SIBYTE_1956_WAR for your platform
50 #error Check setting of MIPS4K_ICACHE_REFILL_WAR for your platform
54 #error Check setting of MIPS_CACHE_SYNC_WAR for your platform
57 #error Check setting of TX49XX_ICACHE_INDEX_INV_WAR for your platform
61 #error Check setting of RM9000_CDEX_SMP_WAR for your platform
[all …]
Dbyteorder.h37 #error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"
Dunaligned.h39 #error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"
/development/host/windows/usb/api/
Dadb_legacy_io_completion.cpp62 ULONG error = GetLastError(); in GetOvelappedIoResult() local
65 ((ERROR_IO_INCOMPLETE == error) || (ERROR_IO_PENDING == error))) { in GetOvelappedIoResult()
73 error = GetLastError(); in GetOvelappedIoResult()
75 ((ERROR_IO_INCOMPLETE != error) && (ERROR_IO_PENDING != error))) { in GetOvelappedIoResult()
Dadb_legacy_interface.cpp61 ULONG error = ok ? NO_ERROR : GetLastError(); in CreateHandle() local
65 if (NO_ERROR != error) { in CreateHandle()
66 SetLastError(error); in CreateHandle()
135 ULONG error = ret ? NO_ERROR : GetLastError(); in GetSerialNumber() local
139 if (NO_ERROR != error) { in GetSerialNumber()
140 SetLastError(error); in GetSerialNumber()
201 ULONG error = ret ? NO_ERROR : GetLastError(); in GetEndpointInformation() local
205 if (NO_ERROR != error) { in GetEndpointInformation()
206 SetLastError(error); in GetEndpointInformation()
Dadb_legacy_endpoint_object.cpp112 ULONG error = GetLastError(); in CommonAsyncReadWrite() local
113 if (!res && (ERROR_IO_PENDING != error)) { in CommonAsyncReadWrite()
118 SetLastError(error); in CommonAsyncReadWrite()
221 ULONG error = GetLastError(); in CreateHandle() local
224 SetLastError(error); in CreateHandle()
/development/host/windows/usb/winusb/
Dadb_winusb_io_completion.cpp70 ULONG error = GetLastError(); in GetOvelappedIoResult() local
73 ((ERROR_IO_INCOMPLETE == error) || (ERROR_IO_PENDING == error))) { in GetOvelappedIoResult()
81 error = GetLastError(); in GetOvelappedIoResult()
83 ((ERROR_IO_INCOMPLETE != error) && (ERROR_IO_PENDING != error))) { in GetOvelappedIoResult()
/development/ndk/platforms/android-3/include/linux/
Dpatchkey.h13 #error "patchkey.h included directly"
27 #error "could not determine byte order"
Dftape.h37 __u8 error; member
39 } error; member
Dspinlock_types_up.h16 #error "please don't include this file directly"
Dspinlock_api_smp.h16 #error "please don't include this file directly"
Dhardirq.h28 #error HARDIRQ_BITS is too low!
47 #error PREEMPT_ACTIVE is too low!
/development/ndk/samples/module-exports/jni/bar/
Dbar.h6 #error FOO should be defined here !
10 #error FOO is not correctly defined here !
/development/ndk/samples/module-exports/jni/foo/
Dfoo.c6 #error FOO is not defined here !
10 #error FOO is incorrectly defined here !
/development/ndk/platforms/android-4/samples/san-angeles/jni/
Dapp-linux.c76 GLenum error = glGetError(); in checkGLErrors() local
77 if (error != GL_NO_ERROR) in checkGLErrors()
78 fprintf(stderr, "GL Error: 0x%04x\n", (int)error); in checkGLErrors()
84 EGLint error = eglGetError(); in checkEGLErrors() local
86 if (error && error != EGL_SUCCESS) in checkEGLErrors()
87 fprintf(stderr, "EGL Error: 0x%04x\n", (int)error); in checkEGLErrors()
105 #error WINDOW_BPP must be 16 or 32 in initGraphics()
Dapp-win32.c56 GLenum error = glGetError(); in checkGLErrors() local
57 if (error != GL_NO_ERROR) in checkGLErrors()
60 _stprintf(errorString, _T("0x%04x"), error); in checkGLErrors()
68 EGLint error = eglGetError(); in checkEGLErrors() local
69 if (error != EGL_SUCCESS) in checkEGLErrors()
72 _stprintf(errorString, _T("0x%04x"), error); in checkEGLErrors()
91 #error WINDOW_BPP must be 16 or 32 in initEGL()
/development/build/tools/
Dmk_sources_zip.py61 def usage(error=None): argument
79 if error:
80 print >>sys.stderr, "Error:", error
88 error = None
95 error = str(e)
97 if error is None:
113 error = "Missing arguments: <source> <dest>"
120 error = "%s is not a file" % p.PROPS
122 error = "%s is not a directory" % p.SRC
124 if error:
[all …]
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."
292 [[ -z $TYPE ]] && error "Unknown archive type '$1'."
315 [[ ! -f "$SRC" ]] && error "Missing file for archive $TYPE/$OS: $SRC"
366 error "Failed to find source.properties or manifest.ini in $SRC"
369 [[ ! -f $PROPS ]] && error "Failed to extract $PROPS from $SRC"
/development/ide/xcode/ports/
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/apps/Development/src/com/android/development/
DDetails.java129 TextView error = new TextView(Details.this);
130 error.setText("Showing old data.\nURL couldn't be requeried:\n"
132 error.setTextColor(0xffff0000);
133 error.setTextSize(11);
134 mLinearLayout.addView(error, 0, lazy());
/development/samples/HelloEffects/src/com/example/android/mediafx/
DGLToolbox.java73 int error; in checkGlError() local
74 while ((error = GLES20.glGetError()) != GLES20.GL_NO_ERROR) { in checkGlError()
75 throw new RuntimeException(op + ": glError " + error); in checkGlError()
/development/ndk/platforms/android-3/arch-arm/include/asm/
Dspinlock_types.h16 #error "please don't include this file directly"
Dsmp.h21 #error "<asm-arm/smp.h> included in non-SMP build"
/development/ndk/platforms/android-9/arch-x86/include/asm/
Dspinlock_types.h22 #error "please don't include this file directly"
/development/ndk/platforms/android-5/samples/hello-gl2/jni/
Dgl_code.cpp39 for (GLint error = glGetError(); error; error in checkGlError() local
41 LOGI("after %s() glError (0x%x)\n", op, error); in checkGlError()

12345