Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 23 of 23) sorted by relevance

/development/ndk/platforms/android-3/include/android/
Dlog.h94 int __android_log_write(int prio, const char *tag, const char *text);
99 int __android_log_print(int prio, const char *tag, const char *fmt, ...)
109 int __android_log_vprint(int prio, const char *tag,
116 void __android_log_assert(const char *cond, const char *tag,
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/
Dboard.h140 u16 tag; member
146 u16 tag; member
160 #define omap_get_config(tag, type) ((const type *) __omap_get_config((tag), sizeof(type), 0)) argument
161 #define omap_get_nr_config(tag, type, nr) ((const type *) __omap_get_config((tag), sizeof(type), … argument
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyPowerEvent.java72 private void bufferLogEvent(String tag, String value) { in bufferLogEvent() argument
75 if (tag.compareTo(TEST_STARTED) == 0) { in bufferLogEvent()
77 } else if (tag.compareTo(TEST_IDLE_ENDED) == 0) { in bufferLogEvent()
80 tag = TEST_ENDED; in bufferLogEvent()
81 } else if (tag.compareTo(TEST_DELAY_STARTED) == 0) { in bufferLogEvent()
84 tag = TEST_STARTED; in bufferLogEvent()
89 event.put("tag", tag); in bufferLogEvent()
/development/simulator/wrapsim/
DDevLog.c51 char tag[kMaxTagLen]; member
149 strcpy(logState->tagSet[entry].tag, tagName); in configureInitialState()
152 logState->tagSet[entry].tag, in configureInitialState()
222 static void showLog(FakeDev* dev, int logPrio, const char* tag, const char* msg) in showLog() argument
237 wsPostLogMessage(logPrio, tag, msg); in showLog()
268 "%c/%-8s: ", priChar, tag); in showLog()
275 " (%s)\n", tag); in showLog()
288 "%s %-8s\n\t", timeBuf, tag); in showLog()
294 timeBuf, pid, (void*)tid, priChar, tag); in showLog()
299 "%c/%-8s(%5d): ", priChar, tag, pid); in showLog()
[all …]
DSimMgr.h68 void wsPostLogMessage(int logPrio, const char* tag, const char* msg);
DSimMgr.c929 void wsPostLogMessage(int logPrio, const char* tag, const char* message) in wsPostLogMessage() argument
940 tagLen = strlen(tag) +1; in wsPostLogMessage()
953 memcpy(cp, tag, tagLen); in wsPostLogMessage()
/development/ndk/platforms/android-3/include/linux/
Dmodule.h79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info) argument
Dmoduleparam.h28 …(tag, name, info) static const char __module_cat(name,__LINE__)[] __attribute_used__ __attrib… argument
30 #define __MODULE_INFO(tag, name, info) argument
Dblkdev.h152 int tag; member
/development/samples/ApiDemos/src/com/example/android/apis/view/
DTabs2.java51 public View createTabContent(String tag) { in createTabContent() argument
53 tv.setText("Content for tab with tag " + tag); in createTabContent()
/development/samples/RSSReader/src/com/example/android/rssreader/
DRssReader.java495 String tag = xpp.getName(); in parseRSS() local
496 if (tag.equals("item")) { in parseRSS()
498 } else if (tag.equals("title")) { in parseRSS()
501 } else if (tag.equals("link")) { in parseRSS()
504 } else if (tag.equals("description")) { in parseRSS()
512 String tag = xpp.getName(); in parseRSS() local
513 if (tag.equals("item")) { in parseRSS()
/development/simulator/app/
DLogBundle.h37 const char* tag; member
DLogMessage.cpp43 newMsg->mTag = android::strdupNew(pBundle->tag); in Create()
83 bundle.tag = "-"; in Create()
DMessageStream.cpp135 tagLen = strlen(pBundle->tag) + 1; in setLogBundle()
160 memcpy(pCur, pBundle->tag, tagLen); in setLogBundle()
194 pBundle->tag = (const char*) pCur; in getLogBundle()
/development/tools/monkeyrunner/src/com/android/monkeyrunner/
DMonkeyRecorder.java163 mXmlWriter.tag("input", name, value); in addInput()
187 mXmlWriter.tag("response", names, values, num_args); in addResult()
209 mXmlWriter.tag("device_var", names, values, names.length); in addDeviceVar()
DMonkeyRunner.java262 public static void grabscreen(String tag) throws IOException { in grabscreen() argument
263 tag += ".png"; in grabscreen()
267 getDeviceImage(monkeyDevice, tag, false); in grabscreen()
/development/apps/Development/src/com/android/development/
DLogViewer.java106 CharSequence tag in run() local
111 builder.append(tag) in run()
/development/ndk/platforms/android-5/arch-x86/include/asm/
Dsigcontext.h39 unsigned long tag; member
/development/samples/SkeletonApp/
Dreadme.txt31 tag and CLASS comes from the class in the <activity> tag.
/development/pdk/docs/source/
Dreport-bugs.jd112 org.eclipse.jdi.internal.LocalVariableImpl.tag(LocalVariableImpl.java:185)
Ddownload.jd256 After importing the keys, you can verify any tag with <br><br></span>
257 <span>$ git tag -v <i>tagname</i>
Dcode-style.jd277 …u use the @Deprecated annotation, you must also have a @deprecated Javadoc tag and it should name …
279 <p>If you see old code that has a @deprecated Javadoc tag, please add the @Deprecated annotation.
282 <p>For example, if you use the {@inheritdocs} Javadoc tag, and derive from a class (not an interfac…
402 …ngths longer than about 130 or 160 characters (including the length of the tag) should be avoided …
/development/tools/apkcheck/
DREADME.txt82 The API XML does specify each package in a <package> tag, so we should have