Searched +defs:array +defs:type (Results 1 – 6 of 6) sorted by relevance
66 ArrayList<String> array = new ArrayList<String>(); in processNewLines() local82 int type = Integer.parseInt(m.group(1)); in processNewLines() local
272 ArrayList<IResource> array = new ArrayList<IResource>(2); in getResourcesToMap() local1388 ILaunchConfigurationType type, String projectName) { in findConfig()
162 String type = annotation.getTypeName().getFullyQualifiedName(); in addSuppressAnnotation() local192 ArrayInitializer array = ast.newArrayInitializer(); in addSuppressAnnotation() local202 ArrayInitializer array = (ArrayInitializer) existingValue; in addSuppressAnnotation() local249 String type = annotation.getTypeName().getFullyQualifiedName(); in addTargetApiAnnotation() local364 Object type = root.types().get(0); in createFixes() local
119 ElementDescriptor[] array = descriptors.toArray( in getElementChoicesForTextNode() local183 IType type = javaProject.findType(superClasses.get(0)); in computeAttributeValues() local
34 IGLProperty array, eArray, vArray; in createBufferBindings() local52 IGLProperty enabled, size, stride, type, normalized, pointer; in createVertexAttribArrays() local101 IGLProperty type = new GLEnumProperty(GLStateType.BUFFER_TYPE, GLEnum.GL_ARRAY_BUFFER); in createVboState() local
191 private static final int[] initArray(int[] array) { in initArray()822 public int type = TYPE_FIXED; field in NinePatchedImage.Chunk