/frameworks/base/tools/aapt2/util/ |
D | Util.cpp | 123 for (const StringPiece16& piece : tokenize(str, u'.')) { in isJavaClassName() local 125 if (piece.empty()) { in isJavaClassName() 130 if (piece.data()[0] == u'$' || piece.data()[piece.size() - 1] == u'$') { in isJavaClassName() 134 if (findNonAlphaNumericAndNotInSet(piece, u"$_") != piece.end()) { in isJavaClassName() 147 for (const StringPiece16& piece : tokenize(str, u'.')) { in isJavaPackageName() local 149 if (piece.empty()) { in isJavaPackageName() 153 if (piece.data()[0] == u'_' || piece.data()[piece.size() - 1] == u'_') { in isJavaPackageName() 157 if (findNonAlphaNumericAndNotInSet(piece, u"_") != piece.end()) { in isJavaPackageName()
|
/frameworks/base/tools/aapt2/ |
D | ResourceParser.cpp | 40 static uint32_t parseFormatType(const StringPiece16& piece) { in parseFormatType() argument 41 if (piece == u"reference") return android::ResTable_map::TYPE_REFERENCE; in parseFormatType() 42 else if (piece == u"string") return android::ResTable_map::TYPE_STRING; in parseFormatType() 43 else if (piece == u"integer") return android::ResTable_map::TYPE_INTEGER; in parseFormatType() 44 else if (piece == u"boolean") return android::ResTable_map::TYPE_BOOLEAN; in parseFormatType() 45 else if (piece == u"color") return android::ResTable_map::TYPE_COLOR; in parseFormatType() 46 else if (piece == u"float") return android::ResTable_map::TYPE_FLOAT; in parseFormatType() 47 else if (piece == u"dimension") return android::ResTable_map::TYPE_DIMENSION; in parseFormatType() 48 else if (piece == u"fraction") return android::ResTable_map::TYPE_FRACTION; in parseFormatType() 49 else if (piece == u"enum") return android::ResTable_map::TYPE_ENUM; in parseFormatType() [all …]
|
/frameworks/base/docs/html/design/tv/ |
D | principles.jd | 18 fast, be it the big game, their favorite show, or a game with friends. The next piece of content
|
D | index.jd | 60 notification, activity, or piece of actionable media. Your app can provide suggestions for the
|
/frameworks/base/docs/html/design/patterns/ |
D | help.jd | 5 <p>We wish we could guarantee that if you follow every piece of advice on this website, everyone wi… 110 <p>People don't read help from start to finish. They scan around, looking for a piece of informatio…
|
D | actionbar.jd | 23 <p>The <em>action bar</em> is a dedicated piece of real estate at the top of each screen that is ge…
|
/frameworks/base/docs/html/training/secure-file-sharing/ |
D | request-file.jd | 92 File security is preserved in this process because the content URI is the only piece of data
|
/frameworks/base/docs/html/design/wear/ |
D | index.jd | 33 <p>The context stream is a vertical list of cards, each showing a useful or timely piece of informa…
|
D | style.jd | 56 …flect the severity of current traffic conditions. This is not just a nice piece of attention to de…
|
/frameworks/base/docs/html/training/accessibility/ |
D | accessible-app.jd | 70 description on some context, such as the state of a toggle button, or a piece
|
/frameworks/base/docs/html/wear/preview/features/ |
D | complications.jd | 336 fields. Generally, a required field represents the primary piece of data; 342 <code>SHORT_TEXT</code> may be just a single piece of text, or a title
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
D | jetcreator_manual.jd | 143 create a longer piece. The sequencing can be fixed at the time the music file 162 the musical segments can be recombined to create a linear music piece. In this 171 <br>Figure 2: Non-linear music piece</p> 175 piece. The scenario is a first-person-shooter (FPS) and JET is providing the
|
/frameworks/base/docs/html/training/design-navigation/ |
D | descendant-lateral.jd | 98 …en inefficient and cumbersome. The number of touches required to access a piece of content with th…
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | managing.jd | 384 <p>The final piece of the puzzle is the {@link
|
/frameworks/base/docs/html/training/printing/ |
D | custom-docs.jd | 360 physical piece of paper. Make sure that you account for the unprintable edges of the page when
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | hce.jd | 527 <p>The HCE architecture itself provides one core piece of security: because your 535 <p>The core remaining piece is where you get your data that your app sends
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | display-contact-badge.jd | 73 An app icon for each piece of detail data that can be handled by a built-in app. For
|
D | retrieve-names.jd | 712 as emails, and you want allow users to get the names associated with a piece of data.
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.1.jd | 64 <li>A <em>USB device</em> is a piece of connected hardware that depends on the 67 <li>A <em>USB accessory</em> is a piece of connected hardware that has a USB
|
/frameworks/base/docs/html/training/articles/ |
D | perf-jni.jd | 58 If a piece of code has no other way to get its JNIEnv, you should share 129 the IDs is to add a piece of code that looks like this to the appropriate class:</p>
|
/frameworks/base/docs/html/guide/topics/text/ |
D | copy-paste.jd | 685 piece of data to retrieve. You can provide this information by encoding an identifier for the 742 data you want to copy, and presumably a unique identifier for each piece. In response to a
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | custom-components.jd | 166 is a critical piece of the rendering contract between your component and its
|
D | dialogs.jd | 636 <p>You might have a UI design in which you want a piece of the UI to appear as a dialog in some
|
/frameworks/base/docs/html/distribute/tools/ |
D | localization-checklist.jd | 331 languages. Common examples might be a piece of code, a placeholder for a
|
/frameworks/base/docs/html/guide/topics/security/ |
D | permissions.jd | 598 describing the key piece of functionality the permission is protecting. The
|