Searched defs:name (Results 1 - 25 of 249) sorted by relevance

12345678910

/libcore/luni/src/main/java/java/security/spec/
H A DECGenParameterSpec.java24 // Standard (or predefined) name for EC domain
26 private final String name; field in class:ECGenParameterSpec
30 * predefined name of the to-be-generated domain parameter.
32 * @param name
33 * the name of the elliptic curve domain parameter.
35 public ECGenParameterSpec(String name) { argument
36 this.name = name;
37 if (this.name == null) {
38 throw new NullPointerException("name
[all...]
/libcore/luni/src/main/java/java/io/
H A DEmulatedFieldsForLoading.java49 * Return a boolean indicating if the field named <code>name</code> has
53 * @param name
54 * A String, the name of the field to test
64 public boolean defaulted(String name) throws IOException, argument
66 return emulatedFields.defaulted(name);
81 * Find and return the byte value of a given field named <code>name</code>
85 * @param name
86 * A String, the name of the field to find
98 public byte get(String name, byte defaultValue) throws IOException, argument
100 return emulatedFields.get(name, defaultValu
121 get(String name, char defaultValue) argument
144 get(String name, double defaultValue) argument
167 get(String name, float defaultValue) argument
190 get(String name, int defaultValue) argument
213 get(String name, long defaultValue) argument
236 get(String name, Object defaultValue) argument
259 get(String name, short defaultValue) argument
283 get(String name, boolean defaultValue) argument
[all...]
H A DSerializablePermission.java29 public SerializablePermission(String name, String actions) { super("", ""); } argument
/libcore/luni/src/main/java/java/lang/
H A DRuntimePermission.java29 public RuntimePermission(String name, String actions) { super("", ""); } argument
/libcore/luni/src/main/java/java/lang/reflect/
H A DReflectPermission.java27 public ReflectPermission(String name) { super(""); } argument
29 public ReflectPermission(String name, String actions) { super("", ""); } argument
/libcore/luni/src/main/java/java/net/
H A DNetPermission.java27 public NetPermission(String name) { super(""); } argument
29 public NetPermission(String name, String actions) { super("", ""); } argument
/libcore/luni/src/main/java/java/security/
H A DAllPermission.java24 public AllPermission(String name, String actions) { super(""); } argument
H A DBasicPermission.java26 public BasicPermission(String name) { super(""); } argument
28 public BasicPermission(String name, String action) { super(""); } argument
H A DSecurityPermission.java24 public SecurityPermission(String name) { super(""); } argument
26 public SecurityPermission(String name, String action) { super("", ""); } argument
/libcore/luni/src/main/java/java/sql/
H A DDriverPropertyInfo.java40 * The name of the property.
42 public String name; field in class:DriverPropertyInfo
58 * Creates a {@code DriverPropertyInfo} instance with the supplied name and
61 * @param name
62 * The property name.
66 public DriverPropertyInfo(String name, String value) { argument
67 this.name = name;
H A DSQLPermission.java29 public SQLPermission(String name) { super(""); } argument
31 public SQLPermission(String name, String actions) { super("", ""); } argument
/libcore/luni/src/main/java/java/util/
H A DPropertyPermission.java32 public PropertyPermission(String name, String actions) { super(""); } argument
/libcore/luni/src/main/java/java/util/logging/
H A DLoggingPermission.java29 public LoggingPermission(String name, String actions) { super("", ""); } argument
/libcore/luni/src/main/java/javax/net/ssl/
H A DSSLPermission.java27 public SSLPermission(String name) { super(""); } argument
29 public SSLPermission(String name, String actions) { super("", ""); } argument
H A DSSLSessionBindingEvent.java29 private final String name; field in class:SSLSessionBindingEvent
33 * indicating a binding event for the specified name.
37 * @param name
38 * the name of the object being (un)bound.
40 public SSLSessionBindingEvent(SSLSession session, String name) { argument
42 this.name = name;
46 * Returns the name of the binding being added or removed.
48 * @return the name of the binding.
51 return name;
[all...]
/libcore/luni/src/main/java/javax/security/auth/
H A DAuthPermission.java27 public AuthPermission(String name) { super(""); } argument
29 public AuthPermission(String name, String actions) { super("", ""); } argument
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DEntityReferenceImpl.java34 private String name; field in class:EntityReferenceImpl
36 EntityReferenceImpl(DocumentImpl document, String name) { argument
38 this.name = name;
43 return name;
/libcore/luni/src/main/java/org/w3c/dom/
H A DDOMConfiguration.java326 * <code>"wf-invalid-character-in-node-name"</code>, with a
362 * @param name The name of the parameter to set.
370 * NOT_FOUND_ERR: Raised when the parameter name is not recognized.
371 * <br> NOT_SUPPORTED_ERR: Raised when the parameter name is recognized
374 * name is incompatible with the expected value type.
376 public void setParameter(String name, argument
382 * @param name The name of the parameter.
387 * NOT_FOUND_ERR: Raised when the parameter name i
389 getParameter(String name) argument
402 canSetParameter(String name, Object value) argument
[all...]
/libcore/luni/src/main/java/org/xml/sax/
H A DAttributeList.java39 * public void startElement (String name, AttributeList atts) {
41 * String name = atts.getName(i);
56 * public void startElement (String name, AttributeList atts) {
96 * Return the name of an attribute in this list (by position).
103 * <p>If the attribute name has a namespace prefix, the prefix
107 * @return The name of the indexed attribute, or null
162 * Return the type of an attribute in the list (by name).
167 * <p>If the attribute name has a namespace prefix in the document,
170 * @param name The name o
173 getType(String name) argument
190 getValue(String name) argument
[all...]
H A DDTDHandler.java70 * @param name The notation name.
80 public abstract void notationDecl (String name, argument
89 * <p>Note that the notation name corresponds to a notation
101 * @param name The unparsed entity's name.
105 * @param notationName The name of the associated notation.
109 public abstract void unparsedEntityDecl (String name, argument
/libcore/luni/src/main/java/org/xml/sax/ext/
H A DEntityResolver2.java116 * @param name Identifies the document root element. This name comes
133 public InputSource getExternalSubset (String name, String baseURI) argument
162 * @param name Identifies the external entity being resolved.
163 * Either "[dtd]" for the external subset, or a name starting
164 * with "%" to indicate a parameter entity, or else the name of
191 String name,
190 resolveEntity( String name, String publicId, String baseURI, String systemId ) argument
/libcore/luni/src/test/java/libcore/dalvik/system/
H A DPathClassLoaderTest.java46 private File makeTempFile(File directory, String name) throws IOException { argument
48 File result = new File(directory, name);
/libcore/luni/src/test/java/libcore/java/text/
H A DOldFormatFieldTest.java28 public MockFormatField(String name) { argument
29 super(name);
/libcore/luni/src/test/java/libcore/java/util/prefs/
H A DOldFilePreferencesImplTest.java57 private void assertContains(String[] childNames, String name) { argument
59 if (childName == name) {
63 fail("No child with name " + name + " was found. It was expected to exist.");
66 private void assertNotContains(String[] childNames, String name) { argument
68 if (childName == name) {
69 fail("Child with name " + name + " was found. This was unexpected.");
/libcore/luni/src/test/java/libcore/java/util/zip/
H A DZipInputStreamTest.java44 public static byte[] unzip(String name, byte[] bytes) throws IOException { argument
49 assertEquals(name, entry.getName());

Completed in 3393 milliseconds

12345678910