/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()
|
D | TypeUtils.java | 55 public static String typeToDescriptor(String type) { in typeToDescriptor()
|
/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/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()
|
D | SyncAdapterDriver.java | 200 public void onServiceChanged(SyncAdapterType type, int userId, boolean removed) { in onServiceChanged() 234 final SyncAdapterType type = mActiveServiceConnection.mSyncAdapter.type; in onServiceConnected() local
|
/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/samples/ApiDemos/src/com/example/android/apis/text/ |
D | LogTextBox.java | 61 public void setText(CharSequence text, BufferType type) { in setText()
|
/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/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()
|
/development/tools/bugreport/src/com/android/bugreport/stacks/ |
D | LockSnapshot.java | 32 public int type; field in LockSnapshot
|
D | ThreadSnapshot.java | 29 public int type; field in ThreadSnapshot
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | MatrixTrackingGL.java | 142 public void glColorPointer(int size, int type, int stride, Buffer pointer) { in glColorPointer() 212 public void glDrawElements(int mode, int count, int type, Buffer indices) { in glDrawElements() 486 public void glNormalPointer(int type, int stride, Buffer pointer) { in glNormalPointer() 537 int type, Buffer pixels) { in glReadPixels() 593 public void glTexCoordPointer(int size, int type, in glTexCoordPointer() 623 int width, int height, int border, int format, int type, in glTexImage2D() 646 int yoffset, int width, int height, int format, int type, in glTexSubImage2D() 664 public void glVertexPointer(int size, int type, in glVertexPointer() 941 public void glPointSizePointerOES(int type, int stride, Buffer pointer) { in glPointSizePointerOES() 977 public void glColorPointer(int size, int type, int stride, int offset) { in glColorPointer() [all …]
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | MonkeyEvent.java | 45 public MonkeyEvent(int type) { in MonkeyEvent()
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | List7.java | 83 int type = c.getInt(COLUMN_PHONE_TYPE); in onItemSelected() local
|
D | SystemPointerIconButton.java | 52 int type; in onResolvePointerIcon() local
|
/development/tools/winscope/src/ |
D | decode.js | 209 function lookup_type(protoPath, type) { argument 259 let blobUrl = URL.createObjectURL(new Blob([buffer], { type: fileType.dataType.mime })); property 265 let blobUrl = URL.createObjectURL(new Blob([data], { type: fileType.dataType.mime })); property 269 function dataFile(filename, timeline, data, blobUrl, type) { argument
|
/development/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/ |
D | CameraHelper.java | 154 public static File getOutputMediaFile(int type){ in getOutputMediaFile()
|
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/ |
D | CameraHelper.java | 154 public static File getOutputMediaFile(int type){ in getOutputMediaFile()
|
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/ |
D | CameraHelper.java | 154 public static File getOutputMediaFile(int type){ in getOutputMediaFile()
|
/development/vndk/tools/header-checker/src/repr/ |
D | ir_representation.h | 256 CXXBaseSpecifierIR(const std::string &type, bool is_virtual, in CXXBaseSpecifierIR() 277 TemplateElementIR(std::string &&type) in TemplateElementIR() 280 TemplateElementIR(const std::string &type) in TemplateElementIR() 324 RecordFieldIR(const std::string &name, const std::string &type, in RecordFieldIR() 624 ParamIR(const std::string &type, bool is_default, bool is_this_ptr) in ParamIR() 643 void SetReturnType(const std::string &type) { in SetReturnType()
|
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/ |
D | MyGLRenderer.java | 117 public static int loadShader(int type, String shaderCode){ in loadShader()
|
/development/samples/MySampleRss/src/com/example/codelab/rssexample/ |
D | MyRssReader2.java | 162 Typeface type = view.getTypeface(); in getView() local
|
/development/vndk/tools/header-checker/src/repr/symbol/ |
D | so_file_parser.cpp | 104 llvm::object::SymbolRef::Type type = UnWrap(symbol_it.getType()); in ELFSoFileParser() local
|