Searched refs:fa (Results 26 - 50 of 55) sorted by relevance

123

/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DcomplexType.java46 private ForeignAttributesImpl fa; field in class:complexType
268 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 564, fa);
352 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 628, fa);
467 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 584, fa);
490 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 636, fa);
513 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 599, fa);
548 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 575, fa);
571 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 619, fa);
729 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 564, fa);
913 NGCCHandler h = new foreignAttributes(this, super._source, $runtime, 636, fa);
[all...]
H A DwildcardBody.java52 private ForeignAttributesImpl fa; field in class:wildcardBody
399 fa = ((ForeignAttributesImpl)$__result__);
427 return new WildcardImpl.Any( $runtime.document, annotation,locator,fa,mode);
431 annotation,locator,fa,
443 return new WildcardImpl.Finite( $runtime.document, annotation,locator,fa,s,mode);
H A DmodelGroupBody.java51 private ForeignAttributesImpl fa; field in class:modelGroupBody
83 result = new ModelGroupImpl( $runtime.document, annotation, locator, fa, compositor,
340 fa = ((ForeignAttributesImpl)$__result__);
H A Dgroup.java43 private ForeignAttributesImpl fa; field in class:group
67 annotation, loc, fa,
416 fa = ((ForeignAttributesImpl)$__result__);
H A Dnotation.java43 private ForeignAttributesImpl fa; field in class:notation
461 fa = ((ForeignAttributesImpl)$__result__);
475 return new NotationImpl( $runtime.document,ann,loc,fa,name,pub,sys);
H A DidentityConstraint.java42 private ForeignAttributesImpl fa; field in class:identityConstraint
547 fa = ((ForeignAttributesImpl)$__result__);
584 return new IdentityConstraintImpl($runtime.document,ann,$runtime.copyLocator(),fa,
H A DattributeUses.java48 private ForeignAttributesImpl fa; field in class:attributeUses
104 new AttributeUseImpl( $runtime.document, annotation,locator,fa,decl,
919 fa = ((ForeignAttributesImpl)$__result__);
H A DSchema.java52 private ForeignAttributesImpl fa; field in class:Schema
136 $runtime.currentSchema.addForeignAttributes(fa);
1143 fa = ((ForeignAttributesImpl)$__result__);
/openjdk10/jdk/test/javax/imageio/plugins/tiff/
H A DTIFFFieldTest.java375 float fa[] = {0.01f, 1.01f};
378 new TIFFTag(NAME, NUM, 1 << type), type, fa.length, fa);
379 check(f.getCount() == fa.length, "invalid count");
381 check(fa2.length == fa.length, "invalid array size");
383 for (int i = 0; i < fa.length; i++) {
384 check(fa2[i] == fa[i], "invalid value");
385 check(f.getAsDouble(i) == fa[i], "invalid value");
386 check(f.getAsInt(i) == (int) fa[i], "invalid value"); // cast to int
387 check(f.getValueAsString(i).equals(Float.toString(fa[
[all...]
/openjdk10/langtools/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/
H A DFeedback.java112 public String format(FormatCase fc, FormatAction fa, FormatWhen fw, argument
115 return mode.format(fc, fa, fw, fr, fu, fe,
119 public String format(String field, FormatCase fc, FormatAction fa, FormatWhen fw, argument
122 return mode.format(field, fc, fa, fw, fr, fu, fe,
470 String format(FormatCase fc, FormatAction fa, FormatWhen fw, argument
473 return format("display", fc, fa, fw, fr, fu, fe,
478 String format(String field, FormatCase fc, FormatAction fa, FormatWhen fw, argument
482 long bits = bits(fc, fa, fw, fr, fu, fe);
513 private static long bits(FormatCase fc, FormatAction fa, FormatWhen fw, argument
518 res |= 1 << fa
[all...]
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/xml/internal/xsom/impl/
H A DSchemaImpl.java271 public void addForeignAttributes(ForeignAttributesImpl fa) { argument
274 foreignAttributes.add(fa);
288 for( ForeignAttributes fa : getForeignAttributes() ) {
289 String v = fa.getValue(nsUri,localName);
H A DElementDecl.java53 AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa,
62 super(owner,_annon,_loc,fa,_tns,_name,_anonymous);
52 ElementDecl( PatcherManager reader, SchemaDocumentImpl owner, AnnotationImpl _annon, Locator _loc, ForeignAttributesImpl fa, String _tns, String _name, boolean _anonymous, XmlString _defv, XmlString _fixedv, boolean _nillable, boolean _abstract, Boolean _form, Ref.Type _type, Ref.Element _substHead, int _substDisallowed, int _substExcluded, List<IdentityConstraintImpl> idConstraints) argument
/openjdk10/langtools/test/tools/javac/nativeHeaders/javahComparison/
H A DTestClass1.java54 float[] fa; field in class:TestClass1
229 float[] fa; field in class:TestClass1.Inner1
367 float[] fa; field in class:TestClass1.Inner2
/openjdk10/langtools/test/tools/javah/6572945/
H A DTestClass1.java54 float[] fa; field in class:TestClass1
227 float[] fa; field in class:TestClass1.Inner1
365 float[] fa; field in class:TestClass1.Inner2
/openjdk10/jdk/test/java/lang/reflect/Generics/
H A DTestN1.java63 public float[] fa; field in class:N1.Inner2
190 in1.getField("fa").getGenericType() == float[].class :
191 "Type of Inner2.fa should be float[]";
/openjdk10/hotspot/src/os/windows/vm/
H A DperfMemory_windows.cpp212 DWORD fa; local
214 fa = GetFileAttributes(path);
215 if (fa == 0xFFFFFFFF) {
230 if (fa & FILE_ATTRIBUTE_REPARSE_POINT) {
242 if (fa & FILE_ATTRIBUTE_DIRECTORY) {
257 INTPTR_FORMAT "\n", path, fa);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.common/src/org/graalvm/compiler/core/common/type/
H A DFloatStamp.java537 int fa = Float.floatToRawIntBits(a.asFloat());
539 return JavaConstant.forFloat(Float.intBitsToFloat(fa & fb));
577 int fa = Float.floatToRawIntBits(a.asFloat());
579 return JavaConstant.forFloat(Float.intBitsToFloat(fa | fb));
617 int fa = Float.floatToRawIntBits(a.asFloat());
619 return JavaConstant.forFloat(Float.intBitsToFloat(fa ^ fb));
/openjdk10/langtools/test/tools/javac/tree/
H A DMakeTypeTest.java167 int[] fa; field in class:MakeTypeTest
/openjdk10/jdk/src/java.desktop/share/classes/sun/awt/
H A DAWTAccessor.java970 public static void setFrameAccessor(FrameAccessor fa) { argument
971 frameAccessor = fa;
/openjdk10/jdk/src/java.base/share/classes/java/io/
H A DObjectOutputStream.java1341 float[] fa = (float[]) array;
1342 bout.writeInt(fa.length);
1343 bout.writeFloats(fa, 0, fa.length);
/openjdk10/jdk/src/java.management/share/classes/javax/management/monitor/
H A DMonitor.java824 final String fa;
852 fa = firstAttribute;
854 return mbsc.getAttribute(object, fa);
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/text/html/
H A DHTMLDocument.java2263 TagAction fa = new FormAction();
2305 tagMap.put(HTML.Tag.INPUT, fa);
2317 tagMap.put(HTML.Tag.OPTION, fa);
2323 tagMap.put(HTML.Tag.SELECT, fa);
2334 tagMap.put(HTML.Tag.TEXTAREA, fa);
/openjdk10/hotspot/src/cpu/s390/vm/
H A Dcopy_s390.hpp397 " LG %[fa],%[from] \n\t" /* address of from area */ \
407 " LA %[fa],1(%[nby],%[fa]) \n\t"/* adjust from addr */ \
421 "2: MVC 0(1,%[ta]),0(%[fa]) \n\t" /* MVC template */ \
423 "4: MVC 0(256,%[ta]),0(%[fa]) \n\t" /* 4096 == l */ \
425 " LA %[fa],256(0,%[fa]) \n\t" \
426 "5: MVC 0(256,%[ta]),0(%[fa]) \n\t" /* 3840 <= l < 4096 */ \
428 " LA %[fa],256(0,%[fa]) \
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/model/
H A DRuntimeModeler.java1252 for(FaultAction fa: faultActions) {
1253 if(fa.className().equals(exception) && !fa.value().equals("")) {
1254 checkedException.setFaultAction(fa.value());
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DMethodEmitter.java2392 * @param fa the field access
2396 MethodEmitter getField(final FieldAccess fa) { argument
2397 return fa.get(this);
2403 * @param fa the field access
2405 void putField(final FieldAccess fa) { argument
2406 fa.put(this);

Completed in 299 milliseconds

123