Home
last modified time | relevance | path

Searched defs:architecture (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/ruby/tools/
Dplatform_check.rb31 def PLATFORM.architecture singletonMethod
/third_party/libinput/doc/user/
Darchitecture.rst1 .. _architecture: target
/third_party/grpc/doc/core/
Depoll-polling-engine.md32 ### _Thundering Herds_
/third_party/boost/tools/build/src/tools/
Dgcc.py731 def cpu_flags(toolset, variable, architecture, instruction_set, values, default=None): argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_screen.h80 D3D12_FEATURE_DATA_ARCHITECTURE architecture; member
/third_party/python/Lib/
Dplatform.py640 def architecture(executable=sys.executable, bits='', linkage=''): function