Home
last modified time | relevance | path

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

/sdk/templates/docs/
Dprettify.css9 .tag{color:#036}
22 .tag{color:#006}
Dprettify.js21 …)/i],["lang-css",/^<style\b[^>]*>([\S\s]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*…
22 …x([["pln",/^\s+/,q," \t\r\n"],["atv",/^(?:"[^"]*"?|'[^']*'?)/,q,"\"'"]],[["tag",/^^<\/?[a-z](?:[\w…
23 /^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F…
28 PR_NOCODE:"nocode",PR_PLAIN:"pln",PR_PUNCTUATION:"pun",PR_SOURCE:"src",PR_STRING:"str",PR_TAG:"tag"…
/sdk/docs/
DNotes_on_WST_StructuredDocument.txt143 Each "region collection" basically matches one XML tag, with sub-regions for all the tokens
144 inside a tag.
149 So for example an outer XML_TAG_NAME region collection is a proper XML tag, and it will contain
150 an opening tag, a closing tag but also an XML_TAG_NAME that is the tag name itself.
158 here, the only case where it matters is in a tag such as <string name="my_string">: for the
/sdk/dumpeventlog/src/com/android/dumpeventlog/
DDumpEventLog.java82 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in main()
86 public void printLog(LogLevel logLevel, String tag, String message) { in main()
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DDateTimeEditor.java131 final String tag, Button button, final DialogFragment fragment) { in launchDialogOnClick() argument
135 fragment.show(ft, tag); in launchDialogOnClick()
/sdk/eventanalyzer/src/com/android/eventanalyzer/
DEventAnalyzer.java142 public void printAndPromptLog(LogLevel logLevel, String tag, String message) { in run()
146 public void printLog(LogLevel logLevel, String tag, String message) { in run()
/sdk/
Dchanges.txt101 missing "<" tag opening character.