Home
last modified time | relevance | path

Searched defs:name (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/libcore/json/src/main/java/org/json/
DJSONObject.java202 public JSONObject put(String name, boolean value) throws JSONException { in put()
215 public JSONObject put(String name, double value) throws JSONException { in put()
226 public JSONObject put(String name, int value) throws JSONException { in put()
237 public JSONObject put(String name, long value) throws JSONException { in put()
253 public JSONObject put(String name, Object value) throws JSONException { in put()
270 public JSONObject putOpt(String name, Object value) throws JSONException { in putOpt()
289 public JSONObject accumulate(String name, Object value) throws JSONException { in accumulate()
312 String checkName(String name) throws JSONException { in checkName()
325 public Object remove(String name) { in remove()
333 public boolean isNull(String name) { in isNull()
[all …]
/libcore/luni/src/main/java/java/io/
DEmulatedFieldsForLoading.java66 public boolean defaulted(String name) throws IOException, in defaulted()
100 public byte get(String name, byte defaultValue) throws IOException, in get()
123 public char get(String name, char defaultValue) throws IOException, in get()
146 public double get(String name, double defaultValue) throws IOException, in get()
169 public float get(String name, float defaultValue) throws IOException, in get()
192 public int get(String name, int defaultValue) throws IOException, in get()
215 public long get(String name, long defaultValue) throws IOException, in get()
238 public Object get(String name, Object defaultValue) throws IOException, in get()
261 public short get(String name, short defaultValue) throws IOException, in get()
285 public boolean get(String name, boolean defaultValue) throws IOException, in get()
DEmulatedFieldsForDumping.java68 public void put(String name, byte value) { in put()
82 public void put(String name, char value) { in put()
96 public void put(String name, double value) { in put()
110 public void put(String name, float value) { in put()
124 public void put(String name, int value) { in put()
138 public void put(String name, long value) { in put()
152 public void put(String name, Object value) { in put()
166 public void put(String name, short value) { in put()
180 public void put(String name, boolean value) { in put()
DEmulatedFields.java119 public boolean defaulted(String name) throws IllegalArgumentException { in defaulted()
205 public byte get(String name, byte defaultValue) in get()
231 public char get(String name, char defaultValue) in get()
257 public double get(String name, double defaultValue) in get()
283 public float get(String name, float defaultValue) in get()
309 public int get(String name, int defaultValue) in get()
335 public long get(String name, long defaultValue) in get()
361 public Object get(String name, Object defaultValue) in get()
386 public short get(String name, short defaultValue) in get()
412 public boolean get(String name, boolean defaultValue) in get()
[all …]
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
DDocumentBuilderFactoryImpl.java38 public Object getAttribute(String name) throws IllegalArgumentException { in getAttribute()
43 public boolean getFeature(String name) throws ParserConfigurationException { in getFeature()
84 public void setAttribute(String name, Object value) in setAttribute()
90 public void setFeature(String name, boolean value) in setFeature()
/libcore/luni/src/main/java/org/xml/sax/ext/
DDefaultHandler2.java54 public void startDTD (String name, String publicId, String systemId) in startDTD()
62 public void startEntity (String name) in startEntity()
66 public void endEntity (String name) in endEntity()
82 public void elementDecl (String name, String model) in elementDecl()
86 public void externalEntityDecl (String name, in externalEntityDecl()
91 public void internalEntityDecl (String name, String value) in internalEntityDecl()
116 public InputSource getExternalSubset (String name, String baseURI) in getExternalSubset()
154 public InputSource resolveEntity (String name, String publicId, in resolveEntity()
DLexicalHandler.java85 public abstract void startDTD (String name, String publicId, in startDTD()
153 public abstract void startEntity (String name) in startEntity()
164 public abstract void endEntity (String name) in endEntity()
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
DProtocolVersion.java71 public static boolean isSupported(String name) { in isSupported()
81 public static ProtocolVersion getByName(String name) { in getByName()
125 protocolsByName.put(SSLv3.name, SSLv3); in protocolsByName.put() argument
126 protocolsByName.put(TLSv1.name, TLSv1); in protocolsByName.put() argument
134 public final String name; field in ProtocolVersion
141 private ProtocolVersion(String name, byte[] version) { in ProtocolVersion()
/libcore/luni/src/main/java/org/apache/harmony/security/
DSystemScope.java59 public SystemScope(String name) { in SystemScope()
66 public SystemScope(String name, IdentityScope scope) in SystemScope()
81 public synchronized Identity getIdentity(String name) { in getIdentity()
106 String name = identity.getName(); in addIdentity() local
133 String name = identity.getName(); in removeIdentity() local
/libcore/luni/src/main/java/org/w3c/dom/
DDOMConfiguration.java376 public void setParameter(String name, in setParameter()
389 public Object getParameter(String name) in getParameter()
402 public boolean canSetParameter(String name, in canSetParameter()
DElement.java53 public String getAttribute(String name); in getAttribute()
77 public void setAttribute(String name, in setAttribute()
96 public void removeAttribute(String name) in removeAttribute()
109 public Attr getAttributeNode(String name); in getAttributeNode()
161 public NodeList getElementsByTagName(String name); in getElementsByTagName()
338 public boolean hasAttribute(String name); in hasAttribute()
389 public void setIdAttribute(String name, in setIdAttribute()
/libcore/luni/src/test/java/tests/api/org/xml/sax/support/
DMockHandler.java53 public void endElement(String name) throws SAXException { in endElement()
57 public void endElement(String uri, String localName, String name) throws SAXException { in endElement()
77 public void notationDecl(String name, String publicId, String systemId) throws SAXException { in notationDecl()
89 public void skippedEntity(String name) throws SAXException { in skippedEntity()
97 public void startElement(String name, AttributeList atts) throws SAXException { in startElement()
101 public void startElement(String uri, String localName, String name, Attributes atts) in startElement()
110 public void unparsedEntityDecl(String name, String publicId, String systemId, in unparsedEntityDecl()
131 public void endEntity(String name) throws SAXException { in endEntity()
139 public void startDTD(String name, String publicId, String systemId) throws SAXException { in startDTD()
143 public void startEntity(String name) throws SAXException { in startEntity()
DMockFilter.java49 public boolean getFeature(String name) throws SAXNotRecognizedException, in getFeature()
55 public Object getProperty(String name) throws SAXNotRecognizedException, in getProperty()
61 public void setFeature(String name, boolean value) { in setFeature()
70 public void setProperty(String name, Object value) throws SAXNotRecognizedException, in setProperty()
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
DIdentityStub.java51 public IdentityStub(String name) { in IdentityStub()
63 public IdentityStub(String name, IdentityScope scope) in IdentityStub()
75 public IdentityStub(String name, PublicKey key) throws KeyManagementException{ in IdentityStub()
/libcore/luni/src/main/java/javax/security/auth/
DAuthPermission.java62 private static String init(String name) { in init()
79 public AuthPermission(String name) { in AuthPermission()
91 public AuthPermission(String name, String actions) { in AuthPermission()
/libcore/luni/src/test/java/tests/api/java/util/
DResourceBundleTest.java62 String name = "tests.support.Support_TestResource"; in test_getBundleLjava_lang_StringLjava_util_Locale() local
144 String name = Support_Resources.RESOURCE_PACKAGE_NAME in test_getBundleLjava_lang_StringLjava_util_LocaleLjava_lang_ClassLoader() local
199 String name = "tests.support.Support_TestResource"; in test_getStringLjava_lang_String() local
302 String name = "tests.support.Support_TestResource"; in test_getLocale() local
335 String name = "tests.support.Support_TestResource"; in test_getObjectLjava_lang_String() local
386 String name = "tests.support.Support_TestResource"; in test_getStringArrayLjava_lang_String() local
425 String name = "tests.support.Support_TestResource"; in test_getBundleLjava_lang_String() local
/libcore/luni/src/main/java/javax/xml/validation/
DValidatorHandler.java349 …public boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException { in getFeature()
383 …public void setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupport… in setFeature()
413 …public void setProperty(String name, Object object) throws SAXNotRecognizedException, SAXNotSuppor… in setProperty()
445 …public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException { in getProperty()
DValidator.java341 …public boolean getFeature(String name) throws SAXNotRecognizedException, SAXNotSupportedException { in getFeature()
374 …public void setFeature(String name, boolean value) throws SAXNotRecognizedException, SAXNotSupport… in setFeature()
402 …public void setProperty(String name, Object object) throws SAXNotRecognizedException, SAXNotSuppor… in setProperty()
433 …public Object getProperty(String name) throws SAXNotRecognizedException, SAXNotSupportedException { in getProperty()
/libcore/luni/src/main/java/java/security/spec/
DECGenParameterSpec.java26 private final String name; field in ECGenParameterSpec
35 public ECGenParameterSpec(String name) { in ECGenParameterSpec()
/libcore/luni/src/main/java/java/lang/
DVMClassLoader.java37 static URL getResource(String name) { in getResource()
60 static Enumeration<URL> getResources(String name) { in getResources()
90 native static Class loadClass(String name, boolean resolve) in loadClass()
99 native static Class defineClass(ClassLoader cl, String name, in defineClass()
111 native static Class findLoadedClass(ClassLoader cl, String name); in findLoadedClass()
117 native private static String getBootClassPathResource(String name, in getBootClassPathResource()
/libcore/luni/src/main/java/javax/xml/transform/
DTransformer.java123 public abstract void setParameter(String name, Object value); in setParameter()
135 public abstract Object getParameter(String name); in getParameter()
283 public abstract void setOutputProperty(String name, String value) in setOutputProperty()
302 public abstract String getOutputProperty(String name) in getOutputProperty()
/libcore/luni/src/test/java/tests/api/javax/security/auth/
DX500PrincipalTest.java51 String name = "CN=Duke,OU=JavaSoft,O=Sun Microsystems,C=US"; in test_X500Principal_01() local
89 String name = "CN=Duke,OU=JavaSoft,O=Sun Microsystems,C=US"; in test_X500Principal_02() local
131 String name = "CN=Duke,OU=JavaSoft,O=Sun Microsystems,C=US"; in test_X500Principal_03() local
172 String name = "CN=Duke,OU=JavaSoft,O=Sun Microsystems,C=US"; in test_getName() local
192 String name = "CN=Duke,OU=JavaSoft,O=Sun Microsystems,C=US"; in test_getName_Format() local
239 String name = "CN=Duke,OU=JavaSoft,O=Sun Microsystems,C=US"; in test_hashCode() local
259 String name = "CN=Duke, OU=JavaSoft, O=Sun Microsystems, C=US"; in test_toString() local
/libcore/xml/src/main/java/org/xmlpull/v1/
DXmlSerializer.java48 void setFeature(String name, in setFeature()
61 boolean getFeature(String name); in getFeature()
76 void setProperty(String name, in setProperty()
89 Object getProperty(String name); in getProperty()
209 XmlSerializer startTag (String namespace, String name) in startTag()
219 XmlSerializer attribute (String namespace, String name, String value) in attribute()
230 XmlSerializer endTag (String namespace, String name) in endTag()
/libcore/luni/src/main/java/java/sql/
DSQLPermission.java48 public SQLPermission(String name) { in SQLPermission()
61 public SQLPermission(String name, String actions) { in SQLPermission()
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DEntityReferenceImpl.java34 private String name; field in EntityReferenceImpl
36 EntityReferenceImpl(DocumentImpl document, String name) { in EntityReferenceImpl()

12345678910>>...18