Searched refs:getCanonicalName (Results 1 - 25 of 44) sorted by relevance

12

/openjdk7/jdk/test/javax/management/ObjectName/
H A DObjectNameGetInstanceTest.java46 if (nice.getCanonicalName().equals(nonCanonical)) {
71 public String getCanonicalName() { method in class:ObjectNameGetInstanceTest.EvilObjectName
H A DNullEmptyKeyValueTest.java84 (on == null ? "null" : on.getCanonicalName()));
87 (on == null ? "null" : on.getCanonicalName()));
H A DSerialCompatTest.java61 check(msg, on1.getCanonicalName().equals("a:b=c"));
132 check(msg, on1.getCanonicalName().
133 equals(on.getCanonicalName()));
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/classes/
H A DJObjCClassFile.java57 className, JObjCRuntime.class.getCanonicalName());
62 className, JObjCRuntime.class.getCanonicalName());
70 NativeObjectLifecycleManager.class.getCanonicalName(), nolm.getClass().getCanonicalName());
H A DJObjCClassClassFile.java48 className, JObjCRuntime.class.getCanonicalName());
53 className, JObjCRuntime.class.getCanonicalName());
58 className, JObjCRuntime.class.getCanonicalName());
H A DCategoryClassFile.java45 className, targetCls, JObjCRuntime.class.getCanonicalName());
H A DMixedPrimitiveCoderClassFile.java48 out.println("\tpublic static final " + PrimitiveCoder.class.getCanonicalName() + " " + desc.getMixedName() + " = " + desc.getDefinition() + ";");
H A DOpaqueClassFile.java36 super(opaque.parent.pkg, opaque.type.getJType().getJavaClassName(), com.apple.jobjc.Opaque.class.getCanonicalName());
H A DStructClassFile.java56 out.format("\tpublic final static %1$s getStructCoder(){ return coder; }\n", StructCoder.class.getCanonicalName());
57 out.format("\t@Override public final %1$s getCoder(){ return coder; }\n", StructCoder.class.getCanonicalName());
58 out.format("\tprivate final static %1$s coder = new %1$s(SIZEOF%2$s%3$s){\n", StructCoder.class.getCanonicalName(),
66 JObjCRuntime.class.getCanonicalName());
69 out.println("\t" + struct.name + "(final " + JObjCRuntime.class.getCanonicalName() + " runtime){");
73 out.println("\tpublic " + struct.name + "(final " + JObjCRuntime.class.getCanonicalName() + " runtime, final com.apple.jobjc.NativeBuffer buffer) {");
H A DCFTypeClassFile.java36 super(cftype.parent.pkg, cftype.type.getJType().getJavaClassName(), com.apple.jobjc.CFType.class.getCanonicalName());
H A DCategoryClassClassFile.java51 className, JObjCRuntime.class.getCanonicalName(), category.category.superClass.name);
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/
H A DFunctionGenerator.java49 JLField field = new JLField("private static", type.getCanonicalName(), identifier);
51 JLMethod getter = new JLMethod("private final", type.getCanonicalName(), "get_" + identifier);
53 JLCall createIt = new JLCall("new " + type.getCanonicalName());
67 return new JLField("final", type.getCanonicalName(), identifier, new JLCall("get_" + identifier)).toString();
74 out.append(String.format("%3$s[] argCoders = new %3$s[%1$d + %2$s.length];\n", fxn.args.size(), VARARGS_NAME, Coder.class.getCanonicalName()));
81 out.append(String.format("\targCoders[i] = %1$s.getCoderAtRuntime(%2$s[i - %3$s]);\n", Coder.class.getCanonicalName(), VARARGS_NAME, fxn.args.size()));
84 out.append("final " + type.getCanonicalName() + " " + identifier + " = new " + type.getCanonicalName() + "(" + firstArg(fxn) + ", \"" + fxn.name + "\", "
/openjdk7/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationTest.java55 String source = ((ObjectName)notif.getSource()).getCanonicalName();
58 listenerInvoked.put(((ObjectName)notif.getSource()).getCanonicalName(),true);
100 listenerInvoked.put(n.getCanonicalName(),false);
H A DGarbageCollectionNotificationContentTest.java56 String source = ((ObjectName)notif.getSource()).getCanonicalName();
59 listenerInvoked.put(((ObjectName)notif.getSource()).getCanonicalName(),gcNotif);
101 listenerInvoked.put(n.getCanonicalName(),null);
/openjdk7/jdk/test/java/lang/Class/getEnclosingClass/
H A DEnclosingClassTest.java76 c.getCanonicalName() + "'");
105 c.getCanonicalName(),
113 array.getCanonicalName(),
/openjdk7/langtools/test/tools/javac/api/
H A DTestResolveIdent.java51 System.out.println(compiler.resolveIdent(getDeprecatedClass().getCanonicalName()));
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanServerPermission.java144 super(getCanonicalName(parseMask(name)), actions);
161 super(getCanonicalName(mask));
183 static String getCanonicalName(int mask) { method in class:MBeanServerPermission
/openjdk7/jdk/src/share/demo/management/VerboseGC/
H A DPrintGCStat.java89 objName.getCanonicalName(),
101 objName.getCanonicalName(),
/openjdk7/jdk/src/share/classes/java/lang/
H A DEnum.java237 "No enum constant " + enumType.getCanonicalName() + "." + name);
/openjdk7/jdk/src/share/classes/java/security/
H A DBasicPermission.java283 final String getCanonicalName() { method in class:BasicPermission
388 perms.put(bp.getCanonicalName(), permission);
393 if (bp.getCanonicalName().equals("*"))
427 String path = bp.getCanonicalName();
H A DAccessController.java541 Debug.isOn("permission=" + perm.getClass().getCanonicalName());
/openjdk7/jdk/test/javax/swing/RepaintManager/7013453/
H A Dbug7013453.java46 String paintManagerName = paintManager.getClass().getCanonicalName();
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationAccessControllerTest.java74 if (name.getCanonicalName().equals("domain:name=1,type=NB")
90 if (name.getCanonicalName().equals("domain:name=2,type=NB")
108 if (name.getCanonicalName().equals("domain:name=2,type=NB") &&
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacRoundEnvironment.java169 String name = a.getCanonicalName();
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/model/coders/
H A DCoderDescriptor.java49 this.coderInstanceName = coder.getClass().getCanonicalName() + ".INST";

Completed in 219 milliseconds

12