/frameworks/base/tools/aapt2/ |
D | Diagnostics.h | 68 Note, enumerator 87 log(Level::Note, actual); in note() 111 case Level::Note: in log()
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
D | VCardJapanizationTests.java | 20 import android.provider.ContactsContract.CommonDataKinds.Note; 407 entry.addContentValues(Note.CONTENT_ITEM_TYPE) in testNoteDoCoMo() 408 .put(Note.NOTE, "note1"); in testNoteDoCoMo() 409 entry.addContentValues(Note.CONTENT_ITEM_TYPE) in testNoteDoCoMo() 410 .put(Note.NOTE, "note2"); in testNoteDoCoMo() 411 entry.addContentValues(Note.CONTENT_ITEM_TYPE) in testNoteDoCoMo() 412 .put(Note.NOTE, "note3"); in testNoteDoCoMo()
|
D | VCardImporterTests.java | 23 import android.provider.ContactsContract.CommonDataKinds.Note; 669 elem.addExpected(Note.CONTENT_ITEM_TYPE) in testV21ComplicatedCase() 670 .put(Note.NOTE, "The following note is the example from RFC 2045."); in testV21ComplicatedCase() 671 elem.addExpected(Note.CONTENT_ITEM_TYPE) in testV21ComplicatedCase() 672 .put(Note.NOTE, in testV21ComplicatedCase() 868 elem.addExpected(Note.CONTENT_ITEM_TYPE) in testV21Japanese2_Type_Generic_Utf8() 869 .put(Note.NOTE, "\u30E1\u30E2"); in testV21Japanese2_Type_Generic_Utf8() 1047 elem.addExpected(Note.CONTENT_ITEM_TYPE) in testTolerateInvalidCommentLikeLineV21() 1048 .put(Note.NOTE, "This is an (sharp ->#<- sharp) example. " in testTolerateInvalidCommentLikeLineV21()
|
/frameworks/base/docs/html/samples/ |
D | index.jd | 33 <strong>Note:</strong> When starting Android Studio, you can also select <strong>Import an 64 <strong>Note:</strong> When starting Android Studio, you can also select <strong>Import 71 <strong>Note:</strong> At this time, the downloadable projects are designed for use with Gradle
|
/frameworks/base/docs/html/work/ |
D | managed-configurations.jd | 42 <strong>Note:</strong> For historical reasons, these configuration settings are known as 127 <strong>Note:</strong> Do not create localized versions of the 173 <strong>Note:</strong> In a production app, <code>android:title</code> and 238 <strong>Note:</strong> For convenience, you can also fetch the current 276 <strong>Note:</strong> The managed configurations {@link android.os.Bundle} 320 <strong>Note:</strong> The {@link 348 <strong>Note:</strong> Ordinarily, your app does not need to be notified
|
/frameworks/base/docs/html/ndk/guides/ |
D | android_mk.jd | 72 {@code LOCAL_STATIC_LIBRARIES}. Note that it does not clear {@code LOCAL_PATH}. This variable must 89 <p class="note"><strong>Note:</strong> If your module's name already starts with {@code lib}, the 155 library from the sources you listed. Note that using this script requires that you have already 273 <p class="note"><strong>Note: </strong> Up to Android NDK 1.6_r1, this variable is defined as 291 <p class="note"><strong>Note:</strong> Up to Android NDK 1.6_r1, the default value was 349 <p class="note"><strong>Note:</strong> You cannot override filepath or file extension.</p> 355 <p>Note that you can use both relative (to {@code LOCAL_PATH}) and absolute file paths. 360 <p class="note"><strong>Note: </strong> Always use Unix-style forward slashes (/) in build files. 444 <p class="note"><strong>Note: </strong>In android-ndk-1.5_r1, the corresponding flags only applied 464 <p class="note"><strong>Note: </strong>In android-ndk-1.5_r1, the corresponding flags applied to [all …]
|
D | application_mk.jd | 52 <p>Note that you can debug either release or debug binaries. Release binaries, however, provide less 93 <p class="note"><strong>Note: </strong>This variable only works on C, not C++, sources in 101 <p class="note"><strong>Note: </strong> In android-ndk-1.5_r1, this variable works on both C and 162 <p class="note"><strong>Note:</strong> {@code all} is available starting from NDKr7.</p> 211 <p class="note"><strong>Note: </strong> PIE executables cannot run on Android releases prior to 4.1.
|
/frameworks/compile/slang/ |
D | slang_diagnostic_buffer.cpp | 49 case clang::DiagnosticsEngine::Note: { in HandleDiagnostic()
|
/frameworks/base/docs/html/tv/adt-1/ |
D | index.jd | 37 <strong>Note:</strong> The ADT-1 kit <em>is not required</em> for building and testing apps 81 <strong>Note:</strong> Make sure you have enabled USB debugging in <strong>Settings > 105 <strong>Note:</strong> Make sure you have enabled USB debugging in <strong>Settings > 140 <strong>Note:</strong> The ADT-1 device is not compatible with all manufacturers and models of 190 <strong>Note:</strong> When casting from a Chrome browser, you must use Chrome V.36 or higher. 210 <strong>Note:</strong> Your iOS sender app requires the Google Cast iOS API version 2.2.1 296 <strong>Note:</strong> your Android phone or tablet must be connected to the same local network
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | LDFileFormat.h | 39 Note, enumerator
|
D | DiagnosticEngine.h | 44 Note, enumerator
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | MsgHandling.h | 62 return getDiagnosticEngine().report(pID, DiagnosticEngine::Note); in note()
|
/frameworks/multidex/library/ |
D | README.txt | 6 Note that multidexing will allow to go over the dex index limit.
|
/frameworks/base/docs/html/google/play/billing/ |
D | billing_testing.jd | 89 <strong>Note:</strong> Test subscription purchases recur daily, regardless of 103 Note that you can upload and publish your in-app items before you publish the 122 <p class="note"><strong>Note</strong>: License test accounts 130 <strong>Note:</strong> For test purchases, leave the {@code orderId} field 177 payment methods in Google Play to make purchases. Note that if you include test 213 <p class="note"><strong>Note:</strong> Previously you could test an app by 290 <p class="note"><strong>Note</strong>: Making In-app Billing requests with the reserved product IDs 303 <p class="note"><strong>Note:</strong> You can do end-to-end testing of your app 326 <p class="note"><strong>Note:</strong> Previously you could test an app by 357 <p class="note"><strong>Note:</strong> The only way to change the primary account on a device is to
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | loading-ondemand.jd | 73 <p class="note"><strong>Note:</strong> The {@link android.view.ViewStub#inflate()} method returns 83 <p class="note"><strong>Note:</strong> One drawback of {@link android.view.ViewStub} is that it
|
/frameworks/native/opengl/tests/testViewport/ |
D | README | 12 Note that screen is all white.
|
/frameworks/base/tests/utils/SleepUtils/ |
D | README | 19 Note: for the function to work properly, "-w" parameter is required
|
/frameworks/base/docs/html/training/wearables/data-layer/ |
D | messages.jd | 41 <p class="note"><strong>Note:</strong> 81 <p class="note"><strong>Note:</strong> 147 <p class="note"><strong>Note:</strong> 202 <p class="note"><strong>Note:</strong> A successful result code does not guarantee delivery of the 233 <p class="note"><strong>Note:</strong> To learn more about asynchronous and synchronous calls
|
/frameworks/base/docs/html/guide/appendix/ |
D | g-app-intents.jd | 14 <p>Note that this list is not comprehensive.</p> 57 <p><strong><em>Note:</em></strong> This requires your 97 <b>Note:</b> The two commas after the yaw parameter are required. They are present
|
/frameworks/native/docs/ |
D | Doxyfile | 26 # identify the project. Note that if you do not use Doxywizard you need 88 # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 139 # path to strip. Note that you specify absolute paths here, but also 250 # is PHP), and .f files as C (default is Fortran), use: inc=Fortran f=C. Note 350 # performance by keeping more symbols in memory. Note that the value works on 517 # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES. 518 # Note: This option applies only to the class list, not to the 742 # Note that relative paths are relative to the directory from which doxygen is 755 # certain files from those directories. Note that the wildcards are matched 841 # Note: To get rid of all source code in the generated output, make sure also [all …]
|
/frameworks/base/docs/html/training/accessibility/ |
D | testing.jd | 78 <p class="note"><strong>Note:</strong> Keyboards and D-pads provide different navigation paths 179 <strong>Note:</strong> While TalkBack is the most available Android accessibility service for 200 <p class="note"><strong>Note:</strong> On Android 4.1 (API Level 16) and higher, the system 206 <p class="note"><strong>Note:</strong> You must turn on TalkBack <em>first</em>, otherwise this 238 <p class="note"><strong>Note:</strong> Accessibility gestures provide a different navigation path 255 <strong>Note:</strong> Accessibility services other than TalkBack may map accessibility gestures
|
/frameworks/base/docs/html/training/tv/ |
D | index.jd | 11 <p class="note"><strong>Note:</strong> For details on how to publish your TV apps in Google Play,
|
/frameworks/base/docs/html/design/tv/ |
D | patterns.jd | 85 <strong>Note:</strong> If the background image does not meet the size requirements, the system 112 <strong>Note:</strong> If the large icon does not meet the size requirements, the system 133 <p class="note"><strong>Note:</strong> The color value <code>#eeeeee</code> is actually a light
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | screens.jd | 57 <p class="note"><strong>Note:</strong> Android automatically scales your layout in order to 123 <p class="note"><strong>Note:</strong> Android 3.2 and above supports an advanced method of 168 <p class="note"><strong>Note:</strong> Low-density (ldpi) resources aren’t always necessary. When
|
/frameworks/compile/libbcc/ |
D | README.rst | 31 cache file. Note that the compilation is triggered by a cache 193 Note: stack will be aligned to the coarsest-grained argument. In the case of 200 On ARM, we use hardfp. Note that double will be placed in a register pair.
|