Home
last modified time | relevance | path

Searched refs:_option (Results 1 – 7 of 7) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_layer_config.cpp47 const char *getOption(const std::string &_option);
48 void setOption(const std::string &_option, const std::string &_val);
80 …AYER_EXPORT const char *getLayerOption(const char *_option) { return g_configFileObj.getOption(_op… in getLayerOption() argument
81 VK_LAYER_EXPORT const char *GetLayerEnvVar(const char *_option) { in GetLayerEnvVar() argument
82 g_configFileObj.vk_layer_disables_env_var = getEnvironment(_option); in GetLayerEnvVar()
88 VK_LAYER_EXPORT FILE *getLayerLogOutput(const char *_option, const char *layerName) { in getLayerLogOutput() argument
90 if (!_option || !strcmp("stdout", _option)) in getLayerLogOutput()
93 log_output = fopen(_option, "w"); in getLayerLogOutput()
95 if (_option) in getLayerLogOutput()
97 …<< layerName << " ERROR: Bad output filename specified: " << _option << ". Writing to STDOUT inste… in getLayerLogOutput()
[all …]
Dvk_layer_config.h60 VK_LAYER_EXPORT const char *getLayerOption(const char *_option);
61 VK_LAYER_EXPORT const char *GetLayerEnvVar(const char *_option);
63 VK_LAYER_EXPORT FILE *getLayerLogOutput(const char *_option, const char *layerName);
64 VK_LAYER_EXPORT VkFlags GetLayerOptionFlags(std::string _option, std::unordered_map<std::string, Vk…
67 VK_LAYER_EXPORT void setLayerOption(const char *_option, const char *_val);
/external/ppp/pppd/plugins/radius/
Doptions.h25 typedef struct _option { struct
/external/libpcap/
DCMakeLists.txt47 macro(check_and_add_compiler_option _option)
48 message(STATUS "Checking C compiler flag ${_option}")
49 string(REPLACE "=" "-" _temp_option_variable ${_option})
51 check_c_compiler_flag("${_option}" ${_option_variable})
53 set(C_ADDITIONAL_FLAGS "${C_ADDITIONAL_FLAGS} ${_option}")
84 macro(require_and_add_compiler_option _option)
85 message(STATUS "Checking C compiler flag ${_option}")
86 string(REPLACE "=" "-" _temp_option_variable ${_option})
88 check_c_compiler_flag("${_option}" ${_option_variable})
90 set(C_ADDITIONAL_FLAGS "${C_ADDITIONAL_FLAGS} ${_option}")
/external/libexif/
DChangeLog974 (exif_data_[set,unset]_option): New
/external/python/cpython2/Doc/library/
Ddoctest.rst525 .. _option-flags-and-directives:
/external/python/cpython3/Doc/library/
Ddoctest.rst509 .. _option-flags-and-directives: