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

1 2

  /ndk/sources/host-tools/sed-4.2.1/lib/
getpagesize.c 34 SYSTEM_INFO system_info; local
35 GetSystemInfo (&system_info);
36 return system_info.dwPageSize;
  /external/chromium_org/tools/telemetry/telemetry/core/
system_info_unittest.py 8 from telemetry.core import system_info namespace
22 info = system_info.SystemInfo.FromDict(data)
23 self.assertTrue(isinstance(info, system_info.SystemInfo))
44 info = system_info.SystemInfo.FromDict(data)
62 system_info.SystemInfo.FromDict(data_copy)
browser_unittest.py 10 from telemetry.core import system_info namespace
85 self.assertTrue(isinstance(info, system_info.SystemInfo))
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
system_info_backend.py 6 from telemetry.core import system_info namespace
29 return system_info.SystemInfo.FromDict(
  /external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc 70 const NaClLoaderSystemInfo& system_info,
115 listener.set_prereserved_sandbox_size(system_info.prereserved_sandbox_size);
116 listener.set_number_of_cores(system_info.number_of_cores);
124 const NaClLoaderSystemInfo& system_info,
145 browser_fd.Pass(), system_info, uses_nonsfi_mode, nacl_sandbox);
153 const NaClLoaderSystemInfo& system_info,
183 system_info,
237 const NaClLoaderSystemInfo& system_info,
246 system_info,
273 const NaClLoaderSystemInfo& system_info,
417 const NaClLoaderSystemInfo system_info = { local
    [all...]
  /external/chromium_org/base/win/
windows_version.cc 74 SYSTEM_INFO system_info = { 0 }; local
75 ::GetNativeSystemInfo(&system_info);
76 switch (system_info.wProcessorArchitecture) {
81 processors_ = system_info.dwNumberOfProcessors;
82 allocation_granularity_ = system_info.dwAllocationGranularity;
124 system_info.wProcessorArchitecture == PROCESSOR_ARCHITECTURE_AMD64) {
  /external/lldb/test/
dosep.ty 50 system_info = " ".join(platform.uname()) variable
58 print "FAIL: LLDB (suite) :: %s (%s)" % (f, system_info)
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
port.cc 57 SYSTEM_INFO system_info; local
58 GetSystemInfo(&system_info);
59 pagesize = std::max(system_info.dwPageSize,
60 system_info.dwAllocationGranularity);
262 SYSTEM_INFO system_info; local
263 GetSystemInfo(&system_info);
264 pagesize = system_info.dwPageSize;
  /external/chromium_org/v8/src/base/
sys-info.cc 49 SYSTEM_INFO system_info = {0};
50 ::GetNativeSystemInfo(&system_info);
51 return static_cast<int>(system_info.dwNumberOfProcessors);
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
port.cc 56 SYSTEM_INFO system_info; local
57 GetSystemInfo(&system_info);
58 pagesize = std::max(system_info.dwPageSize,
59 system_info.dwAllocationGranularity);
  /external/chromium_org/tools/telemetry/telemetry/page/
page_runner.py 63 system_info = self.browser.GetSystemInfo()
64 if system_info.model_name:
65 logging.info('Model: %s', system_info.model_name)
66 if system_info.gpu:
67 for i, device in enumerate(system_info.gpu.devices):
69 if system_info.gpu.aux_attributes:
71 for k, v in sorted(system_info.gpu.aux_attributes.iteritems()):
73 if system_info.gpu.feature_status:
75 for k, v in sorted(system_info.gpu.feature_status.iteritems()):
77 if system_info.gpu.driver_bug_workarounds
    [all...]
test_expectations_unittest.py 6 from telemetry.core import system_info namespace
32 self.system_info = system_info.SystemInfo.FromDict({
44 return False if not self.system_info else True
47 return self.system_info
  /external/chromium_org/chrome/test/nacl/
nacl_browsertest.cc 158 SYSTEM_INFO system_info; local
159 GetSystemInfo(&system_info);
162 system_info.dwNumberOfProcessors);
166 L"%u", system_info.dwNumberOfProcessors);
  /external/chromium_org/extensions/browser/api/system_cpu/
cpu_info_provider_win.cc 21 PVOID system_info,
  /external/chromium_org/chrome/app/
image_pre_reader_win.cc 168 SYSTEM_INFO system_info = {}; local
169 GetSystemInfo(&system_info);
170 if (system_info.dwPageSize == 0)
171 system_info.dwPageSize = 4096;
184 touch_ptr += system_info.dwPageSize;
  /external/chromium_org/content/test/gpu/gpu_tests/
cloud_storage_test_base.py 107 system_info = browser.GetSystemInfo()
108 if not system_info.gpu:
110 device = system_info.gpu.devices[0]
120 'disable_multisampling' in system_info.gpu.driver_bug_workarounds)
  /external/chromium_org/base/process/
process_metrics_win.cc 276 SYSTEM_INFO system_info; local
277 GetSystemInfo(&system_info);
284 return (info.CommitTotal * system_info.dwPageSize) / 1024;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_cpu_detect.c 229 SYSTEM_INFO system_info; local
230 GetSystemInfo(&system_info);
231 util_cpu_caps.nr_cpus = system_info.dwNumberOfProcessors;
  /external/mesa3d/src/gallium/auxiliary/util/
u_cpu_detect.c 229 SYSTEM_INFO system_info; local
230 GetSystemInfo(&system_info);
231 util_cpu_caps.nr_cpus = system_info.dwNumberOfProcessors;
  /external/chromium_org/athena/home/
athena_start_page_view.cc 252 ui::ScopedLayerAnimationSettings system_info(
262 system_info.SetTweenType(tween_type);
  /external/openssl/crypto/rand/
rand_unix.c 409 system_info sysInfo;
  /external/lldb/source/Host/common/
Host.cpp     [all...]
  /external/qemu/
translate-all.c 296 SYSTEM_INFO system_info; local
298 GetSystemInfo(&system_info);
299 qemu_real_host_page_size = system_info.dwPageSize;
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 448 system_info.dwAllocationGranularity in WIN32,
3124 SYSTEM_INFO system_info; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c 414 system_info.dwAllocationGranularity in WIN32,
2511 SYSTEM_INFO system_info; local
    [all...]

Completed in 2214 milliseconds

1 2