HomeSort by relevance Sort by last modified time
    Searched defs:architecture (Results 1 - 7 of 7) 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
  /ndk/sources/android/cpufeatures/
cpu-features.c 31 * NDK r5: Handle buggy kernels which report a CPU Architecture number of 7
35 * (VFPv3 is mandated by the ARM architecture is Neon is implemented)
266 char* architecture = NULL; local
268 /* Extract architecture from the "CPU Architecture" field.
276 char* cpuArch = extract_cpuinfo_field(cpuinfo, cpuinfo_len, "CPU architecture");
297 * report an incorrect architecture number of 7!
312 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 948 milliseconds