/development/ndk/platforms/android-9/arch-mips/include/asm/ |
D | war.h | 27 #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 …]
|
D | byteorder.h | 37 #error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"
|
D | unaligned.h | 39 #error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"
|
/development/host/windows/usb/api/ |
D | adb_legacy_io_completion.cpp | 62 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()
|
D | adb_legacy_interface.cpp | 61 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()
|
D | adb_legacy_endpoint_object.cpp | 112 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/ |
D | adb_winusb_io_completion.cpp | 70 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/ |
D | patchkey.h | 13 #error "patchkey.h included directly" 27 #error "could not determine byte order"
|
D | ftape.h | 37 __u8 error; member 39 } error; member
|
D | spinlock_types_up.h | 16 #error "please don't include this file directly"
|
D | spinlock_api_smp.h | 16 #error "please don't include this file directly"
|
D | hardirq.h | 28 #error HARDIRQ_BITS is too low! 47 #error PREEMPT_ACTIVE is too low!
|
/development/ndk/samples/module-exports/jni/bar/ |
D | bar.h | 6 #error FOO should be defined here ! 10 #error FOO is not correctly defined here !
|
/development/ndk/samples/module-exports/jni/foo/ |
D | foo.c | 6 #error FOO is not defined here ! 10 #error FOO is incorrectly defined here !
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | app-linux.c | 76 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()
|
D | app-win32.c | 56 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/ |
D | mk_sources_zip.py | 61 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 …]
|
D | mk_sdk_repo_xml.sh | 19 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/ |
D | skia_mac.cp | 38 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/ |
D | Details.java | 129 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/ |
D | GLToolbox.java | 73 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/ |
D | spinlock_types.h | 16 #error "please don't include this file directly"
|
D | smp.h | 21 #error "<asm-arm/smp.h> included in non-SMP build"
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | spinlock_types.h | 22 #error "please don't include this file directly"
|
/development/ndk/platforms/android-5/samples/hello-gl2/jni/ |
D | gl_code.cpp | 39 for (GLint error = glGetError(); error; error in checkGlError() local 41 LOGI("after %s() glError (0x%x)\n", op, error); in checkGlError()
|