HomeSort by relevance Sort by last modified time
    Searched refs:Executable (Results 76 - 100 of 268) sorted by null

1 2 34 5 6 7 8 91011

  /art/test/1912-get-set-local-primitive/src/art/
Locals.java 19 import java.lang.reflect.Executable;
75 public static native VariableDescription[] GetLocalVariableTable(Executable e);
78 Executable e, String name, String sig, int line) throws Exception {
83 Executable e, String name, String sig, long loc) {
  /art/test/1913-get-set-local-objects/src/art/
Locals.java 19 import java.lang.reflect.Executable;
75 public static native VariableDescription[] GetLocalVariableTable(Executable e);
78 Executable e, String name, String sig, int line) throws Exception {
83 Executable e, String name, String sig, long loc) {
  /art/test/1914-get-local-instance/src/art/
Locals.java 19 import java.lang.reflect.Executable;
75 public static native VariableDescription[] GetLocalVariableTable(Executable e);
78 Executable e, String name, String sig, int line) throws Exception {
83 Executable e, String name, String sig, long loc) {
  /art/test/1915-get-set-local-current-thread/src/art/
Locals.java 19 import java.lang.reflect.Executable;
75 public static native VariableDescription[] GetLocalVariableTable(Executable e);
78 Executable e, String name, String sig, int line) throws Exception {
83 Executable e, String name, String sig, long loc) {
  /art/test/1916-get-set-current-frame/src/art/
Locals.java 19 import java.lang.reflect.Executable;
75 public static native VariableDescription[] GetLocalVariableTable(Executable e);
78 Executable e, String name, String sig, int line) throws Exception {
83 Executable e, String name, String sig, long loc) {
  /art/test/1923-frame-pop/src/art/
Locals.java 19 import java.lang.reflect.Executable;
75 public static native VariableDescription[] GetLocalVariableTable(Executable e);
78 Executable e, String name, String sig, int line) throws Exception {
83 Executable e, String name, String sig, long loc) {
Test1923.java 23 import java.lang.reflect.Executable;
33 public static void handleFramePop(Executable m, boolean exception, long location) {
207 "handleFramePop", Executable.class, Boolean.TYPE, Long.TYPE),
  /art/test/1924-frame-pop-toggle/src/art/
Locals.java 19 import java.lang.reflect.Executable;
75 public static native VariableDescription[] GetLocalVariableTable(Executable e);
78 Executable e, String name, String sig, int line) throws Exception {
83 Executable e, String name, String sig, long loc) {
Test1924.java 23 import java.lang.reflect.Executable;
33 public static void handleFramePop(Executable m, boolean exception, long location) {
207 "handleFramePop", Executable.class, Boolean.TYPE, Long.TYPE),
  /art/test/1925-self-frame-pop/src/art/
Locals.java 19 import java.lang.reflect.Executable;
75 public static native VariableDescription[] GetLocalVariableTable(Executable e);
78 Executable e, String name, String sig, int line) throws Exception {
83 Executable e, String name, String sig, long loc) {
Test1925.java 23 import java.lang.reflect.Executable;
33 public static void handleFramePop(Executable m, boolean exception, long location) {
163 "handleFramePop", Executable.class, Boolean.TYPE, Long.TYPE),
  /art/test/1926-missed-frame-pop/src/art/
Locals.java 19 import java.lang.reflect.Executable;
75 public static native VariableDescription[] GetLocalVariableTable(Executable e);
78 Executable e, String name, String sig, int line) throws Exception {
83 Executable e, String name, String sig, long loc) {
  /art/test/1935-get-set-current-frame-jit/src/art/
Locals.java 19 import java.lang.reflect.Executable;
75 public static native VariableDescription[] GetLocalVariableTable(Executable e);
78 Executable e, String name, String sig, int line) throws Exception {
83 Executable e, String name, String sig, long loc) {
  /art/test/1939-proxy-frames/src/art/
Locals.java 19 import java.lang.reflect.Executable;
75 public static native VariableDescription[] GetLocalVariableTable(Executable e);
78 Executable e, String name, String sig, int line) throws Exception {
83 Executable e, String name, String sig, long loc) {
  /external/tensorflow/tensorflow/compiler/xla/service/
llvm_compiler.h 61 // StatusOr<std::unique_ptr<Executable>> RunBackend(
72 StatusOr<std::vector<std::unique_ptr<Executable>>> Compile(
service.h 32 #include "tensorflow/compiler/xla/service/executable.h"
282 // Builds an Executable for the given parameters.
286 // given here need not match the allocator used when running the executable.
287 StatusOr<std::unique_ptr<Executable>> BuildExecutable(
295 StatusOr<std::vector<std::unique_ptr<Executable>>> BuildExecutables(
303 // executable first. If the executable is not in the cache, it is built and
305 StatusOr<std::shared_ptr<Executable>> BuildAndCacheExecutable(
311 // Runs the given executable with the given arguments and register the result
316 Executable* executable
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
codegen_test_base.cc 20 StatusOr<std::unique_ptr<Executable>> CodegenTestBase::CompileToExecutable(
  /libcore/ojluni/src/main/java/java/lang/reflect/
Parameter.java 50 private final Executable executable; field in class:Parameter
58 * absent, however, then {@code Executable} uses this constructor
63 * @param executable The executable which defines this parameter.
68 Executable executable,
72 this.executable = executable;
77 * Compares based on the executable and the index
    [all...]
  /art/runtime/mirror/
method.h 20 #include "executable.h"
29 class MANAGED Method : public Executable {
61 class MANAGED Constructor: public Executable {
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
cpu_executable.h 28 #include "tensorflow/compiler/xla/service/executable.h"
44 // CPU-targeting implementation of the XLA Executable interface.
48 class CpuExecutable : public Executable {
74 const Status EqualOrFail(const Executable& executable) {
75 // TODO(b/62952745) Implement equality test on CPU executable.
76 return Unimplemented("Equality test on CPU executable is not implemented.");
parallel_cpu_executable.h 28 #include "tensorflow/compiler/xla/service/executable.h"
44 // CPU-targeting parallel implementation of the XLA Executable interface.
48 class ParallelCpuExecutable : public Executable {
86 const Status EqualOrFail(const Executable& executable) {
87 // TODO(b/62952745) Implement equality test on CPU parallel executable.
89 "Equality test on CPU parallel executable is not implemented.");
  /prebuilts/go/darwin-x86/src/os/
executable_test.go 20 testenv.MustHaveExec(t) // will also exclude nacl, which doesn't support Executable anyway
21 ep, err := os.Executable()
23 t.Fatalf("Executable failed: %v", err)
37 // get real path of the executable without influenced by argv[0].
81 if ep, err := os.Executable(); err != nil {
  /prebuilts/go/linux-x86/src/os/
executable_test.go 20 testenv.MustHaveExec(t) // will also exclude nacl, which doesn't support Executable anyway
21 ep, err := os.Executable()
23 t.Fatalf("Executable failed: %v", err)
37 // get real path of the executable without influenced by argv[0].
81 if ep, err := os.Executable(); err != nil {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/
fdpic-stack-default.d 7 Elf file type is EXEC \(Executable file\)
  /cts/tests/signature/src/android/signature/cts/
DexMemberChecker.java 20 import java.lang.reflect.Executable;
163 Executable imethod = getMethod_JNI(klass, dexMethod.getName(), dexMethod.getDexSignature());
164 Executable smethod = dexMethod.isConstructor() ? null :
172 private static native Executable getMethod_JNI(Class<?> klass, String name, String signature);
173 private static native Executable getStaticMethod_JNI(Class<?> klass, String name,

Completed in 2342 milliseconds

1 2 34 5 6 7 8 91011