Searched refs:tag (Results 1 - 18 of 18) sorted by relevance

/dalvik/docs/
H A Dprettify.css10 .tag { color: #008; }
24 .tag { color: #006; font-weight: bold; }
/dalvik/libnativehelper/include/nativehelper/
H A DJNIHelp.h98 void jniLogException(C_JNIEnv* env, int priority, const char* tag, jthrowable exception);
146 inline void jniLogException(JNIEnv* env, int priority, const char* tag, argument
149 jniLogException(&env->functions, priority, tag, exception);
158 #define LOG_EX(env, priority, tag, ...) \
159 IF_LOG(priority, tag) jniLogException(env, ANDROID_##priority, tag, ##__VA_ARGS__)
/dalvik/vm/
H A DMisc.h65 * If "tag" is NULL the default tag ("dalvikvm") will be used.
68 void dvmPrintHexDumpEx(int priority, const char* tag, const void* vaddr,
82 INLINE void dvmPrintHexDumpDbg(const void* vaddr, size_t length,const char* tag) argument
85 dvmPrintHexDumpEx(ANDROID_LOG_VERBOSE, (tag != NULL) ? tag : LOG_TAG,
106 const char* tag; member in struct:DebugOutputTarget::__anon32::__anon33
118 const char* tag);
H A DStdioConverter.c50 static bool readAndLog(int fd, BufferedData* data, const char* tag);
225 static bool readAndLog(int fd, BufferedData* data, const char* tag) argument
236 tag, fd, want, (int)actual, strerror(errno));
239 //LOGI("read %s: %d at %d\n", tag, actual, data->count);
254 LOG(LOG_INFO, tag, "%s", start);
264 LOG(LOG_INFO, tag, "%s!", start);
H A DMisc.c45 * "priority" and "tag" determine the values passed to the log calls.
49 void dvmPrintHexDumpEx(int priority, const char* tag, const void* vaddr, argument
114 LOG_PRI(priority, tag, "%s", out);
140 const char* tag)
143 assert(tag != NULL);
147 target->data.log.tag = tag;
182 LOG_PRI_VA(target->data.log.priority, target->data.log.tag,
139 dvmCreateLogOutputTarget(DebugOutputTarget* target, int priority, const char* tag) argument
H A DDebugger.c728 * Get an object's class and "type tag".
745 * Get a class object's "type tag".
805 * "type tag".
884 * Determine the tag for an object with a known type.
888 u1 tag; local
890 tag = dvmDbgGetSignatureTag(type);
891 if (tag == JT_OBJECT && objectId != 0)
892 tag = resultTagFromObject(objectIdToObject(objectId));
894 return tag;
900 int dvmDbgGetTagWidth(int tag) argument
935 isTagPrimitive(u1 tag) argument
1054 u1 tag; local
1105 u1 tag; local
2364 dvmDbgGetLocalValue(ObjectId threadId, FrameId frameId, int slot, u1 tag, u1* buf, int expectedLen) argument
2455 dvmDbgSetLocalValue(ObjectId threadId, FrameId frameId, int slot, u1 tag, u8 value, int width) argument
2630 int tag; local
[all...]
H A DCommon.h145 #define LOG_PRI(priority, tag, ...) do { \
H A DDebugger.h183 int dvmDbgGetTagWidth(int tag);
256 u1 tag, u1* buf, int expectedLen);
258 u1 tag, u8 value, int width);
/dalvik/vm/hprof/
H A DHprofOutput.c136 headBuf[0] = rec->tag;
163 hprofStartNewRecord(hprof_context_t *ctx, u1 tag, u4 time) argument
176 rec->tag = tag;
H A DHprof.h113 u1 tag; member in struct:hprof_record_t
196 int hprofStartNewRecord(hprof_context_t *ctx, u1 tag, u4 time);
/dalvik/dx/src/com/android/dx/cf/cst/
H A DConstantPoolParser.java169 int tag = bytes.getUnsignedByte(at);
170 switch (tag) {
200 new ParseException("unknown tag byte: " + Hex.u1(tag));
229 int tag = bytes.getUnsignedByte(at);
230 switch (tag) {
318 * @param at offset to the start of the constant (where the tag byte is)
/dalvik/dx/src/com/android/dx/cf/direct/
H A DAnnotationParser.java310 int tag = input.readUnsignedByte();
313 CstUtf8 humanTag = new CstUtf8(Character.toString((char) tag));
314 parsed(1, "tag: " + humanTag.toQuoted());
317 switch (tag) {
414 throw new ParseException("unknown annotation tag: " +
415 Hex.u1(tag));
/dalvik/hit/src/com/android/hit/
H A DHprofParser.java61 * When a sub-tag of this type appears in a HPROF_HEAP_DUMP or
113 int tag = in.readUnsignedByte();
117 switch (tag) {
241 int tag = in.readUnsignedByte();
244 switch (tag) {
345 "loadHeapDump loop with unknown tag " + tag
/dalvik/vm/jdwp/
H A DJdwp.h224 bool dvmJdwpPostClassPrepare(JdwpState* state, int tag, RefTypeId refTypeId,
H A DJdwpHandler.c842 LOGV(" --> field=%x tag=%c -> %lld\n", fieldId, fieldTag, value);
1023 LOGV(" --> fieldId %x --> tag '%c'(%d)\n",
1061 LOGV(" --> fieldId=%x tag='%c'(%d) value=%lld\n",
1500 u1 tag; local
1506 tag = dvmDbgGetArrayElementTag(arrayId);
1507 LOGV(" Req for array values 0x%llx first=%d len=%d (elem tag=%c)\n",
1508 arrayId, firstIndex, length, tag);
1510 expandBufAdd1(pReply, tag);
H A DJdwpEvent.c1134 bool dvmJdwpPostClassPrepare(JdwpState* state, int tag, RefTypeId refTypeId, argument
1198 expandBufAdd1(pReq, tag);
/dalvik/libnativehelper/
H A DJNIHelp.c243 void jniLogException(JNIEnv* env, int priority, const char* tag, jthrowable exception) argument
258 __android_log_write(priority, tag, buffer);
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 329 milliseconds