Searched refs:parameter (Results 1 - 11 of 11) sorted by relevance

/libcore/luni/src/main/java/java/sql/
H A DDataTruncation.java34 private boolean parameter = false; field in class:DataTruncation
57 * the Index value of the column value or parameter that was
59 * @param parameter
60 * {@code true} if it was a parameter value that was truncated,
70 public DataTruncation(int index, boolean parameter, boolean read, argument
74 this.parameter = parameter;
86 * the Index value of the column value or parameter that was
88 * @param parameter
103 public DataTruncation(int index, boolean parameter, boolea argument
[all...]
/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DOldGenericReflectionCornerCases.java49 Type parameter = parameterTypes[0];
50 assertInstanceOf(ParameterizedType.class, parameter);
51 ParameterizedType paramType = (ParameterizedType) parameter;
92 Type parameter = parameterTypes[0];
93 assertInstanceOf(ParameterizedType.class, parameter);
94 ParameterizedType paramType = (ParameterizedType) parameter;
149 Type parameter = parameterTypes[0];
150 assertInstanceOf(ParameterizedType.class, parameter);
151 ParameterizedType paramType = (ParameterizedType) parameter;
201 Type parameter
[all...]
H A DClassLoaderReflectionTest.java163 F(B<String> parameter, List<A> anotherParameter) {} argument
164 B<String> method(B<String> parameter, List<A> anotherParameter) { argument
/libcore/dom/src/test/java/org/w3c/domts/
H A DLSDocumentBuilderFactory.java110 * parameter.
121 * @param lsParameter corresponding DOMConfiguration parameter
132 String parameter,
141 setParameterMethod.invoke(domConfig, new Object[] {parameter, value});
153 String parameter) throws Exception {
159 return getParameterMethod.invoke(domConfig, new Object[] {parameter});
362 private boolean hasProperty(String parameter) { argument
364 return ( (Boolean) LSParameterStrategy.getParameter(parser, parameter)).
130 setParameter(DocumentBuilderSetting setting, Object parser, String parameter, Object value) argument
152 getParameter(Object parser, String parameter) argument
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
H A DDOMConfigurationImpl.java31 * parameter instances to centralize each parameter's behavior.
88 * the validate parameter to true. Has no effect when validate is false.
138 * Bulk alias to set the following parameter values:
331 Parameter parameter = PARAMETERS.get(name);
332 return parameter != null && parameter.canSet(this, value);
336 Parameter parameter = PARAMETERS.get(name);
337 if (parameter == null) {
338 throw new DOMException(DOMException.NOT_FOUND_ERR, "No such parameter
[all...]
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DProviderServiceTest.java215 public boolean supportsParameter(Object parameter) { argument
216 if (parameter.getClass() == String.class) {
/libcore/luni/src/test/java/libcore/java/security/
H A DProviderTest.java277 fail("Should throw on non-Key parameter");
296 public Object parameter; field in class:ProviderTest.MockSpi
298 public MockSpi(MockKey parameter) { argument
299 this.parameter = parameter;
535 public boolean supportsParameter(Object parameter) {
/libcore/benchmarks/src/benchmarks/regression/
H A DAnnotatedElementBenchmark.java154 @Marker public void method(@Marker String parameter) {} argument
/libcore/luni/src/main/java/java/security/
H A DProvider.java817 // Does not support parameter
835 // Supports parameter
845 // Types that take a parameter to newInstance
849 // Types that do not take any kind of parameter
1054 * the parameter that is used by the constructor, or {@code
1056 * parameter.
1079 // We don't know whether this takes a parameter or not.
1089 // A known type, but it's not required to have a parameter even if a
1098 throw new IllegalArgumentException("Constructor parameter not supported for "
1102 throw new IllegalArgumentException("Expecting constructor parameter o
1139 supportsParameter(Object parameter) argument
[all...]
/libcore/xml/src/main/java/org/kxml2/io/
H A DKXmlParser.java1320 * - "%": parameter entities are unsupported in entity values.
1419 throw new XmlPullParserException("This parser doesn't support parameter entities",
/libcore/benchmarks/libs/
H A Dcaliper.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/caliper/ com/google/caliper/AllocationMeasurer ...

Completed in 624 milliseconds