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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
google_chrome.py 67 def architecture(self): member in class:GetGoogleChromePort.GoogleChromeLinux32Port
86 def architecture(self): member in class:GetGoogleChromePort.GoogleChromeLinux64Port
base.py 525 def architecture(self): member in class:Port
    [all...]
  /external/webkit/Source/WebCore/platform/win/
SystemInfo.cpp 142 static WORD architecture = PROCESSOR_ARCHITECTURE_INTEL; local
148 return architecture;
155 architecture = systemInfo.wProcessorArchitecture;
159 return architecture;
  /external/webkit/Source/WebKit2/UIProcess/Launcher/
ProcessLauncher.h 58 cpu_type_t architecture; member in struct:WebKit::ProcessLauncher::LaunchOptions
  /external/chromium/base/win/
windows_version.h 45 // The processor architecture this copy of Windows natively uses. For
74 WindowsArchitecture architecture() const { return architecture_; } function in class:base::win::OSInfo
  /external/webrtc/src/system_wrappers/source/
cpu_features_arm.c 232 char* architecture = NULL; local
234 /* Extract architecture from the "CPU Architecture" field.
243 "CPU architecture");
264 * report an incorrect architecture number of 7!
277 D("CPU processor and architecture mismatch!!\n");
  /external/webrtc/test/testsupport/
fileutils.cc 28 #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.
  /ndk/sources/android/cpufeatures/
cpu-features.c 35 * NDK r5: Handle buggy kernels which report a CPU Architecture number of 7
39 * (VFPv3 is mandated by the ARM architecture is Neon is implemented)
409 char* architecture = NULL; local
411 /* Extract architecture from the "CPU Architecture" field.
419 char* cpuArch = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "CPU architecture");
440 * report an incorrect architecture number of 7!
455 D("CPU processor and architecture mismatch!!\n");
  /external/webkit/Tools/Scripts/
webkitdirs.pm 53 my $architecture;
217 return if defined $architecture;
218 # make sure $architecture is defined for non-apple-mac builds
219 $architecture = "";
223 if (open ARCHITECTURE, "$baseProductDir/Architecture") {
224 $architecture = <ARCHITECTURE>;
225 close ARCHITECTURE;
227 if ($architecture) {
520 sub architecture() subroutine
    [all...]

Completed in 227 milliseconds