Home
last modified time | relevance | path

Searched refs:bound_index (Results 1 – 25 of 216) sorted by relevance

123456789

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/lib/annotations/annotations/classfile/
H A DClassfileInspector.java531 protected final int bound_index; field in ClassfileInspector.ExpectedTypeAnnotation
560 int bound_index, in ExpectedTypeAnnotation() argument
567 this.bound_index = bound_index; in ExpectedTypeAnnotation()
584 sb.append(bound_index); in toString()
616 matches = matches && anno.position.bound_index == bound_index; in checkMatch()
646 protected int bound_index = Integer.MIN_VALUE; field in ClassfileInspector.ExpectedTypeAnnotation.Builder
691 public Builder setBoundIndex(int bound_index) { in setBoundIndex() argument
692 this.bound_index = bound_index; in setBoundIndex()
787 sb.append(bound_index); in toString()
893 int bound_index, in ExpectedFieldTypeAnnotation() argument
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/lib/annotations/annotations/classfile/
H A DClassfileInspector.java531 protected final int bound_index; field in ClassfileInspector.ExpectedTypeAnnotation
560 int bound_index, in ExpectedTypeAnnotation() argument
567 this.bound_index = bound_index; in ExpectedTypeAnnotation()
584 sb.append(bound_index); in toString()
616 matches = matches && anno.position.bound_index == bound_index; in checkMatch()
646 protected int bound_index = Integer.MIN_VALUE; field in ClassfileInspector.ExpectedTypeAnnotation.Builder
691 public Builder setBoundIndex(int bound_index) { in setBoundIndex() argument
692 this.bound_index = bound_index; in setBoundIndex()
787 sb.append(bound_index); in toString()
893 int bound_index, in ExpectedFieldTypeAnnotation() argument
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/lib/annotations/annotations/classfile/
H A DClassfileInspector.java531 protected final int bound_index; field in ClassfileInspector.ExpectedTypeAnnotation
560 int bound_index, in ExpectedTypeAnnotation() argument
567 this.bound_index = bound_index; in ExpectedTypeAnnotation()
584 sb.append(bound_index); in toString()
616 matches = matches && anno.position.bound_index == bound_index; in checkMatch()
646 protected int bound_index = Integer.MIN_VALUE; field in ClassfileInspector.ExpectedTypeAnnotation.Builder
691 public Builder setBoundIndex(int bound_index) { in setBoundIndex() argument
692 this.bound_index = bound_index; in setBoundIndex()
787 sb.append(bound_index); in toString()
893 int bound_index, in ExpectedFieldTypeAnnotation() argument
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/lib/annotations/annotations/classfile/
H A DClassfileInspector.java531 protected final int bound_index; field in ClassfileInspector.ExpectedTypeAnnotation
560 int bound_index, in ExpectedTypeAnnotation() argument
567 this.bound_index = bound_index; in ExpectedTypeAnnotation()
584 sb.append(bound_index); in toString()
616 matches = matches && anno.position.bound_index == bound_index; in checkMatch()
646 protected int bound_index = Integer.MIN_VALUE; field in ClassfileInspector.ExpectedTypeAnnotation.Builder
691 public Builder setBoundIndex(int bound_index) { in setBoundIndex() argument
692 this.bound_index = bound_index; in setBoundIndex()
787 sb.append(bound_index); in toString()
893 int bound_index, in ExpectedFieldTypeAnnotation() argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/lib/annotations/annotations/classfile/
H A DClassfileInspector.java531 protected final int bound_index;
560 int bound_index,
567 this.bound_index = bound_index;
584 sb.append(bound_index);
616 matches = matches && anno.position.bound_index == bound_index;
646 protected int bound_index = Integer.MIN_VALUE;
691 public Builder setBoundIndex(int bound_index) {
692 this.bound_index = bound_index;
787 sb.append(bound_index);
893 int bound_index,
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/lib/annotations/annotations/classfile/
H A DClassfileInspector.java531 protected final int bound_index; field in ClassfileInspector.ExpectedTypeAnnotation
560 int bound_index, in ExpectedTypeAnnotation() argument
567 this.bound_index = bound_index; in ExpectedTypeAnnotation()
584 sb.append(bound_index); in toString()
616 matches = matches && anno.position.bound_index == bound_index; in checkMatch()
646 protected int bound_index = Integer.MIN_VALUE; field in ClassfileInspector.ExpectedTypeAnnotation.Builder
691 public Builder setBoundIndex(int bound_index) { in setBoundIndex() argument
692 this.bound_index = bound_index; in setBoundIndex()
787 sb.append(bound_index); in toString()
893 int bound_index, in ExpectedFieldTypeAnnotation() argument
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/lib/annotations/annotations/classfile/
H A DClassfileInspector.java531 protected final int bound_index; field in ClassfileInspector.ExpectedTypeAnnotation
560 int bound_index, in ExpectedTypeAnnotation() argument
567 this.bound_index = bound_index; in ExpectedTypeAnnotation()
584 sb.append(bound_index); in toString()
616 matches = matches && anno.position.bound_index == bound_index; in checkMatch()
646 protected int bound_index = Integer.MIN_VALUE; field in ClassfileInspector.ExpectedTypeAnnotation.Builder
691 public Builder setBoundIndex(int bound_index) { in setBoundIndex() argument
692 this.bound_index = bound_index; in setBoundIndex()
787 sb.append(bound_index); in toString()
893 int bound_index, in ExpectedFieldTypeAnnotation() argument
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/lib/annotations/annotations/classfile/
H A DClassfileInspector.java531 protected final int bound_index; field in ClassfileInspector.ExpectedTypeAnnotation
560 int bound_index, in ExpectedTypeAnnotation() argument
567 this.bound_index = bound_index; in ExpectedTypeAnnotation()
584 sb.append(bound_index); in toString()
616 matches = matches && anno.position.bound_index == bound_index; in checkMatch()
646 protected int bound_index = Integer.MIN_VALUE; field in ClassfileInspector.ExpectedTypeAnnotation.Builder
691 public Builder setBoundIndex(int bound_index) { in setBoundIndex() argument
692 this.bound_index = bound_index; in setBoundIndex()
787 sb.append(bound_index); in toString()
893 int bound_index, in ExpectedFieldTypeAnnotation() argument
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java141 public final int bound_index; field in TypeAnnotationPosition
218 sb.append(bound_index); in toString()
377 final int bound_index, in TypeAnnotationPosition() argument
385 this.bound_index = bound_index; in TypeAnnotationPosition()
1123 final int bound_index, in typeParameterBound() argument
1127 Integer.MIN_VALUE, bound_index, in typeParameterBound()
1141 final int bound_index) { in typeParameterBound() argument
1143 bound_index, -1); in typeParameterBound()
1160 final int bound_index, in methodTypeParameterBound() argument
1179 final int bound_index) { in methodTypeParameterBound() argument
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java141 public final int bound_index; field in TypeAnnotationPosition
218 sb.append(bound_index); in toString()
377 final int bound_index, in TypeAnnotationPosition() argument
385 this.bound_index = bound_index; in TypeAnnotationPosition()
1123 final int bound_index, in typeParameterBound() argument
1127 Integer.MIN_VALUE, bound_index, in typeParameterBound()
1141 final int bound_index) { in typeParameterBound() argument
1143 bound_index, -1); in typeParameterBound()
1160 final int bound_index, in methodTypeParameterBound() argument
1179 final int bound_index) { in methodTypeParameterBound() argument
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java141 public final int bound_index; field in TypeAnnotationPosition
218 sb.append(bound_index); in toString()
377 final int bound_index, in TypeAnnotationPosition() argument
385 this.bound_index = bound_index; in TypeAnnotationPosition()
1123 final int bound_index, in typeParameterBound() argument
1127 Integer.MIN_VALUE, bound_index, in typeParameterBound()
1141 final int bound_index) { in typeParameterBound() argument
1143 bound_index, -1); in typeParameterBound()
1160 final int bound_index, in methodTypeParameterBound() argument
1179 final int bound_index) { in methodTypeParameterBound() argument
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java141 public final int bound_index; field in TypeAnnotationPosition
218 sb.append(bound_index); in toString()
377 final int bound_index, in TypeAnnotationPosition() argument
385 this.bound_index = bound_index; in TypeAnnotationPosition()
1123 final int bound_index, in typeParameterBound() argument
1127 Integer.MIN_VALUE, bound_index, in typeParameterBound()
1141 final int bound_index) { in typeParameterBound() argument
1143 bound_index, -1); in typeParameterBound()
1160 final int bound_index, in methodTypeParameterBound() argument
1179 final int bound_index) { in methodTypeParameterBound() argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java141 public final int bound_index; field in TypeAnnotationPosition
218 sb.append(bound_index); in toString()
377 final int bound_index, in TypeAnnotationPosition() argument
385 this.bound_index = bound_index; in TypeAnnotationPosition()
1123 final int bound_index, in typeParameterBound() argument
1127 Integer.MIN_VALUE, bound_index, in typeParameterBound()
1141 final int bound_index) { in typeParameterBound() argument
1143 bound_index, -1); in typeParameterBound()
1160 final int bound_index, in methodTypeParameterBound() argument
1179 final int bound_index) { in methodTypeParameterBound() argument
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java139 public final int bound_index; field in TypeAnnotationPosition
220 sb.append(bound_index); in toString()
380 final int bound_index, in TypeAnnotationPosition() argument
388 this.bound_index = bound_index; in TypeAnnotationPosition()
1126 final int bound_index, in typeParameterBound() argument
1130 Integer.MIN_VALUE, bound_index, in typeParameterBound()
1144 final int bound_index) { in typeParameterBound() argument
1146 bound_index, -1); in typeParameterBound()
1163 final int bound_index, in methodTypeParameterBound() argument
1182 final int bound_index) { in methodTypeParameterBound() argument
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java141 public final int bound_index; field in TypeAnnotationPosition
218 sb.append(bound_index); in toString()
377 final int bound_index, in TypeAnnotationPosition() argument
385 this.bound_index = bound_index; in TypeAnnotationPosition()
1123 final int bound_index, in typeParameterBound() argument
1127 Integer.MIN_VALUE, bound_index, in typeParameterBound()
1141 final int bound_index) { in typeParameterBound() argument
1143 bound_index, -1); in typeParameterBound()
1160 final int bound_index, in methodTypeParameterBound() argument
1179 final int bound_index) { in methodTypeParameterBound() argument
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java141 public final int bound_index; field in TypeAnnotationPosition
218 sb.append(bound_index); in toString()
377 final int bound_index, in TypeAnnotationPosition() argument
385 this.bound_index = bound_index; in TypeAnnotationPosition()
1123 final int bound_index, in typeParameterBound() argument
1127 Integer.MIN_VALUE, bound_index, in typeParameterBound()
1141 final int bound_index) { in typeParameterBound() argument
1143 bound_index, -1); in typeParameterBound()
1160 final int bound_index, in methodTypeParameterBound() argument
1179 final int bound_index) { in methodTypeParameterBound() argument
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Revoropt/include/Revoropt/Neighbours/
H A Daabox_def.hpp325 void AABox<Dim,Scalar>::fill_edge_vertex( int bound_index, in fill_edge_vertex() argument
336 Scalar x = bounds_[bound_index] ; in fill_edge_vertex()
338 Scalar x0 = mesh->vertex(tverts[ edge_index ])[bound_index/2] ; in fill_edge_vertex()
339 Scalar x1 = mesh->vertex(tverts[(edge_index+1)%3])[bound_index/2] ; in fill_edge_vertex()
482 int bound_index ; in clip_by_axis() local
490 bound_index = my_side < 0 ? 2*axis : 2*axis+1 ; in clip_by_axis()
495 bound_index = next_side < 0 ? 2*axis : 2*axis+1 ; in clip_by_axis()
497 intersection.esym = bound_index ; in clip_by_axis()
502 fill_edge_vertex( bound_index, in clip_by_axis()
510 fill_face_vertex( bound_index, in clip_by_axis()
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dseg001.c486 short bound_index; in hourglass_frame() local
487 for (bound_index = 0; bound_index < 4; ++bound_index) { in hourglass_frame()
488 if (time_bound[bound_index] > rem_min) { in hourglass_frame()
492 return 6 - bound_index; in hourglass_frame()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/matrix_free/
H A Dtask_info.cc721 unsigned int next_free_slot = 0, bound_index = 0; in make_boundary_cells_divisible() local
724 if (next_free_slot < boundary_cells[bound_index]) in make_boundary_cells_divisible()
729 boundary_cells[bound_index]) in make_boundary_cells_divisible()
733 j < boundary_cells[bound_index]; in make_boundary_cells_divisible()
743 j < boundary_cells[bound_index]; in make_boundary_cells_divisible()
747 boundary_cells[bound_index] - next_free_slot; in make_boundary_cells_divisible()
750 new_boundary_cells.push_back(boundary_cells[bound_index]); in make_boundary_cells_divisible()
751 next_free_slot = boundary_cells[bound_index] + 1; in make_boundary_cells_divisible()
752 ++bound_index; in make_boundary_cells_divisible()
758 while (bound_index < boundary_cells.size()) in make_boundary_cells_divisible()
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/visualizer/
H A Dhecmw_vis_patch_const.h20 int get_edge_index(int bound_index, int vert_index);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java141 public int bound_index = Integer.MIN_VALUE; field in TypeAnnotationPosition
216 sb.append(bound_index); in toString()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypeAnnotationPosition.java141 public int bound_index = Integer.MIN_VALUE; field in TypeAnnotationPosition
216 sb.append(bound_index); in toString()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DTypeAnnotation.java129 position.bound_index = cr.readUnsignedByte(); in read_position()
357 public int bound_index = Integer.MIN_VALUE; field in TypeAnnotation.Position
423 sb.append(bound_index); in toString()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DTypeAnnotation.java129 position.bound_index = cr.readUnsignedByte(); in read_position()
357 public int bound_index = Integer.MIN_VALUE; field in TypeAnnotation.Position
423 sb.append(bound_index); in toString()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdeps/share/classes/com/sun/tools/classfile/
H A DTypeAnnotation.java129 position.bound_index = cr.readUnsignedByte(); in read_position()
357 public int bound_index = Integer.MIN_VALUE; field in TypeAnnotation.Position
423 sb.append(bound_index); in toString()

123456789