/development/tools/winscope/src/messaging/ |
D | winscope_event.ts | 88 abstract readonly type: WinscopeEventType; property in WinscopeEvent 102 override readonly type = WinscopeEventType.APP_INITIALIZED; property in AppInitialized 106 override readonly type = WinscopeEventType.APP_FILES_COLLECTED; property in AppFilesCollected 114 override readonly type = WinscopeEventType.APP_FILES_UPLOADED; property in AppFilesUploaded 122 override readonly type = WinscopeEventType.APP_RESET_REQUEST; property in AppResetRequest 126 override readonly type = WinscopeEventType.APP_TRACE_VIEW_REQUEST; property in AppTraceViewRequest 130 override readonly type = WinscopeEventType.APP_TRACE_VIEW_REQUEST_HANDLED; property in AppTraceViewRequestHandled 134 override readonly type = WinscopeEventType.APP_REFRESH_DUMPS_REQUEST; property in AppRefreshDumpsRequest 138 override readonly type = WinscopeEventType.REMOTE_TOOL_DOWNLOAD_START; property in RemoteToolDownloadStart 142 override readonly type = WinscopeEventType.REMOTE_TOOL_FILES_RECEIVED; property in RemoteToolFilesReceived [all …]
|
/development/tools/winscope/src/trace_collection/winscope_proxy/ |
D | winscope_proxy_host_connection_test.ts | 83 type: '', constant 129 type: '', constant 167 type: 'text', constant 183 type: '', constant 199 type: 'arraybuffer', constant 215 type: '', constant 232 type: 'text', constant 247 type: '', constant 264 type: 'arraybuffer', constant
|
D | winscope_proxy_device_connection_test.ts | 59 type: '', constant 93 type: '', constant 154 type: '', constant 172 type: '', constant 185 type: '', constant 211 type: '', constant 227 type: '', constant 372 type: 'arraybuffer', constant 390 type: 'arraybuffer', constant 408 type: 'arraybuffer', constant
|
/development/tools/winscope/src/cross_tool/ |
D | messages.ts | 33 type: MessageType; property 37 type = MessageType.PING; property in MessagePing 41 type = MessageType.PONG; property in MessagePong 45 type = MessageType.BUGREPORT; property in MessageBugReport 56 type = MessageType.TIMESTAMP; property in MessageTimestamp 66 type = MessageType.FILES; property in MessageFiles
|
/development/tools/winscope/src/viewers/common/ |
D | collapsible_sections_test.ts | 31 type: CollapsibleSectionType.HIERARCHY, constant 36 type: CollapsibleSectionType.PROPERTIES, constant
|
D | collapsible_section.ts | 20 type: CollapsibleSectionType; property
|
D | chip.ts | 20 type: string; property in Chip
|
/development/tools/motion/motion_test_watcher_app/src/model/ |
D | feature.ts | 81 const { name, type } = feature; constant 115 const { name, type } = feature; constant 123 const { name, type } = feature; constant
|
D | golden.ts | 38 type: string; property 54 type: 'not_found'; property
|
/development/tools/motion/motion_test_watcher_app/.vscode/ |
D | launch.json | 7 "type": "chrome", string 14 "type": "chrome", string
|
D | tasks.json | 6 "type": "npm", string 24 "type": "npm", string
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
D | FieldInfo.java | 34 public FieldInfo(String name, String type) { in FieldInfo() 54 String type = TypeUtils.ambiguousToBinaryName(mType, apiList); in normalizeType() local
|
/development/samples/browseable/ShareActionProvider/src/com.example.android.shareactionprovider/content/ |
D | ContentItem.java | 44 public ContentItem(int type, int resourceId) { in ContentItem() 56 public ContentItem(int type, String assetFilePath) { in ContentItem()
|
/development/tools/winscope/src/test/unit/ |
D | parser_builder.ts | 28 private type = TraceType.SURFACE_FLINGER; property in ParserBuilder
|
D | trace_builder.ts | 35 private type = TraceType.SURFACE_FLINGER; property in TraceBuilder
|
/development/tools/external_crates/google_metadata/src/protos/ |
D | metadata.proto | 57 optional DirectoryType type = 11 [default = PACKAGE]; field 75 optional Type type = 1; field 81 optional string type = 1; field
|
/development/tools/winscope/src/viewers/viewer_media_based/ |
D | viewer_media_based.ts | 44 const type = this.getTraceTypeForViewTitle(); constant
|
/development/tools/winscope/src/trace/ |
D | transition.ts | 22 type: string; property
|
D | custom_query.ts | 92 private readonly type: CustomQueryType; property in VisitableParserCustomQuery
|
/development/tools/winscope/src/test/e2e/ |
D | viewer_transactions_test.ts | 93 const type = selectedEntry.element(by.css('.transaction-type')); constant
|
/development/samples/MotionMechanics/src/com/android/mechanics/demo/util/ |
D | GuaranteeLabel.kt | 28 val Guarantee.type: GuaranteeType constant
|
/development/tools/winscope/src/viewers/ |
D | viewer.ts | 33 public type: ViewType, property in View
|
/development/apps/Development/src/com/android/development/ |
D | AccountsTester.java | 210 String type = getSelectedAuthenticator().type; in onClick() local 391 AccountManagerCallback<Bundle> newAccountsCallback(String type, String[] features) { in newAccountsCallback() 399 public GetAccountsCallback(String type, String[] features) { in GetAccountsCallback() 425 AccountManagerCallback<Bundle> newAuthTokensCallback(String type, String authTokenType, in newAuthTokensCallback() 435 public GetAuthTokenCallback(String type, String authTokenType, String[] features) { in GetAuthTokenCallback()
|
D | LogTextBox.java | 69 public void setText(CharSequence text, BufferType type) { in setText()
|
/development/samples/ApiDemos/src/com/example/android/apis/text/ |
D | LogTextBox.java | 61 public void setText(CharSequence text, BufferType type) { in setText()
|