Home
last modified time | relevance | path

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

1234

/development/tools/winscope/src/messaging/
Dwinscope_event.ts64 abstract readonly type: WinscopeEventType; property in WinscopeEvent
78 override readonly type = WinscopeEventType.APP_INITIALIZED; property in AppInitialized
82 override readonly type = WinscopeEventType.APP_FILES_COLLECTED; property in AppFilesCollected
90 override readonly type = WinscopeEventType.APP_FILES_UPLOADED; property in AppFilesUploaded
98 override readonly type = WinscopeEventType.APP_RESET_REQUEST; property in AppResetRequest
102 override readonly type = WinscopeEventType.APP_TRACE_VIEW_REQUEST; property in AppTraceViewRequest
106 override readonly type = WinscopeEventType.APP_REFRESH_DUMPS_REQUEST; property in AppRefreshDumpsRequest
110 override readonly type = WinscopeEventType.REMOTE_TOOL_DOWNLOAD_START; property in RemoteToolDownloadStart
114 override readonly type = WinscopeEventType.REMOTE_TOOL_FILES_RECEIVED; property in RemoteToolFilesReceived
125 override readonly type = WinscopeEventType.REMOTE_TOOL_TIMESTAMP_RECEIVED; property in RemoteToolTimestampReceived
[all …]
/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/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
DMethodInfo.java66 public void addParameter(String type) { in addParameter()
/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/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/motion/motion_test_watcher_app/src/app/
Dgolden.ts8 type: 'motion'; property
21 type: 'screenshot'; property
/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/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/tools/winscope/src/trace/
Dtransition.ts22 type: string; property
Dcustom_query.ts91 private readonly type: CustomQueryType; property in VisitableParserCustomQuery
Dparser_mock.ts26 private readonly type: TraceType, property in ParserMock
/development/tools/mkstubs/src/com/android/mkstubs/stubber/
DMethodStubber.java103 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { in visitFrame()
174 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) { in visitTryCatchBlock()
179 public void visitTypeInsn(int opcode, String type) { in visitTypeInsn()
/development/tools/winscope/src/viewers/
Dviewer.ts31 public type: ViewType, property in View
/development/tools/winscope/src/test/e2e/
Dviewer_transactions_test.ts83 const type = selectedEntry.element(by.css('.type')); constant
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCard.java273 private void addAction(String label, int id, int type) { in addAction()
422 public Builder addAction(String label, int id, int type) { in addAction()
614 public int type; field in Card.CardAction
704 public void setProgressType(int type) { in setProgressType()
/development/tools/winscope/protos/test/
Dintdef_translation_test.proto18 …optional int32 type = 1 [(.android.typedef) = "android.view.WindowManager.LayoutParams.WindowType"… field
/development/samples/ApiDemos/src/com/example/android/apis/text/
DLogTextBox.java61 public void setText(CharSequence text, BufferType type) { in setText()
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
DMethodSourcer.java171 public void visitFrame(int type, int local, Object[] local2, int stack, Object[] stack2) { in visitFrame()
248 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) { in visitTryCatchBlock()
253 public void visitTypeInsn(int opcode, String type) { in visitTypeInsn()

1234