Home
last modified time | relevance | path

Searched defs:current_cpu (Results 1 – 4 of 4) sorted by relevance

/external/v8/tools/unittests/testdata/testroot1/
Dv8_build_config.json2 "current_cpu": "x64", string
/external/v8/tools/unittests/testdata/testroot2/
Dv8_build_config.json2 "current_cpu": "x64", string
/external/autotest/client/tests/tsc/src/
Dchecktsc.c242 int current_cpu = -1; in slave_thread() local
/external/python/setuptools/setuptools/
Dmsvc.py250 current_cpu = safe_env.get('processor_architecture', '').lower() variable in PlatformInfo