HomeSort by relevance Sort by last modified time
    Searched refs:Architecture (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /system/libhidl/transport/base/1.0/
types.hal 27 enum Architecture : int32_t {
35 Architecture arch;
  /art/tools/dexfuzz/src/dexfuzz/executors/
Architecture.java 20 * Every Executor must specify an Architecture.
22 public enum Architecture {
32 private Architecture(String archString) {
Mips64InterpreterExecutor.java 24 super("MIPS64 Interpreter", 30, listener, Architecture.MIPS64, device,
Mips64OptimizingBackendExecutor.java 24 super("MIPS64 Optimizing Backend", 5, listener, Architecture.MIPS64, device,
MipsInterpreterExecutor.java 24 super("MIPS Interpreter", 30, listener, Architecture.MIPS, device,
MipsOptimizingBackendExecutor.java 24 super("MIPS Optimizing Backend", 5, listener, Architecture.MIPS, device,
X86_64InterpreterExecutor.java 24 super("x86_64 Interpreter", 30, listener, Architecture.X86_64, device,
X86_64OptimizingBackendExecutor.java 24 super("x86_64 Optimizing Backend", 5, listener, Architecture.X86_64, device,
Arm64InterpreterExecutor.java 24 super("ARM64 Interpreter", 30, listener, Architecture.ARM64, device,
Arm64OptimizingBackendExecutor.java 24 super("ARM64 Optimizing Backend", 5, listener, Architecture.ARM64, device,
ArmInterpreterExecutor.java 24 super("ARM Interpreter", 30, listener, Architecture.ARM, device,
ArmOptimizingBackendExecutor.java 24 super("ARM Optimizing Backend", 5, listener, Architecture.ARM, device,
X86InterpreterExecutor.java 25 super("x86 Interpreter", 30, listener, Architecture.X86, device,
X86OptimizingBackendExecutor.java 25 super("x86 Optimizing Backend", 5, listener, Architecture.X86, device,
Executor.java 39 protected Architecture architecture; field in class:Executor
44 protected Executor(String name, int timeout, BaseListener listener, Architecture architecture,
56 this.architecture = architecture;
104 commandBuilder.append("--instruction-set=").append(architecture.asString());
166 device.cleanCodeCache(architecture, testLocation, programName);
211 * Fuzzer.checkForArchitectureSplit() will use this determine the architecture of the Executor.
213 public Architecture getArchitecture()
    [all...]
  /external/webrtc/webrtc/base/
systeminfo.h 22 enum Architecture {
36 Architecture GetCpuArchitecture();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arch5tej.d 2 #name: ARM Architecture v5TEJ instructions
5 # Test the ARM Architecture v5TEJ instructions
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sparc/
ticc-imm-reg.s 1 ! Make ticc aliases operate as per V8 SPARC Architecture Manual
  /external/valgrind/none/tests/s390x/
stfle.stdout.exp 3 The z/Architecture architectural mode is installed and active
8 The z/Architecture architectural mode is installed and active
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
esa-z9-109.s 7 # z9-109 z/Architecture mode extended sske with an additional parameter
  /system/libhidl/transport/manager/1.0/
IServiceManager.hal 20 import android.hidl.base@1.0::DebugInfo.Architecture;
146 Architecture arch;
  /frameworks/native/cmds/lshal/
TableEntry.h 44 using Architecture = unsigned int;
54 Architecture arch;
  /external/eigen/Eigen/src/Geometry/arch/
Geometry_SSE.h 19 struct quat_product<Architecture::SSE, Derived, OtherDerived, float, Aligned16>
40 struct quat_conj<Architecture::SSE, Derived, float, Alignment>
53 struct cross3_impl<Architecture::SSE,VectorLhs,VectorRhs,float,true>
72 struct quat_product<Architecture::SSE, Derived, OtherDerived, double, Alignment>
124 struct quat_conj<Architecture::SSE, Derived, double, Alignment>
  /prebuilts/go/darwin-x86/src/math/
arith_s390x.go 25 // hasVectorFacility reports whether the machine has the z/Architecture
  /prebuilts/go/linux-x86/src/math/
arith_s390x.go 25 // hasVectorFacility reports whether the machine has the z/Architecture

Completed in 202 milliseconds

1 2 3 4 5