Searched refs:settings (Results 1 – 9 of 9) sorted by relevance
49 def FillXcodeVersion(settings: dict):52 settings['xcode_version'] = FormatVersion(lines[0].split()[-1])53 settings['xcode_version_int'] = int(settings['xcode_version'], 10)54 settings['xcode_build'] = lines[-1].split()[-1]57 def FillMachineOSBuild(settings: dict):59 settings['machine_os_build'] = subprocess.check_output(63 def FillSDKPathAndVersion(settings: dict, platform: str, xcode_version: str or bytes):65 settings['sdk_path'] = subprocess.check_output([67 settings['sdk_version'] = subprocess.check_output([69 settings['sdk_platform_path'] = subprocess.check_output([[all …]
477 …ERROR at //applications/standard/settings/napi/settings/native_module.cpp:20:11: Include not allow…481 //applications/standard/settings/napi/settings:settings
16 # This file describes the settings to be used by the documentation system
36 # Common default settings
176 # other things, this changes the default symbol level and other settings in
1149 # Shared settings for both "optimize" and "optimize_max" configs.1295 # This config can be used to override the default settings for per-component
716 # corresponding target. Target definitions can add or remove to the settings
18 # This file describes the settings to be used by the documentation system1681 # Note that which sources are shown also depends on other settings such as