Home
last modified time | relevance | path

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

12

/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()
DTypeUtils.java55 public static String typeToDescriptor(String type) { in typeToDescriptor()
/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/samples/ApiDemos/src/com/example/android/apis/text/
DLogTextBox.java61 public void setText(CharSequence text, BufferType type) { in setText()
/development/apps/Development/src/com/android/development/
DLogTextBox.java69 public void setText(CharSequence text, BufferType type) { in setText()
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()
/development/tools/bugreport/src/com/android/bugreport/stacks/
DLockSnapshot.java32 public int type; field in LockSnapshot
DThreadSnapshot.java29 public int type; field in ThreadSnapshot
/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/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
DSystemPointerIconButton.java52 int type; in onResolvePointerIcon() local
/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/samples/browseable/BasicMediaDecoder/src/com.example.android.common.media/
DCameraHelper.java154 public static File getOutputMediaFile(int type){ in getOutputMediaFile()
/development/samples/browseable/BasicRenderScript/src/com.example.android.common.media/
DCameraHelper.java154 public static File getOutputMediaFile(int type){ in getOutputMediaFile()
/development/samples/browseable/MediaRecorder/src/com.example.android.common.media/
DCameraHelper.java154 public static File getOutputMediaFile(int type){ in getOutputMediaFile()
/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/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/
DMyGLRenderer.java117 public static int loadShader(int type, String shaderCode){ in loadShader()
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DMyRssReader2.java162 Typeface type = view.getTypeface(); in getView() local
DMyRssReader3.java168 Typeface type = view.getTypeface(); in getView() local
/development/vndk/tools/header-checker/src/repr/symbol/
Dso_file_parser.cpp102 llvm::object::SymbolRef::Type type = UnWrap(symbol_it.getType()); in ELFSoFileParser() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java142 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/samples/browseable/MidiScope/src/com.example.android.common.midi/
DMidiPortSelector.java55 int spinnerId, int type) { in MidiPortSelector()
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
DMidiPortSelector.java55 int spinnerId, int type) { in MidiPortSelector()

12