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

1 2 3 4 5 6 78 91011

  /external/eigen/lapack/
ilazlc.f 102 * .. Executable Statements ..
ilazlr.f 102 * .. Executable Statements ..
slarfg.f 142 * .. Executable Statements ..
  /external/tensorflow/tensorflow/compiler/xla/client/
local_client.cc 43 LocalExecutable::LocalExecutable(std::unique_ptr<Executable> executable,
46 : executable_(std::move(executable)),
50 << "Must have a valid device ordinal that the executable was built for.";
103 // Verify that the device the executable was built for is equivalent to the
117 "executable is built for device %s of type \"%s\"; cannot run it on "
260 std::unique_ptr<Executable> executable,
263 return WrapUnique(new LocalExecutable(std::move(executable),
  /prebuilts/go/darwin-x86/src/cmd/internal/objabi/
symkind.go 43 // Executable instructions
  /prebuilts/go/darwin-x86/src/internal/poll/
fd_windows_test.go 65 exe, err := os.Executable()
  /prebuilts/go/linux-x86/src/cmd/internal/objabi/
symkind.go 43 // Executable instructions
  /prebuilts/go/linux-x86/src/internal/poll/
fd_windows_test.go 65 exe, err := os.Executable()
  /external/eigen/blas/testing/
dblat1.f 62 * .. Executable Statements ..
120 * .. Executable Statements ..
204 * .. Executable Statements ..
300 * .. Executable Statements ..
593 * .. Executable Statements ..
    [all...]
sblat1.f 62 * .. Executable Statements ..
120 * .. Executable Statements ..
204 * .. Executable Statements ..
300 * .. Executable Statements ..
597 * .. Executable Statements ..
    [all...]
cblat1.f 62 * .. Executable Statements ..
112 * .. Executable Statements ..
241 * .. Executable Statements ..
516 * .. Executable Statements ..
594 * .. Executable Statements ..
636 * .. Executable Statements ..
650 * .. Executable Statements ..
672 * .. Executable Statements ..
704 * .. Executable Statements ..
zblat1.f 62 * .. Executable Statements ..
112 * .. Executable Statements ..
241 * .. Executable Statements ..
516 * .. Executable Statements ..
594 * .. Executable Statements ..
636 * .. Executable Statements ..
650 * .. Executable Statements ..
672 * .. Executable Statements ..
704 * .. Executable Statements ..
cblat2.f 169 * .. Executable Statements ..
495 * .. Executable Statements ..
839 * .. Executable Statements ..
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
InstallPkg.py 669 Executable = Item.GetExecutable()
671 Md5Sum = InstallFile(ContentZipFile, FromFile, ToFile, ReadOnly, Executable)
784 def InstallFile(ContentZipFile, FromFile, ToFile, ReadOnly, Executable=False):
792 if not Executable:
796 elif Executable:
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Object/POM/
CommonObject.py 309 self.Executable = ''
313 def SetExecutable(self, Executable):
314 self.Executable = Executable
317 return self.Executable
  /compatibility/cdd/9_security-model/
9_4_alternate-execution-environments.md 5 applications using some other software or technology than the Dalvik Executable
  /external/cblas/testing/
c_cblat1.f 20 * .. Executable Statements ..
70 * .. Executable Statements ..
199 * .. Executable Statements ..
473 * .. Executable Statements ..
552 * .. Executable Statements ..
594 * .. Executable Statements ..
608 * .. Executable Statements ..
630 * .. Executable Statements ..
662 * .. Executable Statements ..
c_zblat1.f 20 * .. Executable Statements ..
70 * .. Executable Statements ..
199 * .. Executable Statements ..
473 * .. Executable Statements ..
552 * .. Executable Statements ..
594 * .. Executable Statements ..
608 * .. Executable Statements ..
630 * .. Executable Statements ..
662 * .. Executable Statements ..
  /libcore/ojluni/src/main/java/java/lang/reflect/
Executable.java 44 public abstract class Executable extends AccessibleObject
54 Executable() {}
57 * Does the Executable have generic information.
187 * that declares the executable represented by this object.
192 * Returns the name of the executable represented by this object.
198 * the executable represented by this object.
220 * parameter types, in declaration order, of the executable
222 * 0 if the underlying executable takes no parameters.
224 * @return the parameter types for the executable this object
231 * declared or implicitly declared or neither) for the executable
    [all...]
  /art/test/1912-get-set-local-primitive/src/art/
Test1912.java 20 import java.lang.reflect.Executable;
  /art/test/1913-get-set-local-objects/src/art/
Test1913.java 20 import java.lang.reflect.Executable;
  /art/test/1914-get-local-instance/src/art/
Test1914.java 20 import java.lang.reflect.Executable;
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/CommonDataClass/
CommonClass.py 442 self.Executable = ''
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_runner.cc 27 #include "tensorflow/compiler/xla/service/executable.h"
124 std::unique_ptr<Executable> executable,
161 executable->ExecuteOnStream(&service_run_options, argument_buffer_ptrs,
  /art/runtime/
class_linker_test.cc 41 #include "mirror/executable.h"
711 struct ExecutableOffsets : public CheckOffsets<mirror::Executable> {
712 ExecutableOffsets() : CheckOffsets<mirror::Executable>(
713 false, "Ljava/lang/reflect/Executable;") {
714 addOffset(OFFSETOF_MEMBER(mirror::Executable, access_flags_), "accessFlags");
715 addOffset(OFFSETOF_MEMBER(mirror::Executable, art_method_), "artMethod");
716 addOffset(OFFSETOF_MEMBER(mirror::Executable, declaring_class_), "declaringClass");
717 addOffset(OFFSETOF_MEMBER(mirror::Executable, declaring_class_of_overridden_method_),
719 addOffset(OFFSETOF_MEMBER(mirror::Executable, dex_method_index_), "dexMethodIndex");
720 addOffset(OFFSETOF_MEMBER(mirror::Executable, has_real_parameter_data_)
    [all...]

Completed in 975 milliseconds

1 2 3 4 5 6 78 91011