Searched defs:architecture (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dsysteminfo_unittest.cc58 talk_base::SystemInfo::Architecture architecture = info.GetCpuArchitecture(); local
61 EXPECT_EQ(talk_base::SystemInfo::SI_ARCH_X64, architecture);
64 EXPECT_EQ(talk_base::SystemInfo::SI_ARCH_ARM, architecture);
66 EXPECT_EQ(talk_base::SystemInfo::SI_ARCH_X86, architecture);
/external/chromium_org/third_party/WebKit/Source/core/platform/win/
H A DSystemInfo.cpp130 static WORD architecture = PROCESSOR_ARCHITECTURE_INTEL; local
136 return architecture;
143 architecture = systemInfo.wProcessorArchitecture;
147 return architecture;
/external/webrtc/test/testsupport/
H A Dfileutils.cc28 #include "typedefs.h" // For architecture defines
128 std::string architecture = "64"; local
130 std::string architecture = "32"; local
136 architecture + "." + extension;
140 // Try without architecture.
146 resource_file = resources_path + name + "_" + architecture + "." + extension;
150 // Fall back on name without architecture or platform.
/external/chromium/base/win/
H A Dwindows_version.h45 // The processor architecture this copy of Windows natively uses. For
74 WindowsArchitecture architecture() const { return architecture_; } function in class:base::win::OSInfo
/external/chromium_org/base/win/
H A Dwindows_version.h48 // The processor architecture this copy of Windows natively uses. For
77 WindowsArchitecture architecture() const { return architecture_; } function in class:base::win::OSInfo
/external/webp/src/dsp/
H A Dcpu-features.c254 char* architecture = NULL; local
256 /* Extract architecture from the "CPU Architecture" field.
264 char* cpuArch = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "CPU architecture");
285 * report an incorrect architecture number of 7!
300 D("CPU processor and architecture mismatch!!\n");
/external/webrtc/src/system_wrappers/source/android/
H A Dcpu-features.c254 char* architecture = NULL; local
256 /* Extract architecture from the "CPU Architecture" field.
264 char* cpuArch = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "CPU architecture");
285 * report an incorrect architecture number of 7!
300 D("CPU processor and architecture mismatch!!\n");
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dwebkitdirs.pm78 my $architecture;
292 return if defined $architecture;
293 # make sure $architecture is defined in all cases
294 $architecture = "";
304 $architecture = $1;
308 $architecture = <ARCHITECTURE>;
311 if ($architecture) {
312 chomp $architecture;
317 $architecture = 'x86_64' if $supports64Bit;
319 $architecture
654 sub architecture() subroutine
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dbase.py804 def architecture(self): member in class:Port

Completed in 505 milliseconds