Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/lang/reflect/
DParameter.java50 private final Executable executable; field in Parameter
68 Executable executable, in Parameter() argument
72 this.executable = executable; in Parameter()
85 return (other.executable.equals(executable) && in equals()
98 return executable.hashCode() ^ index; in hashCode()
110 return executable.hasRealParameterData() && name != null; in isNamePresent()
153 return executable; in getDeclaringExecutable()
204 tmp = executable.getAllGenericParameterTypes()[index]; in getParameterizedType()
224 tmp = executable.getParameterTypes()[index]; in getType()
266 return executable.isVarArgs() && in isVarArgs()
[all …]
/libcore/luni/src/test/java/libcore/java/lang/reflect/
DParameterTest.java134 private static void checkSingleStringParameter(Executable executable) { in checkSingleStringParameter() argument
135 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkSingleStringParameter()
160 private static void checkSingleStringParameter_withMetadata(Executable executable) { in checkSingleStringParameter_withMetadata() argument
161 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkSingleStringParameter_withMetadata()
195 private static void checkGenericParameter(Executable executable) { in checkGenericParameter() argument
196 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkGenericParameter()
223 private static void checkGenericParameter_withMetadata(Executable executable) { in checkGenericParameter_withMetadata() argument
224 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkGenericParameter_withMetadata()
260 private static void checkTwoParameters(Executable executable) { in checkTwoParameters() argument
261 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkTwoParameters()
[all …]
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DParameter.java37 java.lang.reflect.Executable executable, in Parameter() argument
100 java.lang.reflect.Executable executable, in getAnnotationNative() argument
127 private final java.lang.reflect.Executable executable; field in Parameter
130 executable = null;
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DExecutableParameterTest.java286 Executable executable, String... expectedAnnotationStrings) throws Exception { in assertOnlyParameterAnnotations() argument
287 Annotation[][] allAnnotations = getParameterAnnotations(executable, 1); in assertOnlyParameterAnnotations()
294 Executable executable, int expectedParameterAnnotationsSize) { in getParameterAnnotations() argument
295 Annotation[][] allAnnotations = executable.getParameterAnnotations(); in getParameterAnnotations()
DAnnotatedElementParameterTest.java272 Executable executable, Class<? extends Annotation> annotationType, in checkParameter0DeclaredAnnotation() argument
274 Parameter parameter = executable.getParameters()[0]; in checkParameter0DeclaredAnnotation()
356 Executable executable, Class<? extends Annotation> annotationType, in checkParameter0GetDeclaredAnnotationsByType() argument
358 Parameter parameter = executable.getParameters()[0]; in checkParameter0GetDeclaredAnnotationsByType()
436 Executable executable, Class<? extends Annotation> annotationType, in checkParameter0GetAnnotationsByType() argument
438 Parameter parameter = executable.getParameters()[0]; in checkParameter0GetAnnotationsByType()
/libcore/ojluni/annotations/hiddenapi/java/io/
DFile.java215 public boolean setExecutable(boolean executable, boolean ownerOnly) { in setExecutable() argument
219 public boolean setExecutable(boolean executable) { in setExecutable() argument
/libcore/ojluni/annotations/sdk/nullability/java/io/
DFile.annotated.java120 public boolean setExecutable(boolean executable, boolean ownerOnly) { throw new RuntimeException("S… in setExecutable() argument
122 public boolean setExecutable(boolean executable) { throw new RuntimeException("Stub!"); } in setExecutable() argument
/libcore/ojluni/src/main/java/java/io/
DFile.java1680 public boolean setExecutable(boolean executable, boolean ownerOnly) { in setExecutable() argument
1688 return fs.setPermission(this, FileSystem.ACCESS_EXECUTE, executable, ownerOnly); in setExecutable()
1720 public boolean setExecutable(boolean executable) { in setExecutable() argument
1721 return setExecutable(executable, true); in setExecutable()
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DParameter.annotated.java33 Parameter(java.lang.String name, int modifiers, java.lang.reflect.Executable executable, int index)… in Parameter() argument
/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/src/test/
DLICENSE135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
156 making modifications to it. For an executable work, complete source
159 control compilation and installation of the executable. However, as a
163 operating system on which the executable runs, unless that component
164 itself accompanies the executable.
166 If distribution of executable or object code is made by offering
/libcore/ojluni/src/tools/
DLICENSE135 under Section 2) in object code or executable form under the terms of
152 received the program in object code or executable form with such
156 making modifications to it. For an executable work, complete source
159 control compilation and installation of the executable. However, as a
163 operating system on which the executable runs, unless that component
164 itself accompanies the executable.
166 If distribution of executable or object code is made by offering
/libcore/ojluni/src/main/
DLICENSE137 Section 2) in object code or executable form under the terms of Sections 1 and
153 object code or executable form with such an offer, in accord with
157 modifications to it. For an executable work, complete source code means all
160 of the executable. However, as a special exception, the source code
163 of the operating system on which the executable runs, unless that component
164 itself accompanies the executable.
166 If distribution of executable or object code is made by offering access to copy
348 executable, regardless of the license terms of these independent modules,
349 and to copy and distribute the resulting executable under terms of your
/libcore/expectations/
Dknownfailures.txt1591 description: "many tests attempt to fork a Java executable, but fork the wrong one",