/development/ndk/platforms/android-3/include/android/ |
D | log.h | 94 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/ |
D | board.h | 140 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/ |
D | MonkeyPowerEvent.java | 72 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/ |
D | DevLog.c | 51 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 …]
|
D | SimMgr.h | 68 void wsPostLogMessage(int logPrio, const char* tag, const char* msg);
|
D | SimMgr.c | 929 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/ |
D | module.h | 79 #define MODULE_INFO(tag, info) __MODULE_INFO(tag, tag, info) argument
|
D | moduleparam.h | 28 …(tag, name, info) static const char __module_cat(name,__LINE__)[] __attribute_used__ __attrib… argument 30 #define __MODULE_INFO(tag, name, info) argument
|
D | blkdev.h | 152 int tag; member
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | Tabs2.java | 51 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/ |
D | RssReader.java | 495 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/ |
D | LogBundle.h | 37 const char* tag; member
|
D | LogMessage.cpp | 43 newMsg->mTag = android::strdupNew(pBundle->tag); in Create() 83 bundle.tag = "-"; in Create()
|
D | MessageStream.cpp | 135 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/ |
D | MonkeyRecorder.java | 163 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()
|
D | MonkeyRunner.java | 262 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/ |
D | LogViewer.java | 106 CharSequence tag in run() local 111 builder.append(tag) in run()
|
/development/ndk/platforms/android-5/arch-x86/include/asm/ |
D | sigcontext.h | 39 unsigned long tag; member
|
/development/samples/SkeletonApp/ |
D | readme.txt | 31 tag and CLASS comes from the class in the <activity> tag.
|
/development/pdk/docs/source/ |
D | report-bugs.jd | 112 org.eclipse.jdi.internal.LocalVariableImpl.tag(LocalVariableImpl.java:185)
|
D | download.jd | 256 After importing the keys, you can verify any tag with <br><br></span> 257 <span>$ git tag -v <i>tagname</i>
|
D | code-style.jd | 277 …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/ |
D | README.txt | 82 The API XML does specify each package in a <package> tag, so we should have
|