/libcore/ojluni/src/main/java/java/lang/reflect/ |
D | Parameter.java | 50 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/ |
D | ParameterTest.java | 118 private static void checkSingleStringParameter(Executable executable) { in checkSingleStringParameter() argument 119 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkSingleStringParameter() 142 private static void checkSingleStringParameter_withMetadata(Executable executable) { in checkSingleStringParameter_withMetadata() argument 143 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkSingleStringParameter_withMetadata() 175 private static void checkGenericParameter(Executable executable) { in checkGenericParameter() argument 176 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkGenericParameter() 201 private static void checkGenericParameter_withMetadata(Executable executable) { in checkGenericParameter_withMetadata() argument 202 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkGenericParameter_withMetadata() 236 private static void checkTwoParameters(Executable executable) { in checkTwoParameters() argument 237 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkTwoParameters() [all …]
|
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/ |
D | Parameter.java | 37 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/ |
D | ExecutableParameterTest.java | 286 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()
|
D | AnnotatedElementParameterTest.java | 272 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/ |
D | File.java | 215 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/ |
D | File.annotated.java | 120 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/ |
D | File.java | 1664 public boolean setExecutable(boolean executable, boolean ownerOnly) { in setExecutable() argument 1672 return fs.setPermission(this, FileSystem.ACCESS_EXECUTE, executable, ownerOnly); in setExecutable() 1704 public boolean setExecutable(boolean executable) { in setExecutable() argument 1705 return setExecutable(executable, true); in setExecutable()
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/ |
D | Parameter.annotated.java | 33 Parameter(java.lang.String name, int modifiers, java.lang.reflect.Executable executable, int index)… in Parameter() argument
|
/libcore/ |
D | LICENSE | 129 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/ |
D | NOTICE | 415 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/ |
D | knownfailures.txt | 1591 description: "many tests attempt to fork a Java executable, but fork the wrong one",
|