HomeSort by relevance Sort by last modified time
    Searched refs:Executable (Results 26 - 50 of 118) sorted by null

12 3 4 5

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/
tls-gc-76.d 8 # Executable with a single R_CRIS_32_DTPREL, gc:ed away.
  /external/desugar/java/com/google/devtools/build/android/desugar/
LambdaDesugaring.java 29 import java.lang.reflect.Executable;
207 Executable invoked = findTargetMethod(invokedMethod);
260 private boolean isVisibleToLambdaClass(Executable invoked, String owner) {
274 private Executable findTargetMethod(Handle invokedMethod) throws ClassNotFoundException {
462 methodReference, (Executable) null, methodReference);
465 Handle methodReference, Executable referenced, Handle bridgeMethod) {
474 @Nullable public abstract Executable referenced();
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
CommonXml.py 443 Executable = XmlAttribute(XmlNode(SubItem, '%s/Filename' % Key), 'Executable')
444 if Executable.upper() == "TRUE":
445 Executable = True
446 elif Executable.upper() == "FALSE":
447 Executable = False
449 Executable = ''
450 self.Files.append([Filename, Executable])
474 Executable = \
475 XmlAttribute(XmlNode(SubItem, '%s/Filename' % Key), 'Executable')
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
AnnotatedElementParameterTest.java 23 import java.lang.reflect.Executable;
271 Executable executable, Class<? extends Annotation> annotationType,
273 Parameter parameter = executable.getParameters()[0];
355 Executable executable, Class<? extends Annotation> annotationType,
357 Parameter parameter = executable.getParameters()[0];
435 Executable executable, Class<? extends Annotation> annotationType,
437 Parameter parameter = executable.getParameters()[0]
    [all...]
ExecutableParameterTest.java 23 import java.lang.reflect.Executable;
38 * Tests for {@link Executable#getParameterAnnotations()} via the {@link Constructor} and
228 Executable executable, String... expectedAnnotationStrings) throws Exception {
229 Annotation[][] allAnnotations = executable.getParameterAnnotations();
  /libcore/ojluni/src/main/java/java/lang/reflect/
Constructor.java 55 public final class Constructor<T> extends Executable {
80 // Android-changed: Signature retrieval is handled in Executable.
90 // Android-changed: This is handled by Executable.
108 // Android-changed: This is handled by Executable.
120 // Android-changed: This is mostly handled by Executable.
131 // Android-changed: This is handled by Executable.
145 // Android-changed: This is handled by Executable.
390 // Android-changed: This is handled by Executable.
Method.java 55 public final class Method extends Executable {
89 // Android-changed: Signature retrieval is handled in Executable.
98 // Android-changed: This is handled by Executable.
108 // Android-changed: This is handled by Executable.
117 // Android-changed: This is handled by Executable.
129 // Android-changed: This is mostly handled by Executable.
169 // Android-changed: Modified implementation to use Executable.
178 // Android-changed: This is handled by Executable.
192 // Android-changed: This is handled by Executable.
419 // Android-changed: This is handled by Executable
    [all...]
  /external/eigen/lapack/
clacgv.f 97 * .. Executable Statements ..
cladiv.f 87 * .. Executable Statements ..
dladiv.f 110 * .. Executable Statements ..
dlapy2.f 89 * .. Executable Statements ..
dlapy3.f 92 * .. Executable Statements ..
sladiv.f 110 * .. Executable Statements ..
slapy2.f 89 * .. Executable Statements ..
slapy3.f 92 * .. Executable Statements ..
zlacgv.f 97 * .. Executable Statements ..
zladiv.f 87 * .. Executable Statements ..
dlamch.f 92 * .. Executable Statements ..
179 * .. Executable Statements ..
slamch.f 96 * .. Executable Statements ..
182 * .. Executable Statements ..
ilaclc.f 102 * .. Executable Statements ..
ilaclr.f 102 * .. Executable Statements ..
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/
tlsbin-2.d 34 Elf file type is EXEC \(Executable file\)
  /external/cblas/testing/
c_dblat1.f 20 * .. Executable Statements ..
76 * .. Executable Statements ..
114 * .. Executable Statements ..
201 * .. Executable Statements ..
338 * .. Executable Statements ..
471 * .. Executable Statements ..
628 * .. Executable Statements ..
670 * .. Executable Statements ..
684 * .. Executable Statements ..
707 * .. Executable Statements .
    [all...]
c_sblat1.f 20 * .. Executable Statements ..
76 * .. Executable Statements ..
114 * .. Executable Statements ..
201 * .. Executable Statements ..
338 * .. Executable Statements ..
471 * .. Executable Statements ..
628 * .. Executable Statements ..
670 * .. Executable Statements ..
684 * .. Executable Statements ..
707 * .. Executable Statements .
    [all...]
  /art/test/031-class-attributes/src/
ClassAttrs.java 6 import java.lang.reflect.Executable;
226 c = Executable.class;

Completed in 557 milliseconds

12 3 4 5