HomeSort by relevance Sort by last modified time
    Searched full:strerror (Results 501 - 525 of 2323) sorted by null

<<21222324252627282930>>

  /hardware/ti/omap4-aah/camera/
ANativeWindowDisplayAdapter.cpp 473 CAMHAL_LOGE("Surface::setUsage failed: %s (%d)", strerror(-err), -err);
487 CAMHAL_LOGE("Surface::setBufferCount failed: %s (%d)", strerror(-err), -err);
508 CAMHAL_LOGE("native_window_set_buffers_geometry failed: %s (%d)", strerror(-err), -err);
540 CAMHAL_LOGE("Surface::dequeueBuffer failed: %s (%d)", strerror(-err), -err);
590 CAMHAL_LOGE("Surface::cancelBuffer failed: %s (%d)", strerror(-err), -err);
707 CAMHAL_LOGEB("get_min_undequeued_buffer_count failed: %s (%d)", strerror(-ret), -ret);
794 strerror(-ret),
1135 CAMHAL_LOGE("Surface::dequeueBuffer failed: %s (%d)", strerror(-err), -err);
1147 CAMHAL_LOGE("Surface::lockBuffer failed: %s (%d)", strerror(-err), -err);
    [all...]
  /hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp 543 ALOGE("native_window_set_usage failed: %s (%d)", strerror(-err), -err);
557 ALOGE("native_window_set_buffer_count failed: %s (%d)", strerror(-err), -err);
578 ALOGE("native_window_set_buffers_geometry failed: %s (%d)", strerror(-err), -err);
610 CAMHAL_LOGEB("dequeueBuffer failed: %s (%d)", strerror(-err), -err);
651 CAMHAL_LOGEB("cancel_buffer failed: %s (%d)", strerror(-err), -err);
772 CAMHAL_LOGEB("get_min_undequeued_buffer_count failed: %s (%d)", strerror(-ret), -ret);
827 strerror(-ret),
    [all...]
  /libcore/luni/src/main/java/android/system/
ErrnoException.java 63 String description = Libcore.os.strerror(errno);
  /ndk/sources/android/crazy_linker/tests/
test_relocated_shared_relro.cpp 36 Panic("Could not create socket pair: %s", strerror(errno));
test_shared_relro.cpp 45 Panic("Could not create socket pair: %s", strerror(errno));
test_two_shared_relros.cpp 50 Panic("Could not create socket pair: %s", strerror(errno));
  /ndk/sources/android/libthread_db/gdb-6.6/
libthread_db.c 17 # include <string.h> /* for strerror() */
70 D("Could not open %s: %s\n", path, strerror(errno));
80 D("Could not read %s: %s\n", path, strerror(errno));
160 D("Could not open %s: %s\n", path, strerror(errno));
  /ndk/sources/android/libthread_db/gdb-7.3.x/
libthread_db.c 17 # include <string.h> /* for strerror() */
66 D("Could not open %s: %s\n", path, strerror(errno));
76 D("Could not read %s: %s\n", path, strerror(errno));
157 D("Could not open %s: %s\n", path, strerror(errno));
  /ndk/sources/android/libthread_db/gdb-7.6/
libthread_db.c 29 # include <string.h> /* for strerror() */
78 D("Could not open %s: %s\n", path, strerror(errno));
88 D("Could not read %s: %s\n", path, strerror(errno));
169 D("Could not open %s: %s\n", path, strerror(errno));
  /ndk/sources/cxx-stl/gabi++/include/
cstring 55 using ::strerror;
  /ndk/sources/cxx-stl/system/include/
cstring 55 using ::strerror;
  /ndk/sources/host-tools/sed-4.2.1/lib/
error.h 39 if ERRNUM is nonzero, follow it with ": " and strerror (ERRNUM).
  /ndk/tests/device/test-gnustl-full/unit/
cstring_test.cpp 53 CPPUNIT_CHECK( std::strerror(0) != NULL );
  /ndk/tests/device/test-stlport/unit/
cstring_test.cpp 53 CPPUNIT_CHECK( std::strerror(0) != NULL );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
error.h 29 if ERRNUM is nonzero, follow it with ": " and strerror (ERRNUM).
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
error.h 29 if ERRNUM is nonzero, follow it with ": " and strerror (ERRNUM).
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
cstring 55 using ::strerror;
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
cstring 55 using ::strerror;
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cstring 55 using ::strerror;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cstring 55 using ::strerror;
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cstring 55 using ::strerror;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cstring 55 using ::strerror;
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cstring 55 using ::strerror;
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
cstring 55 using ::strerror;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cstring 55 using ::strerror;

Completed in 630 milliseconds

<<21222324252627282930>>