Searched defs:name (Results 26 - 50 of 3245) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/rmi/reliability/juicer/
H A DApple.java33 Orange newOrange(String name) throws RemoteException; argument
/openjdk7/jdk/test/java/security/BasicPermission/
H A DEqualsImplies.java35 public A(String name) { super(name); } argument
39 public B(String name) { super(name); } argument
H A DExitVMEquals.java75 BP(String name) { argument
76 super(name);
H A DPermClass.java123 public MyPermission(String name) { argument
124 super(name);
H A DSerialVersion.java81 public MyPermission(String name) { argument
82 super(name);
/openjdk7/jdk/test/javax/print/PrintServiceLookup/
H A DGetPrintServices.java33 * @summary Test that print service returned without filter are of the same class as with name filter
50 private static PrintService lookupByName(String name) { argument
52 attributes.add(new PrinterName(name, null));
/openjdk7/jdk/test/javax/security/auth/Subject/doAs/
H A DTest.java30 public static Subject get(String name) { argument
32 Collections.singleton(new X500Principal(name)),
/openjdk7/jdk/test/javax/security/auth/login/Configuration/
H A DGetInstanceConfigSpi.java46 public AppConfigurationEntry[] engineGetAppConfigurationEntry(String name) { argument
47 return c.getAppConfigurationEntry(name);
/openjdk7/langtools/test/tools/javac/api/evalexpr/
H A DByteArrayClassLoader.java52 public Class<?> loadClass(String name) throws ClassNotFoundException { argument
54 return super.loadClass(name);
56 byte[] classData = classes.get(name);
57 return defineClass(name, classData, 0, classData.length);
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DApple.java28 public Orange newOrange(String name) throws java.rmi.RemoteException; argument
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DTrustManagerTest.java91 private static X509Certificate loadCertificate(String name) throws Exception { argument
93 InputStream in = new FileInputStream(BASE + SEP + name);
/openjdk7/hotspot/test/runtime/6626217/
H A DLoader2.java11 protected Class findClass2(String name) throws ClassNotFoundException { argument
12 print("Fetching the implementation of "+name);
15 FileInputStream fi = new FileInputStream(name+".impl2");
19 print("DefineClass1 on "+name);
21 Class clazz = defineClass(name, result, 0, result.length);
35 protected synchronized Class loadClass(String name, boolean resolve) throws ClassNotFoundException { argument
37 Class c = findClass2(name);
40 print("Checking for prior loaded class "+name);
41 c = findLoadedClass(name);
42 print("Letting super-loader load "+name);
[all...]
/openjdk7/hotspot/test/runtime/6981737/
H A DTest6981737.java59 public static String verifyProperty(String name, String expected_re) { argument
60 String value = System.getProperty(name, "");
61 System.out.print("Checking " + name + ": \"" + value +
65 throw new RuntimeException("FAIL: Wrong value for " + name +
/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DNamedValue.java36 * <LI>a name -- If the <code>NamedValue</code> object is used to
37 * describe arguments to a request, the name will be an argument
65 * System.out.println("This nv name is " + nv.name());
78 * This nv name is argument_1
99 * Retrieves the name for this <code>NamedValue</code> object.
102 * the name of this <code>NamedValue</code> object
105 public abstract String name(); method in class:NamedValue
H A DPrincipal.java32 * and other purposes. It contains a single attribute, the name of the
40 * Sets the name of this <code>Principal</code> object to the given value.
45 public void name(byte[] value) { method in class:Principal
50 * Gets the name of this <code>Principal</code> object.
51 * @return the name of this <code>Principal</code> object
55 public byte[] name() { method in class:Principal
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/asm/sparc/
H A DSPARCV9ImpdepInstruction.java31 public SPARCV9ImpdepInstruction(String name) { argument
32 super(name);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/memory/
H A DCMSPermGenGen.java34 public String name() { method in class:CMSPermGenGen
/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DResolver.java34 * This interface represents an "intermediate context" for name resolution.
55 * Partially resolves a name. Stops at the first
59 * @param name
60 * the name to resolve
65 * suffix of <code>name</code>. Cannot be null.
73 public ResolveResult resolveToClass(Name name, argument
78 * Partially resolves a name.
81 * @param name
82 * the name to resolve
87 * suffix of <code>name</cod
93 resolveToClass(String name, Class<? extends Context> contextType) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/net/ssl/
H A DSSLPermission.java37 * An SSLPermission contains a name (also referred to as a "target name") but
41 * The target name is the name of the network permission (see below). The naming
44 * may appear at the end of the name, following a ".", or by itself, to
54 * summary="permission name, what it allows, and associated risks">
65 * an HttpsURLConnection and the common name field in
111 * Creates a new SSLPermission with the specified name.
112 * The name is the symbolic name o
123 SSLPermission(String name) argument
140 SSLPermission(String name, String actions) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DAuthPermission.java30 * An AuthPermission contains a name
31 * (also referred to as a "target name")
35 * <p> The target name is the name of a security configuration parameter
81 * createLoginContext.{name} - allow code to instantiate a
83 * specified <i>name</i>. <i>name</i>
88 * <i>name</i> can be wildcarded (set to '*')
89 * to allow for any name.
105 * <p> The following target name ha
145 AuthPermission(String name) argument
166 AuthPermission(String name, String actions) argument
[all...]
/openjdk7/jdk/src/share/classes/javax/sound/sampled/
H A DAudioPermission.java33 * system resources. An <code>AudioPermission</code> contains a target name
36 * The target name is the name of the audio permission (see the table below).
41 * For each name, the table provides a description of exactly what that permission
45 * <table border=1 cellpadding=5 summary="permission target name, what the permission allows, and associated risks">
129 * system resources. An <code>AudioPermission</code> contains a target name
132 * The target name is the name of the audio permission (see the table below).
137 * For each name, the table provides a description of exactly what that permission
210 * symbolic name, suc
217 AudioPermission(String name) argument
232 AudioPermission(String name, String actions) argument
[all...]
/openjdk7/jdk/src/share/classes/java/io/
H A DFilenameFilter.java48 * @param name the name of the file.
49 * @return <code>true</code> if and only if the name should be
52 boolean accept(File dir, String name); argument
H A DSerializablePermission.java35 * contains a name (also referred to as a "target name") but
40 * The target name is the name of the Serializable permission (see below).
48 * <table border=1 cellpadding=5 summary="Permission target name, what the permission allows, and associated risks">
102 * Creates a new SerializablePermission with the specified name.
103 * The name is the symbolic name of the SerializablePermission, such as
106 * @param name the name o
111 SerializablePermission(String name) argument
128 SerializablePermission(String name, String actions) argument
[all...]
/openjdk7/jdk/src/share/classes/java/lang/
H A DRuntimePermission.java35 * contains a name (also referred to as a "target name") but
40 * The target name is the name of the runtime permission (see below). The
43 * may appear at the end of the name, following a ".", or by itself, to
52 * <table border=1 cellpadding=5 summary="permission target name,
129 * <td>getenv.{variable name}</td>
242 * <td>loadLibrary.{library name}</td>
250 * <td>accessClassInPackage.{package name}</td>
261 * <td>defineClassInPackage.{package name}</t
367 RuntimePermission(String name) argument
384 RuntimePermission(String name, String actions) argument
[all...]
/openjdk7/jdk/src/share/classes/java/lang/management/
H A DManagementPermission.java38 * <table border=1 cellpadding=5 summary="Table shows permission target name, wh
89 * Constructs a ManagementPermission with the specified name.
91 * @param name Permission name. Must be either "monitor" or "control".
93 * @throws NullPointerException if <code>name</code> is <code>null</code>.
94 * @throws IllegalArgumentException if <code>name</code> is empty or invalid.
96 public ManagementPermission(String name) { argument
97 super(name);
98 if (!name.equals("control") && !name
113 ManagementPermission(String name, String actions) argument
[all...]

Completed in 106 milliseconds

1234567891011>>