HomeSort by relevance Sort by last modified time
    Searched refs:system_info (Results 1 - 25 of 29) 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/base/win/
windows_version.cc 41 SYSTEM_INFO system_info = { 0 }; local
42 GetNativeSystemInfo(&system_info);
43 switch (system_info.wProcessorArchitecture) {
48 processors_ = system_info.dwNumberOfProcessors;
49 allocation_granularity_ = system_info.dwAllocationGranularity;
  /external/chromium_org/tools/telemetry/telemetry/core/
system_info_unittest.py 8 from telemetry.core import system_info namespace
21 info = system_info.SystemInfo.FromDict(data)
22 self.assertTrue(isinstance(info, system_info.SystemInfo))
43 info = system_info.SystemInfo.FromDict(data)
61 system_info.SystemInfo.FromDict(data_copy)
browser_unittest.py 11 from telemetry.core import system_info namespace
141 self.assertTrue(isinstance(info, system_info.SystemInfo))
  /external/chromium_org/components/nacl/loader/
nacl_helper_linux.cc 50 const NaClLoaderSystemInfo& system_info) {
66 listener.set_prereserved_sandbox_size(system_info.prereserved_sandbox_size);
67 listener.set_number_of_cores(system_info.number_of_cores);
74 const NaClLoaderSystemInfo& system_info) {
106 BecomeNaClLoader(child_fds, system_info);
117 const NaClLoaderSystemInfo& system_info,
132 ChildNaClLoaderInit(child_fds, system_info);
196 const NaClLoaderSystemInfo& system_info,
203 have_to_reply = HandleForkRequest(attached_fds, system_info,
228 const NaClLoaderSystemInfo& system_info) {
363 const NaClLoaderSystemInfo system_info = { local
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
system_info_backend.py 6 from telemetry.core import system_info namespace
23 self._system_info = system_info.SystemInfo.FromDict(
  /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/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/tools/perf/measurements/
rasterize_and_record.py 55 system_info = browser.GetSystemInfo()
56 if (system_info.gpu.feature_status
57 and system_info.gpu.feature_status.get(
  /external/chromium_org/chrome/test/nacl/
nacl_browsertest.cc 86 SYSTEM_INFO system_info;
87 GetSystemInfo(&system_info);
90 system_info.dwNumberOfProcessors);
94 L"%u", 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/
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
page_runner.py 62 system_info = self.browser.GetSystemInfo()
63 if system_info.model_name:
64 logging.info('Model: %s' % system_info.model_name)
65 if system_info.gpu:
66 for i, device in enumerate(system_info.gpu.devices):
68 if system_info.gpu.aux_attributes:
70 for k, v in sorted(system_info.gpu.aux_attributes.iteritems()):
72 if system_info.gpu.feature_status:
74 for k, v in sorted(system_info.gpu.feature_status.iteritems()):
  /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/base/process/
process_metrics_win.cc 304 SYSTEM_INFO system_info; local
305 GetSystemInfo(&system_info);
312 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/base/
process_util_win.cc 897 SYSTEM_INFO system_info; local
898 GetSystemInfo(&system_info);
905 return (info.CommitTotal * system_info.dwPageSize) / 1024;
  /external/chromium_org/third_party/openssl/openssl/crypto/rand/
rand_unix.c 409 system_info sysInfo;
  /external/openssl/crypto/rand/
rand_unix.c 409 system_info sysInfo;
  /external/v8/tools/
grokdump.py 382 system_info = MINIDUMP_RAW_SYSTEM_INFO.Read(
384 self.arch = system_info.processor_architecture
    [all...]
  /bionic/libc/upstream-dlmalloc/
malloc.c 448 system_info.dwAllocationGranularity in WIN32,
3124 SYSTEM_INFO system_info; local
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 407 system_info.dwAllocationGranularity in WIN32,
2971 SYSTEM_INFO system_info; local
    [all...]
  /external/libffi/src/
dlmalloc.c 378 system_info.dwAllocationGranularity in WIN32,
2501 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 2288 milliseconds

1 2