Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 187) sorted by relevance

12345678

/development/tools/repo_diff/service/repodiff/
DDockerfile24 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/
DREADME.md32 * GCP_DB_NAME_DEV: the database name created from step 6
33 * GCP_DB_USER_DEV: the username created from step 7
34 * GCP_DB_PASSWORD_DEV: the password created from step 7
99 will be tables from the provisioned database set up in the provisioning
/development/tools/winscope/src/
Ddecode.js18 import jsonProtoDefs from 'frameworks/base/core/proto/android/server/windowmanagertrace.proto'
19 import jsonProtoLogDefs from 'ProtoLogSafePath/protolog.proto'
20 import jsonProtoDefsSF from 'frameworks/native/services/surfaceflinger/layerproto/layerstrace.proto'
21 import jsonProtoDefsTrans from 'frameworks/native/cmds/surfacereplayer/proto/src/trace.proto'
22 import jsonProtoDefsWL from 'WaylandSafePath/waylandtrace.proto'
23 import protobuf from 'protobufjs'
24 import { transform_layers, transform_layers_trace } from './transform_sf.js'
25 import { transform_window_service, transform_window_trace } from './transform_wm.js'
26 import { transform_transaction_trace } from './transform_transaction.js'
27 import { transform_wl_outputstate, transform_wayland_trace } from './transform_wl.js'
[all …]
Dmain.js17 import Vue from 'vue'
18 import App from './App.vue'
21 import VueMaterial from 'vue-material'
Dtransform_protolog.js17 import viewerConfig from "ProtoLogJsonSafePath/services.core.protolog.json"
19 import { nanos_to_string } from './transform.js'
/development/samples/ApiDemos/src/com/example/android/apis/app/
DIncomingMessage.java66 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()
DIncomingMessageInterstitial.java56 CharSequence from = getIntent().getCharSequenceExtra(IncomingMessageView.KEY_FROM); in switchToApp() local
59 Intent[] stack = IncomingMessage.makeMessageIntentStack(this, from, msg); in switchToApp()
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DAdapters.java805 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/ApiDemos/src/com/example/android/apis/graphics/
DBitmapPixels.java86 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/vndk/tools/sourcedr/Documentation/
Dlist-installed-files-from-source-dirs.md1 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/SkeletonApp/
Dreadme.txt7 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/MediaEffects/
D_index.jd10 Image frames can be images loaded from disk, frames from the device\'s camera, or other
/development/samples/DeviceAdminWhitelistedAccount/
DREADME.md3 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/browseable/MessagingService/
D_index.jd10 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/samples/browseable/AutoBackupForApps/
D_index.jd13 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/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DReadRecInd.java34 public ReadRecInd(EncodedStringValue from, in ReadRecInd() argument
41 setFrom(from); in ReadRecInd()
DSendReq.java61 EncodedStringValue from, in SendReq() argument
67 setFrom(from); in SendReq()
/development/tools/findunused/
Dremoveunusedresources60 echo REMOVING STRING $LINE from $RESLINE
65 echo REMOVING $LINE from $RESLINE
/development/gsi/
Dgsi-pubsign-release.sh23 Create artifacts for |target_product| from the artifacts of |src_product|.
26 Product name to copy artifacts from. e.g. aosp_arm64
/development/samples/browseable/ElizaChat/src/com.example.android.wearable.elizachat/
DResponderService.java113 NotificationManagerCompat.from(this).notify(0, notification); in showNotification()
128 NotificationManagerCompat.from(this).cancelAll(); in processIncoming()
144 NotificationManagerCompat.from(this).cancel(0); in onDestroy()
/development/tools/bugreport/src/com/android/bugreport/util/
DLines.java138 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/SearchableDictionary/res/raw/
Ddefinitions.txt6 abstinence - n. practice of refraining from indulging an appetite especially alcohol
41 alien - j. being or from or characteristic of another place or part of the world
84 asylum - n. a shelter from danger or hardship
94 autonomy - n. immunity from arbitrary exercise of authority: political independence
151 collision - n. an accident resulting from violent impact of a moving object
157 commute - n. a regular journey of some distance to and from your place of work
167 …ch a composite entity is made up; especially a part that can be separated from or attached to a sy…
201 conversion - n. the act of changing from one use or function or purpose to another
202 convertible - j. designed to be changed from one use or form to another
243 derive - v. come from
[all …]
/development/tools/checkcolor/
Dbuild.gradle11 * The DIST_DIR is where you want to save things from the build.
19 …// the build server does not pass the build number so we infer it from the last folder of the dist…
/development/samples/browseable/WatchFace/
D_index.jd18 For the Fit Distance related watch face, authentication IS a requirement to request distance from
24 certificate from your signed APK. More details can be found [here][2].
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DSearchableDictionary.java102 String[] from = new String[] { DictionaryDatabase.KEY_WORD, in showResults() local
111 R.layout.result, cursor, from, to); in showResults()

12345678