Home
last modified time | relevance | path

Searched +defs:array +defs:type (Results 1 – 6 of 6) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAMReceiver.java66 ArrayList<String> array = new ArrayList<String>(); in processNewLines() local
82 int type = Integer.parseInt(m.group(1)); in processNewLines() local
DAndroidLaunchController.java272 ArrayList<IResource> array = new ArrayList<IResource>(2); in getResourcesToMap() local
1388 ILaunchConfigurationType type, String projectName) { in findConfig()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DAddSuppressAnnotation.java162 String type = annotation.getTypeName().getFullyQualifiedName(); in addSuppressAnnotation() local
192 ArrayInitializer array = ast.newArrayInitializer(); in addSuppressAnnotation() local
202 ArrayInitializer array = (ArrayInitializer) existingValue; in addSuppressAnnotation() local
249 String type = annotation.getTypeName().getFullyQualifiedName(); in addTargetApiAnnotation() local
364 Object type = root.types().get(0); in createFixes() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DLayoutContentAssist.java119 ElementDescriptor[] array = descriptors.toArray( in getElementChoicesForTextNode() local
183 IType type = javaProject.findType(superClasses.get(0)); in computeAttributeValues() local
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLState.java34 IGLProperty array, eArray, vArray; in createBufferBindings() local
52 IGLProperty enabled, size, stride, type, normalized, pointer; in createVertexAttribArrays() local
101 IGLProperty type = new GLEnumProperty(GLStateType.BUFFER_TYPE, GLEnum.GL_ARRAY_BUFFER); in createVboState() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
DNinePatchedImage.java191 private static final int[] initArray(int[] array) { in initArray()
822 public int type = TYPE_FIXED; field in NinePatchedImage.Chunk