/development/tools/winscope/src/messaging/ |
D | winscope_event.ts | 64 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/ |
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/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
|
D | MethodInfo.java | 66 public void addParameter(String type) { in addParameter()
|
/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/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/motion/motion_test_watcher_app/src/app/ |
D | golden.ts | 8 type: 'motion'; property 21 type: 'screenshot'; property
|
/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/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/tools/winscope/src/trace/ |
D | transition.ts | 22 type: string; property
|
D | custom_query.ts | 91 private readonly type: CustomQueryType; property in VisitableParserCustomQuery
|
D | parser_mock.ts | 26 private readonly type: TraceType, property in ParserMock
|
/development/tools/mkstubs/src/com/android/mkstubs/stubber/ |
D | MethodStubber.java | 103 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/ |
D | viewer.ts | 31 public type: ViewType, property in View
|
/development/tools/winscope/src/test/e2e/ |
D | viewer_transactions_test.ts | 83 const type = selectedEntry.element(by.css('.type')); constant
|
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ |
D | Card.java | 273 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/ |
D | intdef_translation_test.proto | 18 …optional int32 type = 1 [(.android.typedef) = "android.view.WindowManager.LayoutParams.WindowType"… field
|
/development/samples/ApiDemos/src/com/example/android/apis/text/ |
D | LogTextBox.java | 61 public void setText(CharSequence text, BufferType type) { in setText()
|
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
D | MethodSourcer.java | 171 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()
|