HomeSort by relevance Sort by last modified time
    Searched defs:architecture (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/webrtc/webrtc/base/
systeminfo_unittest.cc 41 rtc::SystemInfo::Architecture architecture = info.GetCpuArchitecture(); local
44 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_X64, architecture);
47 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_ARM, architecture);
49 EXPECT_EQ(rtc::SystemInfo::SI_ARCH_X86, architecture);
  /external/v8/src/base/
cpu.cc 174 // Result is 0 on r6 architectures, 1 on other architecture revisions.
458 // Extract architecture from the "CPU Architecture" field.
464 char* architecture = cpu_info.ExtractField("CPU architecture"); local
465 if (architecture != NULL) {
467 architecture_ = strtol(architecture, &end, 10);
468 if (end == architecture) {
471 delete[] architecture;
474 // report an incorrect architecture number of 7
    [all...]
cpu.h 5 // This module contains the architecture-specific code. This make the rest of
7 // architecture.
9 // implementation for a particular architecture is put in cpu_<arch>.cc.
10 // The build system then uses the implementation for the target architecture.
26 // This class also has static methods for the architecture specific functions.
28 // architectures. For each architecture the file cpu_<arch>.cc contains the
49 int architecture() const { return architecture_; } function in class:v8::base::final
  /art/tools/dexfuzz/src/dexfuzz/executors/
Executor.java 39 protected Architecture architecture; field in class:Executor
43 protected Executor(String name, int timeout, BaseListener listener, Architecture architecture,
55 this.architecture = architecture;
102 commandBuilder.append("--instruction-set=").append(architecture.asString());
164 device.cleanCodeCache(architecture, testLocation, programName);
175 * Fuzzer.checkForArchitectureSplit() will use this determine the architecture of the Executor.
177 public Architecture getArchitecture()
    [all...]
  /cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
CtsXmlGenerator.java 41 + " [-b UNSUPPORTED_ABI_FILE] [-a ARCHITECTURE] [-o OUTPUT_FILE]"
52 String architecture = null; local
80 architecture = getArg(args, ++i, "Missing value for architecture");
130 XmlGenerator generator = new XmlGenerator(failuresStore, abiStore, architecture,
  /external/libchrome/base/
cpu.cc 113 unsigned implementer = 0, architecture = 0, variant = 0, part = 0, local
120 {"CPU architecture", &architecture},
175 architecture == 7 &&
  /external/opencv3/platforms/scripts/
ABI_compat_generator.py 8 architecture = 'armeabi' variable
137 libraries.append(os.path.join(managerDir, 'sdk/native/libs', architecture, lib))
  /external/google-breakpad/src/common/
module.h 180 // architecture, and ID string.
181 Module(const string &name, const string &os, const string &architecture,
282 string architecture() const { return architecture_; } function in class:google_breakpad::Module
  /external/webp/src/dsp/
cpu-features.c 256 char* architecture = NULL; local
258 /* Extract architecture from the "CPU Architecture" field.
266 char* cpuArch = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "CPU architecture");
287 * report an incorrect architecture number of 7!
302 D("CPU processor and architecture mismatch!!\n");
  /external/webrtc/webrtc/system_wrappers/source/android/
cpu-features.c 256 char* architecture = NULL; local
258 /* Extract architecture from the "CPU Architecture" field.
266 char* cpuArch = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "CPU architecture");
287 * report an incorrect architecture number of 7!
302 D("CPU processor and architecture mismatch!!\n");
  /cts/tests/tests/icu/tools/android/icu/cts/tools/
GenerateTestCaseXML.java 64 "... <test-list-path> <architecture> <output-file-path");
68 String architecture = args[1]; local
72 String abis = Joiner.on(" ").join(AbiUtils.getAbisForArch(architecture));
  /cts/tools/utils/
CollectAllTests.java 69 + "<java-package> <architecture> [expectation-dir [makefile-file]]");
102 String architecture = args[4]; local
103 if (architecture == null || architecture.equals("")) {
104 System.err.println("Invalid architecture");
247 addToTests(expectations, architecture, testCases, klass);
258 addToTests(expectations, architecture, testCases, klass);
396 String architecture,
427 addToTests(expectations, architecture, testCases, testClass, testName);
432 String architecture,
    [all...]
DescriptionGenerator.java 111 String architecture = null; local
118 architecture = option[1];
122 if (architecture == null || architecture.equals("")) {
123 Log.e("Missing architecture!", null);
145 xmlGenerator.addTestClass(new TestClass(clazz, ctsExpectationStore, architecture));
532 TestClass(ClassDoc clazz, ExpectationStore expectationStore, String architecture) {
534 mCases = getTestMethods(expectationStore, architecture, clazz);
544 String architecture, ClassDoc clazz) {
580 VogarUtils.extractSupportedAbis(architecture, expectation)
    [all...]
  /external/opencv3/3rdparty/libwebp/cpu-features/
cpu-features.c 46 * NDK r5: Handle buggy kernels which report a CPU Architecture number of 7
50 * (VFPv3 is mandated by the ARM architecture is Neon is implemented)
582 char* architecture = NULL; local
584 /* Extract architecture from the "CPU Architecture" field.
592 char* cpuArch = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "CPU architecture");
613 * report an incorrect architecture number of 7!
628 D("CPU processor and architecture mismatch!!\n");
789 * Technical note: Making sense of ARM's FPU architecture versions.
791 * FPA was ARM's first attempt at an FPU architecture. There is no Androi
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
platform.py 47 # 0.7.2 - fixed architecture() to use sizeof(pointer) where available
77 # 0.3.2 - added architecture() API and support for it in platform()
1077 def architecture(executable=sys.executable,bits='',linkage=''): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
platform.py 47 # 0.7.2 - fixed architecture() to use sizeof(pointer) where available
77 # 0.3.2 - added architecture() API and support for it in platform()
1077 def architecture(executable=sys.executable,bits='',linkage=''): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
platform.py 47 # 0.7.2 - fixed architecture() to use sizeof(pointer) where available
77 # 0.3.2 - added architecture() API and support for it in platform()
1077 def architecture(executable=sys.executable,bits='',linkage=''): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
platform.py 47 # 0.7.2 - fixed architecture() to use sizeof(pointer) where available
77 # 0.3.2 - added architecture() API and support for it in platform()
1077 def architecture(executable=sys.executable,bits='',linkage=''): function
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
pef.h 30 unsigned long architecture; member in struct:bfd_pef_header
  /toolchain/binutils/binutils-2.25/include/opcode/
sparc.h 54 /* The highest architecture in the table. */
72 These are short's because sparc_opcode.architecture is. */
78 /* Given architecture name, look up it's sparc_opcode_arch_val value. */
104 short architecture; /* Bitmask of sparc_opcode_arch_val's. */ member in struct:sparc_opcode
  /external/google-breakpad/src/common/linux/
dump_symbols.cc 93 // Define AARCH64 ELF architecture if host machine does not include this define.
186 // address size of the architecture whose code they're describing, and
287 // machine architecture given in HEADER, indexed by the register
289 // success, or false if HEADER's machine architecture is not
326 // architecture.
329 fprintf(stderr, "%s: unrecognized ELF machine architecture '%d';"
773 // Return the breakpad symbol file identifier for the architecture of
832 fprintf(stderr, "%s: unrecognized ELF machine architecture: %d\n",
837 fprintf(stderr, "%s with ELF machine architecture %s does not match "
838 "%s with ELF architecture %s\n"
873 const char *architecture = ElfArchitecture<ElfClass>(elf_header); local
    [all...]
  /external/skia/platform_tools/android/third_party/cpufeatures/
cpu-features.c 48 * NDK r5: Handle buggy kernels which report a CPU Architecture number of 7
52 * (VFPv3 is mandated by the ARM architecture is Neon is implemented)
462 // supported by ARMv8 CPUs, as mandated by the ARM Architecture Reference
555 * architecture.
560 long architecture = 0; local
561 char* cpuArch = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "CPU architecture");
563 architecture = strtol(cpuArch, NULL, 10);
566 if (architecture >= 8L) {
569 // device's CPU supports, compared to its reference architecture
571 D("Faking 32-bit ARM HWCaps on ARMv%ld CPU\n", architecture);
    [all...]
  /ndk/sources/android/cpufeatures/
cpu-features.c 50 * NDK r5: Handle buggy kernels which report a CPU Architecture number of 7
54 * (VFPv3 is mandated by the ARM architecture is Neon is implemented)
481 // supported by ARMv8 CPUs, as mandated by the ARM Architecture Reference
580 * architecture.
585 long architecture = 0; local
586 char* cpuArch = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "CPU architecture");
588 architecture = strtol(cpuArch, NULL, 10);
591 if (architecture >= 8L) {
594 // device's CPU supports, compared to its reference architecture
596 D("Faking 32-bit ARM HWCaps on ARMv%ld CPU\n", architecture);
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-i960.c 389 /* Architecture for which we are assembling. */
390 #define ARCH_ANY 0 /* Default: no architecture checking done. */
397 int architecture = ARCH_ANY; /* Architecture requested on invocation line. */ variable
668 Return TRUE iff the target architecture supports the specified
674 switch (architecture)
752 as_bad (_("no such sfr in this architecture"));
    [all...]
tc-m68k.c 513 unsigned long arch; /* Architecture features. */
531 /* Architecture models. */
554 /* Architecture extensions, here 'alias' -1 for m68k, +1 for cf and 0
752 architecture and we have a lot of relaxation modes. */
6089 int architecture; member in struct:save_opts
    [all...]

Completed in 1105 milliseconds

1 2 3