Home
last modified time | relevance | path

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

123

/development/tools/winscope/src/cross_tool/
Dmessages.ts27 type: MessageType; property
31 type = MessageType.PING; property in MessagePing
35 type = MessageType.PONG; property in MessagePong
39 type = MessageType.BUGREPORT; property in MessageBugReport
45 type = MessageType.TIMESTAMP; property in MessageTimestamp
51 type = MessageType.FILES; property in MessageFiles
/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/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/
Dtrace_builder.ts27 private type = TraceType.SURFACE_FLINGER; property in TraceBuilder
/development/tools/winscope/src/parsers/
Dabstract_traces_parser.ts40 for (const type of [TimestampType.ELAPSED, TimestampType.REAL]) { constant
Dparser_factory.ts152 public type: ParserErrorType, property in ParserError
/development/tools/winscope/src/viewers/common/
Dchip.ts20 type: string; property in Chip
/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/test/common/
Dfile_impl.ts21 readonly type: string; property in FileImpl
/development/tools/winscope/src/viewers/
Dviewer.ts27 public type: ViewType, property in View
/development/tools/winscope/src/trace/
Dtimestamp.ts23 private readonly type: TimestampType; property in Timestamp
/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/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/viewer_transitions/
Dviewer_transitions_component_test.ts106 const type = TransitionType.TO_FRONT; 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/src/app/components/
Dsnack_bar_opener.ts52 for (const [type, groupedErrors] of groups) { constant
/development/tools/bugreport/src/com/android/bugreport/stacks/
DLockSnapshot.java32 public int type; field in LockSnapshot
/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()
/development/tools/ota_analysis/src/services/
Dpayload.js63 this.blob = new Blob([], { type: contentType }) property
70 this.blob = new Blob([this.blob, array.buffer], { type: this.contentType }) property
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyEvent.java45 public MonkeyEvent(int type) { in MonkeyEvent()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DList7.java83 int type = c.getInt(COLUMN_PHONE_TYPE); in onItemSelected() local
/development/tools/otagui/
Dweb_server.py53 def _set_response(self, code=200, type='text/html'): argument
/development/tools/winscope/src/app/
Dtrace_pipeline.ts148 for (const type of priorityOrder) { constant

123