/development/tools/repo_diff/service/repodiff/ |
D | Dockerfile | 24 COPY --from=0 /bin/repo /bin/repo 26 COPY --from=0 /go/bin/repodiff . 27 COPY --from=0 /go/bin/config.json . 28 COPY --from=0 /go/bin/.git* /root/ 29 COPY --from=0 /go/bin/credentials.json . 30 COPY --from=0 /go/bin/credentials.json . 31 COPY --from=0 /go/src/repodiff/*py ./pytools/ 32 COPY --from=0 /go/src/repodiff/*txt ./pytools/
|
/development/tools/winscope/src/ |
D | main.js | 17 import Vue from 'vue' 18 import App from './App.vue' 21 import VueMaterial from 'vue-material'
|
D | localstore.js | 17 import Vue from 'vue';
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | IncomingMessage.java | 66 static Intent[] makeMessageIntentStack(Context context, CharSequence from, in makeMessageIntentStack() argument 90 intents[3].putExtra(IncomingMessageView.KEY_FROM, from); in makeMessageIntentStack() 106 CharSequence from = "Joe"; in showAppNotification() local 119 makeMessageIntentStack(this, from, message), PendingIntent.FLAG_CANCEL_CURRENT); in showAppNotification() 129 .setContentTitle(from) // the label of the entry in showAppNotification() 157 CharSequence from = "Dianne"; in showInterstitialNotification() local 170 intent.putExtra(IncomingMessageView.KEY_FROM, from); in showInterstitialNotification() 184 .setContentTitle(from) // the label of the entry in showInterstitialNotification()
|
D | IncomingMessageInterstitial.java | 56 CharSequence from = getIntent().getCharSequenceExtra(IncomingMessageView.KEY_FROM); in switchToApp() local 59 Intent[] stack = IncomingMessage.makeMessageIntentStack(this, from, msg); in switchToApp()
|
/development/samples/browseable/MediaEffects/ |
D | _index.jd | 10 Image frames can be images loaded from disk, frames from the device\'s camera, or other
|
/development/samples/DeviceAdminWhitelistedAccount/ |
D | README.md | 3 This application creates an account that will *not* prevent test-only DO/PO from being activated. 16 - Launch the "DA Whitelisted Account" app from the launcher.
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | BitmapPixels.java | 86 private static void makeRamp(int from, int to, int n, in makeRamp() argument 89 int r = getR32(from) << 23; in makeRamp() 90 int g = getG32(from) << 23; in makeRamp() 91 int b = getB32(from) << 23; in makeRamp() 92 int a = getA32(from) << 23; in makeRamp()
|
/development/samples/browseable/MessagingService/ |
D | _index.jd | 10 Input to allow Android N devices to reply via text directly from 14 Note: Each unread conversation from a user is sent as a distinct
|
/development/vndk/tools/sourcedr/Documentation/ |
D | list-installed-files-from-source-dirs.md | 1 List Installed Files from Source Directories 56 By default, `list_installed_file_from_source.py` lists the files that are from 72 List the files from `device/google` and installed to `/system`: 82 List the files from `device/google` and installed into `/system/lib64` with: 92 List the files from `frameworks/base` or `frameworks/native` and installed
|
/development/samples/browseable/AutoBackupForApps/ |
D | _index.jd | 13 Executing "adb shell bmgr restore com.example.android.autobackup" from a terminal will cause the 14 sample\'s data to be cleared and replaced with a copy from the backup server.
|
/development/tools/findunused/ |
D | removeunusedresources | 60 echo REMOVING STRING $LINE from $RESLINE 65 echo REMOVING $LINE from $RESLINE
|
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
D | ReadRecInd.java | 34 public ReadRecInd(EncodedStringValue from, in ReadRecInd() argument 41 setFrom(from); in ReadRecInd()
|
/development/samples/XmlAdapters/src/com/example/android/xmladapters/ |
D | Adapters.java | 805 String from = a.getString(R.styleable.CursorAdapter_MapItem_fromValue); in findMap() local 806 if (from == null) { in findMap() 819 transformation.addStringMapping(from, to); in findMap() 827 transformation.addResourceMapping(from, to); in findMap() 911 XmlCursorAdapter(Context context, int layout, String uri, String[] from, int[] to, in XmlCursorAdapter() argument 915 super(context, layout, null, from, to); in XmlCursorAdapter() 918 mFrom = from; in XmlCursorAdapter() 923 mColumns = new String[from.length + 1]; in XmlCursorAdapter() 926 System.arraycopy(from, 0, mColumns, 1, from.length); in XmlCursorAdapter() 929 final int count = from.length; in XmlCursorAdapter() [all …]
|
/development/samples/SkeletonApp/ |
D | readme.txt | 7 will use. You can run the application either directly from the "test" 8 list in the app launcher (it is named Skeleton App) or by selecting it from 30 {src/PACKAGE/CLASS.java}, where PACKAGE comes from the name in the <package> 31 tag and CLASS comes from the class in the <activity> tag.
|
/development/samples/browseable/PermissionRequest/ |
D | _index.jd | 8 This sample shows how to handle PermissionRequest coming from web apps inside of a
|
/development/ndk/zlib/ |
D | NOTICE | 5 arising from the use of this software. 17 3. This notice may not be removed or altered from any source distribution.
|
/development/tools/bugreport/src/com/android/bugreport/util/ |
D | Lines.java | 138 public Lines<T> copy(int from, int to) { in copy() argument 139 return new Lines<T>(mList, Math.max(mMin, from), Math.min(mMax, to)); in copy()
|
/development/samples/browseable/MidiSynth/ |
D | _index.jd | 8 This sample demonstrates how to use the MIDI API to receive and play MIDI messages coming from an
|
/development/samples/browseable/MidiScope/ |
D | _index.jd | 8 This sample demonstrates how to use the MIDI API to receive and process MIDI signals coming from an
|
/development/samples/browseable/CommitContentSampleApp/ |
D | _index.jd | 9 (such as images) sent from a keyboard using the Commit Content API.
|
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/ |
D | ResponderService.java | 113 NotificationManagerCompat.from(this).notify(0, notification); in showNotification() 128 NotificationManagerCompat.from(this).cancelAll(); in processIncoming() 144 NotificationManagerCompat.from(this).cancel(0); in onDestroy()
|
/development/samples/browseable/ActionBarCompat-ListPopupMenu/ |
D | _index.jd | 9 from ActionBarCompat to create a list, with each item having a dropdown menu.
|
/development/samples/browseable/DataLayer/ |
D | _index.jd | 9 from a handheld device to a wearable. The data transmitted is a picture taken by
|
/development/samples/browseable/ActivitySceneTransitionBasic/ |
D | _index.jd | 9 from one Activity to another. Uses a combination of changeImageTransform and
|