| /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 | 119 private static void checkSingleStringParameter(Executable executable) { in checkSingleStringParameter() argument 120 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkSingleStringParameter() 143 private static void checkSingleStringParameter_withMetadata(Executable executable) { in checkSingleStringParameter_withMetadata() argument 144 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkSingleStringParameter_withMetadata() 176 private static void checkGenericParameter(Executable executable) { in checkGenericParameter() argument 177 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkGenericParameter() 202 private static void checkGenericParameter_withMetadata(Executable executable) { in checkGenericParameter_withMetadata() argument 203 ExecutableTestHelper helper = new ExecutableTestHelper(executable); in checkGenericParameter_withMetadata() 237 private static void checkTwoParameters(Executable executable) { in checkTwoParameters() argument 238 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/src/tools/ |
| D | LICENSE | 135 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/test/ |
| D | LICENSE | 135 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/ |
| D | LICENSE | 137 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/ |
| D | knownfailures.txt | 1591 description: "many tests attempt to fork a Java executable, but fork the wrong one",
|