Searched refs:fa (Results 1 - 25 of 55) sorted by relevance

123

/openjdk10/jdk/test/java/io/Serializable/enum/array/
H A DTest.java39 Foo[] fa = Foo.values();
40 Object[] oa = Arrays.asList(fa).toArray();
42 oout.writeObject(fa);
52 if (!elementsIdentical(fa, fa2)) {
54 Arrays.asList(fa) + ", " + Arrays.asList(fa2));
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.jtt/src/org/graalvm/compiler/jtt/hotpath/
H A DHP_demo01.java40 float[] fa = new float[count];
42 sum += ia[i] = (int) (la[i] = (long) (fa[i] = (float) (da[i] = i)));
/openjdk10/langtools/test/tools/javac/cast/8141343/
H A DT8141343.java22 Foo<Integer> fa = (Foo<Integer>)ex;
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/
H A DComponentImpl.java46 protected ComponentImpl( SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa ) {
50 this.foreignAttributes = fa;
107 for( ForeignAttributesImpl fa : getForeignAttributes() ) {
108 String v = fa.getValue(nsUri,localName);
114 private List<ForeignAttributesImpl> convertToList(ForeignAttributesImpl fa) { argument
116 while(fa!=null) {
117 lst.add(fa);
118 fa = fa.next;
H A DDeclarationImpl.java36 AnnotationImpl _annon, Locator loc, ForeignAttributesImpl fa,
39 super(owner,_annon,loc,fa);
35 DeclarationImpl( SchemaDocumentImpl owner, AnnotationImpl _annon, Locator loc, ForeignAttributesImpl fa, String _targetNamespace, String _name, boolean _anonymous ) argument
H A DXPathImpl.java43 public XPathImpl(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, XmlString xpath) { argument
44 super(_owner, _annon, _loc, fa);
H A DAttributeUseImpl.java38 public AttributeUseImpl( SchemaDocumentImpl owner, AnnotationImpl ann, Locator loc, ForeignAttributesImpl fa, Ref.Attribute _decl, argument
41 super(owner,ann,loc,fa);
H A DIdentityConstraintImpl.java54 ForeignAttributesImpl fa, short category, String name, XPathImpl selector,
57 super(_owner, _annon, _loc, fa);
53 IdentityConstraintImpl(SchemaDocumentImpl _owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, short category, String name, XPathImpl selector, List<XPathImpl> fields, Ref.IdentityConstraint refer) argument
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DattributeDeclBody.java41 private ForeignAttributesImpl fa; field in class:attributeDeclBody
120 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 390, fa);
124 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 390, fa);
198 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 390, fa);
202 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 390, fa);
269 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 390, fa);
273 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 390, fa);
347 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 390, fa);
406 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 390, fa);
410 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 390, fa);
[all...]
H A DSimpleType_List.java51 private ForeignAttributesImpl fa; field in class:SimpleType_List
67 this.fa = _fa;
80 $runtime.document, annotation, locator, fa,
105 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 266, fa);
176 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 266, fa);
235 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 266, fa);
313 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 266, fa);
350 fa = ((ForeignAttributesImpl)$__result__);
H A DSimpleType_Union.java53 private ForeignAttributesImpl fa; field in class:SimpleType_Union
70 this.fa = _fa;
83 $runtime.document, annotation, locator, fa, name, name==null, finalSet,
181 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 185, fa);
247 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 185, fa);
437 fa = ((ForeignAttributesImpl)$__result__);
H A DSimpleType_Restriction.java51 private ForeignAttributesImpl fa; field in class:SimpleType_Restriction
68 this.fa = _fa;
87 $runtime.document, annotation, locator, fa, name, name==null, finalSet, baseType );
111 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 166, fa);
212 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 166, fa);
283 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 166, fa);
393 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 166, fa);
457 fa = ((ForeignAttributesImpl)$__result__);
H A Dfacet.java49 private ForeignAttributesImpl fa; field in class:facet
73 annotation, locator, fa, $localName/*name of the facet*/,
103 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 230, fa);
168 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 230, fa);
380 fa = ((ForeignAttributesImpl)$__result__);
H A DattributeGroupDecl.java42 private ForeignAttributesImpl fa; field in class:attributeGroupDecl
66 $runtime.document, annotation, locator, fa, name );
83 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 246, fa);
178 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 246, fa);
432 fa = ((ForeignAttributesImpl)$__result__);
H A DsimpleType.java43 private ForeignAttributesImpl fa; field in class:simpleType
130 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 91, fa);
153 NGCCHandler h = new SimpleType_Restriction(this, super._source, $runtime, 85, annotation,locator,fa,name,finalSet);
158 NGCCHandler h = new SimpleType_List(this, super._source, $runtime, 86, annotation,locator,fa,name,finalSet);
163 NGCCHandler h = new SimpleType_Union(this, super._source, $runtime, 80, annotation,locator,fa,name,finalSet);
436 fa = ((ForeignAttributesImpl)$__result__);
H A DelementDeclBody.java45 private ForeignAttributesImpl fa; field in class:elementDeclBody
213 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 69, fa);
392 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 69, fa);
546 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 69, fa);
914 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 69, fa);
919 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 69, fa);
924 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 69, fa);
929 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 69, fa);
934 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 69, fa);
939 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 69, fa);
[all...]
H A Dxpath.java47 private ForeignAttributesImpl fa; field in class:xpath
293 fa = ((ForeignAttributesImpl)$__result__);
312 return new XPathImpl($runtime.document,ann,$runtime.copyLocator(),fa,
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/wsdl/writer/
H A DW3CAddressingWSDLGeneratorExtension.java129 for (FaultAction fa : a.fault()) {
130 if (fa.className().getName().equals(ce.getExceptionClass().getName())) {
131 if (fa.value().equals(""))
134 addAttribute(fault, fa.value());
/openjdk10/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/EnqueueWithDialogTest/
H A DEnqueueWithDialogTest.java188 final FocusAdapter fa = new FocusAdapter() {
193 comp.addFocusListener(fa);
203 comp.removeFocusListener(fa);
/openjdk10/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/FreezeTest/
H A DFreezeTest.java168 final FocusAdapter fa = new FocusAdapter() {
173 comp.addFocusListener(fa);
183 comp.removeFocusListener(fa);
/openjdk10/jdk/test/java/util/Arrays/
H A DFloatDoubleOrder.java102 float[] fa = {-0.0f, -0.0f, 0.0f, -0.0f};
103 Arrays.sort(fa, 1, 4);
104 check(Arrays.equals(fa, new float[] {-0.0f, -0.0f, -0.0f, 0.0f}));
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/sjavac/comp/
H A DPathAndPackageVerifier.java145 JCFieldAccess fa = (JCFieldAccess) next;
146 name = fa.name;
147 next = fa.selected;
/openjdk10/jdk/test/javax/imageio/plugins/tiff/
H A DTIFFDirectoryTest.java219 TIFFField fa[] = d.getTIFFFields();
220 check(fa.length == 3, "invalid number of fields");
221 check((fa[0].getTagNumber() == n1) &&
222 (fa[1].getTagNumber() == n2) &&
223 (fa[2].getTagNumber() == n3),
/openjdk10/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/
H A DTestDialogTypeAhead.java228 final FocusAdapter fa = new FocusAdapter() {
233 comp.addFocusListener(fa);
243 comp.removeFocusListener(fa);
/openjdk10/jdk/test/java/awt/KeyboardFocusmanager/TypeAhead/EnqueueWithDialogButtonTest/
H A DEnqueueWithDialogButtonTest.java185 final FocusAdapter fa = new FocusAdapter() {
190 comp.addFocusListener(fa);
200 comp.removeFocusListener(fa);

Completed in 241 milliseconds

123