HomeSort by relevance Sort by last modified time
    Searched refs:ALOGE (Results 1 - 25 of 857) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /dalvik/vm/compiler/codegen/arm/armv5te/
MethodCodegenDriver.cpp 19 ALOGE("Method-based JIT not supported for the v5te target");
  /dalvik/vm/compiler/codegen/mips/mips/
MethodCodegenDriver.cpp 19 ALOGE("Method-based JIT not supported for the Mips target");
  /dalvik/vm/mterp/c/
OP_UNUSED_FF.cpp 5 ALOGE("unknown opcode 0x%02x\n", INST_INST(inst));
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.cpp 43 ALOGE("Cannot allocate a new Operation directly!");
50 ALOGE("Cannot call delete on an Operation!");
  /frameworks/compile/linkloader/utils/
rsl_assert.cpp 36 ALOGE("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n");
37 ALOGE("rslAssert [%s:%d] %s\n", file, line, expr);
38 ALOGE("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!\n");
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
Mutex.cpp 45 ALOGE ("Mutex::Mutex: fail init; error=0x%X", res);
64 ALOGE ("Mutex::~Mutex: fail destroy; error=0x%X", res);
83 ALOGE ("Mutex::lock: fail lock; error=0x%X", res);
102 ALOGE ("Mutex::unlock: fail unlock; error=0x%X", res);
121 ALOGE ("Mutex::tryLock: error=0x%X", res);
  /packages/apps/Nfc/nci/jni/
Mutex.cpp 40 ALOGE ("Mutex::Mutex: fail init; error=0x%X", res);
59 ALOGE ("Mutex::~Mutex: fail destroy; error=0x%X", res);
78 ALOGE ("Mutex::lock: fail lock; error=0x%X", res);
97 ALOGE ("Mutex::unlock: fail unlock; error=0x%X", res);
116 ALOGE ("Mutex::tryLock: error=0x%X", res);
  /frameworks/rs/
rsMutex.cpp 33 ALOGE("Mutex::Mutex init failure");
43 ALOGE("Mutex: error %i locking.", status);
53 ALOGE("Mutex error %i unlocking.", status);
rsSignal.cpp 35 ALOGE("LocklessFifo mutex init failure");
41 ALOGE("LocklessFifo condition init failure");
54 ALOGE("LocklessCommandFifo: error %i locking for set condition.", status);
62 ALOGE("LocklessCommandFifo: error %i on set condition.", status);
67 ALOGE("LocklessCommandFifo: error %i unlocking for set condition.", status);
77 ALOGE("LocklessCommandFifo: error %i locking for condition.", status);
99 ALOGE("LocklessCommandFifo: error %i waiting for condition.", status);
105 ALOGE("LocklessCommandFifo: error %i unlocking for condition.", status);
  /frameworks/support/renderscript/v8/rs_support/
rsMutex.cpp 33 ALOGE("Mutex::Mutex init failure");
43 ALOGE("Mutex: error %i locking.", status);
53 ALOGE("Mutex error %i unlocking.", status);
rsSignal.cpp 35 ALOGE("LocklessFifo mutex init failure");
41 ALOGE("LocklessFifo condition init failure");
54 ALOGE("LocklessCommandFifo: error %i locking for set condition.", status);
62 ALOGE("LocklessCommandFifo: error %i on set condition.", status);
67 ALOGE("LocklessCommandFifo: error %i unlocking for set condition.", status);
77 ALOGE("LocklessCommandFifo: error %i locking for condition.", status);
99 ALOGE("LocklessCommandFifo: error %i waiting for condition.", status);
105 ALOGE("LocklessCommandFifo: error %i unlocking for condition.", status);
  /frameworks/av/media/libmedia/
mediarecorder.cpp 35 ALOGE("media recorder is not initialized yet");
39 ALOGE("setCamera called in an invalid state(%d)", mCurrentState);
56 ALOGE("media recorder is not initialized yet");
60 ALOGE("setPreviewSurface called in an invalid state(%d)", mCurrentState);
64 ALOGE("try to set preview surface without setting the video source first");
81 ALOGE("media recorder is not initialized yet");
85 ALOGE("init called in an invalid state(%d)", mCurrentState);
111 ALOGE("media recorder is not initialized yet");
115 ALOGE("video source has already been set");
126 ALOGE("setVideoSource called in an invalid state(%d)", mCurrentState)
    [all...]
  /cts/tests/tests/jni/libjnitest/
register.c 35 ALOGE("failed to register InstanceNonce");
41 ALOGE("failed to register StaticNonce");
47 ALOGE("failed to register JniCTest");
53 ALOGE("failed to register JniCppTest");
  /frameworks/compile/mclinker/tools/mcld/include/alone/Support/
Log.h 15 #define ALOGE(fmt, args...) \
  /hardware/samsung_slsi/exynos5/libexynosutils/
ExynosMutex.cpp 61 ALOGE("%s::Already created", __func__);
77 ALOGE("%s::unmatched type(%d) fail", __func__, type);
83 ALOGE("%s::Mutex create fail", __func__);
98 ALOGE("%s::Not yet created", __func__);
117 ALOGE("%s::Not yet created", __func__);
126 ALOGE("%s::m_core->lock() fail", __func__);
140 ALOGE("%s::Not yet created", __func__);
160 ALOGE("%s::Not yet created", __func__);
191 ALOGE("%s::mutex->create() fail", __func__);
203 ALOGE("%s::handle is null", __func__)
    [all...]
  /external/svox/pico/tts/
svox_ssml_parser.cpp 121 ALOGE("Error: failed to allocate memory for string!\n");
146 ALOGE("Error: failed to allocate memory for string!\n");
158 ALOGE("Error: failed to allocate memory for string!\n");
191 ALOGE("Error: bad SSML syntax, ph attribute not supplied.");
202 ALOGE("Error: failed to allocate memory for IPA string conversion");
232 ALOGE("Error: failed to allocate memory for string!");
244 ALOGE("Error: failed to allocate memory for string!");
261 ALOGE("Error: failed to allocate memory for string!\n");
276 ALOGE("Error: failed to allocate memory for string!\n");
290 ALOGE("Error: failed to allocate memory for string!\n")
    [all...]
  /system/core/libcutils/
fs.c 40 ALOGE("Failed to lstat(%s): %s", path, strerror(errno));
47 ALOGE("Not a directory: %s", path);
59 ALOGE("Failed to mkdir(%s): %s", path, strerror(errno));
66 ALOGE("Failed to chmod(%s, %d): %s", path, mode, strerror(errno));
70 ALOGE("Failed to chown(%s, %d, %d): %s", path, uid, gid, strerror(errno));
80 ALOGE("Failed to read %s: %s", path, strerror(errno));
86 ALOGE("Failed to read %s: %s", path, strerror(errno));
90 ALOGE("Failed to parse %s: %s", path, strerror(errno));
105 ALOGE("Path too long");
111 ALOGE("Failed to open %s: %s", temp, strerror(errno))
    [all...]
loghack.h 34 #define ALOGE(...) ALOG("E", __VA_ARGS__)
35 #define LOG_ALWAYS_FATAL(...) do { ALOGE(__VA_ARGS__); exit(1); } while (0)
sockets.c 33 ALOGE("could not get socket credentials: %s\n", strerror(errno));
38 ALOGE("untrusted userid on other end of socket: userid %d\n", cr.uid);
  /hardware/samsung_slsi/exynos5/libv4l2/
exynos_subdev.c 96 ALOGE("failed to open sysfs entry for subdev");
106 ALOGE("failed to read sysfs entry for subdev");
126 ALOGE("failed to open subdev device %s", filename);
128 ALOGE("no subdev device found");
143 ALOGE("%s: invalid fd: %d", __func__, fd);
148 ALOGE("%s: frame_size_enum is NULL", __func__);
154 ALOGE("failed to ioctl: VIDIOC_SUBDEV_ENUM_FRAME_SIZE");
170 ALOGE("%s: invalid fd: %d", __func__, fd);
175 ALOGE("%s: fmt is NULL", __func__);
181 ALOGE("failed to ioctl: VIDIOC_SUBDEV_G_FMT")
    [all...]
exynos_v4l2.c 135 ALOGE("failed to open sysfs entry for videodev");
145 ALOGE("failed to read sysfs entry for videodev");
165 ALOGE("failed to open video device %s", filename);
167 ALOGE("no video device found");
182 ALOGE("%s: invalid fd: %d", __func__, fd);
199 ALOGE("%s: invalid fd: %d", __func__, fd);
206 ALOGE("%s: no matching index founds", __func__);
227 ALOGE("%s: invalid fd: %d", __func__, fd);
235 ALOGE("failed to ioctl: VIDIOC_S_INPUT (%d - %s)", errno, strerror(errno));
252 ALOGE("%s: invalid fd: %d", __func__, fd)
    [all...]
  /dalvik/vm/test/
TestIndirectRefTable.cpp 82 ALOGE("unexpectedly successful removal");
94 ALOGE("trivial add1 failed");
101 ALOGE("objects don't match expected values %p %p %p vs. %p %p %p",
113 ALOGE("fifo deletion failed");
119 ALOGE("fifo del not empty");
125 ALOGE("stale entry get succeeded unexpectedly");
137 ALOGE("trivial add2 failed");
145 ALOGE("lifo deletion failed");
151 ALOGE("lifo del not empty");
164 ALOGE("trivial add3 failed")
    [all...]
  /system/core/libdiskconfig/
diskconfig.c 48 ALOGE("Invalid disk length specified.");
67 ALOGE("Invalid length specified: %s", str);
73 ALOGE("Size modifier illegal when len is -1");
83 ALOGE("Length specified is too large!: %llu KB", *plen);
111 ALOGE("Partition type required: %s", pinfo->name);
121 ALOGE("Unsupported partition type found: %s", tmp);
149 ALOGE("Could not malloc disk_info");
155 ALOGE("Could not malloc part_lst");
163 ALOGE("Could not read config file %s", fn);
168 ALOGE("Could not find device section in config file '%s'", fn)
    [all...]
dump_diskconfig.c 31 ALOGE("usage: %s <conf file>", argv[0]);
  /system/netd/
SoftapController.cpp 50 ALOGE("Failed to open socket");
63 ALOGE("Softap already started");
67 ALOGE("Softap startap - failed to open socket");
72 ALOGE("fork failed (%s)", strerror(errno));
81 ALOGE("execl failed (%s)", strerror(errno));
83 ALOGE("Should never get here!");
97 ALOGE("Softap already stopped");
106 ALOGE("Softap stopap - failed to open socket");
135 ALOGE("Softap set - failed to open socket");
139 ALOGE("Softap set - missing arguments")
    [all...]

Completed in 776 milliseconds

1 2 3 4 5 6 7 8 91011>>