Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 82) sorted by relevance

1234

/development/tools/winscope/src/messaging/
Dwinscope_event.ts88 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/
Dwinscope_proxy_host_connection_test.ts83 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
Dwinscope_proxy_device_connection_test.ts59 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/
Dmessages.ts33 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/
Dcollapsible_sections_test.ts31 type: CollapsibleSectionType.HIERARCHY, constant
36 type: CollapsibleSectionType.PROPERTIES, constant
Dcollapsible_section.ts20 type: CollapsibleSectionType; property
Dchip.ts20 type: string; property in Chip
/development/tools/motion/motion_test_watcher_app/src/model/
Dfeature.ts81 const { name, type } = feature; constant
115 const { name, type } = feature; constant
123 const { name, type } = feature; constant
Dgolden.ts38 type: string; property
54 type: 'not_found'; property
/development/tools/motion/motion_test_watcher_app/.vscode/
Dlaunch.json7 "type": "chrome", string
14 "type": "chrome", string
Dtasks.json6 "type": "npm", string
24 "type": "npm", string
/development/tools/apkcheck/src/com/android/apkcheck/
DFieldInfo.java34 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/
DContentItem.java44 public ContentItem(int type, int resourceId) { in ContentItem()
56 public ContentItem(int type, String assetFilePath) { in ContentItem()
/development/tools/winscope/src/test/unit/
Dparser_builder.ts28 private type = TraceType.SURFACE_FLINGER; property in ParserBuilder
Dtrace_builder.ts35 private type = TraceType.SURFACE_FLINGER; property in TraceBuilder
/development/tools/external_crates/google_metadata/src/protos/
Dmetadata.proto57 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/
Dviewer_media_based.ts44 const type = this.getTraceTypeForViewTitle(); constant
/development/tools/winscope/src/trace/
Dtransition.ts22 type: string; property
Dcustom_query.ts92 private readonly type: CustomQueryType; property in VisitableParserCustomQuery
/development/tools/winscope/src/test/e2e/
Dviewer_transactions_test.ts93 const type = selectedEntry.element(by.css('.transaction-type')); constant
/development/samples/MotionMechanics/src/com/android/mechanics/demo/util/
DGuaranteeLabel.kt28 val Guarantee.type: GuaranteeType constant
/development/tools/winscope/src/viewers/
Dviewer.ts33 public type: ViewType, property in View
/development/apps/Development/src/com/android/development/
DAccountsTester.java210 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()
DLogTextBox.java69 public void setText(CharSequence text, BufferType type) { in setText()
/development/samples/ApiDemos/src/com/example/android/apis/text/
DLogTextBox.java61 public void setText(CharSequence text, BufferType type) { in setText()

1234