HomeSort by relevance Sort by last modified time
    Searched defs:LOGE (Results 1 - 17 of 17) sorted by null

  /dalvik/vm/alloc/TEST/HeapBitmapTest/include/
Dalvik.h 12 #define LOGE(...) printf("E/" __VA_ARGS__)
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Log.h 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /frameworks/ex/variablespeed/jni/
hlogging.h 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /system/core/libcutils/
loghack.h 34 #define LOGE(...) LOG("E", __VA_ARGS__)
35 #define LOG_ALWAYS_FATAL(...) do { LOGE(__VA_ARGS__); exit(1); } while (0)
  /frameworks/compile/libbcc/helper/
DebugHelper.h 33 #undef LOGE
40 #define LOGE(...)
  /system/media/mca/filterpacks/imageproc/native/
contrast.c 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__)
40 LOGE("Unknown parameter: %s!", key);
51 LOGE("Contrast: Incorrect input count! Expected 1 but got %d!", input_count);
57 LOGE("Contrast: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size);
65 LOGE("Contrast: No input or output pointer found!");
brightness.c 22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__)
45 LOGE("Unknown parameter: %s!", key);
56 LOGE("Brightness: Incorrect input count! Expected 1 but got %d!", input_count);
62 LOGE("Brightness: Input-output sizes do not match up. %d vs. %d!", input_sizes[0], output_size);
71 LOGE("Brightness: No input or output pointer found!");
  /bootable/recovery/
common.h 76 #define LOGE(...) ui_print("E:" __VA_ARGS__)
  /bootable/recovery/minzip/
Log.h 117 #ifndef LOGE
118 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
  /development/ndk/platforms/android-5/samples/hello-gl2/jni/
gl_code.cpp 31 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
71 LOGE("Could not compile shader %d:\n%s\n",
110 LOGE("Could not link program:\n%s\n", buf);
133 LOGE("Could not create program.");
  /external/opencv/
cvjni.h 30 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
  /system/core/include/cutils/
log.h 142 #ifndef LOGE
143 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 28 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
379 LOGE("AndroidBitmap_getInfo() failed ! error=%d", ret);
384 LOGE("Bitmap format is not RGB_565 !");
389 LOGE("AndroidBitmap_lockPixels() failed ! error=%d", ret);
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 33 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR,LOG_TAG,__VA_ARGS__)
  /external/quake/quake/src/WinQuake/
snd_android.cpp 20 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, __VA_ARGS__)
332 LOGE("SNDDDMA_Init: samples must be power of two.");
337 LOGE("SNDDDMA_Init: Could not allocate sound buffer.");
665 LOGE("SNDDDMA_Init: samples must be power of two.");
670 LOGE("SNDDDMA_Init: Could not allocate sound buffer.");
  /packages/inputmethods/LatinIME/native/src/
defines.h 24 #define LOGE(fmt, ...)
  /system/core/charger/
charger.c 67 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)
439 LOGE("cannot add supply '%s' (%s %d)\n", uevent->ps_name,
447 LOGE("supply '%s' already exists..\n", uevent->ps_name);
458 LOGE("power supply '%s' not found ('%s' %d)\n",
555 LOGE("cannot openat %d '%s' (%d: %s)\n", dfd, de->d_name,
958 LOGE("Cannot load image\n");
967 LOGE("Cannot load image %s\n", frame->name);

Completed in 494 milliseconds