Home
last modified time | relevance | path

Searched refs:annotationCount (Results 1 – 25 of 57) sorted by relevance

123

/dports/java/eclipse-ecj/eclipse-ecj-4.4.2_1/org/eclipse/jdt/internal/compiler/parser/
H A DRecoveredLocalVariable.java31 public int annotationCount; field in RecoveredLocalVariable
62 this.annotationCount = 0; in attach()
67 this.annotations[this.annotationCount++] = annots[i]; in attach()
71 this.annotationCount = annotCount; in attach()
104 if (this.annotationCount > 0){ in updatedStatement()
106 Annotation[] annotationReferences = new Annotation[existingCount + this.annotationCount]; in updatedStatement()
108 …opy(this.localDeclaration.annotations, 0, annotationReferences, this.annotationCount, existingCoun… in updatedStatement()
110 for (int i = 0; i < this.annotationCount; i++){ in updatedStatement()
H A DRecoveredField.java38 public int annotationCount; field in RecoveredField
136 this.annotationCount = 0; in attach()
141 this.annotations[this.annotationCount++] = annots[i]; in attach()
145 this.annotationCount = annotCount; in attach()
171 for (int i = 0; i < this.annotationCount; i++) { in toString()
193 if (this.annotationCount > 0){ in updatedFieldDeclaration()
195 Annotation[] annotationReferences = new Annotation[existingCount + this.annotationCount]; in updatedFieldDeclaration()
197 …opy(this.fieldDeclaration.annotations, 0, annotationReferences, this.annotationCount, existingCoun… in updatedFieldDeclaration()
199 for (int i = 0; i < this.annotationCount; i++){ in updatedFieldDeclaration()
H A DRecoveredMethod.java49 public int annotationCount; field in RecoveredMethod
314 for (int i = 0; i < this.annotationCount; i++) { in toString()
347 if (this.annotationCount > 0){ in updatedMethodDeclaration()
349 Annotation[] annotationReferences = new Annotation[existingCount + this.annotationCount]; in updatedMethodDeclaration()
351 …py(this.methodDeclaration.annotations, 0, annotationReferences, this.annotationCount, existingCoun… in updatedMethodDeclaration()
353 for (int i = 0; i < this.annotationCount; i++){ in updatedMethodDeclaration()
647 this.annotationCount = 0; in attach()
652 this.annotations[this.annotationCount++] = annots[i]; in attach()
656 this.annotationCount = annotCount; in attach()
H A DRecoveredType.java44 public int annotationCount; field in RecoveredType
309 this.annotationCount = 0; in attach()
314 this.annotations[this.annotationCount++] = annots[i]; in attach()
318 this.annotationCount = annotCount; in attach()
419 for (int i = 0; i < this.annotationCount; i++) { in toString()
485 if (this.annotationCount > 0){ in updatedTypeDeclaration()
487 Annotation[] annotationReferences = new Annotation[existingCount + this.annotationCount]; in updatedTypeDeclaration()
489 …System.arraycopy(this.typeDeclaration.annotations, 0, annotationReferences, this.annotationCount, … in updatedTypeDeclaration()
491 for (int i = 0; i < this.annotationCount; i++){ in updatedTypeDeclaration()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/compiler/org/eclipse/jdt/internal/compiler/parser/
H A DRecoveredLocalVariable.java34 public int annotationCount; field in RecoveredLocalVariable
66 this.annotationCount = 0; in attach()
71 this.annotations[this.annotationCount++] = annots[i]; in attach()
75 this.annotationCount = annotCount; in attach()
112 if (this.annotationCount > 0){ in updatedStatement()
114 Annotation[] annotationReferences = new Annotation[existingCount + this.annotationCount]; in updatedStatement()
116 …opy(this.localDeclaration.annotations, 0, annotationReferences, this.annotationCount, existingCoun… in updatedStatement()
118 for (int i = 0; i < this.annotationCount; i++){ in updatedStatement()
H A DRecoveredField.java41 public int annotationCount; field in RecoveredField
150 this.annotationCount = 0; in attach()
155 this.annotations[this.annotationCount++] = annots[i]; in attach()
159 this.annotationCount = annotCount; in attach()
188 for (int i = 0; i < this.annotationCount; i++) { in toString()
210 if (this.annotationCount > 0){ in updatedFieldDeclaration()
212 Annotation[] annotationReferences = new Annotation[existingCount + this.annotationCount]; in updatedFieldDeclaration()
214 …opy(this.fieldDeclaration.annotations, 0, annotationReferences, this.annotationCount, existingCoun… in updatedFieldDeclaration()
216 for (int i = 0; i < this.annotationCount; i++){ in updatedFieldDeclaration()
H A DRecoveredMethod.java51 public int annotationCount; field in RecoveredMethod
332 for (int i = 0; i < this.annotationCount; i++) { in toString()
366 if (this.annotationCount > 0){ in updatedMethodDeclaration()
368 Annotation[] annotationReferences = new Annotation[existingCount + this.annotationCount]; in updatedMethodDeclaration()
370 …py(this.methodDeclaration.annotations, 0, annotationReferences, this.annotationCount, existingCoun… in updatedMethodDeclaration()
372 for (int i = 0; i < this.annotationCount; i++){ in updatedMethodDeclaration()
673 this.annotationCount = 0; in attach()
678 this.annotations[this.annotationCount++] = annots[i]; in attach()
682 this.annotationCount = annotCount; in attach()
H A DRecoveredType.java47 public int annotationCount; field in RecoveredType
318 this.annotationCount = 0; in attach()
323 this.annotations[this.annotationCount++] = annots[i]; in attach()
327 this.annotationCount = annotCount; in attach()
460 for (int i = 0; i < this.annotationCount; i++) { in toString()
528 if (this.annotationCount > 0){ in updatedTypeDeclaration()
530 Annotation[] annotationReferences = new Annotation[existingCount + this.annotationCount]; in updatedTypeDeclaration()
532 …System.arraycopy(this.typeDeclaration.annotations, 0, annotationReferences, this.annotationCount, … in updatedTypeDeclaration()
534 for (int i = 0; i < this.annotationCount; i++){ in updatedTypeDeclaration()
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Books/
H A DLayersummary.php21 public $annotationCount; variable in Google_Service_Books_Layersummary
35 public function setAnnotationCount($annotationCount) argument
37 $this->annotationCount = $annotationCount;
41 return $this->annotationCount;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Books/
H A DLayersummary.php21 public $annotationCount; variable in Google_Service_Books_Layersummary
35 public function setAnnotationCount($annotationCount) argument
37 $this->annotationCount = $annotationCount;
41 return $this->annotationCount;
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-v0.3.1/src/
H A DroadMap.c51 IDnum annotationCount; member
62 return rdmap->annotationCount; in getAnnotationCount()
108 IDnum annotationCount = 0; in importRoadMapArray() local
128 annotationCount++; in importRoadMapArray()
130 result->annotations = callocOrExit(annotationCount, Annotation); in importRoadMapArray()
141 rdmap->annotationCount = 0; in importRoadMapArray()
160 rdmap->annotationCount++; in importRoadMapArray()
/dports/biology/velvet/velvet_1.2.10/contrib/MetaVelvet-1.2.01/Velvet-1.1.06/
H A DroadMap.c51 ShortLength annotationCount; member
56 return rdmap->annotationCount; in getAnnotationCount()
106 IDnum annotationCount = 0; in importRoadMapArray() local
131 annotationCount++; in importRoadMapArray()
141 result->annotations = callocOrExit(annotationCount, Annotation); in importRoadMapArray()
177 rdmap->annotationCount++; in importRoadMapArray()
203 IDnum annotationCount = 0; in importReferenceRoadMapArray() local
233 annotationCount++; in importReferenceRoadMapArray()
244 result->annotations = callocOrExit(annotationCount, Annotation); in importReferenceRoadMapArray()
283 rdmap->annotationCount++; in importReferenceRoadMapArray()
H A DgraphReConstruction.c640 IDnum annotationCount, in ghostThreadSequenceThroughGraph() argument
710 if (annotCount < annotationCount && annotIndex == getAnnotationLength(annotation)) { in ghostThreadSequenceThroughGraph()
777 if (annotCount < annotationCount && uniqueIndex >= getPosition(annotation)) in ghostThreadSequenceThroughGraph()
811 IDnum annotationCount, in threadSequenceThroughGraph() argument
975 if (annotCount < annotationCount && uniqueIndex >= getPosition(annotation)) in threadSequenceThroughGraph()
1103 IDnum annotationCount = 0; in fillUpGraph() local
1116 annotationCount = getAnnotationCount(getRoadMapInArray(roadmap, readIndex)); in fillUpGraph()
1126 refCount, annotations, annotationCount, in fillUpGraph()
1145 IDnum annotationCount = 0; in fillUpGraph() local
1158 annotationCount = getAnnotationCount(getRoadMapInArray(roadmap, readIndex)); in fillUpGraph()
[all …]
/dports/biology/velvet/velvet_1.2.10/src/
H A DroadMap.c51 ShortLength annotationCount; member
56 return rdmap->annotationCount; in getAnnotationCount()
106 IDnum annotationCount = 0; in importRoadMapArray() local
131 annotationCount++; in importRoadMapArray()
141 result->annotations = callocOrExit(annotationCount, Annotation); in importRoadMapArray()
177 rdmap->annotationCount++; in importRoadMapArray()
203 IDnum annotationCount = 0; in importReferenceRoadMapArray() local
233 annotationCount++; in importReferenceRoadMapArray()
244 result->annotations = callocOrExit(annotationCount, Annotation); in importReferenceRoadMapArray()
283 rdmap->annotationCount++; in importReferenceRoadMapArray()
H A DgraphReConstruction.c640 IDnum annotationCount, in ghostThreadSequenceThroughGraph() argument
710 if (annotCount < annotationCount && annotIndex == getAnnotationLength(annotation)) { in ghostThreadSequenceThroughGraph()
777 if (annotCount < annotationCount && uniqueIndex >= getPosition(annotation)) in ghostThreadSequenceThroughGraph()
811 IDnum annotationCount, in threadSequenceThroughGraph() argument
974 if (annotCount < annotationCount && uniqueIndex >= getPosition(annotation)) in threadSequenceThroughGraph()
1104 IDnum annotationCount = 0; in fillUpGraph() local
1117 annotationCount = getAnnotationCount(getRoadMapInArray(roadmap, readIndex)); in fillUpGraph()
1127 refCount, annotations, annotationCount, in fillUpGraph()
1146 IDnum annotationCount = 0; in fillUpGraph() local
1159 annotationCount = getAnnotationCount(getRoadMapInArray(roadmap, readIndex)); in fillUpGraph()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.search.tests/src/org/eclipse/search/tests/filesearch/
H A DAnnotationManagerTest.java137 int annotationCount= 0; in testRemoveQuery() local
141 annotationCount++; in testRemoveQuery()
144 assertEquals(0, annotationCount); in testRemoveQuery()
162 int annotationCount= 0; in testReplaceQuery() local
172 assertEquals(0, annotationCount); in testReplaceQuery()
191 int annotationCount= 0; in testSwitchQuery() local
201 assertEquals(0, annotationCount); in testSwitchQuery()
/dports/mail/xfaces/xfaces-3.3/
H A Dface_annotate.c108 static int annotationCount = 0; variable
303 count = annotationCount;
562 annotationCount = TheFacesResources.annotation_count; in FaceAnnotateInit()
563 annotations = (Annotation*) XtCalloc(annotationCount, sizeof(Annotation)); in FaceAnnotateInit()
565 for(i = 0; i < annotationCount; ++i) in FaceAnnotateInit()
H A Dmail_items.c105 static int annotationCount; variable
131 count = annotationCount;
709 annotationCount = TheFacesResources.annotation_count; in MailItemInit()
710 mailAnnotations = (MailAnnotation*) XtCalloc(annotationCount, in MailItemInit()
713 for(i = 0; i < annotationCount; ++i) in MailItemInit()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/performance/
H A DScrollVerticalRulerTest.java156 int annotationCount= getAnnotationCount(model); in assertEditor() local
157 …ion count is: " + getNumberOfAnnotations() + " but was: " + annotationCount, annotationCount >= ge… in assertEditor()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DTypeAnnotationParser.java336 int annotationCount = buf.getShort() & 0xFFFF; in parseTypeAnnotations() local
337 List<TypeAnnotation> typeAnnotations = new ArrayList<>(annotationCount); in parseTypeAnnotations()
340 for (int i = 0; i < annotationCount; i++) { in parseTypeAnnotations()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/reflect/annotation/
H A DTypeAnnotationParser.java336 int annotationCount = buf.getShort() & 0xFFFF; in parseTypeAnnotations() local
337 List<TypeAnnotation> typeAnnotations = new ArrayList<>(annotationCount); in parseTypeAnnotations()
340 for (int i = 0; i < annotationCount; i++) { in parseTypeAnnotations()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotationParser.java355 int annotationCount = buf.getShort() & 0xFFFF; in parseTypeAnnotations() local
356 List<TypeAnnotation> typeAnnotations = new ArrayList<>(annotationCount); in parseTypeAnnotations()
359 for (int i = 0; i < annotationCount; i++) { in parseTypeAnnotations()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotationParser.java355 int annotationCount = buf.getShort() & 0xFFFF; in parseTypeAnnotations() local
356 List<TypeAnnotation> typeAnnotations = new ArrayList<>(annotationCount); in parseTypeAnnotations()
359 for (int i = 0; i < annotationCount; i++) { in parseTypeAnnotations()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.text.tests/src/org/eclipse/jdt/text/tests/codemining/
H A DParameterNamesCodeMiningTest.java266 AtomicInteger annotationCount= new AtomicInteger(); in testCollapsedFoldingAndToggleHighlight()
269 annotationCount.incrementAndGet(); in testCollapsedFoldingAndToggleHighlight()
272 return annotationCount.get() != 0; in testCollapsedFoldingAndToggleHighlight()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/reflect/annotation/
H A DTypeAnnotationParser.java355 int annotationCount = buf.getShort() & 0xFFFF; in parseTypeAnnotations() local
356 List<TypeAnnotation> typeAnnotations = new ArrayList<>(annotationCount); in parseTypeAnnotations()
359 for (int i = 0; i < annotationCount; i++) { in parseTypeAnnotations()

123