Home
last modified time | relevance | path

Searched refs:executable (Results 1 – 8 of 8) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/reflect/
DParameter.java47 private final Executable executable; field in Parameter
65 Executable executable, in Parameter() argument
69 this.executable = executable; in Parameter()
82 return (other.executable.equals(executable) && in equals()
95 return executable.hashCode() ^ index; in hashCode()
107 return executable.hasRealParameterData() && name != null; in isNamePresent()
150 return executable; in getDeclaringExecutable()
201 tmp = executable.getAllGenericParameterTypes()[index]; in getParameterizedType()
221 tmp = executable.getParameterTypes()[index]; in getType()
263 return executable.isVarArgs() && in isVarArgs()
[all …]
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DParameterTest.java116 private static void checkSingleStringParameter(Executable executable) { in checkSingleStringParameter() argument
117 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkSingleStringParameter()
140 private static void checkSingleStringParameter_withMetadata(Executable executable) { in checkSingleStringParameter_withMetadata() argument
141 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkSingleStringParameter_withMetadata()
173 private static void checkGenericParameter(Executable executable) { in checkGenericParameter() argument
174 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkGenericParameter()
199 private static void checkGenericParameter_withMetadata(Executable executable) { in checkGenericParameter_withMetadata() argument
200 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkGenericParameter_withMetadata()
234 private static void checkTwoParameters(Executable executable) { in checkTwoParameters() argument
235 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkTwoParameters()
[all …]
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotatedElementParameterTest.java271 Executable executable, Class<? extends Annotation> annotationType, in checkParameter0DeclaredAnnotation() argument
273 Parameter parameter = executable.getParameters()[0]; in checkParameter0DeclaredAnnotation()
355 Executable executable, Class<? extends Annotation> annotationType, in checkParameter0GetDeclaredAnnotationsByType() argument
357 Parameter parameter = executable.getParameters()[0]; in checkParameter0GetDeclaredAnnotationsByType()
435 Executable executable, Class<? extends Annotation> annotationType, in checkParameter0GetAnnotationsByType() argument
437 Parameter parameter = executable.getParameters()[0]; in checkParameter0GetAnnotationsByType()
DExecutableParameterTest.java228 Executable executable, String... expectedAnnotationStrings) throws Exception { in assertParameter0Annotations() argument
229 Annotation[][] allAnnotations = executable.getParameterAnnotations(); in assertParameter0Annotations()
/libcore/ojluni/src/main/java/java/io/
DFile.java1662 public boolean setExecutable(boolean executable, boolean ownerOnly) { in setExecutable() argument
1670 return fs.setPermission(this, FileSystem.ACCESS_EXECUTE, executable, ownerOnly); in setExecutable()
1703 public boolean setExecutable(boolean executable) { in setExecutable() argument
1704 return setExecutable(executable, true); in setExecutable()
/libcore/
DLICENSE129 Section 2) in object code or executable form under the terms of Sections 1 and
145 object code or executable form with such an offer, in accord with
149 modifications to it. For an executable work, complete source code means all
152 of the executable. However, as a special exception, the source code
155 of the operating system on which the executable runs, unless that component
156 itself accompanies the executable.
158 If distribution of executable or object code is made by offering access to copy
340 executable, regardless of the license terms of these independent modules,
341 and to copy and distribute the resulting executable under terms of your
/libcore/ojluni/
DNOTICE415 Section 2) in object code or executable form under the terms of Sections 1 and
431 object code or executable form with such an offer, in accord with
435 modifications to it. For an executable work, complete source code means all
438 of the executable. However, as a special exception, the source code
441 of the operating system on which the executable runs, unless that component
442 itself accompanies the executable.
444 If distribution of executable or object code is made by offering access to copy
626 executable, regardless of the license terms of these independent modules,
627 and to copy and distribute the resulting executable under terms of your
/libcore/expectations/
Dknownfailures.txt1632 description: "many tests attempt to fork a Java executable, but fork the wrong one",