/development/tools/winscope/src/flickerlib/ |
D | index.js | 17 import LayersTrace from './LayersTrace'; 18 import WindowManagerState from './WindowManagerState'; 19 import WindowManagerTrace from './WindowManagerTrace'; 20 import ObjectFormatter from './ObjectFormatter'; 21 import TagTrace from './TagTrace'; 22 import ErrorTrace from './ErrorTrace';
|
/development/tools/winscope/src/ |
D | decode.js | 20 import jsonProtoDefsAccessibility from 'frameworks/base/core/proto/android/server/accessibilitytrac… 21 import jsonProtoDefsWm from 'frameworks/base/core/proto/android/server/windowmanagertrace.proto'; 22 import jsonProtoDefsProtoLog from 'frameworks/base/core/proto/android/internal/protolog.proto'; 23 import jsonProtoDefsSf from 'frameworks/native/services/surfaceflinger/layerproto/layerstrace.proto… 24 import jsonProtoDefsTransaction from 'frameworks/native/cmds/surfacereplayer/proto/src/trace.proto'; 25 import jsonProtoDefsWl from 'WaylandSafePath/waylandtrace.proto'; 26 import jsonProtoDefsSysUi from 'frameworks/base/packages/SystemUI/src/com/android/systemui/tracing/… 27 import jsonProtoDefsLauncher from 'packages/apps/Launcher3/protos/launcher_trace_file.proto'; 28 import jsonProtoDefsIme from 'frameworks/base/core/proto/android/view/inputmethod/inputmethodeditor… 29 import jsonProtoDefsTags from 'platform_testing/libraries/flicker/src/com/android/server/wm/proto/t… [all …]
|
D | transform_protolog.js | 18 from '../../../../frameworks/base/data/etc/services.core.protolog.json'; 20 import {FormattedLogMessage, UnformattedLogMessage} from '@/traces/ProtoLog.ts';
|
D | main.js | 17 import Vue from 'vue' 18 import Vuex from 'vuex' 19 import VueMaterial from 'vue-material' 20 import VueGtag from "vue-gtag"; 22 import App from './App.vue' 23 import { TRACE_TYPES, DUMP_TYPES, TRACE_INFO, DUMP_INFO } from './decode.js' 24 import { DIRECTION, findLastMatchingSorted, stableIdCompatibilityFixup } from './utils/utils.js'
|
/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/spec/ |
D | ProtoTransformSpec.js | 1 import { decodeAndTransformProto, FILE_TYPES, FILE_DECODERS } from '../src/decode'; 2 import fs from 'fs'; 3 import path from 'path'; 4 import { expectedEntries, expectedLayers, layers_traces } from './traces/ExpectedTraces';
|
D | TagErrorSpec.js | 1 import { decodeAndTransformProto, FILE_TYPES, FILE_DECODERS } from '../src/decode'; 2 import Tag from '../src/flickerlib/tags/Tag'; 3 import Error from '../src/flickerlib/errors/Error'; 4 import { TaggingEngine } from '../src/flickerlib/common.js'; 5 import fs from 'fs'; 6 import path from 'path';
|
D | ObjectTransformerSpec.js | 1 import { DiffType } from "../src/utils/diff.js"; 2 import { ObjectTransformer } from "../src/transform.js"; 3 import { ObjNode, ObjDiffNode, toPlainObject } from "./utils/tree.js";
|
D | SimplifiedLayerNamesSpec.js | 1 import { getSimplifiedLayerName } from "../src/utils/names";
|
/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/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/tools/findunused/ |
D | removeunusedresources | 60 echo REMOVING STRING $LINE from $RESLINE 65 echo REMOVING $LINE from $RESLINE
|
/development/tools/winscope/libs/virtualList/ |
D | Item.js | 1 import Vue from 'vue' 2 import { ItemProps, SlotProps } from './props'
|
/development/gsi/ |
D | gsi-pubsign-release.sh | 23 Create artifacts for |target_product| from the artifacts of |src_product|. 26 Product name to copy artifacts from. e.g. aosp_arm64
|
/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/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/MidiScope/ |
D | _index.jd | 8 This sample demonstrates how to use the MIDI API to receive and process MIDI signals coming from an
|